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.
1 parent bb5b286 commit eee0500Copy full SHA for eee0500
example/package.json
@@ -10,5 +10,6 @@
10
},
11
"now": {
12
"alias": "graphql-binding-github"
13
- }
+ },
14
+ "engines": { "node": ">=8.0.0" }
15
}
package.json
@@ -12,14 +12,14 @@
"build": "rm -rf dist && tsc -d"
"dependencies": {
- "apollo-link": "^1.0.5",
16
- "apollo-link-http": "^1.3.0",
+ "apollo-link": "^1.0.6",
+ "apollo-link-http": "^1.3.1",
17
"cross-fetch": "^1.1.1",
18
"graphql": "^0.11.7",
19
"graphql-tools": "^2.12.0"
20
21
"devDependencies": {
22
"@types/graphql": "^0.11.7",
23
- "@types/node": "^8.0.56"
+ "@types/node": "^8.0.57"
24
25
0 commit comments