Skip to content

Commit db40d7f

Browse files
sudo-suhasLinusBorg
authored andcommitted
chore: Bump dev dependencies for template (vuejs-templates#790)
1 parent 0e75e9e commit db40d7f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

template/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,26 @@
1818
"vue-router": "^2.6.0"{{/router}}
1919
},
2020
"devDependencies": {
21-
"autoprefixer": "^6.7.2",
21+
"autoprefixer": "^7.1.2",
2222
"babel-core": "^6.22.1",
2323
{{#lint}}
2424
"babel-eslint": "^7.1.1",
2525
{{/lint}}
26-
"babel-loader": "^6.2.10",
26+
"babel-loader": "^7.1.1",
2727
"babel-plugin-transform-runtime": "^6.22.0",
2828
"babel-preset-env": "^1.3.2",
2929
"babel-preset-stage-2": "^6.22.0",
3030
"babel-register": "^6.22.0",
31-
"chalk": "^1.1.3",
31+
"chalk": "^2.0.1",
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",
3536
{{#lint}}
3637
"eslint": "^3.19.0",
37-
"eslint-friendly-formatter": "^2.0.7",
38+
"eslint-friendly-formatter": "^3.0.0",
3839
"eslint-loader": "^1.7.1",
39-
"eslint-plugin-html": "^2.0.0",
40+
"eslint-plugin-html": "^3.0.0",
4041
{{#if_eq lintConfig "standard"}}
4142
"eslint-config-standard": "^6.2.1",
4243
"eslint-plugin-promise": "^3.4.0",
@@ -57,15 +58,15 @@
5758
"http-proxy-middleware": "^0.17.3",
5859
"webpack-bundle-analyzer": "^2.2.1",
5960
{{#unit}}
60-
"cross-env": "^4.0.0",
61+
"cross-env": "^5.0.1",
6162
"karma": "^1.4.1",
6263
"karma-coverage": "^1.1.1",
6364
"karma-mocha": "^1.3.0",
6465
"karma-phantomjs-launcher": "^1.0.2",
6566
"karma-phantomjs-shim": "^1.4.0",
6667
"karma-sinon-chai": "^1.3.1",
6768
"karma-sourcemap-loader": "^0.3.7",
68-
"karma-spec-reporter": "0.0.30",
69+
"karma-spec-reporter": "0.0.31",
6970
"karma-webpack": "^2.0.2",
7071
"lolex": "^1.5.2",
7172
"mocha": "^3.2.0",
@@ -84,8 +85,8 @@
8485
{{/e2e}}
8586
"semver": "^5.3.0",
8687
"shelljs": "^0.7.6",
87-
"opn": "^4.0.2",
88-
"optimize-css-assets-webpack-plugin": "^1.3.0",
88+
"opn": "^5.1.0",
89+
"optimize-css-assets-webpack-plugin": "^2.0.0",
8990
"ora": "^1.2.0",
9091
"rimraf": "^2.6.0",
9192
"url-loader": "^0.5.8",

0 commit comments

Comments
 (0)