Skip to content

Commit 63e795d

Browse files
sudo-suhasaddyosmani
authored andcommitted
chore: Bump dev dependencies for template (#56)
1 parent 6d57c87 commit 63e795d

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
@@ -18,26 +18,27 @@
1818
"vue-router": "^2.3.1"{{/router}}
1919
},
2020
"devDependencies": {
21-
"autoprefixer": "^6.7.2",
21+
"autoprefixer": "^7.1.2",
2222
"babel-core": "^6.22.1",
23-
"sw-precache-webpack-plugin": "^0.9.1",
23+
"sw-precache-webpack-plugin": "^0.11.4",
2424
{{#lint}}
2525
"babel-eslint": "^7.1.1",
2626
{{/lint}}
27-
"babel-loader": "^6.2.10",
27+
"babel-loader": "^7.1.1",
2828
"babel-plugin-transform-runtime": "^6.22.0",
2929
"babel-preset-env": "^1.3.2",
3030
"babel-preset-stage-2": "^6.22.0",
3131
"babel-register": "^6.22.0",
32-
"chalk": "^1.1.3",
32+
"chalk": "^2.0.1",
3333
"connect-history-api-fallback": "^1.3.0",
3434
"copy-webpack-plugin": "^4.0.1",
3535
"css-loader": "^0.28.0",
36+
"cssnano": "^3.10.0",
3637
{{#lint}}
3738
"eslint": "^3.19.0",
38-
"eslint-friendly-formatter": "^2.0.7",
39+
"eslint-friendly-formatter": "^3.0.0",
3940
"eslint-loader": "^1.7.1",
40-
"eslint-plugin-html": "^2.0.0",
41+
"eslint-plugin-html": "^3.1.0",
4142
{{#if_eq lintConfig "standard"}}
4243
"eslint-config-standard": "^6.2.1",
4344
"eslint-plugin-promise": "^3.4.0",
@@ -58,17 +59,17 @@
5859
"http-proxy-middleware": "^0.17.3",
5960
"webpack-bundle-analyzer": "^2.2.1",
6061
{{#unit}}
61-
"cross-env": "^4.0.0",
62+
"cross-env": "^5.0.1",
6263
"karma": "^1.4.1",
6364
"karma-coverage": "^1.1.1",
6465
"karma-mocha": "^1.3.0",
6566
"karma-phantomjs-launcher": "^1.0.2",
6667
"karma-phantomjs-shim": "^1.4.0",
6768
"karma-sinon-chai": "^1.3.1",
6869
"karma-sourcemap-loader": "^0.3.7",
69-
"karma-spec-reporter": "0.0.30",
70+
"karma-spec-reporter": "0.0.31",
7071
"karma-webpack": "^2.0.2",
71-
"lolex": "^1.5.2",
72+
"lolex": "^2.0.0",
7273
"mocha": "^3.2.0",
7374
"chai": "^3.5.0",
7475
"sinon": "^2.1.0",
@@ -85,8 +86,8 @@
8586
{{/e2e}}
8687
"semver": "^5.3.0",
8788
"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",
9091
"ora": "^1.2.0",
9192
"rimraf": "^2.6.0",
9293
"url-loader": "^0.5.8",

0 commit comments

Comments
 (0)