Skip to content

Commit

Permalink
Show incompatibility with graphql@14
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Jan 22, 2020
1 parent 5579bcd commit 7f10711
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@
},
"homepage": "https://github.com/acarl005/join-monster-graphql-tools-adapter#readme",
"peerDependencies": {
"graphql-tools": ">= 0.4 < 4",
"graphql-tools": ">= 0.4 < 5",
"graphql": ">= 0.6 < 0.14",
"join-monster": "*"
},
"devDependencies": {
"eslint": "^3.17.1",
"graphql": "^0.13.2",
"graphql-tools": "^3.1.1",
"graphql-tools": "^4.0.6",
"jest": "^25.1.0",
"join-monster": "^2.1.1",
"sqlite": "^2.3.0"
Expand Down

0 comments on commit 7f10711

Please sign in to comment.