Skip to content

Commit

Permalink
fix: peer deps for rc
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored and guilhermerodz committed Nov 4, 2024
1 parent 9f25ac1 commit adc3395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/input-otp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
}
}

0 comments on commit adc3395

Please sign in to comment.