testing-library / cypress-testing-library

🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.
http://npm.im/@testing-library/cypress
MIT License
1.8k stars 152 forks source link

Cypress is on 7.2.0, this library is pegged to "^6" - can that be updated #185

Closed Pomax closed 3 years ago

Pomax commented 3 years ago

What you did:

I tried to install @testing-library/cypress

What happened:

Can't: Cypress is now on 7.2.0 but this package still needs v6

Reproduction repository:

Suggested solution:

at the very least, update package.json to peg cypress to ^7 and then do a major version release (as compat with v7 is almost certainly going to break some folk's v6 settings)

MichaelDeBoey commented 3 years ago

Closed by #182