Skip to content
Snippets Groups Projects
Commit 3961a959 authored by m431m's avatar m431m :speech_balloon:
Browse files

Merge branch 'redmine-issues/11965' into 'develop'

REDMINE_ISSUE-11965 | Fix packages.json

See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!7
parents dcb6553f b7bb8684
No related branches found
No related tags found
No related merge requests found
Pipeline #4196 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