Skip to content

Commit a04795c

Browse files
author
jstejada
authored
Ensure react-is version used for resolution for playwright is installed (facebook#22813)
1 parent 149b420 commit a04795c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@
148148
"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"
149149
},
150150
"resolutions": {
151-
"**/@playwright/test/**/react-is": "^16.0.0"
151+
"react-is": "npm:react-is"
152152
}
153153
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13629,10 +13629,10 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
1362913629
prop-types "^15.6.2"
1363013630
scheduler "^0.13.0"
1363113631

13632-
react-is@^16.0.0, react-is@^16.8.1:
13633-
version "16.13.1"
13634-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
13635-
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
13632+
react-is@^16.8.1, "react-is@npm:react-is":
13633+
version "17.0.2"
13634+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
13635+
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1363613636

1363713637
react-lifecycles-compat@^3.0.4:
1363813638
version "3.0.4"

0 commit comments

Comments
 (0)