Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-06-07 00:20:39 +0300
committerMike Greiling <mike@pixelcog.com>2018-06-08 00:35:34 +0300
commit41aa6bd8776570b491747b95c146255c0b58a870 (patch)
tree79252f71096ea326aae282cf4bcecc72fbadff12 /package.json
parentd52a64bb16215fb4b866691cc5a593a7667666aa (diff)
update webpack and webpack-cli to latest
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c859203646f..c2f0df0e6d4 100644
--- a/package.json
+++ b/package.json
@@ -94,9 +94,9 @@
"vue-template-compiler": "^2.5.16",
"vue-virtual-scroll-list": "^1.2.5",
"vuex": "^3.0.1",
- "webpack": "^4.7.0",
+ "webpack": "^4.11.1",
"webpack-bundle-analyzer": "^2.11.1",
- "webpack-cli": "^2.1.2",
+ "webpack-cli": "^3.0.2",
"webpack-stats-plugin": "^0.2.1",
"worker-loader": "^2.0.0"
},