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-02-20 22:53:57 +0300
committerMike Greiling <mike@pixelcog.com>2018-02-21 00:35:57 +0300
commit44d426848eda3163cc819d86bc629619bc65a1b8 (patch)
tree38ded2dbda88efdda3aee5ed7ad62920e6a84642 /package.json
parentb8fb04a6107db1d541bd43293ced13817657f6ab (diff)
upgrade various webpack plugins
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8d48b4a5c14..047c8c33dc9 100644
--- a/package.json
+++ b/package.json
@@ -27,8 +27,8 @@
"chart.js": "1.0.2",
"classlist-polyfill": "^1.2.0",
"clipboard": "^1.7.1",
- "compression-webpack-plugin": "^1.0.0",
- "copy-webpack-plugin": "^4.0.1",
+ "compression-webpack-plugin": "^1.1.7",
+ "copy-webpack-plugin": "^4.4.1",
"core-js": "^2.4.1",
"cropper": "^2.3.0",
"css-loader": "^0.28.0",
@@ -87,7 +87,7 @@
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack": "^3.11.0",
- "webpack-bundle-analyzer": "^2.8.2",
+ "webpack-bundle-analyzer": "^2.10.0",
"webpack-stats-plugin": "^0.1.5",
"worker-loader": "^1.1.0"
},