Update Next.js to 14.2.18 to fix build stack overflow

This commit is contained in:
Timo Knuth
2025-10-14 11:35:55 +02:00
parent 64a945da7f
commit a9ba9fb111
2 changed files with 12 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
"dayjs": "^1.11.10",
"i18next": "^23.7.6",
"ioredis": "^5.3.2",
"next": "14.0.4",
"next": "14.2.18",
"next-auth": "^4.24.5",
"papaparse": "^5.4.1",
"qrcode": "^1.5.3",
@@ -58,7 +58,7 @@
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.2.18",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prisma": "^5.7.0",