Skip to content

Commit a3693fe

Browse files
authored
Attempt at resolving GraphQL dependency issue
To address issues #3 and #4 per @benjie's comment in #4
1 parent 325f532 commit a3693fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@
3535
"dependencies": {
3636
"apollo-link": "^1.2.3",
3737
"gatsby-source-graphql": "^2.0.5",
38-
"graphql": "0.13.x",
3938
"pg": "^7.6.0",
4039
"postgraphile": "^4.1.0-rc.0"
4140
},
41+
"peerDependencies": {
42+
"graphql": "^0.13.x"
43+
},
4244
"devDependencies": {
4345
"babel-eslint": "^10.0.1",
4446
"eslint": "^5.8.0",

0 commit comments

Comments
 (0)