CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)

Home Page:https://angular2-tree.readme.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 12.2.x - has an incompatible peer dependency

ofirrifo opened this issue · comments

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

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

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

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?