Skip to content

Commit

Permalink
chore(deps): keep vue as peer dependency (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor authored Nov 8, 2023
1 parent cafb367 commit 3344bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/vue-final-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"dependencies": {
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"focus-trap": "^7.4.0",
"vue": "^3.3.4"
"focus-trap": "^7.4.0"
},
"devDependencies": {
"@cypress/vue": "^5.0.5",
Expand All @@ -42,7 +41,8 @@
"release-it": "^15.9.3",
"tsc-alias": "^1.8.7",
"unplugin-vue-define-options": "^1.3.8",
"unplugin-vue-macros": "^2.3.0"
"unplugin-vue-macros": "^2.3.0",
"vue": "^3.3.4"
},
"peerDependencies": {
"@vueuse/core": ">=9.11.1",
Expand Down
7 changes: 4 additions & 3 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 3344bd1

Please sign in to comment.