File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 16
16
"apollo-link" : " 1.2.1" ,
17
17
"apollo-link-http" : " 1.3.3" ,
18
18
"cross-fetch" : " 2.1.0" ,
19
- "graphql" : " 0.13.1 " ,
19
+ "graphql" : " 0.13.2 " ,
20
20
"graphql-binding" : " 1.2.5" ,
21
21
"graphql-tools" : " 2.21.0"
22
22
},
23
23
"devDependencies" : {
24
- "@types/graphql" : " 0.12.5 " ,
24
+ "@types/graphql" : " 0.12.6 " ,
25
25
"@types/node" : " 9.4.7" ,
26
26
"typescript" : " 2.7.2"
27
27
},
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @types/graphql@0.12.5 " :
6
- version "0.12.5 "
7
- resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.5 .tgz#24993f51177a8afa2c5d49bed1d8fb6bf8d06ded "
5
+ " @types/graphql@0.12.6 " :
6
+ version "0.12.6 "
7
+ resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6 .tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13 "
8
8
9
9
" @types/node@9.4.7 " :
10
10
version "9.4.7"
@@ -72,24 +72,20 @@ graphql-tools@2.21.0:
72
72
iterall "^1.1.3"
73
73
uuid "^3.1.0"
74
74
75
- graphql@0.13.1 :
76
- version "0.13.1 "
77
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1 .tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55 "
75
+ graphql@0.13.2 :
76
+ version "0.13.2 "
77
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2 .tgz#4c740ae3c222823e7004096f832e7b93b2108270 "
78
78
dependencies :
79
- iterall "^1.2.0 "
79
+ iterall "^1.2.1 "
80
80
81
- iterall@1.2.2 :
81
+ iterall@1.2.2, iterall@^1.2.1 :
82
82
version "1.2.2"
83
83
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
84
84
85
85
iterall@^1.1.3 :
86
86
version "1.1.3"
87
87
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
88
88
89
- iterall@^1.2.0 :
90
- version "1.2.0"
91
- resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
92
-
93
89
node-fetch@2.1.1 :
94
90
version "2.1.1"
95
91
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.1.tgz#369ca70b82f50c86496104a6c776d274f4e4a2d4"
You can’t perform that action at this time.
0 commit comments