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

Adjust package versions for Angular 10 #62

Closed kamulos closed 4 years ago

kamulos commented 4 years ago

After upgrading I got the message:

npm WARN ngx-translate-messageformat-compiler@4.7.0 requires a peer of @angular/core@^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ngx-translate-messageformat-compiler@4.7.0 requires a peer of @ngx-translate/core@^10.0.0 || ^11.0.0 || ^12.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ngx-translate-messageformat-compiler@4.7.0 requires a peer of tslib@^1.10.0 but none is installed. You must install peer dependencies yourself.

Everything seems to be working fine in my page, so this might just be an case of updating the version numbers