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

Add cypress 7.0 to peer dependencies #183

Closed juliankrispel closed 3 years ago

juliankrispel commented 3 years ago

What:

Adding 7.0 to peer deps

Why:

To resolve the peer dependency warning:

image

How:

Update package.json

Checklist:

leschdom commented 3 years ago

Looks like a duplicate of https://github.com/testing-library/cypress-testing-library/pull/182 (which is also pending merge)

juliankrispel commented 3 years ago

Looks like a duplicate of #182 (which is also pending merge)

whoops thanks