Skip to content

Commit

Permalink
fix: sync vue-demi dependency (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede authored Dec 4, 2023
1 parent 4ebbaa5 commit 176f3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/vue-router-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"postinstall": "node ./scripts/postinstall.js"
},
"dependencies": {
"vue-demi": "^0.14.0"
"vue-demi": ">=0.13.5 < 1.0.0"
},
"peerDependencies": {
"vue-router": "^4.0.0-0 || ^3.0.0",
Expand Down Expand Up @@ -72,4 +72,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 176f3bf

Please sign in to comment.