Skip to content

Commit 149b420

Browse files
authored
Ensure devtools e2e test use a compatible react-is version (#22790)
* Update lockfile by running `yarn install` * Ensure devtools e2e test use a compatible react-is version
1 parent bddbfb8 commit 149b420

File tree

2 files changed

+711
-5
lines changed

2 files changed

+711
-5
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
}

0 commit comments

Comments
 (0)