We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c524c commit 689c611Copy full SHA for 689c611
package.json
@@ -25,7 +25,7 @@
25
"@babel/register": "7.10.1",
26
"babel-eslint": "10.1.0",
27
"eslint": "6.8.0",
28
- "graphql": "15.0.0",
+ "graphql": "16.12.0",
29
"mocha": "7.2.0",
30
"pretty-quick": "2.0.1",
31
"test-all-versions": "4.1.1"
@@ -47,6 +47,6 @@
47
"lodash.without": "^4.4.0"
48
},
49
"peerDependencies": {
50
- "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
+ "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
51
}
52
0 commit comments