Update webpack-bundle-analyzer to 3.3.2
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
Showing
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment