Update dependency pinia to v3

This commit is contained in:
2026-05-15 12:22:13 +00:00
parent 4fdf79ccf2
commit ec3beeaae1
2 changed files with 122 additions and 35 deletions

View File

@@ -14,7 +14,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.3.1",
"pinia": "^3.0.0",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"vuetify": "^4.0.0"