trigger
trigger copied to clipboard
rc-align and rc-animate deps could be bumped
Older versions of rc-animate and rc-align don't work in react 16, and when I install rc-trigger for some reason yarn selects those older versions for installation unless I add resolutions to override it.
The dependencies should be updated to require a version of those libraries that work in react 16 now that this library requires react 16.
PR is welcomed.