Skip to content

Commit 3015bf4

Browse files
committed
Ensure devtools e2e test use a compatible react-is version
1 parent 299fcf4 commit 3015bf4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,8 @@
146146
"download-build": "node ./scripts/release/download-experimental-build.js",
147147
"download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
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"
149+
},
150+
"resolutions": {
151+
"**/@playwright/test/**/react-is": "^16.0.0"
149152
}
150153
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13629,7 +13629,7 @@ 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.8.1:
13632+
react-is@^16.0.0, react-is@^16.8.1:
1363313633
version "16.13.1"
1363413634
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1363513635
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)