From e052ecee58219a2f1e8515c44e375529309edc64 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Thu, 6 Feb 2020 17:33:50 -0600 Subject: [PATCH] feat: allowed cypress v4 as a valid peer (#119) closes #118 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a1f338..7318004 100644 --- a/package.json +++ b/package.json @@ -46,12 +46,12 @@ "@types/testing-library__cypress": "^5.0.2" }, "devDependencies": { - "cypress": "^3.8.3", + "cypress": "^4.0.0", "kcd-scripts": "^5.0.0", "npm-run-all": "^4.1.5" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js",