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.
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 onreact < 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.