Skip to content

Commit

Permalink
fix(deps): update dependency vue to ^2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2018
1 parent 6aa9036 commit c9ef458
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-replace": "1.1.1",
"standard": "10.0.3",
"vue": "2.4.2",
"vue": "2.5.13",
"vue-router": "2.7.0"
}
}
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cross-env": "^5.0.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^3.0.0",
"vue": "^2.3.3",
"vue": "^2.0.0",
"vue-router": "^2.5.3",
"vue-server-renderer": "^2.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,9 +2414,9 @@ vue-template-es2015-compiler@^1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.5.3.tgz#22787de4e37ebd9339b74223bc467d1adee30545"

vue@^2.3.3:
version "2.4.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.4.2.tgz#a9855261f191c978cc0dc1150531b8d08149b58c"
vue@^2.0.0:
version "2.5.13"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.13.tgz#95bd31e20efcf7a7f39239c9aa6787ce8cf578e1"

watchpack@^1.3.1:
version "1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3623,9 +3623,9 @@ vue-router@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-2.7.0.tgz#16d424493aa51c3c8cce8b7c7210ea4c3a89aff1"

vue@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.4.2.tgz#a9855261f191c978cc0dc1150531b8d08149b58c"
vue@2.5.13:
version "2.5.13"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.13.tgz#95bd31e20efcf7a7f39239c9aa6787ce8cf578e1"

walker@~1.0.5:
version "1.0.7"
Expand Down

0 comments on commit c9ef458

Please sign in to comment.