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>2017-05-25 11:09:03 +0300
committerMike Greiling <mike@pixelcog.com>2017-05-25 20:52:14 +0300
commitde451a8cdc6f01648d58cb6f9dd0ee982f865c72 (patch)
treeeefce93603fe05a082d7be2be6d803699d857ee7 /package.json
parent5270edb701d4f614dbba68d5a90be0682b252002 (diff)
update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6543a47c1b5..4ab12dab946 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"vue-resource": "^0.9.3",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.6.0",
- "webpack-bundle-analyzer": "^2.3.0"
+ "webpack-bundle-analyzer": "^2.8.2"
},
"devDependencies": {
"babel-plugin-istanbul": "^4.0.0",