Ensure react-is version used for resolution for playwright is installed (#22813)
This commit is contained in:
parent
149b420f63
commit
a04795c89c
|
@ -148,6 +148,6 @@
|
|||
"download-build-in-codesandbox-ci": "cd scripts/release && yarn install && cd ../../ && yarn download-build-for-head || yarn build-combined --type=node react/index react-dom scheduler"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/@playwright/test/**/react-is": "^16.0.0"
|
||||
"react-is": "npm:react-is"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13629,10 +13629,10 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
|
|||
prop-types "^15.6.2"
|
||||
scheduler "^0.13.0"
|
||||
|
||||
react-is@^16.0.0, react-is@^16.8.1:
|
||||
version "16.13.1"
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
||||
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
||||
react-is@^16.8.1, "react-is@npm:react-is":
|
||||
version "17.0.2"
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
|
||||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
|
||||
|
||||
react-lifecycles-compat@^3.0.4:
|
||||
version "3.0.4"
|
||||
|
|
Loading…
Reference in New Issue