ReactiveX / rxjs

A reactive programming library for JavaScript
https://rxjs.dev
Apache License 2.0
30.83k stars 3.01k forks source link

rxjs@8.0.0-alpha.13 has peer deps?! Oops #7426

Closed benlesh closed 10 months ago

benlesh commented 10 months ago

Apparently, when I migrated to a monorepo, something automated added peer deps of typescript and @types/node... that's completely silly. Those are dev dependencies. There's no reason anyone consuming rxjs needs those.

🤦