This commit is contained in:
xidedix
2018-02-02 17:09:58 +01:00
parent e122f00746
commit 17267e43f3
35 changed files with 553 additions and 491 deletions
+15 -15
View File
@@ -1,10 +1,10 @@
{
"name": "@coreui/vue",
"version": "1.0.9",
"version": "1.0.10",
"description": "Open Source Bootstrap Admin Template",
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
"scripts": {
@@ -18,7 +18,7 @@
},
"dependencies": {
"bootstrap": "4.0.0",
"bootstrap-vue": "1.4.1",
"bootstrap-vue": "2.0.0-rc.1",
"chart.js": "2.7.1",
"flag-icon-css": "2.9.0",
"font-awesome": "^4.7.0",
@@ -40,13 +40,13 @@
"connect-history-api-fallback": "1.5.0",
"copy-webpack-plugin": "4.3.1",
"css-loader": "0.28.9",
"eslint": "4.15.0",
"eslint": "4.16.0",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.9.0",
"eslint-plugin-html": "4.0.1",
"eslint-plugin-html": "4.0.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-config-standard": "10.2.1",
"eslint-config-standard": "11.0.0-beta.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"eventsource-polyfill": "0.9.6",
@@ -66,32 +66,32 @@
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "2.0.9",
"lolex": "2.3.1",
"lolex": "2.3.2",
"mocha": "5.0.0",
"chai": "4.1.2",
"sinon": "4.1.6",
"sinon": "4.2.2",
"sinon-chai": "2.14.0",
"inject-loader": "3.0.1",
"babel-plugin-istanbul": "4.1.5",
"phantomjs-prebuilt": "^2.1.16",
"chromedriver": "2.34.1",
"cross-spawn": "5.1.0",
"chromedriver": "2.35.0",
"cross-spawn": "6.0.4",
"nightwatch": "0.9.19",
"node-sass": "4.7.2",
"sass-loader": "6.0.6",
"selenium-server": "3.8.1",
"semver": "5.5.0",
"shelljs": "0.8.0",
"shelljs": "0.8.1",
"opn": "5.2.0",
"optimize-css-assets-webpack-plugin": "3.2.0",
"ora": "1.3.0",
"ora": "1.4.0",
"rimraf": "2.6.2",
"url-loader": "0.6.2",
"vue-loader": "13.7.0",
"vue-style-loader": "3.0.3",
"vue-loader": "14.1.1",
"vue-style-loader": "3.1.2",
"vue-template-compiler": "2.5.13",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "2.9.2",
"webpack-bundle-analyzer": "2.10.0",
"webpack-dev-middleware": "2.0.4",
"webpack-hot-middleware": "2.21.0",
"webpack-merge": "4.1.1"