Skip to content
Snippets Groups Projects
Commit 90cdc2c6 authored by Manuel Leduc's avatar Manuel Leduc
Browse files

[Misc] Prevent regressions of Live Data npm build

- Remove the range for vue dependency
- Version the package-lock.json file to make the build repeatable
parent e0fe9a9f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
"test": "vue-cli-service test:unit"
},
"dependencies": {
"vue": "^2.6.12",
"vue": "2.6.12",
"vue-i18n": "8.15.5",
"lz-string": "^1.4.4",
"u-node": "^0.0.2",
......@@ -24,7 +24,7 @@
"eslint-plugin-vue": "^7.5.0",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"vue-template-compiler": "^2.6.12",
"vue-template-compiler": "2.6.12",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/test-utils": "^1.0.3",
"jquery": "2.2.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment