chore: upgrade Next.js to version 16 and update related configurations

This commit is contained in:
2025-10-25 16:23:30 +02:00
parent 35d3cae45d
commit 7501d82230
6 changed files with 2118 additions and 760 deletions

View File

@@ -29,7 +29,7 @@
"exceljs": "^4.4.0",
"lucide-react": "^0.546.0",
"mime-types": "^3.0.1",
"next": "15.5.6",
"next": "16.0.0",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"prisma": "^6.17.1",
@@ -46,12 +46,18 @@
"@tailwindcss/postcss": "^4",
"@types/mime-types": "^3.0.1",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"cypress": "^15.5.0",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}
}