Fueled / nodejs-graphql-template

Opinionated starter template for NodeJS based GraphQL Server with prisma used at Fueled.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review npm dependencies

kasparszarinovs opened this issue · comments

Currently NPM dependencies are locked to a particular version number. I think for some, however, there may be reason to allow for at least automated PATCH version updates - mostly with dev dependencies.

@theskumar @john-fueled let me know your thoughts.

If not that, then possibly automated PRs via https://github.com/dependabot?