React-apollo: package.json: peerDeps: apollo-client beta, maybe can move to 2.6.0?

Created on 28 May 2019  ·  4Comments  ·  Source: apollographql/react-apollo

Intended outcome:
when doing a yarn install, i do not get an incorrect-peer-dependency warning.

Actual outcome:
when doing a yarn install, i get: [email protected]" has incorrect peer dependency "apollo-client@beta"

How to reproduce the issue:
create an empty project, add react-apollo and [email protected]. run yarn install

i checked the react-apollo changelog, and the peer-dependency on apollo-client@beta was added in https://github.com/apollographql/react-apollo/commit/cfb5391911706022f2a951fa453867358b89ab70 , saying Wire in Apollo Client 2.6 beta's. now that [email protected] is released, could the peer-dep be moved to the non-beta [email protected]?

Version

Most helpful comment

:+1: Is this released? Thanks!

All 4 comments

Fixed in https://github.com/apollographql/react-apollo/pull/3064. Changes will be deployed shortly. Thanks!

I am facing the same issue
Is there any way to solve?

warning " > [email protected]" has incorrect peer dependency "apollo-client@beta".

:+1: Is this released? Thanks!

This one should be released as it still shows this warning.

Was this page helpful?
0 / 5 - 0 ratings