From bdb397411c6c644b1c1b6fae4ea02dba713fb37c Mon Sep 17 00:00:00 2001 From: Mark Noonan Date: Mon, 16 Dec 2024 14:32:25 -0500 Subject: [PATCH] Update Cypress version in peerDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec3550f..f89da71 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "typescript": "^4.3.5" }, "peerDependencies": { - "cypress": "^12.0.0 || ^13.0.0" + "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js",