This commit is contained in:
Fabio 2020-06-30 18:15:01 +02:00
commit 0076f146fa
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12802,9 +12802,9 @@
}
},
"vuex": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.4.0.tgz",
"integrity": "sha512-ajtqwEW/QhnrBZQsZxCLHThZZaa+Db45c92Asf46ZDXu6uHXgbfVuBaJ4gzD2r4UX0oMJHstFwd2r2HM4l8umg=="
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz",
"integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw=="
},
"vuex-persist": {
"version": "2.2.0",

View File

@ -43,7 +43,7 @@
"vue-click-outside": "^1.1.0",
"vue-i18n": "^8.18.2",
"vuedraggable": "^2.23.2",
"vuex": "^3.4.0",
"vuex": "^3.5.1",
"vuex-persist": "^2.2.0"
},
"devDependencies": {