Ship: UI framework batch 4 — Vuetify 4 + vue-router 5 + pinia 3 (#1449) #224

Merged
bvandeusen merged 2 commits from dev into main 2026-07-13 13:40:25 -04:00
Showing only changes of commit b59828635e - Show all commits
+2 -2
View File
@@ -14,8 +14,8 @@
}, },
"dependencies": { "dependencies": {
"vue": "^3.4.0", "vue": "^3.4.0",
"vue-router": "^4.3.0", "vue-router": "^5.0.0",
"pinia": "^2.1.0", "pinia": "^3.0.0",
"vuetify": "^3.5.0", "vuetify": "^3.5.0",
"@mdi/font": "^7.4.0" "@mdi/font": "^7.4.0"
}, },