Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
chore(deps): update deps in template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Oct 23, 2017
1 parent e4151a8 commit 49d4d70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}}
},
"dependencies": {
"vue": "^2.4.4",
"vue": "^2.5.2",
{{#router}}
"vue-router": "^2.7.0",
"vue-router": "^3.0.1",
{{/router}}
"bootstrap": "^4.0.0-beta",
"bootstrap": "^4.0.0-beta.2",
"bootstrap-vue": "^1.0.0-beta.9",
"popper.js": "^1.12.5"
"popper.js": "^1.12.6"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand Down

0 comments on commit 49d4d70

Please sign in to comment.