jaredpalmer / cypress-image-snapshot

Catch visual regressions in Cypress
MIT License
888 stars 160 forks source link

bumped cypress peer dependency version #133

Closed rileymiller closed 3 years ago

rileymiller commented 4 years ago

Upgrades the Cypress peer dependency to the most recent version of Cypress.

Keysox commented 4 years ago

See also https://github.com/palmerhq/cypress-image-snapshot/issues/116

badeball commented 3 years ago

Was there any reason to omit support for the previous version? It seems like no change made so ^3.0.2 is no longer supported. You can support multiple versions using the or-operator ||. I know you think you made it easier to consume this using this using Cypress ^4.5.0, but you simultaneously made it more difficult to consume it using ^3.0.2.

badeball commented 3 years ago

Furthermore, v5 is out.