Merge pull request 'fix(deps): update dependency vuetify to v4' (#20) from renovate/vuetify-4.x into main

Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
2026-05-15 04:18:28 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"pinia": "^2.3.1", "pinia": "^2.3.1",
"vue": "^3.5.18", "vue": "^3.5.18",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"vuetify": "^3.10.2" "vuetify": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue": "^6.0.1",
@@ -2156,9 +2156,9 @@
} }
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.11.8", "version": "4.0.7",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.8.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.7.tgz",
"integrity": "sha512-4iKnntOnLFFklygZjzlVfcHrtLO8+iK4HOhiia6HP2U8v82x+ngaSCgm+epvPrGyCMfCpfuEttqD2qElrr1axw==", "integrity": "sha512-SV+YJkBmudY3s9qfZO2ZGUsrD0TDQU8pMBH1ERga9AEyjGvioZuXXh93V9wHxXJphvqRC2NW10Nt2lW9IZQcPw==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",

View File

@@ -21,7 +21,7 @@
"pinia": "^2.3.1", "pinia": "^2.3.1",
"vue": "^3.5.18", "vue": "^3.5.18",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"vuetify": "^3.10.2" "vuetify": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue": "^6.0.1",