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

10
.vercelignore Normal file
View File

@ -0,0 +1,10 @@
node_modules
.next
.git
*.log
.env
.env.local
.vercel
*.sql
/backups/
.npmrc

View File

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