From b359e1319ffe188867cfd3ff8010cfeb1e520b8c Mon Sep 17 00:00:00 2001 From: Walmyr Date: Thu, 16 Jan 2025 23:32:00 +0100 Subject: [PATCH 1/2] Update peer dependencies to make it work with Cypress 14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5683439..a0d33ab 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": {}, "peerDependencies": { "axe-core": "^3 || ^4", - "cypress": "^10 || ^11 || ^12 || ^13" + "cypress": "^10 || ^11 || ^12 || ^13" || ^14" }, "devDependencies": { "@types/node": "^14.14.8", From f67255dbe9031888d96311dcaaa98293989d89c5 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Thu, 16 Jan 2025 23:35:23 +0100 Subject: [PATCH 2/2] Fix the last commit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0d33ab..4dbac37 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": {}, "peerDependencies": { "axe-core": "^3 || ^4", - "cypress": "^10 || ^11 || ^12 || ^13" || ^14" + "cypress": "^10 || ^11 || ^12 || ^13 || ^14" }, "devDependencies": { "@types/node": "^14.14.8",