moved to bootstrap-vue, there is a bug in vee-validate and bootstrap-vue >rc15

This commit is contained in:
2019-04-23 16:13:18 +02:00
parent c374ae1796
commit 4a97efce6f
26 changed files with 4310 additions and 743 deletions

View File

@@ -9,14 +9,20 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@vue/cli": "^3.6.3",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.13",
"bootstrap-vue": "^2.0.0-rc.15",
"i": "^0.3.6",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"npm": "^6.9.0",
"popper.js": "^1.15.0",
"vue": "^2.6.6",
"vee-validate": "^2.2.4",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-class-component": "^6.0.0",
"vue-cookies": "^1.5.13",
@@ -24,6 +30,7 @@
"vue-i18n": "^8.9.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vue-spinner": "^1.0.3",
"vue-sweetalert2": "^1.6.4",
"vuejs-logger": "^1.5.3",
"vuex": "^3.0.1",
@@ -43,6 +50,6 @@
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.6.10"
}
}