Update to next 16

This commit is contained in:
2026-05-29 16:35:09 +03:00
parent 34c09da704
commit d878b759d2
2 changed files with 18 additions and 14 deletions

View File

@@ -15,21 +15,21 @@
"drizzle:studio": "drizzle-kit studio" "drizzle:studio": "drizzle-kit studio"
}, },
"dependencies": { "dependencies": {
"@libsql/client": "^0.15.15", "@libsql/client": "^0.17.3",
"@paralleldrive/cuid2": "^2.3.1", "@paralleldrive/cuid2": "^3.3.0",
"@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-select": "^2.2.6", "@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/three": "^0.178.1", "@types/three": "^0.184.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"drizzle-orm": "^0.44.7", "drizzle-orm": "^0.45.2",
"lucide-react": "^0.522.0", "lucide-react": "^1.17.0",
"material-symbols": "^0.31.9", "material-symbols": "^0.44.10",
"next": "15.3.0", "next": "16.2.6",
"next-intl": "^4.13.0", "next-intl": "^4.13.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.6", "react": "^19.2.6",
@@ -37,24 +37,24 @@
"react-icons": "^5.6.0", "react-icons": "^5.6.0",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
"three": "^0.178.0", "three": "^0.184.0",
"tw-animate-css": "^1.4.0" "tw-animate-css": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.5", "@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.3.0", "@tailwindcss/postcss": "^4.3.0",
"@types/bun": "^1.3.14", "@types/bun": "^1.3.14",
"@types/node": "^20.19.41", "@types/node": "^25.9.1",
"@types/react": "^19.2.15", "@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0", "autoprefixer": "^10.5.0",
"dotenv": "^16.6.1", "dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10", "drizzle-kit": "^0.31.10",
"eslint": "^9.39.4", "eslint": "^10.4.0",
"eslint-config-next": "15.3.0", "eslint-config-next": "16.2.6",
"postcss": "^8.5.15", "postcss": "^8.5.15",
"tailwindcss": "^4.3.0", "tailwindcss": "^4.3.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.9.3" "typescript": "^6.0.3"
} }
} }

View File

@@ -15,13 +15,17 @@
"moduleResolution": "bundler", "moduleResolution": "bundler",
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"jsx": "preserve", "jsx": "react-jsx",
"incremental": true, "incremental": true,
"plugins": [ "plugins": [
{ {
"name": "next" "name": "next"
} }
], ],
"types": [
"node",
"bun-types"
],
"paths": { "paths": {
"@/*": [ "@/*": [
"./src/*" "./src/*"