Skip to content

Commit

Permalink
[rcr] Relax react peer dep requirement
Browse files Browse the repository at this point in the history
There's no real reason to restrict the React peer dep to non-experimental, so relax it.
  • Loading branch information
poteto committed Dec 26, 2024
1 parent 32defc5 commit cb84e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/packages/react-compiler-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"src"
],
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental"
},
"scripts": {
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
Expand Down

0 comments on commit cb84e89

Please sign in to comment.