Skip to content

Commit e9ed4c5

Browse files
committed
bump more deps
1 parent 5218c7b commit e9ed4c5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

template/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,28 @@
3232
"connect-history-api-fallback": "^1.3.0",
3333
"copy-webpack-plugin": "^4.0.1",
3434
"css-loader": "^0.28.0",
35-
"cssnano": "^3.10.0",
3635
{{#lint}}
3736
"eslint": "^3.19.0",
3837
"eslint-friendly-formatter": "^3.0.0",
3938
"eslint-loader": "^1.7.1",
4039
"eslint-plugin-html": "^3.0.0",
4140
{{#if_eq lintConfig "standard"}}
42-
"eslint-config-standard": "^6.2.1",
41+
"eslint-config-standard": "^10.2.1",
4342
"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",
4546
{{/if_eq}}
4647
{{#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",
5051
{{/if_eq}}
5152
{{/lint}}
5253
"eventsource-polyfill": "^0.9.6",
5354
"express": "^4.14.1",
5455
"extract-text-webpack-plugin": "^3.0.0",
55-
"file-loader": "^0.11.1",
56+
"file-loader": "^1.1.4",
5657
"friendly-errors-webpack-plugin": "^1.6.1",
5758
"html-webpack-plugin": "^2.30.1",
5859
"http-proxy-middleware": "^0.17.3",
@@ -69,8 +70,8 @@
6970
"karma-spec-reporter": "0.0.31",
7071
"karma-webpack": "^2.0.2",
7172
"mocha": "^3.2.0",
72-
"chai": "^3.5.0",
73-
"sinon": "^2.1.0",
73+
"chai": "^4.1.2",
74+
"sinon": "^4.0.0",
7475
"sinon-chai": "^2.8.0",
7576
"inject-loader": "^3.0.0",
7677
"babel-plugin-istanbul": "^4.1.1",
@@ -85,15 +86,15 @@
8586
"semver": "^5.3.0",
8687
"shelljs": "^0.7.6",
8788
"opn": "^5.1.0",
88-
"optimize-css-assets-webpack-plugin": "^2.0.0",
89+
"optimize-css-assets-webpack-plugin": "^3.2.0",
8990
"ora": "^1.2.0",
9091
"rimraf": "^2.6.0",
9192
"url-loader": "^0.5.8",
9293
"vue-loader": "^13.0.4",
9394
"vue-style-loader": "^3.0.1",
9495
"vue-template-compiler": "^2.4.2",
9596
"portfinder": "^1.0.13",
96-
"webpack": "^3.5.5",
97+
"webpack": "^3.6.0",
9798
"webpack-dev-middleware": "^1.12.0",
9899
"webpack-hot-middleware": "^2.18.2",
99100
"webpack-merge": "^4.1.0"

0 commit comments

Comments
 (0)