|
18 | 18 | "vue-router": "^2.3.1"{{/router}} |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "autoprefixer": "^6.7.2", |
| 21 | + "autoprefixer": "^7.1.2", |
22 | 22 | "babel-core": "^6.22.1", |
23 | | - "sw-precache-webpack-plugin": "^0.9.1", |
| 23 | + "sw-precache-webpack-plugin": "^0.11.4", |
24 | 24 | {{#lint}} |
25 | 25 | "babel-eslint": "^7.1.1", |
26 | 26 | {{/lint}} |
27 | | - "babel-loader": "^6.2.10", |
| 27 | + "babel-loader": "^7.1.1", |
28 | 28 | "babel-plugin-transform-runtime": "^6.22.0", |
29 | 29 | "babel-preset-env": "^1.3.2", |
30 | 30 | "babel-preset-stage-2": "^6.22.0", |
31 | 31 | "babel-register": "^6.22.0", |
32 | | - "chalk": "^1.1.3", |
| 32 | + "chalk": "^2.0.1", |
33 | 33 | "connect-history-api-fallback": "^1.3.0", |
34 | 34 | "copy-webpack-plugin": "^4.0.1", |
35 | 35 | "css-loader": "^0.28.0", |
| 36 | + "cssnano": "^3.10.0", |
36 | 37 | {{#lint}} |
37 | 38 | "eslint": "^3.19.0", |
38 | | - "eslint-friendly-formatter": "^2.0.7", |
| 39 | + "eslint-friendly-formatter": "^3.0.0", |
39 | 40 | "eslint-loader": "^1.7.1", |
40 | | - "eslint-plugin-html": "^2.0.0", |
| 41 | + "eslint-plugin-html": "^3.1.0", |
41 | 42 | {{#if_eq lintConfig "standard"}} |
42 | 43 | "eslint-config-standard": "^6.2.1", |
43 | 44 | "eslint-plugin-promise": "^3.4.0", |
|
58 | 59 | "http-proxy-middleware": "^0.17.3", |
59 | 60 | "webpack-bundle-analyzer": "^2.2.1", |
60 | 61 | {{#unit}} |
61 | | - "cross-env": "^4.0.0", |
| 62 | + "cross-env": "^5.0.1", |
62 | 63 | "karma": "^1.4.1", |
63 | 64 | "karma-coverage": "^1.1.1", |
64 | 65 | "karma-mocha": "^1.3.0", |
65 | 66 | "karma-phantomjs-launcher": "^1.0.2", |
66 | 67 | "karma-phantomjs-shim": "^1.4.0", |
67 | 68 | "karma-sinon-chai": "^1.3.1", |
68 | 69 | "karma-sourcemap-loader": "^0.3.7", |
69 | | - "karma-spec-reporter": "0.0.30", |
| 70 | + "karma-spec-reporter": "0.0.31", |
70 | 71 | "karma-webpack": "^2.0.2", |
71 | | - "lolex": "^1.5.2", |
| 72 | + "lolex": "^2.0.0", |
72 | 73 | "mocha": "^3.2.0", |
73 | 74 | "chai": "^3.5.0", |
74 | 75 | "sinon": "^2.1.0", |
|
85 | 86 | {{/e2e}} |
86 | 87 | "semver": "^5.3.0", |
87 | 88 | "shelljs": "^0.7.6", |
88 | | - "opn": "^4.0.2", |
89 | | - "optimize-css-assets-webpack-plugin": "^1.3.0", |
| 89 | + "opn": "^5.1.0", |
| 90 | + "optimize-css-assets-webpack-plugin": "^2.0.0", |
90 | 91 | "ora": "^1.2.0", |
91 | 92 | "rimraf": "^2.6.0", |
92 | 93 | "url-loader": "^0.5.8", |
|
0 commit comments