Merge branch '44331-upgrade-monaco-editor-and-remove-copywebpackplugin' into 'master'
Resolve "Upgrade Monaco editor and remove CopyWebpackPlugin" Closes #44331 See merge request gitlab-org/gitlab-ce!17813
Showing
... | ... | @@ -33,7 +33,6 @@ |
"classlist-polyfill": "^1.2.0", | ||
"clipboard": "^1.7.1", | ||
"compression-webpack-plugin": "^1.1.11", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"core-js": "^2.4.1", | ||
"cropper": "^2.3.0", | ||
"css-loader": "^0.28.11", | ||
... | ... | @@ -64,7 +63,8 @@ |
"jszip-utils": "^0.0.2", | ||
"katex": "^0.8.3", | ||
"marked": "^0.3.12", | ||
"monaco-editor": "0.10.0", | ||
"monaco-editor": "0.13.1", | ||
"monaco-editor-webpack-plugin": "^1.2.1", | ||
"mousetrap": "^1.4.6", | ||
"pikaday": "^1.6.1", | ||
"popper.js": "^1.14.3", | ||
... | ... | @@ -94,9 +94,9 @@ |
"vue-template-compiler": "^2.5.16", | ||
"vue-virtual-scroll-list": "^1.2.5", | ||
"vuex": "^3.0.1", | ||
"webpack": "^4.7.0", | ||
"webpack": "^4.11.1", | ||
"webpack-bundle-analyzer": "^2.11.1", | ||
"webpack-cli": "^2.1.2", | ||
"webpack-cli": "^3.0.2", | ||
"webpack-stats-plugin": "^0.2.1", | ||
"worker-loader": "^2.0.0" | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment