omacranger / fontawesome-subset

Creates subsets of FontAwesome fonts for optimized use on the web.
GNU General Public License v3.0
66 stars 15 forks source link

Upgrade all dependencies #13

Closed hyshka closed 3 years ago

hyshka commented 3 years ago

@omacranger This package no longer supports more recent versions of Node (v13+) due to outdated dependencies. I've upgraded them all here against Node v16. I verified this is working for my use cases but it should still be tested, and if possible, released as a new major version.

Thanks for creating this package :)

omacranger commented 3 years ago

Appreciate the feedback! I've definitely been putting that off. I've published a beta version for 3.0 which can be installed via npm install fontawesome-subset@beta if you want to give it a shot. You may need to change how you import the tool since I've changed the default export to be an object instead of just the function.

hyshka commented 3 years ago

Hey @omacranger, thanks for doing that! The beta release is working well for me, no issues with it in my use case.

omacranger commented 3 years ago

Great! 3.0.0 is live. Appreciate the bump!