Update Next.js to 14.2.18 to fix build stack overflow
This commit is contained in:
parent
64a945da7f
commit
a9ba9fb111
|
|
@ -0,0 +1,10 @@
|
|||
node_modules
|
||||
.next
|
||||
.git
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
.vercel
|
||||
*.sql
|
||||
/backups/
|
||||
.npmrc
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue