From 646ab6a0c361b93cf992794a4d0f6df27efba618 Mon Sep 17 00:00:00 2001 From: Niels de Bruin Date: Tue, 20 Jul 2021 16:33:06 +0200 Subject: [PATCH 1/2] 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", From d462d6ba15310b6384512e015f318ffc53501ad9 Mon Sep 17 00:00:00 2001 From: Niels de Bruin Date: Tue, 20 Jul 2021 16:39:15 +0200 Subject: [PATCH 2/2] Bump cypress devDependency version to 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6c6c6f..b0b8d63 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@testing-library/dom": "^7.29.6" }, "devDependencies": { - "cypress": "^6.0.1", + "cypress": "^8.0.0", "kcd-scripts": "^7.5.1", "npm-run-all": "^4.1.5", "typescript": "^4.1.2"