Update dependency vuetify to v4

This commit is contained in:
2026-05-15 13:18:51 +00:00
parent 48218b9633
commit 55d4c5dea3
2 changed files with 8 additions and 11 deletions

17
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"vue": "^3.5.13",
"vue-echarts": "^8.0.0",
"vue-router": "^5.0.0",
"vuetify": "^3.7.6"
"vuetify": "^4.0.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
@@ -2307,22 +2307,19 @@
}
},
"node_modules/vuetify": {
"version": "3.7.6",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.7.6.tgz",
"integrity": "sha512-lol0Va5HtMIqZfjccSD5DLv5v31R/asJXzc6s7ULy51PHr1DjXxWylZejhq0kVpMGW64MiV1FmA/p8eYQfOWfQ==",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.7.tgz",
"integrity": "sha512-SV+YJkBmudY3s9qfZO2ZGUsrD0TDQU8pMBH1ERga9AEyjGvioZuXXh93V9wHxXJphvqRC2NW10Nt2lW9IZQcPw==",
"license": "MIT",
"engines": {
"node": "^12.20 || >=14.13"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnleider"
},
"peerDependencies": {
"typescript": ">=4.7",
"vite-plugin-vuetify": ">=1.0.0",
"vue": "^3.3.0",
"webpack-plugin-vuetify": ">=2.0.0"
"vite-plugin-vuetify": ">=2.1.0",
"vue": "^3.5.0",
"webpack-plugin-vuetify": ">=3.1.0"
},
"peerDependenciesMeta": {
"typescript": {