Update dependency vuex to v3.6.0 (#309)
Update dependency vuex to v3.6.0 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/309 Co-Authored-By: renovate <renovatebot@kolaente.de> Co-Committed-By: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
5d995a2758
commit
ba142c92ef
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
||||||
"vue-easymde": "1.3.1",
|
"vue-easymde": "1.3.1",
|
||||||
"vue-shortkey": "3.1.7",
|
"vue-shortkey": "3.1.7",
|
||||||
"vue-smooth-dnd": "0.8.1",
|
"vue-smooth-dnd": "0.8.1",
|
||||||
"vuex": "3.5.1"
|
"vuex": "3.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "1.2.32",
|
"@fortawesome/fontawesome-svg-core": "1.2.32",
|
||||||
|
|
|
@ -13376,10 +13376,10 @@ vue@^3.0.0-beta.15:
|
||||||
"@vue/runtime-dom" "3.0.0-rc.5"
|
"@vue/runtime-dom" "3.0.0-rc.5"
|
||||||
"@vue/shared" "3.0.0-rc.5"
|
"@vue/shared" "3.0.0-rc.5"
|
||||||
|
|
||||||
vuex@3.5.1:
|
vuex@3.6.0:
|
||||||
version "3.5.1"
|
version "3.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.5.1.tgz#f1b8dcea649bc25254cf4f4358081dbf5da18b3d"
|
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.6.0.tgz#95efa56a58f7607c135b053350833a09e01aa813"
|
||||||
integrity sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==
|
integrity sha512-W74OO2vCJPs9/YjNjW8lLbj+jzT24waTo2KShI8jLvJW8OaIkgb3wuAMA7D+ZiUxDOx3ubwSZTaJBip9G8a3aQ==
|
||||||
|
|
||||||
watch@^1.0.2:
|
watch@^1.0.2:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
|
|
Loading…
Reference in a new issue