CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.09k stars 488 forks source link

Angular 12.2.x - has an incompatible peer dependency #920

Open ofirrifo opened 3 years ago

ofirrifo commented 3 years ago

While I'm upgrade my project with latest angular 12.2 I get this warning

  Package "@circlon/angular-tree-component" has an incompatible peer dependency to "@angular/common" (requires ">=10.0.0 <11.0.0" (extended), would install "12.2.0").
                  Package "@circlon/angular-tree-component" has an incompatible peer dependency to "@angular/core" (requires ">=10.0.0 <11.0.0" (extended), would install "12.2.0").

Can you please update the project to support angular 12.2

kwbonte commented 2 years ago

Is this an issue with just 12.2 or angular 12 in general? I have had a large number of package upgrades blocked by angular 12 not working with the angular-tree-component

kwbonte commented 2 years ago

Update to this, the circlon group hasn't fixed it but I have angular 12 working with 12.2.13

asdf-qwert commented 2 years ago

Update to this, the circlon group hasn't fixed it but I have angular 12 working with 12.2.13

How did you manage to get the tree component working with Angular 12?