Skip to content

Commit

Permalink
fix(reactivity-transform-vue2): accept vue3 for peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 17, 2023
1 parent 9fc14dc commit 0a0598e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-coats-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-macros/reactivity-transform-vue2': patch
---

accept vue3 for peer dep
2 changes: 1 addition & 1 deletion packages/reactivity-transform-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dev": "DEV=1 tsup"
},
"peerDependencies": {
"vue": "^2.7.0"
"vue": "^2.7.0 || ^3.2.25"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
Expand Down

0 comments on commit 0a0598e

Please sign in to comment.