File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 16
16
"apollo-link" : " 1.1.0" ,
17
17
"apollo-link-http" : " 1.3.3" ,
18
18
"cross-fetch" : " 1.1.1" ,
19
- "graphql" : " 0.13.0 " ,
19
+ "graphql" : " 0.13.1 " ,
20
20
"graphql-binding" : " 1.2.1" ,
21
21
"graphql-tools" : " 2.21.0"
22
22
},
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ graphql-tools@2.21.0:
66
66
iterall "^1.1.3"
67
67
uuid "^3.1.0"
68
68
69
- graphql@0.13.0 :
70
- version "0.13.0 "
71
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0 .tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6 "
69
+ graphql@0.13.1 :
70
+ version "0.13.1 "
71
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1 .tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55 "
72
72
dependencies :
73
- iterall "1.1.x "
73
+ iterall "^1.2.0 "
74
74
75
75
iconv-lite@~0.4.13 :
76
76
version "0.4.19"
@@ -80,14 +80,18 @@ is-stream@^1.0.1:
80
80
version "1.1.0"
81
81
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
82
82
83
- iterall@1.1.4, iterall@1.1.x :
83
+ iterall@1.1.4 :
84
84
version "1.1.4"
85
85
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
86
86
87
87
iterall@^1.1.3 :
88
88
version "1.1.3"
89
89
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
90
90
91
+ iterall@^1.2.0 :
92
+ version "1.2.0"
93
+ resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
94
+
91
95
node-fetch@1.7.3 :
92
96
version "1.7.3"
93
97
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