From 646ab6a0c361b93cf992794a4d0f6df27efba618 Mon Sep 17 00:00:00 2001 From: Niels de Bruin Date: Tue, 20 Jul 2021 16:33:06 +0200 Subject: [PATCH] Add cypress v8 to peerDependencies range --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04dd2bd..c6c6c6f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "typescript": "^4.1.2" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js",