From 2335e662651eb480a8aa35685a5c4bec732feb74 Mon Sep 17 00:00:00 2001 From: Mark Noonan Date: Wed, 1 Jun 2022 18:14:11 -0400 Subject: [PATCH] Add Cypress ^10.0.0 as peer dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 10.0 has been release, and Cypress Testing Library works great with it ❤️ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d929261..407c2e3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "typescript": "^4.3.5" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js",