Skip to content

Commit

Permalink
Fix/maintain dependencies (#399)
Browse files Browse the repository at this point in the history
* chore(deps): keep vue as peer dependency

* chore(deps): update external non-breaking dependencies

---------

Co-authored-by: Negezor <[email protected]>
  • Loading branch information
hunterliu1003 and negezor authored Nov 8, 2023
1 parent 3344bd1 commit 3e29379
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 436 deletions.
10 changes: 5 additions & 5 deletions packages/vue-final-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"release": "pnpm build && pnpm cypress:run && release-it"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"focus-trap": "^7.4.0"
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"focus-trap": "^7.5.4"
},
"devDependencies": {
"@cypress/vue": "^5.0.5",
Expand All @@ -45,8 +45,8 @@
"vue": "^3.3.4"
},
"peerDependencies": {
"@vueuse/core": ">=9.11.1",
"@vueuse/integrations": ">=9.11.1",
"@vueuse/core": ">=10.0.0",
"@vueuse/integrations": ">=10.0.0",
"focus-trap": ">=7.2.0",
"vue": ">=3.2.0"
},
Expand Down
Loading

0 comments on commit 3e29379

Please sign in to comment.