Skip to content

Commit

Permalink
fix: input otp peer deps (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev authored Nov 29, 2024
1 parent c110f0d commit e2a5013
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-ants-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/input-otp": patch
---

Fix input-otp peer deps
4 changes: 2 additions & 2 deletions packages/components/input-otp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.3.0-beta.17",
"@nextui-org/system": ">=2.0.0"
"@nextui-org/theme": ">=2.3.0-beta.0",
"@nextui-org/system": ">=2.3.0-beta.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down

0 comments on commit e2a5013

Please sign in to comment.