Skip to content

Commit

Permalink
fix(core): add vue as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jun 22, 2024
1 parent 39f957d commit 8e143f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"prepare:type": "tsup --dts-only",
"stub": "tsup --watch --onSuccess 'tsup --dts-only'"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"dependencies": {
"@vue/devtools-kit": "workspace:^",
"@vue/devtools-shared": "workspace:^",
Expand Down

0 comments on commit 8e143f4

Please sign in to comment.