herbsjs / herbs2gql

Create a GraphQL endpoint based on Entities and Use Cases
MIT License
14 stars 21 forks source link

Add dependencies of the lib from devDependencies to peerDependencies #52

Closed jhomarolo closed 2 years ago

jhomarolo commented 2 years ago

Is your feature request related to a problem? Please describe. Some dependencies of the lib like ( graphql, apollo etc) are listed as devDependencies, but are a peerDependencies as well (https://nodejs.org/es/blog/npm/peer-dependencies/) and should be added in this section too

Describe the solution you'd like Like herbs2knex(https://github.com/herbsjs/herbs2knex/blob/master/package.json) the lib should list the peer dependency

mtperesvx commented 2 years ago

I can work on it.