Skip to content

Commit

Permalink
feat: add react 19 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Oct 29, 2024
1 parent 6d74289 commit ce78d9a
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",
"react-dom": "^16.8 || ^17.0 || ^18.0"
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
}
}

0 comments on commit ce78d9a

Please sign in to comment.