package: pin cypress to 4.2.0 to avoid type issues in 4.3.0

This commit is contained in:
Patrik Oldsberg
2020-04-01 16:53:07 +02:00
parent 76fe4bf14d
commit 869eb2c286
+3
View File
@@ -35,6 +35,9 @@
"@types/classnames": "^2.2.9",
"moment": "^2.24.0"
},
"resolutions": {
"**/cypress": "4.2.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"