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

This commit is contained in:
2026-05-21 03:42:33 +00:00
parent da696cd104
commit 4b0ffa95cb
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"