mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
chore: update minimum requirements to node 24
Node 24 was promted to stable th 28/10/2025 Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Generated
+2
-2
@@ -32,8 +32,8 @@
|
||||
"vue-tsc": "3.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.11.0 <23.0.0",
|
||||
"npm": ">=10.9.0"
|
||||
"node": ">=24.11.0 <25.0.0",
|
||||
"npm": ">=11.6.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue/shared": "*"
|
||||
|
||||
+3
-3
@@ -6,7 +6,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jellyfin/jellyfin-vue/issues"
|
||||
},
|
||||
"packageManager": "npm@10.9.3",
|
||||
"packageManager": "npm@11.6.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jellyfin/jellyfin-vue/"
|
||||
@@ -19,8 +19,8 @@
|
||||
"packages/*"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=22.11.0 <23.0.0",
|
||||
"npm": ">=10.9.0"
|
||||
"node": ">=24.11.0 <25.0.0",
|
||||
"npm": ">=11.6.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "npm run lint -ws --include-workspace-root=false",
|
||||
|
||||
Reference in New Issue
Block a user