Skip to content

Commit

Permalink
feat(builtinComponent): add vue to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling committed May 11, 2024
1 parent a5128ee commit 5843106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/builtinComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.5.0"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

0 comments on commit 5843106

Please sign in to comment.