This diff adds the missing optional peer dependencies on rxjs and zen-observable. Without that, Yarn will refuse giving any-observable access to the dependencies.
Because it only uses peerDependenciesMeta (and not peerDependencies), this diff is entirely compatible with other package managers (it won't cause warning to appear anywhere).
This diff adds the missing optional peer dependencies on
rxjs
andzen-observable
. Without that, Yarn will refuse givingany-observable
access to the dependencies.Because it only uses
peerDependenciesMeta
(and notpeerDependencies
), this diff is entirely compatible with other package managers (it won't cause warning to appear anywhere).