feat: Upgrade Next.js to v16 and React to v19 with corresponding type and dependency updates.

This commit is contained in:
2025-11-30 18:27:01 -05:00
parent ad8cae7363
commit 4f1493d7be
2 changed files with 265 additions and 69 deletions

View File

@@ -37,11 +37,11 @@
"fs": "0.0.1-security",
"geist": "^1.4.2",
"lucide-react": "^0.454.0",
"next": "^15.5.2",
"next": "16.0.6",
"pdfjs-dist": "^4.10.38",
"radix-ui": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"react-pdf": "^9.2.1",
"sharp": "^0.33.5",
@@ -52,12 +52,12 @@
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.17.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.5",
"eslint-config-next": "16.0.6",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
@@ -67,5 +67,9 @@
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "bun@1.12.1"
}
"packageManager": "bun@1.12.1",
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}