kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 311 forks source link

Bump @apollo/client & graphql deps; fix type issues #1739

Closed vslipchenko closed 2 years ago

vslipchenko commented 2 years ago

Checklist:

bricz-blaise commented 2 years ago

@kamilkisiela can this get reviewed, merged, and released soon. I also had to make change in order to get my code to compile. As a result, I'll probably go back to a working version until this is resolved.

Also, I had to yarn add @types/react in order for compilation to be successful, I don't see react or react types listed anywhere as a peer dependency? Should this be happening? Slash, is there a way around this without having to install the @types/react as a dev dependency?