ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Update dependencies #135

Closed ColeWalker closed 3 years ago

ColeWalker commented 3 years ago

Only minor updates but they are important ones.

ColeWalker commented 3 years ago

Need to hold off, issues with d-fischer's pubsub update...

ColeWalker commented 3 years ago

"I'm in the process of giving all outwards-facing APIs an explicit TS type so it doesn't change unexpectedly (like in that import() case reported above) - unfortunately, this is a long and tedious task and may take several days, I've only just managed to annotate about a third of cases Fortunately, there's an ESLint rule to find all these. Unfortunately, there's no automatic fix cc @Cole $ find packages -name '*.d.ts' | xargs grep 'import(' | wc -l 48"