adamsoffer / next-apollo

React higher-order component for integrating Apollo Client with Next.js
MIT License
481 stars 64 forks source link

Moving common libraries into peer dependencies #29

Closed AndrewRayCode closed 5 years ago

AndrewRayCode commented 5 years ago

Addresses #28, maybe?

adamsoffer commented 5 years ago

@AndrewRayCode Thanks v much for the PR!

Question, if we change the semvar of these packages to >= instead of exact like you suggest in #28 does that fix the issue? I'd like to avoid forcing people to install additional peer dependencies if possible.

adamsoffer commented 5 years ago

Resolved by #36