Skip to content

Commit

Permalink
chore: make vue radix-vue as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jun 16, 2024
1 parent 2dd8e2c commit d1151ad
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/vaul-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"format": "prettier --write src/",
"release": "pnpm run build-only"
},
"peerDependencies": {
"radix-vue": "^1.4.0",
"vue": "^3.3.0"
},
"dependencies": {
"@vueuse/core": "^10.8.0",
"radix-vue": "^1.4.9",
Expand Down
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"test": "pnpm run test:e2e"
},
"dependencies": {
"radix-vue": "^1.8.3",
"vaul-vue": "workspace:*",
"vue": "^3.4.5",
"vue-router": "4"
Expand Down
79 changes: 73 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1151ad

Please sign in to comment.