|
1 | 1 | { |
2 | 2 | "name": "@coreui/vue", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "description": "", |
5 | 5 | "author": "Łukasz Holeczek <[email protected]>", |
6 | 6 | "private": true, |
|
19 | 19 | "font-awesome": "^4.7.0", |
20 | 20 | "is-url-external": "^1.0.3", |
21 | 21 | "simple-line-icons": "^2.4.1", |
22 | | - "vue": "2.4.4", |
| 22 | + "vue": "^2.5.2", |
23 | 23 | "vue-chartjs": "2.8.7", |
24 | | - "vue-router": "2.7.0" |
| 24 | + "vue-router": "^3.0.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "autoprefixer": "7.1.4", |
| 27 | + "autoprefixer": "7.1.5", |
28 | 28 | "babel-core": "6.26.0", |
29 | | - "babel-eslint": "8.0.0", |
| 29 | + "babel-eslint": "8.0.1", |
30 | 30 | "babel-loader": "7.1.2", |
31 | 31 | "babel-plugin-transform-runtime": "^6.22.0", |
32 | 32 | "babel-preset-env": "1.6.0", |
33 | 33 | "babel-preset-stage-2": "6.24.1", |
34 | 34 | "babel-register": "6.26.0", |
35 | 35 | "chalk": "2.1.0", |
36 | | - "connect-history-api-fallback": "^1.3.0", |
37 | | - "copy-webpack-plugin": "^4.0.1", |
| 36 | + "connect-history-api-fallback": "^1.4.0", |
| 37 | + "copy-webpack-plugin": "^4.1.1", |
38 | 38 | "css-loader": "0.28.7", |
39 | | - "eslint": "4.7.2", |
| 39 | + "eslint": "^4.9.0", |
40 | 40 | "eslint-friendly-formatter": "3.0.0", |
41 | 41 | "eslint-loader": "1.9.0", |
42 | 42 | "eslint-plugin-html": "3.2.2", |
43 | 43 | "eslint-plugin-import": "2.7.0", |
44 | | - "eslint-plugin-node": "5.1.1", |
| 44 | + "eslint-plugin-node": "5.2.0", |
45 | 45 | "eslint-config-standard": "10.2.1", |
46 | | - "eslint-plugin-promise": "3.5.0", |
| 46 | + "eslint-plugin-promise": "^3.6.0", |
47 | 47 | "eslint-plugin-standard": "3.0.1", |
48 | 48 | "eventsource-polyfill": "^0.9.6", |
49 | | - "express": "4.15.5", |
50 | | - "extract-text-webpack-plugin": "3.0.0", |
51 | | - "file-loader": "0.11.2", |
| 49 | + "express": "4.16.2", |
| 50 | + "extract-text-webpack-plugin": "3.0.1", |
| 51 | + "file-loader": "1.1.5", |
52 | 52 | "friendly-errors-webpack-plugin": "1.6.1", |
53 | 53 | "html-webpack-plugin": "2.30.1", |
54 | 54 | "http-proxy-middleware": "0.17.4", |
|
62 | 62 | "karma-sinon-chai": "1.3.2", |
63 | 63 | "karma-sourcemap-loader": "^0.3.7", |
64 | 64 | "karma-spec-reporter": "0.0.31", |
65 | | - "karma-webpack": "2.0.4", |
66 | | - "lolex": "2.1.2", |
67 | | - "mocha": "3.5.3", |
| 65 | + "karma-webpack": "^2.0.5", |
| 66 | + "lolex": "2.1.3", |
| 67 | + "mocha": "4.0.1", |
68 | 68 | "chai": "4.1.2", |
69 | | - "sinon": "3.3.0", |
70 | | - "sinon-chai": "2.13.0", |
| 69 | + "sinon": "4.0.1", |
| 70 | + "sinon-chai": "2.14.0", |
71 | 71 | "inject-loader": "3.0.1", |
72 | 72 | "babel-plugin-istanbul": "4.1.5", |
73 | 73 | "phantomjs-prebuilt": "^2.1.15", |
74 | | - "chromedriver": "2.32.3", |
| 74 | + "chromedriver": "2.33.1", |
75 | 75 | "cross-spawn": "^5.0.1", |
76 | 76 | "nightwatch": "0.9.16", |
77 | | - "selenium-server": "3.5.3", |
| 77 | + "selenium-server": "3.6.0", |
78 | 78 | "semver": "5.4.1", |
79 | 79 | "shelljs": "0.7.8", |
80 | 80 | "opn": "5.1.0", |
81 | 81 | "optimize-css-assets-webpack-plugin": "3.2.0", |
82 | 82 | "ora": "1.3.0", |
83 | 83 | "rimraf": "2.6.2", |
84 | | - "url-loader": "0.5.9", |
85 | | - "vue-loader": "13.0.5", |
| 84 | + "url-loader": "0.6.2", |
| 85 | + "vue-loader": "13.3.0", |
86 | 86 | "vue-style-loader": "3.0.3", |
87 | | - "vue-template-compiler": "2.4.4", |
88 | | - "webpack": "3.6.0", |
89 | | - "webpack-dev-middleware": "1.12.0", |
90 | | - "webpack-hot-middleware": "2.19.1", |
| 87 | + "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", |
91 | 91 | "webpack-merge": "4.1.0", |
92 | 92 | "node-sass": "4.5.3", |
93 | 93 | "sass-loader": "6.0.6" |
|
0 commit comments