Remove Cypress from yarn `resolutions` (#17715)
Since the Webpack and Babel upgrades, this shouldn't be needed any more. In the past, we had to explicitly resolve to the specific version of Cypress. Now it resolves to this version by default.
... | ... | @@ -217,7 +217,6 @@ |
] | ||
}, | ||
"resolutions": { | ||
"cypress": "6.8.0", | ||
"styled-components": "3.2.6", | ||
"styled-system": "2.2.5" | ||
}, | ||
... | ... |
Please register or sign in to comment