fix(deps): update dependency pinia to v3
Some checks failed
Build Test / test (pull_request) Successful in 31s
JS Unit Tests / test (pull_request) Failing after 30s
PHP Unit Tests / test (pull_request) Successful in 1m4s

This commit is contained in:
2026-05-21 03:38:47 +00:00
parent aaec58c7e6
commit 3730d01f3f
2 changed files with 122 additions and 35 deletions

View File

@@ -18,7 +18,7 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
},
"dependencies": {
"pinia": "^2.3.1",
"pinia": "^3.0.0",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"vuetify": "^4.0.0"