Merge pull request #16 from ttshivers/depfu/update/npm/vuex-3.5.1

Update vuex: 3.4.0 → 3.5.1 (minor)
This commit is contained in:
Travis Shivers 2020-07-02 12:40:19 -05:00 committed by GitHub
commit fe8013d8d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

@ -14,7 +14,7 @@
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-router": "^3.3.4", "vue-router": "^3.3.4",
"vuetify": "^2.3.2", "vuetify": "^2.3.2",
"vuex": "^3.4.0" "vuex": "^3.5.1"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6", "@vue/cli-plugin-babel": "^4.4.6",