Skip to content

Commit

Permalink
Add peer dependency support for React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Oct 27, 2024
1 parent b730b29 commit fbe290e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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",
"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",
"solid-js": "^1.7.6"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit fbe290e

Please sign in to comment.