Skip to content

Commit

Permalink
chore: use latest vue-router
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 12, 2022
1 parent 992c915 commit f63f709
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"vue-chartjs": "^3.5.1",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-plausible": "^1.3.1"
},
"resolutions": {
"vue-router": "^3.5.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13411,10 +13411,10 @@ vue-resize@^1.0.1:
dependencies:
"@babel/runtime" "^7.13.10"

vue-router@^3.5.2:
version "3.5.2"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-3.5.2.tgz"
integrity sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ==
vue-router@^3.5.2, vue-router@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.3.tgz#041048053e336829d05dafacf6a8fb669a2e7999"
integrity sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==

vue-server-renderer@^2.6.14:
version "2.6.14"
Expand Down

0 comments on commit f63f709

Please sign in to comment.