Skip to content

Commit 1fbaf92

Browse files
authored
upgrade nextjs to v11 (#19995)
1 parent c0441af commit 1fbaf92

File tree

3 files changed

+52
-95
lines changed

3 files changed

+52
-95
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ module.exports = {
1010
typescript: {
1111
ignoreBuildErrors: true
1212
},
13+
eslint: {
14+
ignoreDuringBuilds: true,
15+
},
1316
i18n: {
1417
locales: Object.values(languages).map(({ code }) => code),
1518
defaultLocale: 'en'

package-lock.json

Lines changed: 48 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lunr": "^2.3.9",
5959
"lunr-languages": "^1.4.0",
6060
"morgan": "^1.10.0",
61-
"next": "^10.2.3",
61+
"next": "^11.0.0",
6262
"node-fetch": "^2.6.1",
6363
"parse5": "^6.0.1",
6464
"path-to-regexp": "^0.1.7",

0 commit comments

Comments
 (0)