Skip to content

Commit

Permalink
Add peer dependency support for React 19 (#5109)
Browse files Browse the repository at this point in the history
* Add peer dependency support for React 19

* Changeset

* Update packages/xstate-react/package.json

Co-authored-by: Mateusz Burzyński <[email protected]>

* Update packages/xstate-store/package.json

Co-authored-by: Mateusz Burzyński <[email protected]>

---------

Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
davidkpiano and Andarist authored Oct 28, 2024
1 parent b730b29 commit d67b71d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/four-countries-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@xstate/react': patch
'@xstate/store': patch
---

Add React 19 as a peer dependency
2 changes: 1 addition & 1 deletion packages/xstate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-0",
"xstate": "workspace:^"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"xstate": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18.2.0 || ^19.0.0-0",
"solid-js": "^1.7.6"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit d67b71d

Please sign in to comment.