Skip to content

Commit cb84e89

Browse files
committed
[rcr] Relax react peer dep requirement
There's no real reason to restrict the React peer dep to non-experimental, so relax it.
1 parent 32defc5 commit cb84e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/packages/react-compiler-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"src"
1010
],
1111
"peerDependencies": {
12-
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
12+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental"
1313
},
1414
"scripts": {
1515
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",

0 commit comments

Comments
 (0)