summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-01-04 18:35:05 +0100
committerPhil Hughes <me@iamphill.com>2019-01-09 09:05:16 +0000
commitbca9b6fafb0c4fb019e493d43ba96ec0636ba40f (patch)
treebcdf6417c5d89accf47e16cbed49453760aee8c8 /package.json
parentffb384cb125a85c77184a6fda7bbbdbaf89207eb (diff)
downloadgitlab-ce-bca9b6fafb0c4fb019e493d43ba96ec0636ba40f.tar.gz
Upgraded various Vue packages
This upgrades the following packages: - Vue - Vue Loader - Vue Resource - Vue Router - Vue template compiler - Vue Jest
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index ff1140128f8..dc6e5f25794 100644
--- a/package.json
+++ b/package.json
@@ -102,12 +102,12 @@
"underscore": "^1.9.0",
"url-loader": "^1.1.1",
"visibilityjs": "^1.2.4",
- "vue": "^2.5.17",
+ "vue": "^2.5.21",
"vue-apollo": "^3.0.0-beta.25",
- "vue-loader": "^15.4.2",
- "vue-resource": "^1.5.0",
- "vue-router": "^3.0.1",
- "vue-template-compiler": "^2.5.17",
+ "vue-loader": "^15.5.0",
+ "vue-resource": "^1.5.1",
+ "vue-router": "^3.0.2",
+ "vue-template-compiler": "^2.5.21",
"vue-virtual-scroll-list": "^1.2.5",
"vuex": "^3.0.1",
"webpack": "^4.19.1",
@@ -157,7 +157,7 @@
"karma-webpack": "^4.0.0-beta.0",
"nodemon": "^1.18.4",
"prettier": "1.15.2",
- "vue-jest": "^3.0.1",
+ "vue-jest": "^3.0.2",
"webpack-dev-server": "^3.1.10",
"yarn-deduplicate": "^1.0.5"
},