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-09-21 09:07:50 +0300
committerMike Greiling <mike@pixelcog.com>2018-09-24 19:13:50 +0300
commitc231194dd7b0ca94fa786bc532f6cd8087c76fe6 (patch)
tree5e9b2a02267ca6ad5851592f0725c69d87b16465 /package.json
parent18de11535eff966e0730fb79e727b5f45d379795 (diff)
Upgrade webpack and webpack-cli
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 db17d10c845..b58380c6e80 100644
--- a/package.json
+++ b/package.json
@@ -101,9 +101,9 @@
"vue-template-compiler": "^2.5.16",
"vue-virtual-scroll-list": "^1.2.5",
"vuex": "^3.0.1",
- "webpack": "^4.16.0",
+ "webpack": "^4.19.1",
"webpack-bundle-analyzer": "^2.13.1",
- "webpack-cli": "^3.0.8",
+ "webpack-cli": "^3.1.0",
"webpack-stats-plugin": "^0.2.1",
"worker-loader": "^2.0.0",
"xterm": "^3.5.0"