mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[rcr] Relax react peer dep requirement
There's no real reason to restrict the React peer dep to non-experimental, so relax it.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user