Skip to content

Commit 910dfaa

Browse files
e-hosseinimatthewp
andauthored
Add react 19 as peerDependencies (#233)
* Add react 19 as peerDependencies * Add changeset --------- Co-authored-by: Matthew Phillips <[email protected]>
1 parent 8aabe0b commit 910dfaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/thirty-pigs-leave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-robot": minor
3+
---
4+
5+
Support React 19

Diff for: packages/react-robot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/matthewp/react-robot#readme",
2929
"peerDependencies": {
30-
"react": "^16.9.0 || ^17.0.0 || ^18.2.0",
30+
"react": "^16.9.0 || ^17.0.0 || ^18.2.0 || ^19.0.0",
3131
"robot3": "^1.0.0"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)