⬆️ Upgrade to latest NextJS

This commit is contained in:
ajnart
2023-05-16 15:53:47 +09:00
parent 8284c3bab6
commit 2ce5547c90
3 changed files with 11 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
"html-entities": "^2.3.3",
"i18next": "^21.9.1",
"js-file-download": "^0.4.12",
"next": "^13.2.1",
"next": "^13.4.2",
"next-i18next": "^11.3.0",
"nzbget-api": "^0.0.3",
"prismjs": "^1.29.0",

View File

@@ -17,13 +17,19 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
"incremental": true,
"plugins": [
{
"name": "next"
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"next.config.js"
"next.config.js",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"

View File

@@ -5038,7 +5038,7 @@ __metadata:
html-entities: ^2.3.3
i18next: ^21.9.1
js-file-download: ^0.4.12
next: ^13.2.1
next: ^13.4.2
next-i18next: ^11.3.0
node-mocks-http: ^1.12.2
nzbget-api: ^0.0.3
@@ -6379,7 +6379,7 @@ __metadata:
languageName: node
linkType: hard
"next@npm:^13.2.1":
"next@npm:^13.4.2":
version: 13.4.2
resolution: "next@npm:13.4.2"
dependencies: