kidunot89 / wp-graphql-composer

A library of customizable WordPress React-Apollo components
MIT License
21 stars 2 forks source link

Move certain packages to peerDependencies & devDependencies #16

Closed kidunot89 closed 5 years ago

kidunot89 commented 5 years ago

react-router-dom, chalk, node-fetch, and React + Apollo dependencies are dependencies and should be peerDependencies instead. react-router-dom is only used by the default routing layer of the Main component and the default MenuItem view component, and chalk and node-fetch are only used in development for Introspection CLI script.