fix(deps): upgrade Vue and move it out of dependencies
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.
- GitLab integration MR: gitlab!30499 (closed)
Edited by Paul Gascou-Vaillancourt