Skip to content
Snippets Groups Projects
Commit b7bb8684 authored by Florent's avatar Florent
Browse files

allow packages up to minor version

parent dcb6553f
No related branches found
No related tags found
No related merge requests found
Pipeline #4086 passed
......@@ -11,18 +11,18 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "~0.21.1",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.6.5",
"corejs-typeahead": "^1.3.1",
"lodash": "^4.17.21",
"sweetalert2": "^11.0.18",
"vee-validate": "^3.4.9",
"vue": "^2.6.11",
"vue-multiselect": "^2.1.6",
"vue": "~2.6.11",
"vue-multiselect": "~2.1.6",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
"vue-router": "~3.2.0",
"vuex": "~3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
......
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