Closed
Description
cypress-testing-library
version:v5.2.1
node
version:v10.19.0
npm
(oryarn
) version:v6.13.4
Relevant code or config
cypress-testing-library/package.json
Line 54 in 5664b09
What you did:
installed v4.0.0
of cypress and ran npm ls
What happened:
slightly different versions in this project, but was the first i found with public logs: https://travis-ci.com/travi-org/theme-components/builds/147829710#L301-L313
Reproduction repository:
Problem description:
the peer ranges defined as compatible for cypress do not include v4.0.0
that was released today: https://docs.cypress.io/guides/references/changelog.html#4-0-0
Suggested solution:
add ^4.0.0
to the allowed peer ranges:
"cypress": "^2.1.0 || ^3.0.0"