⬆️ Upgrade to latest NextJS
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
"html-entities": "^2.3.3",
|
"html-entities": "^2.3.3",
|
||||||
"i18next": "^21.9.1",
|
"i18next": "^21.9.1",
|
||||||
"js-file-download": "^0.4.12",
|
"js-file-download": "^0.4.12",
|
||||||
"next": "^13.2.1",
|
"next": "^13.4.2",
|
||||||
"next-i18next": "^11.3.0",
|
"next-i18next": "^11.3.0",
|
||||||
"nzbget-api": "^0.0.3",
|
"nzbget-api": "^0.0.3",
|
||||||
"prismjs": "^1.29.0",
|
"prismjs": "^1.29.0",
|
||||||
|
|||||||
@@ -17,13 +17,19 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"incremental": true
|
"incremental": true,
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "next"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"next-env.d.ts",
|
"next-env.d.ts",
|
||||||
"**/*.ts",
|
"**/*.ts",
|
||||||
"**/*.tsx",
|
"**/*.tsx",
|
||||||
"next.config.js"
|
"next.config.js",
|
||||||
|
".next/types/**/*.ts"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
|||||||
@@ -5038,7 +5038,7 @@ __metadata:
|
|||||||
html-entities: ^2.3.3
|
html-entities: ^2.3.3
|
||||||
i18next: ^21.9.1
|
i18next: ^21.9.1
|
||||||
js-file-download: ^0.4.12
|
js-file-download: ^0.4.12
|
||||||
next: ^13.2.1
|
next: ^13.4.2
|
||||||
next-i18next: ^11.3.0
|
next-i18next: ^11.3.0
|
||||||
node-mocks-http: ^1.12.2
|
node-mocks-http: ^1.12.2
|
||||||
nzbget-api: ^0.0.3
|
nzbget-api: ^0.0.3
|
||||||
@@ -6379,7 +6379,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"next@npm:^13.2.1":
|
"next@npm:^13.4.2":
|
||||||
version: 13.4.2
|
version: 13.4.2
|
||||||
resolution: "next@npm:13.4.2"
|
resolution: "next@npm:13.4.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user