chore: move cypress to devDependencies (#4002)
Showing
| ... | ... | @@ -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", | ||
| ... | ... |
Please register or sign in to comment