Skip to content

Commit

Permalink
feat: Update peerDependencies to include React 19 (#651)
Browse files Browse the repository at this point in the history
* feat: Update peerDependencies to include React 19

* chore: add changeset

---------

Co-authored-by: Julien <[email protected]>
  • Loading branch information
michal-worwag and juliencrn authored Feb 5, 2025
1 parent 2066727 commit b1dffb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-colts-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"usehooks-ts": patch
---

feat: Update peerDependencies to include React 19 @michal-worwag
2 changes: 1 addition & 1 deletion packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lodash.debounce": "^4.0.8"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
"react": "^16.8.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
},
"engines": {
"node": ">=16.15.0"
Expand Down

0 comments on commit b1dffb9

Please sign in to comment.