fix(deps): pin dependency @vueuse/router to 7.3.0 (#1182)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1182 Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
8440869bcd
commit
14f1ee1885
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
"@sentry/vue": "6.16.1",
|
"@sentry/vue": "6.16.1",
|
||||||
"@vue/compat": "3.2.26",
|
"@vue/compat": "3.2.26",
|
||||||
"@vueuse/core": "7.3.0",
|
"@vueuse/core": "7.3.0",
|
||||||
"@vueuse/router": "^7.3.0",
|
"@vueuse/router": "7.3.0",
|
||||||
"bulma-css-variables": "0.9.33",
|
"bulma-css-variables": "0.9.33",
|
||||||
"camel-case": "4.1.2",
|
"camel-case": "4.1.2",
|
||||||
"codemirror": "5.64.0",
|
"codemirror": "5.64.0",
|
||||||
|
|
|
@ -3787,7 +3787,7 @@
|
||||||
"@vueuse/shared" "7.3.0"
|
"@vueuse/shared" "7.3.0"
|
||||||
vue-demi "*"
|
vue-demi "*"
|
||||||
|
|
||||||
"@vueuse/router@^7.3.0":
|
"@vueuse/router@7.3.0":
|
||||||
version "7.3.0"
|
version "7.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/router/-/router-7.3.0.tgz#8157d20636040e573379eda338b57d47f1464163"
|
resolved "https://registry.yarnpkg.com/@vueuse/router/-/router-7.3.0.tgz#8157d20636040e573379eda338b57d47f1464163"
|
||||||
integrity sha512-MRGaZPVV21MZOZ759LMRWTlSaRvcKh+kGw2tGCLhxkihObcrNNLl0h3N5QtBy/+eR84tf7MO7JHCL+0PJspzQg==
|
integrity sha512-MRGaZPVV21MZOZ759LMRWTlSaRvcKh+kGw2tGCLhxkihObcrNNLl0h3N5QtBy/+eR84tf7MO7JHCL+0PJspzQg==
|
||||||
|
|
Loading…
Reference in a new issue