Skip to content

Commit 1a24741

Browse files
FflorielLinusBorg
authored andcommitted
update to vue and vue-router latest version (#984)
- vue 2.5 - vue-router 3.0
1 parent b6a4694 commit 1a24741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}}
1515
},
1616
"dependencies": {
17-
"vue": "^2.4.2"{{#router}},
18-
"vue-router": "^2.7.0"{{/router}}
17+
"vue": "^2.5.2"{{#router}},
18+
"vue-router": "^3.0.1"{{/router}}
1919
},
2020
"devDependencies": {
2121
"autoprefixer": "^7.1.2",

0 commit comments

Comments
 (0)