From 9ddb37a982aaa5342c291c11cc52b053826666b5 Mon Sep 17 00:00:00 2001 From: Vignesh Mohankumar Date: Wed, 29 Jun 2022 10:41:20 -1000 Subject: [PATCH] chore: move cypress to devDependencies (#4002) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f60abad33c..3a0a5a6278 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "@types/wcag-contrast": "^3.0.0", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", + "cypress": "^10.1.0", "env-cmd": "^10.1.0", "eslint": "^7.11.0", "eslint-config-prettier": "^6.11.0", @@ -146,7 +147,6 @@ "array.prototype.flatmap": "^1.2.4", "cids": "^1.0.0", "copy-to-clipboard": "^3.2.0", - "cypress": "^10.1.0", "d3": "^7.0.0", "ethers": "^5.1.4", "firebase": "^9.1.3",