fix(deps): update dependency pinia to v3
All checks were successful
JS Unit Tests / test (pull_request) Successful in 44s
Build Test / test (pull_request) Successful in 49s
PHP Unit Tests / test (pull_request) Successful in 1m56s

This commit is contained in:
2026-05-15 04:01:20 +00:00
parent 0c2cfe2f8b
commit c8852127c5
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"