cesarrew / ng2-currency-mask

A very simple currency mask directive that allows using a number attribute with the ngModel.
MIT License
235 stars 116 forks source link

package dependency requirement is too strict #164

Closed ryaa closed 2 years ago

ryaa commented 2 years ago

I'm getting the below warning when installing the latest version of the package 12.0.3 when I have "@angular/common": "^12.2.14",

npm WARN ng2-currency-mask@12.0.3 requires a peer of @angular/common@12.2.2 but none is installed. You must install peer dependencies yourself.
npm WARN ng2-currency-mask@12.0.3 requires a peer of @angular/core@12.2.2 but none is installed. You must install peer dependencies yourself.

Should not dependency requirement be more relaxed?

cesarrew commented 2 years ago

The version 13.0.0 fixed this issue.