Upgrade to next.js 12
This commit is contained in:
parent
4f749442d6
commit
586811c55c
|
@ -17,7 +17,7 @@
|
|||
"do-not-zip": "^1.0.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"jsqr": "^1.4.0",
|
||||
"next": "^11.1.0",
|
||||
"next": "12",
|
||||
"next-i18next": "^8.5.1",
|
||||
"next-seo": "^4.26.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve"
|
||||
"jsx": "preserve",
|
||||
"incremental": true
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
|
|
Loading…
Reference in New Issue