mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
chore: upgrade Next.js to version 16 and update related configurations
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user