From 14947702e679a8ca1f42fff8e03abf66830bcdf7 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 22 Feb 2023 09:23:13 +0100 Subject: [PATCH] set latest cypress version in package.json --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d31ab19b3..a311789b2 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,12 @@ "auto-changelog": "^2.3.0", "bcryptjs": "^2.4.3", "cross-env": "^7.0.3", + "cucumber": "^6.0.5", "cypress": "^12.6.0", - "cypress-file-upload": "^5.0.8", + "cypress-cucumber-preprocessor": "^2.2.1", + "cypress-file-upload": "^3.5.3", "cypress-network-idle": "^1.14.2", - "date-fns": "^2.30.0", + "date-fns": "^2.25.0", "dotenv": "^8.2.0", "expect": "^29.5.0", "graphql-request": "^2.0.0",