Skip to content

Commit

Permalink
fix: upgrade peer dep on vue-router
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 22, 2024
1 parent 5423744 commit 746ad8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -126,7 +126,7 @@ After installing, **you should run your dev server** (usually `npm run dev`) **t
],
// ...
"compilerOptions": {
// ...
// ...
"types": [
// ...
"unplugin-vue-router/client"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -152,7 +152,7 @@
"yaml": "^2.3.4"
},
"peerDependencies": {
"vue-router": "^4.1.0"
"vue-router": "^4.3.0"
},
"peerDependenciesMeta": {
"vue-router": {
Expand Down

0 comments on commit 746ad8f

Please sign in to comment.