<!-- HI! PLEASE STOP TO READ THIS!! If your issue is regarding one of the query APIs (`getByText`, `getByLabelText`, etc), then please file it on the https://github.com/kentcdodds/dom-testing-library repository instead. If you file it here it will be closed. Thanks :) Thanks for your interest in the project. I appreciate bugs filed and PRs submitted! Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. I'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request --> - `cypress-testing-library` version: `8.0.1` - `node` version: `v12.18.1` - `npm` (or `yarn`) version: `npm@7.11.2` **Relevant code or config** N/A **What you did:** ``` npm i --save-dev cypress@9.0.0 ``` **What happened:** <!-- Please provide the full error message/screenshots/anything → ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found: cypress@9.0.0 npm ERR! node_modules/cypress npm ERR! dev cypress@"9.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer cypress@"^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" from @testing-library/cypress@8.0.1 npm ERR! node_modules/@testing-library/cypress npm ERR! dev @testing-library/cypress@"^8.0.1" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /Users/someuser/.npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /Users/someuser/.npm/_logs/2021-11-11T14_06_40_232Z-debug.log ``` **Reproduction repository:** <!-- If possible, please create a repository that reproduces the issue with the minimal amount of code possible. --> N/A **Problem description:** Well, with the current peer dep definition, `npm` will keep complaining about not being able to resolve the dependency. **Suggested solution:** We should bump up the peer dev version.