arkon / ng-inline-svg

[Inactive] Angular directive for inserting an SVG file inline within an element.
https://echeung.me/ng-inline-svg/
MIT License
210 stars 88 forks source link

peer dependency update keeps @angular within the major version #123

Closed JoA-MoS closed 4 years ago

JoA-MoS commented 4 years ago

setting the peer dependency of @angular/core >=8.0.0 caused ng update to fail and when forced would pull in @angular/core@9.0.0-next.0

setting the range to ^8.0.0 || ^9.0.0 but wont pull next/rc releases

arkon commented 4 years ago

I'm pretty sure that according to semver, 9.0.0 should fall under >=8.0.0 .

Is this more so of an issue with Angular CLI?