From 10141272469ff899bccf75911f8896868f8e8364 Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Wed, 13 Apr 2022 17:36:59 -0700 Subject: [PATCH] chore: move cypress-image-snapshots to devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5968e33e6..12b683fdd 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ }, "dependencies": { "@braintree/sanitize-url": "^6.0.0", - "cypress-image-snapshot": "^4.0.1", "d3": "^7.0.0", "dagre": "^0.8.5", "dagre-d3": "^0.6.4", @@ -81,6 +80,7 @@ "coveralls": "^3.0.2", "css-to-string-loader": "^0.1.3", "cypress": "9.5.3", + "cypress-image-snapshot": "^4.0.1", "documentation": "13.2.0", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0",