Skip to content

Commit

Permalink
fix(vue): fix peerDependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed May 2, 2024
1 parent 7449bfa commit 1ea65a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@vue/runtime-core": "^3.4.26"
},
"peerDependencies": {
"vue": "=>3.4.26"
"vue": ">=3.4.26"
},
"engines": {
"node": ">=18.12.0"
Expand Down

0 comments on commit 1ea65a6

Please sign in to comment.