I am trying to install @testing-library/cypress
with cypress@9.5.3
already installed in my project.
It gives me a could not resolve dependency error.
It expects cypress@^12.0.0
I cannot update the cypress dependency. How do I find the right @testing-library/cypress
version for cypress@9.5.3
?