Skip to content

Commit

Permalink
chore: make certain packages as peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jan 16, 2025
1 parent 8661511 commit 70358fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
"pub:release": "pnpm publish --access public"
},
"peerDependencies": {
"@internationalized/date": ">=3.5.0",
"@internationalized/number": ">=3.5.0",
"vue": ">= 3.2.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.11",
"@floating-ui/vue": "^1.1.5",
"@internationalized/date": "^3.5.6",
"@internationalized/number": "^3.5.4",
"@tanstack/vue-virtual": "^3.10.8",
"@vueuse/core": "^12.0.0",
"@vueuse/shared": "^12.0.0",
Expand All @@ -115,6 +115,8 @@
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@internationalized/date": "^3.5.6",
"@internationalized/number": "^3.5.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
Expand Down

0 comments on commit 70358fb

Please sign in to comment.