Skip to content

Commit

Permalink
fix(deps): update dependency vue-router to v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent bb35abb commit aef5706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/vue2-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@vue/composition-api": "^1.7.0",
"vue": "2.6.14",
"vue-router": "3.5.3",
"vue-router": "3.6.5",
"vue-i18n": "^8",
"vue-i18n-bridge": "^9.3.0",
"vue-i18n-routing": "0.13.4"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@vue/composition-api": "^1.7.0",
"vue": "2.6.14",
"vue-router": "3.5.3",
"vue-router": "3.6.5",
"vue-i18n": "^8",
"vue-i18n-bridge": "^9.3.0",
"vue-i18n-routing": "0.13.4"
Expand Down

0 comments on commit aef5706

Please sign in to comment.