Skip to content

Commit

Permalink
feat: upgrades next to version 12 (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Oct 27, 2021
1 parent f7d7efc commit 8567fed
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 286 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"micro": "9.3.4",
"mongoose": "6.0.10",
"mongoose-paginate": "5.0.3",
"next": "11.1.3-canary.15",
"next": "12.0.1",
"prop-types": "15.7.2",
"query-string": "7.0.1",
"react": "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 @@ -12,7 +12,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
Expand Down
Loading

0 comments on commit 8567fed

Please sign in to comment.