tommueller / ng-mat-search-bar

An Angular 2+ component for an expandable search-icon.
MIT License
37 stars 9 forks source link

Incompatible peer dependencies found. #27

Closed brianpooe closed 4 years ago

brianpooe commented 4 years ago

Angular v9 project error.

Doing ng update @angular/material I get an error below:

Package "ng-mat-search-bar" has an incompatible peer dependency to "@angular/material" (requires "^8.0.0", would install "9.0.0").

tommueller commented 4 years ago

Hi, yes sorry I did not have the time to upgrade the package to Angular 9 so far. I am not aware of any breaking changes, so probably it should be enough to just extend the peer dependency to also allow for Angular 9. Could you maybe check that and open a PR?

brianpooe commented 4 years ago

Cool will do so.

tommueller commented 4 years ago

Merged the PR and released as v9.0.0-beta.0 to be in line with Angular versions from now on. Please let me know if everything works as expected.

brianpooe commented 4 years ago

Works perfect. Thanks.

tommueller commented 4 years ago

Resolved in #28