Merge pull request #439 from spotify/eide/cypress-types

Pin cypress to 4.2.0 to fix typescript type conflict
This commit is contained in:
Stefan Ålund
2020-04-02 07:46:22 +02:00
committed by GitHub
+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"