diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-22 21:29:11 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-22 21:29:11 -0700 |
commit | af5c88d29d1913982aaa9ef5d3c559a75e0b2c3a (patch) | |
tree | d7dbb475604d92bc1fdd72b1cb74e484d7776003 /package.json | |
parent | 17fe03078d003dc61a456da8d3e41e3e52ba4f54 (diff) | |
download | gitlab-ce-af5c88d29d1913982aaa9ef5d3c559a75e0b2c3a.tar.gz |
Update webpack-bundle-analyzer to 3.3.2sh-update-webpack-bundle-analyzer
This is needed to fix an issue where updating to the latest Webpack
causes an acorn dependency error:
https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/245
Seen while trying to update dependencies for Mermaid in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30985
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index aebb52dd07c..4c51080660f 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "vue-virtual-scroll-list": "^1.3.1", "vuex": "^3.1.0", "webpack": "^4.29.0", - "webpack-bundle-analyzer": "^3.0.3", + "webpack-bundle-analyzer": "^3.3.2", "webpack-cli": "^3.2.1", "webpack-stats-plugin": "^0.2.1", "worker-loader": "^2.0.0", |