Skip to content
New issue

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

Support for Cypress 14 #182

Open
jimblue opened this issue Jan 18, 2025 · 1 comment
Open

Support for Cypress 14 #182

jimblue opened this issue Jan 18, 2025 · 1 comment

Comments

@jimblue
Copy link

jimblue commented Jan 18, 2025

To support the new Cypress v.14 please modify package.json from:

 "peerDependencies": {
    "axe-core": "^3 || ^4",
    "cypress": "^10 || ^11 || ^12 || ^13"
  },

to

 "peerDependencies": {
    "axe-core": "^3 || ^4",
    "cypress": "^10 || ^11 || ^12 || ^13 || ^14"
  },

Thank you

@jimblue jimblue changed the title Add support for Cypress Support for Cypress 14 Jan 18, 2025
@wlsf82
Copy link
Contributor

wlsf82 commented Jan 21, 2025

Are there any updates on merging this PR and releasing the changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants