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

Commit b8a0a7f

Browse files
committed
Don't use rc version of graphql-js
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.
1 parent 8df9b45 commit b8a0a7f

File tree

2 files changed

+10
-23
lines changed

2 files changed

+10
-23
lines changed

package-lock.json

+8-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"body-parser": "^1.18.3",
3838
"express": "^4.16.3",
3939
"graphql-tag": "^2.9.2",
40-
"graphql-tools": "^3.0.2",
40+
"graphql-tools": "^3.1.1",
4141
"husky": "^0.14.3",
4242
"lint-staged": "^7.2.0",
4343
"node-fetch": "^2.1.2",
@@ -46,7 +46,7 @@
4646
"prettier": "^1.13.5"
4747
},
4848
"dependencies": {
49-
"graphql": "14.0.0-rc.2",
49+
"graphql": "^0.13.2",
5050
"lodash": "^4.17.10",
5151
"neo4j-driver": "^1.6.1"
5252
},

0 commit comments

Comments
 (0)