Skip to content

fix(deps): upgrade Vue and move it out of dependencies

Paul Gascou-Vaillancourt requested to merge upgrade-vue into master

Shipping GitLab UI with vue as a dependency can cause conflicts in projects that consume GitLab UI as they could be using their own version of vue or some other Vue-related dependencies.

This MR upgrades vue, vue-loader and vue-template-compiler to their latest versions. Additionally, vue and vue-loader have been moved to both dev and peer dependencies, which should make it easier to install GitLab UI in Vue projects.

Edited by Paul Gascou-Vaillancourt

Merge request reports

Loading