upgrade nextjs version and dependencies
This commit is contained in:
@@ -21,45 +21,45 @@
|
||||
"db:reset": "drizzle-kit drop && drizzle-kit push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/react": "^2.0.86",
|
||||
"@openrouter/ai-sdk-provider": "^1.2.0",
|
||||
"@radix-ui/react-avatar": "^1.1.10",
|
||||
"@ai-sdk/react": "^2.0.106",
|
||||
"@openrouter/ai-sdk-provider": "^1.3.0",
|
||||
"@radix-ui/react-avatar": "^1.1.11",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-label": "^2.1.8",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@vercel/blob": "^2.0.0",
|
||||
"ai": "^5.0.86",
|
||||
"better-auth": "^1.3.34",
|
||||
"ai": "^5.0.106",
|
||||
"better-auth": "^1.4.5",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"drizzle-orm": "^0.44.7",
|
||||
"lucide-react": "^0.539.0",
|
||||
"next": "16.0.3",
|
||||
"next": "16.0.7",
|
||||
"next-themes": "^0.4.6",
|
||||
"pg": "^8.16.3",
|
||||
"postgres": "^3.4.7",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react": "19.2.1",
|
||||
"react-dom": "19.2.1",
|
||||
"react-markdown": "^10.1.0",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"zod": "^4.1.12"
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"zod": "^4.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.16",
|
||||
"@types/node": "^20.19.24",
|
||||
"@tailwindcss/postcss": "latest",
|
||||
"@types/node": "^20.19.25",
|
||||
"@types/pg": "^8.15.6",
|
||||
"@types/react": "19.2.5",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"drizzle-kit": "^0.31.6",
|
||||
"eslint": "^9.39.0",
|
||||
"eslint-config-next": "16.0.3",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.9",
|
||||
"shadcn": "^3.5.0",
|
||||
"tailwindcss": "^4.1.16",
|
||||
"tsx": "^4.19.2",
|
||||
"drizzle-kit": "^0.31.7",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-next": "16.0.7",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||
"shadcn": "^3.5.1",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tsx": "^4.21.0",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user