jodit / jodit-angular

Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
MIT License
47 stars 35 forks source link

Is RxJs dependency needed? #113

Open TarsisDragomir opened 1 year ago

TarsisDragomir commented 1 year ago

Atm I cant use jodit-angular in a new angular project with a recent node version since the package.json of this lib has a peerDependency to rxjs ^6.6.7. In a fresh angular 14 or 15 app rxjs ~7.5.0 is required.

It would be cool if you could update that or remove the dependency as a whole if it's not really required.

MrElectroNick commented 1 year ago

Hi @TarsisDragomir rxjs is a peer dependency of angular itself but I'm sure it is not needed as peer dependency of jodit-angular. In new update which will also include version for angular 15 I'll remove it and will let you know