Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Update parsing dependencies #64

Closed mydea closed 4 years ago

mydea commented 4 years ago

This PR updates the direct dependencies of this addon.

This ensures that we have the most up to date version of @glimmer/syntax and gettext-parser to ensure we can extract all the newest language features and remain compatible.

It also ensures other dependencies are reasonably up to date. (aka house keeping) This only includes updates which are not met by in-range updates (e.g. there is @babel/parser@7.8.4, but you can get that anyhow yourself).