From 132f09f890e5805912ff84fc4d2b24a77b6c2b69 Mon Sep 17 00:00:00 2001 From: Alex Anthony Date: Wed, 29 Sep 2021 11:31:12 +0100 Subject: [PATCH] Widen cypress peer dependency range Already tested with up to 8.3.1, so would assume anything in the 8.x range is fine. Fixes https://github.com/jaredpalmer/cypress-image-snapshot/issues/198 and https://github.com/jaredpalmer/cypress-image-snapshot/issues/204 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa6e58..1381972 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "rimraf": "^2.6.2" }, "peerDependencies": { - "cypress": "^4.5.0" + "cypress": "^4.5.0 - 8" }, "husky": { "hooks": {