vendure-ecommerce / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
51 stars 19 forks source link

chore: Update dependencies #29

Closed pmpak closed 1 year ago

pmpak commented 1 year ago

Updated packages to their latest version except gettext-parser since there are a lot of changes that might affect the usage of the library.

Removed packages that were not used in the library:

pmpak commented 1 year ago

I also noticed that prettier is there but not actively used (no prettier configuration anywhere). However, a change related to prettier can be another PR dedicated to syntax fixings

pmpak commented 1 year ago

I noticed now that the prettier configuration is in the package.json so it's all fine

michaelbromley commented 1 year ago

Thanks! I love PRs that remove more lines than they add 👍