Skip to content

Commit 7c4a5bd

Browse files
authored
Resolve GraphQL dependency issue (#5)
2 parents 325f532 + c0c44e2 commit 7c4a5bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
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 | ^14.0.0"
43+
},
4244
"devDependencies": {
4345
"babel-eslint": "^10.0.1",
4446
"eslint": "^5.8.0",
@@ -53,9 +55,6 @@
5355
"eslint_d": "^7.1.1",
5456
"prettier": "^1.14.3"
5557
},
56-
"resolutions": {
57-
"graphql": "0.13.x"
58-
},
5958
"files": [
6059
"/lib",
6160
"/index.js",

0 commit comments

Comments
 (0)