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 eee0500 commit 6d16965Copy full SHA for 6d16965
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-binding-github",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"main": "dist/index.js",
5
"typings": "./dist/index.d.ts",
6
"files": [
@@ -12,14 +12,15 @@
12
"build": "rm -rf dist && tsc -d"
13
},
14
"dependencies": {
15
- "apollo-link": "^1.0.6",
16
- "apollo-link-http": "^1.3.1",
+ "apollo-link": "^1.0.7",
+ "apollo-link-http": "^1.3.2",
17
"cross-fetch": "^1.1.1",
18
- "graphql": "^0.11.7",
19
- "graphql-tools": "^2.12.0"
+ "graphql": "^0.12.3",
+ "graphql-binding": "^0.1.0",
20
+ "graphql-tools": "^2.14.1"
21
22
"devDependencies": {
23
"@types/graphql": "^0.11.7",
- "@types/node": "^8.0.57"
24
+ "@types/node": "^8.5.2"
25
}
26
0 commit comments