|
1 | 1 | { |
2 | 2 | "name": "@coreui/vue", |
3 | | - "version": "1.0.2", |
| 3 | + "version": "1.0.3", |
4 | 4 | "description": "", |
5 | 5 | "author": "Łukasz Holeczek <[email protected]>", |
6 | 6 | "private": true, |
|
17 | 17 | "bootstrap-vue": "1.0.0-beta.9", |
18 | 18 | "chart.js": "2.7.0", |
19 | 19 | "font-awesome": "^4.7.0", |
20 | | - "is-url-external": "^1.0.3", |
21 | 20 | "simple-line-icons": "^2.4.1", |
22 | 21 | "vue": "^2.5.2", |
23 | | - "vue-chartjs": "2.8.7", |
| 22 | + "vue-chartjs": "^3.0.0", |
24 | 23 | "vue-router": "^3.0.1" |
25 | 24 | }, |
26 | 25 | "devDependencies": { |
|
29 | 28 | "babel-eslint": "8.0.1", |
30 | 29 | "babel-loader": "7.1.2", |
31 | 30 | "babel-plugin-transform-runtime": "^6.22.0", |
32 | | - "babel-preset-env": "1.6.0", |
| 31 | + "babel-preset-env": "1.6.1", |
33 | 32 | "babel-preset-stage-2": "6.24.1", |
34 | 33 | "babel-register": "6.26.0", |
35 | | - "chalk": "2.1.0", |
| 34 | + "chalk": "2.2.0", |
36 | 35 | "connect-history-api-fallback": "^1.4.0", |
37 | 36 | "copy-webpack-plugin": "^4.1.1", |
38 | 37 | "css-loader": "0.28.7", |
|
43 | 42 | "eslint-plugin-import": "2.7.0", |
44 | 43 | "eslint-plugin-node": "5.2.0", |
45 | 44 | "eslint-config-standard": "10.2.1", |
46 | | - "eslint-plugin-promise": "^3.6.0", |
| 45 | + "eslint-plugin-promise": "3.6.0", |
47 | 46 | "eslint-plugin-standard": "3.0.1", |
48 | 47 | "eventsource-polyfill": "^0.9.6", |
49 | 48 | "express": "4.16.2", |
|
53 | 52 | "html-webpack-plugin": "2.30.1", |
54 | 53 | "http-proxy-middleware": "0.17.4", |
55 | 54 | "webpack-bundle-analyzer": "2.9.0", |
56 | | - "cross-env": "5.0.5", |
| 55 | + "cross-env": "^5.1.0", |
57 | 56 | "karma": "1.7.1", |
58 | 57 | "karma-coverage": "^1.1.1", |
59 | 58 | "karma-mocha": "^1.3.0", |
|
72 | 71 | "babel-plugin-istanbul": "4.1.5", |
73 | 72 | "phantomjs-prebuilt": "^2.1.15", |
74 | 73 | "chromedriver": "2.33.1", |
75 | | - "cross-spawn": "^5.0.1", |
| 74 | + "cross-spawn": "^5.1.0", |
76 | 75 | "nightwatch": "0.9.16", |
77 | 76 | "selenium-server": "3.6.0", |
78 | 77 | "semver": "5.4.1", |
|
85 | 84 | "vue-loader": "13.3.0", |
86 | 85 | "vue-style-loader": "3.0.3", |
87 | 86 | "vue-template-compiler": "^2.5.2", |
88 | | - "webpack": "^3.7.1", |
89 | | - "webpack-dev-middleware": "^1.12.0", |
90 | | - "webpack-hot-middleware": "^2.20.0", |
| 87 | + "webpack": "^3.8.1", |
| 88 | + "webpack-dev-middleware": "1.12.0", |
| 89 | + "webpack-hot-middleware": "2.20.0", |
91 | 90 | "webpack-merge": "4.1.0", |
92 | 91 | "node-sass": "4.5.3", |
93 | 92 | "sass-loader": "6.0.6" |
|
0 commit comments