feat!: bump react-overlays (#5017)
* feat: update to popper v2
BREAKING CHANGE: only breaking if you pass a popperConfig directly to overlay or dropdown components. The config format is now the v2 one. This change only relevant to users of `popperConfig` prop on Overlay, OverlayTrigger, and Dropdown
* docs: update some packages, clean up version dropdown a bit
* Apply suggestions from code review
* fail in the right place
* clean up popper injected props
* fix types
Co-authored-by:
Jimmy Jia <tesrin@gmail.com>
... | ... | @@ -66,14 +66,13 @@ |
"@babel/runtime": "^7.4.2", | ||
"@restart/context": "^2.1.4", | ||
"@restart/hooks": "^0.3.21", | ||
"@types/react": "^16.8.23", | ||
"@types/react": "^16.9.23", | ||
"classnames": "^2.2.6", | ||
"dom-helpers": "^5.1.2", | ||
"invariant": "^2.2.4", | ||
"popper.js": "^1.16.0", | ||
"prop-types": "^15.7.2", | ||
"prop-types-extra": "^1.1.0", | ||
"react-overlays": "^2.1.0", | ||
"react-overlays": "^3.0.1", | ||
"react-transition-group": "^4.0.0", | ||
"uncontrollable": "^7.0.0", | ||
"warning": "^4.0.3" | ||
... | ... |