abhiaiyer91 / apollo-storybook-decorator

Wrap your storybook environment with Apollo Client, provide mocks for isolated UI testing with GraphQL
332 stars 34 forks source link

Be more tolerant of peer dependencies #134

Closed tomaswitek closed 4 years ago

tomaswitek commented 4 years ago

Hi @abhiaiyer91 thx for your great work. I am experiencing a few yarn warnings after installing your module:

apollo-storybook-react@0.2.1" has incorrect peer dependency "graphql@^0.13.2".
apollo-storybook-react@0.2.1" has incorrect peer dependency "react-apollo@^2.1.4".
apollo-storybook-react > apollo-storybook-core@0.5.2" has incorrect peer dependency "graphql@^0.13.2".

Can we be more tolerant here?