Skip to content

Commit

Permalink
Add react 19 as peerDependencies (#233)
Browse files Browse the repository at this point in the history
* Add react 19 as peerDependencies

* Add changeset

---------

Co-authored-by: Matthew Phillips <[email protected]>
  • Loading branch information
e-hosseini and matthewp authored Jan 14, 2025
1 parent 8aabe0b commit 910dfaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-pigs-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-robot": minor
---

Support React 19
2 changes: 1 addition & 1 deletion packages/react-robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/matthewp/react-robot#readme",
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18.2.0",
"react": "^16.9.0 || ^17.0.0 || ^18.2.0 || ^19.0.0",
"robot3": "^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 910dfaa

Please sign in to comment.