Merge branch 'BULL-1606' into 'master'
removed vuex removed dependencies and references See merge request !80
No related branches found
No related tags found
Showing
- package-lock.json 3994 additions, 3751 deletionspackage-lock.json
- package.json 1 addition, 2 deletionspackage.json
- tests/unit/views/ADCE.spec.js 1 addition, 4 deletionstests/unit/views/ADCE.spec.js
- tests/unit/views/ContactUs.spec.js 1 addition, 4 deletionstests/unit/views/ContactUs.spec.js
- tests/unit/views/Home.spec.js 1 addition, 4 deletionstests/unit/views/Home.spec.js
This diff is collapsed.
... | @@ -28,8 +28,7 @@ | ... | @@ -28,8 +28,7 @@ |
"vue-router": "^3.1.6", | "vue-router": "^3.1.6", | ||
"vue-text-highlight": "^2.0.10", | "vue-text-highlight": "^2.0.10", | ||
"vue-the-mask": "^0.11.1", | "vue-the-mask": "^0.11.1", | ||
"vuetify": "^2.4.11", | "vuetify": "^2.4.11" | ||
"vuex": "^3.6.2" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/plugin-transform-strict-mode": "^7.8.3", | "@babel/plugin-transform-strict-mode": "^7.8.3", | ||
... | ... |
Please register or sign in to comment