Upgrade next.js to 16

This commit is contained in:
Sean O'Connor
2026-02-10 15:09:56 -05:00
parent fcfb4678fa
commit ac4726b997
2 changed files with 97 additions and 27 deletions

View File

@@ -21,9 +21,9 @@
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"next": "^15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"zod": "^3.24.2"
@@ -32,10 +32,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.13",
"@types/react-dom": "19.2.3",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.3",
"eslint-config-next": "16.1.6",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
@@ -45,5 +45,9 @@
},
"ct3aMetadata": {
"initVersion": "7.40.0"
},
"overrides": {
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3"
}
}