Skip to content

Commit

Permalink
fix(devtools): optional vite dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 16, 2023
1 parent d90948e commit 0303b62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-cherries-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-macros/devtools': patch
---

optional vite dep
5 changes: 5 additions & 0 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"peerDependencies": {
"vite": "^4.0.0"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"dependencies": {
"sirv": "^2.0.2",
"vue": "^3.2.47"
Expand Down

0 comments on commit 0303b62

Please sign in to comment.