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

chore(deps): Update peer dependency apollo-client to ^2.6.0 #3064

Merged
merged 3 commits into from
May 28, 2019

Conversation

brentertz
Copy link
Contributor

Greetings. I am getting a peer dependency warning about apollo-client even though I have the latest version, v2.6.0, installed.

npm WARN [email protected] requires a peer of apollo-client@beta but none is installed. You must install peer dependencies yourself.

The apollo-client dist-tags are:

  • beta: 2.6.0-rc.3
  • latest: 2.6.0

I don't believe that we need to use the beta anymore now that it has been released. This PR simply updates the peer dependency version to ^2.6.0.

@apollo-cla
Copy link

@brentertz: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/

Copy link
Member

@hwillson hwillson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much @brentertz!

@sarink
Copy link

sarink commented Jun 9, 2019

my package.json

    "react-apollo": "^2.5.6",

the error

frontend_1  | npm WARN [email protected] requires a peer of apollo-client@beta but none is installed. You must install peer dependencies yourself.

and yet?
https://github.com/apollographql/react-apollo/blob/master/package.json

"version": "2.5.6",
"peerDependencies": {
  "apollo-client": "^2.6.0",
  ...

how is this still happening? 🤔

@brentertz
Copy link
Contributor Author

My guess would be that a new version of react-apollo has yet to be published.

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

Successfully merging this pull request may close these issues.

4 participants