joshwnj / react-visibility-sensor

Sensor component for React that notifies you when it goes in or out of the window viewport.
MIT License
2.33k stars 195 forks source link

Upgrade old dependencies #126

Closed joshwnj closed 6 years ago

joshwnj commented 6 years ago

Many dependencies are very out of date, including the version of node that Travis tests on (v0.12! 😂)

I'll be upgrading everything to the latest version, and also dropping support for older versions of react. This will be a new major version (v4) so hopefully won't impact anyone that needs to run on react < 16. Let me know if there's a case for supporting older versions moving forward, otherwise we'll drop them for the sake of fewer edge-cases.