Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 26, 2017
1 parent 2e7aad5 commit afb187f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}}
},
"dependencies": {
"vue": "^2.2.6"{{#router}},
"vue": "^2.3.3"{{#router}},
"vue-router": "^2.3.1"{{/router}}
},
"devDependencies": {
Expand Down Expand Up @@ -89,10 +89,10 @@
"ora": "^1.2.0",
"rimraf": "^2.6.0",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-style-loader": "^2.0.5",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3",
"vue-loader": "^12.1.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
Expand Down

0 comments on commit afb187f

Please sign in to comment.