aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

graphql version conflicts when using without latest version of the library #80

Closed wtrocki closed 5 years ago

wtrocki commented 5 years ago

graphql version conflicts with user graphql when using without latest version of the library. We should make sure that we have all packages configured using peer-dependencies and require people to pass versions in their apps.

wtrocki commented 5 years ago

Done (https://github.com/aerogear/offix/blob/master/packages/offix-client/package.json#L57)