airbnb / react-with-styles

Use CSS-in-JavaScript with themes for React without being tightly coupled to one implementation
MIT License
1.7k stars 95 forks source link

[breaking][deps] Update all dependencies and drop support for node < 6 #219

Closed noratarano closed 5 years ago

noratarano commented 5 years ago

Summary

Update all dependencies. We also drop support for node versions 4 and 5 since babel dropped support for them in babel@7.

Note: This is step 1 in a list of TODOs that I have for refactoring this library to not use singletons. While these updates are not necessary, they keep the repo modernized.

Testing

@brucewpaul @goatslacker @ljharb @lencioni

lencioni commented 5 years ago

I had started this here, not sure if there's anything helpful for you there: https://github.com/airbnb/react-with-styles/pull/212