Bump vue 2

This commit is contained in:
Tamius Han 2020-11-22 22:45:52 +01:00
parent a6a09a10b5
commit aa186da1bd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14637,9 +14637,9 @@
"integrity": "sha512-sLI2L0uGov3wKVb9EB+vIQBl9tVP90nqRvxSoJ35vI3NjxE8jfsE5DSOhWgSunHSZmKS4OCi2jrtfxK7uyp2ww=="
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz",
"integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg=="
},
"vue-cli-plugin-apollo": {
"version": "0.21.3",

View File

@ -26,7 +26,7 @@
"concurrently": "^5.2.0",
"fs-extra": "^7.0.1",
"json-cyclic": "0.0.3",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vuex": "^3.5.1",
"vuex-webextensions": "^1.3.0",
"webextension-polyfill": "^0.6.0"