Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Don't use rc version of graphql-js
Browse files Browse the repository at this point in the history
Previously we were using a release candidate version of graphql-js
to enable use of the extend type functionality. This is no longer
needed after refactoring the schema augmentation approach, so
using latest stable release version of graphql-js.
  • Loading branch information
johnymontana committed Aug 16, 2018
1 parent 8df9b45 commit b8a0a7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
29 changes: 8 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"body-parser": "^1.18.3",
"express": "^4.16.3",
"graphql-tag": "^2.9.2",
"graphql-tools": "^3.0.2",
"graphql-tools": "^3.1.1",
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"node-fetch": "^2.1.2",
Expand All @@ -46,7 +46,7 @@
"prettier": "^1.13.5"
},
"dependencies": {
"graphql": "14.0.0-rc.2",
"graphql": "^0.13.2",
"lodash": "^4.17.10",
"neo4j-driver": "^1.6.1"
},
Expand Down

0 comments on commit b8a0a7f

Please sign in to comment.