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.
graphql
1 parent 603e39e commit 417b194Copy full SHA for 417b194
package.json
@@ -11,7 +11,7 @@
11
"iterall": "^1.2.1"
12
},
13
"peerDependencies": {
14
- "graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0"
+ "graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0"
15
16
"scripts": {
17
"clean": "rimraf dist coverage",
@@ -28,14 +28,14 @@
28
29
"devDependencies": {
30
"@types/chai-as-promised": "^7.1.0",
31
- "@types/graphql": "^0.11.3",
+ "@types/graphql": "^14.0.0",
32
"@types/mocha": "^2.2.39",
33
"@types/node": "^8.0.28",
34
"@types/sinon": "^5.0.1",
35
"@types/sinon-chai": "^3.2.0",
36
"chai": "^4.1.2",
37
"chai-as-promised": "^7.1.1",
38
- "graphql": "^0.13.0",
+ "graphql": "^14.0.0",
39
"istanbul": "^1.0.0-alpha.2",
40
"mocha": "^5.2.0",
41
"remap-istanbul": "^0.9.1",
0 commit comments