We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 325f532 + c0c44e2 commit 7c4a5bdCopy full SHA for 7c4a5bd
package.json
@@ -35,10 +35,12 @@
35
"dependencies": {
36
"apollo-link": "^1.2.3",
37
"gatsby-source-graphql": "^2.0.5",
38
- "graphql": "0.13.x",
39
"pg": "^7.6.0",
40
"postgraphile": "^4.1.0-rc.0"
41
},
+ "peerDependencies": {
42
+ "graphql": "^0.13.x | ^14.0.0"
43
+ },
44
"devDependencies": {
45
"babel-eslint": "^10.0.1",
46
"eslint": "^5.8.0",
@@ -53,9 +55,6 @@
53
55
"eslint_d": "^7.1.1",
54
56
"prettier": "^1.14.3"
57
- "resolutions": {
- "graphql": "0.13.x"
58
- },
59
"files": [
60
"/lib",
61
"/index.js",
0 commit comments