lephyrus / ngx-translate-messageformat-compiler

Advanced pluralization (and more) for ngx-translate, using standard ICU syntax which is compiled with the help of messageformat.js.
MIT License
93 stars 29 forks source link

chlore: bump dependency restriction on package.json #76

Closed yanis-git closed 2 years ago

yanis-git commented 2 years ago

Hi @lephyrus hope you are going well, any chance to have this PR merged ?

lephyrus commented 2 years ago

@yanis-git Thanks for the PR and sorry for the late reply. You need to run yarn install so the lock file gets updated and the check will pass. If you beat me to it, I'll merge this, otherwise I'll tackle it myself this weekend.

Can you confirm that with just the peer dependency change everything works with Angular 13?

Edit: You even beat my comment... :wink:

yanis-git commented 2 years ago

In Theory yes there is no major breaking change between 12 and 13. My worry is more about ngx-translate itself.

Let me close this PR and reach you back with a testing environment.