File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 16
16
"apollo-link" : " 1.0.7" ,
17
17
"apollo-link-http" : " 1.3.2" ,
18
18
"cross-fetch" : " 1.1.1" ,
19
- "graphql" : " 0.12.3 " ,
19
+ "graphql" : " 0.13.0 " ,
20
20
"graphql-binding" : " 1.2.0" ,
21
21
"graphql-tools" : " 2.20.1"
22
22
},
Original file line number Diff line number Diff line change @@ -93,6 +93,12 @@ graphql@0.12.3:
93
93
dependencies :
94
94
iterall "1.1.3"
95
95
96
+ graphql@0.13.0 :
97
+ version "0.13.0"
98
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
99
+ dependencies :
100
+ iterall "1.1.x"
101
+
96
102
iconv-lite@~0.4.13 :
97
103
version "0.4.19"
98
104
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
@@ -105,6 +111,10 @@ iterall@1.1.3, iterall@^1.1.3:
105
111
version "1.1.3"
106
112
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
107
113
114
+ iterall@1.1.x :
115
+ version "1.1.4"
116
+ resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
117
+
108
118
node-fetch@1.7.3 :
109
119
version "1.7.3"
110
120
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
You can’t perform that action at this time.
0 commit comments