Merge pull request #121 from covidpass-org/next12

Upgrade to Next.js 12
This commit is contained in:
Marvin Sextro 2021-11-21 22:48:32 +01:00 committed by GitHub
commit 50d3830fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 420 additions and 496 deletions

View File

@ -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",

View File

@ -16,7 +16,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",

911
yarn.lock

File diff suppressed because it is too large Load Diff