v1.0.9 with Bootstrap 4.0.0

This commit is contained in:
xidedix
2018-01-19 23:23:31 +01:00
parent 1e4e117475
commit 7f71b91a5c
37 changed files with 441 additions and 121 deletions
+11 -11
View File
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue",
"version": "1.0.8",
"version": "1.0.9",
"description": "Open Source Bootstrap Admin Template",
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
@@ -17,18 +17,18 @@
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"bootstrap": "4.0.0-beta.3",
"bootstrap-vue": "1.4.0",
"bootstrap": "4.0.0",
"bootstrap-vue": "1.4.1",
"chart.js": "2.7.1",
"flag-icon-css": "2.9.0",
"font-awesome": "^4.7.0",
"simple-line-icons": "^2.4.1",
"vue": "2.5.13",
"vue-chartjs": "3.0.2",
"vue-chartjs": "3.1.0",
"vue-router": "3.0.1"
},
"devDependencies": {
"autoprefixer": "7.2.4",
"autoprefixer": "7.2.5",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
@@ -39,7 +39,7 @@
"chalk": "2.3.0",
"connect-history-api-fallback": "1.5.0",
"copy-webpack-plugin": "4.3.1",
"css-loader": "0.28.8",
"css-loader": "0.28.9",
"eslint": "4.15.0",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.9.0",
@@ -67,9 +67,9 @@
"karma-spec-reporter": "0.0.32",
"karma-webpack": "2.0.9",
"lolex": "2.3.1",
"mocha": "4.1.0",
"mocha": "5.0.0",
"chai": "4.1.2",
"sinon": "4.1.4",
"sinon": "4.1.6",
"sinon-chai": "2.14.0",
"inject-loader": "3.0.1",
"babel-plugin-istanbul": "4.1.5",
@@ -80,9 +80,9 @@
"node-sass": "4.7.2",
"sass-loader": "6.0.6",
"selenium-server": "3.8.1",
"semver": "5.4.1",
"shelljs": "0.7.8",
"opn": "5.1.0",
"semver": "5.5.0",
"shelljs": "0.8.0",
"opn": "5.2.0",
"optimize-css-assets-webpack-plugin": "3.2.0",
"ora": "1.3.0",
"rimraf": "2.6.2",