adamsoffer / next-apollo

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

Move react, react-dom, react-apollo, graphql to peerDependencies #36

Closed Hilaryous closed 5 years ago

Hilaryous commented 5 years ago

Related to #29 and #35

I took inspiration from react-apollo's listed peerDependencies with of course the addition of react-apollo itself.

Because react-apollo enforces these libraries as peerDependencies you need to have them installed in your application anyway.

adamsoffer commented 5 years ago

Just published to npm