fix(deps): update dependency vuetify to v4 #16

Merged
Sebastian merged 1 commits from renovate/vuetify-4.x into main 2026-07-23 19:59:51 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit be62da84c7 - Show all commits
+4 -4
View File
@@ -12,7 +12,7 @@
"pinia": "^2.3.1",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"vuetify": "^3.10.2"
"vuetify": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
@@ -1291,9 +1291,9 @@
}
},
"node_modules/vuetify": {
"version": "3.12.9",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.12.9.tgz",
"integrity": "sha512-XXuKn9w/rnt7BNg7C82ot439cn/x9a7FujrqgEXaraiLS910PTxwMpAqqyYRvRQQq8Xtjn0utENrSoRpQ8XDxA==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.4.tgz",
"integrity": "sha512-8/H0Yl6h9t07/ExuyZFIRJqAenpKeCiVaRJzbHGfTtuZRZIs5EbtjdFYikPIu6h9thBJAx15PrU4ofa4LvdJag==",
"license": "MIT",
"funding": {
"type": "github",
+1 -1
View File
@@ -16,7 +16,7 @@
"pinia": "^2.3.1",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"vuetify": "^3.10.2"
"vuetify": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",