gcanti / fp-ts-rxjs

fp-ts bindings for RxJS
https://gcanti.github.io/fp-ts-rxjs/
MIT License
187 stars 29 forks source link

Update rxjs peerDependency to ^7.0.0 #67

Closed bravely closed 1 year ago

bravely commented 2 years ago

This also requires updating Typescript to 4.2 and above, to match RXJS's requirements.

At this time, docs generation seems to get horribly confused, casting any use of the Observable type to any. Advice welcome.

Thanks to @albohlabs with #66 which this is branched off of.