Skip to content

Commit

Permalink
Ensure devtools e2e test use a compatible react-is version (#22790)
Browse files Browse the repository at this point in the history
* Update lockfile by running `yarn install`

* Ensure devtools e2e test use a compatible react-is version
  • Loading branch information
eps1lon authored Nov 19, 2021
1 parent bddbfb8 commit 149b420
Show file tree
Hide file tree
Showing 2 changed files with 711 additions and 5 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,8 @@
"download-build": "node ./scripts/release/download-experimental-build.js",
"download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
"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"
}
}
Loading

0 comments on commit 149b420

Please sign in to comment.