|
32 | 32 | "connect-history-api-fallback": "^1.3.0",
|
33 | 33 | "copy-webpack-plugin": "^4.0.1",
|
34 | 34 | "css-loader": "^0.28.0",
|
35 |
| - "cssnano": "^3.10.0", |
36 | 35 | {{#lint}}
|
37 | 36 | "eslint": "^3.19.0",
|
38 | 37 | "eslint-friendly-formatter": "^3.0.0",
|
39 | 38 | "eslint-loader": "^1.7.1",
|
40 | 39 | "eslint-plugin-html": "^3.0.0",
|
41 | 40 | {{#if_eq lintConfig "standard"}}
|
42 |
| - "eslint-config-standard": "^6.2.1", |
| 41 | + "eslint-config-standard": "^10.2.1", |
43 | 42 | "eslint-plugin-promise": "^3.4.0",
|
44 |
| - "eslint-plugin-standard": "^2.0.1", |
| 43 | + "eslint-plugin-standard": "^3.0.1", |
| 44 | + "eslint-plugin-import": "^2.7.0", |
| 45 | + "eslint-plugin-node": "^5.2.0", |
45 | 46 | {{/if_eq}}
|
46 | 47 | {{#if_eq lintConfig "airbnb"}}
|
47 |
| - "eslint-config-airbnb-base": "^11.1.3", |
48 |
| - "eslint-import-resolver-webpack": "^0.8.1", |
49 |
| - "eslint-plugin-import": "^2.2.0", |
| 48 | + "eslint-config-airbnb-base": "^12.0.1", |
| 49 | + "eslint-import-resolver-webpack": "^0.8.3", |
| 50 | + "eslint-plugin-import": "^2.7.0", |
50 | 51 | {{/if_eq}}
|
51 | 52 | {{/lint}}
|
52 | 53 | "eventsource-polyfill": "^0.9.6",
|
53 | 54 | "express": "^4.14.1",
|
54 | 55 | "extract-text-webpack-plugin": "^3.0.0",
|
55 |
| - "file-loader": "^0.11.1", |
| 56 | + "file-loader": "^1.1.4", |
56 | 57 | "friendly-errors-webpack-plugin": "^1.6.1",
|
57 | 58 | "html-webpack-plugin": "^2.30.1",
|
58 | 59 | "http-proxy-middleware": "^0.17.3",
|
|
69 | 70 | "karma-spec-reporter": "0.0.31",
|
70 | 71 | "karma-webpack": "^2.0.2",
|
71 | 72 | "mocha": "^3.2.0",
|
72 |
| - "chai": "^3.5.0", |
73 |
| - "sinon": "^2.1.0", |
| 73 | + "chai": "^4.1.2", |
| 74 | + "sinon": "^4.0.0", |
74 | 75 | "sinon-chai": "^2.8.0",
|
75 | 76 | "inject-loader": "^3.0.0",
|
76 | 77 | "babel-plugin-istanbul": "^4.1.1",
|
|
85 | 86 | "semver": "^5.3.0",
|
86 | 87 | "shelljs": "^0.7.6",
|
87 | 88 | "opn": "^5.1.0",
|
88 |
| - "optimize-css-assets-webpack-plugin": "^2.0.0", |
| 89 | + "optimize-css-assets-webpack-plugin": "^3.2.0", |
89 | 90 | "ora": "^1.2.0",
|
90 | 91 | "rimraf": "^2.6.0",
|
91 | 92 | "url-loader": "^0.5.8",
|
92 | 93 | "vue-loader": "^13.0.4",
|
93 | 94 | "vue-style-loader": "^3.0.1",
|
94 | 95 | "vue-template-compiler": "^2.4.2",
|
95 | 96 | "portfinder": "^1.0.13",
|
96 |
| - "webpack": "^3.5.5", |
| 97 | + "webpack": "^3.6.0", |
97 | 98 | "webpack-dev-middleware": "^1.12.0",
|
98 | 99 | "webpack-hot-middleware": "^2.18.2",
|
99 | 100 | "webpack-merge": "^4.1.0"
|
|
0 commit comments