Skip to content

Commit

Permalink
Merge pull request #121 from covidpass-org/next12
Browse files Browse the repository at this point in the history
Upgrade to Next.js 12
  • Loading branch information
marvinsxtr authored Nov 21, 2021
2 parents 4f74944 + 586811c commit 50d3830
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 503 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",
Expand Down
Loading

0 comments on commit 50d3830

Please sign in to comment.