1 Commits

Author SHA1 Message Date
Sebastian 5545794c74 fix(deps): update dependency pinia to v4
renovate/artifacts Artifact file update failure
Build Test / test (pull_request) Failing after 50s
JS Unit Tests / test (pull_request) Failing after 50s
PHP Unit Tests / test (pull_request) Successful in 1m26s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m43s
2026-07-24 14:10:18 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"egulias/email-validator": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^13.0"
"phpunit/phpunit": "^12.0"
},
"autoload": {
"psr-4": {
+1 -1
View File
@@ -18,7 +18,7 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
},
"dependencies": {
"pinia": "^3.0.0",
"pinia": "^4.0.0",
"vue": "^3.5.18",
"vue-router": "^5.0.0",
"vuetify": "^4.0.0"