featured14 / ngx-twitter-timeline

Angular Twitter Timeline
14 stars 12 forks source link

Peer Dependency of ^7.2.0 for @angular/common and @angular/core causing build warnings with newer versions of Angular #18

Open DarthHater opened 4 years ago

DarthHater commented 4 years ago

Hi there,

Your peer dependency range for Angular is fairly restrictive, and causing build warnings on a project I'm working on search.maven.org. Is there any way to move these to Angular 8?

https://search.maven.org/resources

We use the component on that page, and we are running Angular 8.2.3, and it's working fine. It'd be nice to squelch the build warnings for sure.

Thanks!