Skip to content

Commit

Permalink
Merge pull request #288 from social-native/fix/typings
Browse files Browse the repository at this point in the history
Fix: Typings belong in dependencies, not devDependencies
  • Loading branch information
dearsaturn committed Jul 30, 2021
2 parents 0bceef4 + 362f189 commit 567bb36
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 67 deletions.
26 changes: 0 additions & 26 deletions depcheck.options.json

This file was deleted.

52 changes: 17 additions & 35 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-connections",
"version": "9.1.0",
"version": "9.1.1",
"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,17 +56,17 @@
},
"homepage": "https://github.com/social-native/graphql-connections#readme",
"dependencies": {
"knex": "0.20.13",
"graphql": "14.7.0",
"luxon": "2.0.1"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/faker": "^4.1.5",
"@types/jest": "^24.0.9",
"@types/superagent": "^4.1.1",
"@types/supertest": "^2.0.7",
"@types/luxon": "1.27.1",
"knex": "0.20.13",
"graphql": "14.7.0",
"luxon": "2.0.1"
},
"devDependencies": {
"apollo-server-koa": "^2.4.8",
"dotenv": "^8.0.0",
"faker": "^4.1.0",
Expand Down

0 comments on commit 567bb36

Please sign in to comment.