fix: update styled-components in package.json to latest to remove react...
fix: update styled-components in package.json to latest to remove react invalid hook call warnings (#4103) * fix warning vig found by updating styled-components * revert unnecessary yarn.lock changes * reduce unnecessary changes * dedup * manual fix and dedup of yarn.lock * manually dedup @emotion/is-prop-valid * update snapshot tests
Showing
| ... | ... | @@ -82,7 +82,7 @@ |
| "@types/react-virtualized-auto-sizer": "^1.0.0", | ||
| "@types/react-window": "^1.8.2", | ||
| "@types/rebass": "^4.0.7", | ||
| "@types/styled-components": "^5.1.0", | ||
| "@types/styled-components": "^5.1.25", | ||
| "@types/testing-library__cypress": "^5.0.5", | ||
| "@types/ua-parser-js": "^0.7.35", | ||
| "@types/wcag-contrast": "^3.0.0", | ||
| ... | ... | @@ -186,7 +186,7 @@ |
| "redux": "^4.1.2", | ||
| "redux-localstorage-simple": "^2.3.1", | ||
| "setimmediate": "^1.0.5", | ||
| "styled-components": "^5.3.0", | ||
| "styled-components": "^5.3.5", | ||
| "tiny-invariant": "^1.2.0", | ||
| "ua-parser-js": "^0.7.28", | ||
| "use-count-up": "^2.2.5", | ||
| ... | ... |
Please register or sign in to comment