Skip to content

Commit

Permalink
refactor: Updated mismatched dependencies warning message to be neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmaini16 committed Feb 3, 2025
1 parent 0317d82 commit cb31188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/errors/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ export const AllCypressErrors = {
${fmt.listItems(deps, { prefix: ' - ' })}
If you're experiencing problems, downgrade dependencies and restart Cypress.
If you're experiencing problems, ensure your dependencies are on a supported version and restart Cypress.
`
},

Expand Down

0 comments on commit cb31188

Please sign in to comment.