Upgrade to Next.js 16/react 19

This commit is contained in:
2025-12-08 09:09:48 -05:00
parent 58365bef6c
commit ac074abe45
2 changed files with 97 additions and 27 deletions

View File

@@ -20,9 +20,9 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.556.0",
"next": "^15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "16.0.7",
"react": "19.2.1",
"react-dom": "19.2.1",
"tailwind-merge": "^3.4.0",
"zod": "^3.24.2"
},
@@ -30,10 +30,10 @@
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.0.15",
"@types/node": "^20.14.10",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.3",
"eslint-config-next": "16.0.7",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
@@ -44,5 +44,9 @@
},
"ct3aMetadata": {
"initVersion": "7.40.0"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}