Skip to content

Commit

Permalink
upgrade nextjs to v11 (github#19995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesurowiec authored Jun 17, 2021
1 parent c0441af commit 1fbaf92
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 95 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
typescript: {
ignoreBuildErrors: true
},
eslint: {
ignoreDuringBuilds: true,
},
i18n: {
locales: Object.values(languages).map(({ code }) => code),
defaultLocale: 'en'
Expand Down
142 changes: 48 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
"morgan": "^1.10.0",
"next": "^10.2.3",
"next": "^11.0.0",
"node-fetch": "^2.6.1",
"parse5": "^6.0.1",
"path-to-regexp": "^0.1.7",
Expand Down

0 comments on commit 1fbaf92

Please sign in to comment.