Skip to content

Commit

Permalink
chore: bump next 11 -> 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Nov 22, 2021
1 parent 3950fcd commit 554f01f
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 299 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"airtable-plusplus": "^0.3.2",
"next": "11.1.0",
"next": "^12.0.3",
"react": "17.0.2",
"react-dom": "17.0.2"
},
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 554f01f

Please sign in to comment.