From 185ce1a1b75d7ae6a79a2238442348443e7e7426 Mon Sep 17 00:00:00 2001 From: Janette Day Date: Thu, 16 Dec 2021 13:35:50 -0600 Subject: [PATCH] Keep cypress from jumping to 9.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1ed000..bc7682f 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,9 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", - "@testing-library/cypress": "^8.0.1", + "@testing-library/cypress": "^6.0.0", "@testing-library/dom": "^7.16.1", - "cypress": "^8.7.0" + "cypress": "~8.7.0", + "eslint-plugin-cypress": "^2.11.1" } }