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 28s
PHP Unit Tests / test (pull_request) Successful in 1m23s

This commit is contained in:
2026-05-21 01:44:02 +00:00
parent efb7b799d0
commit c2a92e0c52
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": "^3.10.2"