Skip to content

Commit

Permalink
Merge pull request #169 from social-native/fix/dependencies
Browse files Browse the repository at this point in the history
Move devdeps into deps
  • Loading branch information
dearsaturn committed Dec 23, 2020
2 parents 9c45179 + e1f3fa0 commit 6e63bdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
31 changes: 9 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-connections",
"version": "7.0.3",
"version": "7.0.4",
"description": "Build and handle Relay-like GraphQL connections using a Knex query builder",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -56,7 +56,9 @@
},
"homepage": "https://github.com/social-native/graphql-connections#readme",
"dependencies": {
"knex": "0.20.13"
"knex": "0.20.13",
"graphql": "14.7.0",
"graphql-tools": "^4.0.4"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
Expand All @@ -68,8 +70,6 @@
"apollo-server-koa": "^2.4.8",
"dotenv": "^8.0.0",
"faker": "^4.1.0",
"graphql": "^14.1.1",
"graphql-tools": "^4.0.4",
"jest": "^24.3.1",
"koa": "^2.7.0",
"mysql2": "^1.6.5",
Expand Down

0 comments on commit 6e63bdd

Please sign in to comment.