Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Upgrade @types/zen-observable to 0.5.4 #650

Closed
ChenRoth opened this issue Jun 16, 2018 · 4 comments
Closed

Upgrade @types/zen-observable to 0.5.4 #650

ChenRoth opened this issue Jun 16, 2018 · 4 comments

Comments

@ChenRoth
Copy link

ChenRoth commented Jun 16, 2018

current version conflicts @types/node's newly added readonly modifier for the observable type
Referencing this issue: DefinitelyTyped/DefinitelyTyped#26239 (comment)

@lukeify
Copy link

lukeify commented Jun 17, 2018

In the meantime, if you're using yarn, use the resolutions block in package.json to force 0.5.4 for zen-observable.

"resolutions": {
    "@types/zen-observable": "0.5.4"
}

@JohannesHoppe
Copy link

This should be merged with highest priority!

Meanwhile:

npm i @types/zen-observable@0.5.4

did the same trick for me (NPM user).

@BPScott
Copy link

BPScott commented Jul 19, 2018

Fixed in #681.

Just waiting on a release of apollo-link-polling and apollo-link-retry

@JoviDeCroock
Copy link
Contributor

This is fixed so closing this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants