Skip to content

Commit 6d16965

Browse files
committed
v0.2.0
1 parent eee0500 commit 6d16965

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-binding-github",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "dist/index.js",
55
"typings": "./dist/index.d.ts",
66
"files": [
@@ -12,14 +12,15 @@
1212
"build": "rm -rf dist && tsc -d"
1313
},
1414
"dependencies": {
15-
"apollo-link": "^1.0.6",
16-
"apollo-link-http": "^1.3.1",
15+
"apollo-link": "^1.0.7",
16+
"apollo-link-http": "^1.3.2",
1717
"cross-fetch": "^1.1.1",
18-
"graphql": "^0.11.7",
19-
"graphql-tools": "^2.12.0"
18+
"graphql": "^0.12.3",
19+
"graphql-binding": "^0.1.0",
20+
"graphql-tools": "^2.14.1"
2021
},
2122
"devDependencies": {
2223
"@types/graphql": "^0.11.7",
23-
"@types/node": "^8.0.57"
24+
"@types/node": "^8.5.2"
2425
}
2526
}

0 commit comments

Comments
 (0)