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

fix: allow cypress@8 as peer dependency #197

Closed rbayliss closed 3 years ago

rbayliss commented 3 years ago

What: Allows Cypress 8.x to be used with this library.

Why: Cypress 8.0.0 was released today.

How: Updates package.json to allow ^8.0.0 as a peer dependency. Also bumps the version of Cypress installed in development so tests and linting are run against the 8.x branch.

Checklist:

rbayliss commented 3 years ago

Whoops - just noted #196, which is the same thing and came in before this one. Closing.