Munter / subfont

Command line tool to optimize your webfont loading. Aggressive subsetting based on your font use, self-hosting of Google fonts and preloading
MIT License
1.56k stars 29 forks source link

Please update dependency parse-animation-shorthand to v0.1.5 #168

Closed zeroby0 closed 1 year ago

zeroby0 commented 1 year ago

The current minimum version of the dependency @hookun/parse-animation-shorthand (v0.1.4) parses animation steps incorrectly, and this bug is fixed in v0.1.5.

For more information, please see https://github.com/hookhookun/parse-animation-shorthand/issues/20

Please update dependency to v0.1.5.

papandreou commented 1 year ago

The @hookun/parse-animation-shorthand dependency has an open range that also accepts v0.1.5: https://github.com/Munter/subfont/blob/186179518b5d93dad02abeed3396d1ea59e95351/package.json#LL50C42-L50C48

You should be able to fix it in your app by reinstalling the current version of subfont -- this should also update package-lock.json.

However, I've updated the dependency and released subfont 6.12.3.

Please open a PR next time :)

zeroby0 commented 1 year ago

Thank you so much! Yes I'll make it a PR next time :))

papandreou commented 1 year ago

Turns out there were actually breaking changes, so please upgrade to subfont 6.12.4 instead. (But you probably figured that out 😄)