fix: update vue-router to 5.2.0 for pinia 4 peer dep support
Build Test / test (pull_request) Successful in 45s
JS Unit Tests / test (pull_request) Successful in 46s
PHP Unit Tests / test (pull_request) Successful in 1m14s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m28s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-24 00:42:42 -04:00
parent 2cd5cbca12
commit 0780f0b7d9
2 changed files with 123 additions and 32 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"dependencies": {
"pinia": "^4.0.0",
"vue": "^3.5.18",
"vue-router": "^5.0.0",
"vue-router": "^5.2.0",
"vuetify": "^4.0.0"
},
"devDependencies": {