We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update the @cypress peer dependency to allow ^13
Currently while installing the latest version of cypress-axe, with cypress 13.0.0, the following error is displayed:
npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/cypress npm WARN dev cypress@"13.0.0" from the root project npm WARN 1 more (cypress-axe) npm WARN npm WARN Could not resolve dependency: npm WARN peer cypress@"^10 || ^11 || ^12" from [email protected] npm WARN node_modules/cypress-axe npm WARN dev cypress-axe@"1.4.0" from the root project
The text was updated successfully, but these errors were encountered:
chore: support Cypress 13
e34baf2
closes component-driven#165
feat: support Cypress 13 (#166)
73bbfc0
closes #165
🎉 This issue has been resolved in version 1.5.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Please update the @cypress peer dependency to allow ^13
Currently while installing the latest version of cypress-axe, with cypress 13.0.0, the following error is displayed:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/cypress
npm WARN dev cypress@"13.0.0" from the root project
npm WARN 1 more (cypress-axe)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer cypress@"^10 || ^11 || ^12" from [email protected]
npm WARN node_modules/cypress-axe
npm WARN dev cypress-axe@"1.4.0" from the root project
The text was updated successfully, but these errors were encountered: