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

fix(deps): update cypress to version 14.0.0 and adjust peer dependencies #281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leefreemanxyz
Copy link

What: This adds Cypress 14 to the peer dependency and dev dependencies of this project.

Why: The peer dependency change ensures that we can install Cypress 14 with npm without resorting to --legacy-peer-deps. The devDependencies change makes sure that we are actually testing against Cypress 14 and not a lower version.

How: I changed the numbers in the package.json, ran npm i and npm run validate.

Checklist:

  • Documentation (N/A)
  • Tests (N/A)
  • Ready to be merged

Close #280

@caique-rd
Copy link

That's awesome I really need this PR merged to be able to bump my Cypress project

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

Successfully merging this pull request may close these issues.

Support Cypress 14
2 participants