|
1 | 1 | {
|
2 | 2 | "name": "@coreui/vue",
|
3 |
| - "version": "1.0.11", |
| 3 | + "version": "1.0.12", |
4 | 4 | "description": "CoreUI Vue Open Source Bootstrap 4 Admin Template",
|
5 | 5 | "author": "Łukasz Holeczek",
|
6 | 6 | "homepage": "http://coreui.io",
|
|
17 | 17 | "build": "node build/build.js"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "bootstrap": "4.0.0", |
21 |
| - "bootstrap-vue": "2.0.0-rc.1", |
| 20 | + "bootstrap": "^4.1.1", |
| 21 | + "bootstrap-vue": "^2.0.0-rc.9", |
22 | 22 | "chart.js": "^2.7.2",
|
23 | 23 | "flag-icon-css": "^3.0.0",
|
24 | 24 | "font-awesome": "^4.7.0",
|
25 | 25 | "simple-line-icons": "^2.4.1",
|
26 |
| - "vue": "2.5.13", |
| 26 | + "vue": "^2.5.16", |
27 | 27 | "vue-chartjs": "^3.3.1",
|
28 | 28 | "vue-router": "^3.0.1"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "autoprefixer": "7.2.5", |
32 |
| - "babel-core": "6.26.0", |
33 |
| - "babel-eslint": "8.2.2", |
| 31 | + "autoprefixer": "^8.4.1", |
| 32 | + "babel-core": "^6.26.3", |
| 33 | + "babel-eslint": "^8.2.3", |
34 | 34 | "babel-helper-vue-jsx-merge-props": "^2.0.3",
|
35 | 35 | "babel-loader": "^7.1.4",
|
36 |
| - "babel-plugin-istanbul": "^4.1.5", |
| 36 | + "babel-plugin-istanbul": "^4.1.6", |
37 | 37 | "babel-plugin-syntax-jsx": "^6.18.0",
|
38 | 38 | "babel-plugin-transform-runtime": "^6.23.0",
|
39 |
| - "babel-plugin-transform-vue-jsx": "^3.5.0", |
| 39 | + "babel-plugin-transform-vue-jsx": "^3.7.0", |
40 | 40 | "babel-preset-env": "^1.6.1",
|
41 | 41 | "babel-preset-stage-2": "^6.24.1",
|
42 | 42 | "babel-register": "^6.26.0",
|
43 | 43 | "chai": "^4.1.2",
|
44 |
| - "chalk": "^2.3.2", |
45 |
| - "chromedriver": "^2.27.2", |
| 44 | + "chalk": "^2.4.1", |
| 45 | + "chromedriver": "^2.38.3", |
46 | 46 | "copy-webpack-plugin": "^4.5.1",
|
47 |
| - "cross-env": "^5.0.1", |
48 |
| - "cross-spawn": "^5.0.1", |
| 47 | + "cross-env": "^5.1.5", |
| 48 | + "cross-spawn": "^6.0.5", |
49 | 49 | "connect-history-api-fallback": "1.5.0",
|
50 | 50 | "css-loader": "^0.28.11",
|
51 | 51 | "eslint": "^4.19.1",
|
52 | 52 | "eslint-config-standard": "^11.0.0",
|
53 |
| - "eslint-friendly-formatter": "^4.0.0", |
| 53 | + "eslint-friendly-formatter": "^4.0.1", |
54 | 54 | "eslint-loader": "^2.0.0",
|
55 |
| - "eslint-plugin-import": "^2.9.0", |
56 |
| - "eslint-plugin-html": "^4.0.2", |
| 55 | + "eslint-plugin-import": "^2.11.0", |
| 56 | + "eslint-plugin-html": "^4.0.3", |
57 | 57 | "eslint-plugin-node": "^6.0.1",
|
58 | 58 | "eslint-plugin-promise": "^3.7.0",
|
59 |
| - "eslint-plugin-standard": "^3.0.1", |
60 |
| - "eslint-plugin-vue": "^4.4.0", |
| 59 | + "eslint-plugin-standard": "^3.1.0", |
| 60 | + "eslint-plugin-vue": "^4.5.0", |
61 | 61 | "extract-text-webpack-plugin": "^3.0.2",
|
62 | 62 | "file-loader": "^1.1.11",
|
63 |
| - "friendly-errors-webpack-plugin": "^1.6.1", |
64 |
| - "html-webpack-plugin": "^2.30.1", |
65 |
| - "inject-loader": "^3.0.1", |
66 |
| - "karma": "^2.0.0", |
67 |
| - "karma-coverage": "^1.1.1", |
| 63 | + "friendly-errors-webpack-plugin": "^1.7.0", |
| 64 | + "html-webpack-plugin": "^3.2.0", |
| 65 | + "inject-loader": "^4.0.1", |
| 66 | + "karma": "^2.0.2", |
| 67 | + "karma-coverage": "^1.1.2", |
68 | 68 | "karma-mocha": "^1.3.0",
|
69 | 69 | "karma-phantomjs-launcher": "^1.0.4",
|
70 | 70 | "karma-phantomjs-shim": "^1.5.0",
|
71 |
| - "karma-sinon-chai": "^1.3.3", |
| 71 | + "karma-sinon-chai": "^1.3.4", |
72 | 72 | "karma-sourcemap-loader": "^0.3.7",
|
73 | 73 | "karma-spec-reporter": "^0.0.32",
|
74 |
| - "karma-webpack": "^2.0.9", |
75 |
| - "lolex": "2.3.2", |
76 |
| - "mocha": "^5.0.5", |
77 |
| - "nightwatch": "^0.9.20", |
| 74 | + "karma-webpack": "^3.0.0", |
| 75 | + "lolex": "^2.4.1", |
| 76 | + "mocha": "^5.1.1", |
| 77 | + "nightwatch": "^0.9.21", |
78 | 78 | "node-notifier": "^5.2.1",
|
79 |
| - "optimize-css-assets-webpack-plugin": "^3.2.0", |
80 |
| - "ora": "^1.2.0", |
| 79 | + "optimize-css-assets-webpack-plugin": "^4.0.1", |
| 80 | + "ora": "^2.1.0", |
81 | 81 | "phantomjs-prebuilt": "^2.1.16",
|
82 | 82 | "portfinder": "^1.0.13",
|
83 | 83 | "postcss-import": "^11.1.0",
|
84 |
| - "postcss-loader": "^2.1.3", |
85 |
| - "postcss-url": "^7.3.1", |
| 84 | + "postcss-loader": "^2.1.5", |
| 85 | + "postcss-url": "^7.3.2", |
86 | 86 | "rimraf": "^2.6.2",
|
87 |
| - "selenium-server": "^3.11.0", |
| 87 | + "selenium-server": "^3.12.0", |
88 | 88 | "semver": "^5.5.0",
|
89 |
| - "shelljs": "^0.8.1", |
90 |
| - "sinon": "^4.4.9", |
| 89 | + "shelljs": "^0.8.2", |
| 90 | + "sinon": "^5.0.7", |
91 | 91 | "sinon-chai": "^3.0.0",
|
92 |
| - "uglifyjs-webpack-plugin": "^1.2.4", |
| 92 | + "uglifyjs-webpack-plugin": "^1.2.5", |
93 | 93 | "url-loader": "^1.0.1",
|
94 | 94 | "vue-loader": "^14.2.2",
|
95 | 95 | "vue-style-loader": "^4.1.0",
|
96 |
| - "vue-template-compiler": "2.5.13", |
| 96 | + "vue-template-compiler": "^2.5.16", |
97 | 97 | "webpack": "^3.11.0",
|
98 |
| - "webpack-bundle-analyzer": "^2.11.1", |
| 98 | + "webpack-bundle-analyzer": "^2.11.2", |
99 | 99 | "webpack-dev-server": "^2.11.2",
|
100 | 100 | "webpack-merge": "^4.1.2",
|
101 |
| - "node-sass": "^4.8.3", |
102 |
| - "sass-loader": "^6.0.7" |
| 101 | + "node-sass": "^4.9.0", |
| 102 | + "sass-loader": "^7.0.1" |
103 | 103 | },
|
104 | 104 | "engines": {
|
105 | 105 | "node": ">= 8.9.4",
|
|
0 commit comments