File tree Expand file tree Collapse file tree 2 files changed +8
-25
lines changed Expand file tree Collapse file tree 2 files changed +8
-25
lines changed Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"apollo-link" : " 1.2.1" ,
17
17
"apollo-link-http" : " 1.3.3" ,
18
- "cross-fetch" : " 1.1.1 " ,
18
+ "cross-fetch" : " 2.0.0 " ,
19
19
"graphql" : " 0.13.1" ,
20
20
"graphql-binding" : " 1.2.4" ,
21
21
"graphql-tools" : " 2.21.0"
Original file line number Diff line number Diff line change @@ -40,23 +40,17 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
40
40
version "1.0.3"
41
41
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.3.tgz#bf435277609850dd442cf1d5c2e8bc6655eaa943"
42
42
43
- cross-fetch@1.1.1 :
44
- version "1.1.1 "
45
- resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1 .tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0 "
43
+ cross-fetch@2.0.0 :
44
+ version "2.0.0 "
45
+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.0.0 .tgz#a17475449561e0f325146cea636a8619efb9b382 "
46
46
dependencies :
47
- node-fetch "1.7.3 "
47
+ node-fetch "2.0.0 "
48
48
whatwg-fetch "2.0.3"
49
49
50
50
deprecated-decorator@^0.1.6 :
51
51
version "0.1.6"
52
52
resolved "https://registry.yarnpkg.com/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz#00966317b7a12fe92f3cc831f7583af329b86c37"
53
53
54
- encoding@^0.1.11 :
55
- version "0.1.12"
56
- resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
57
- dependencies :
58
- iconv-lite "~0.4.13"
59
-
60
54
graphql-binding@1.2.4 :
61
55
version "1.2.4"
62
56
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.2.4.tgz#ac1af63d98fca412dcd52ca04928cab2d6d08e0a"
@@ -80,14 +74,6 @@ graphql@0.13.1:
80
74
dependencies :
81
75
iterall "^1.2.0"
82
76
83
- iconv-lite@~0.4.13 :
84
- version "0.4.19"
85
- resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
86
-
87
- is-stream@^1.0.1 :
88
- version "1.1.0"
89
- resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
90
-
91
77
iterall@1.2.1 :
92
78
version "1.2.1"
93
79
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
@@ -100,12 +86,9 @@ iterall@^1.2.0:
100
86
version "1.2.0"
101
87
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
102
88
103
- node-fetch@1.7.3 :
104
- version "1.7.3"
105
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
106
- dependencies :
107
- encoding "^0.1.11"
108
- is-stream "^1.0.1"
89
+ node-fetch@2.0.0 :
90
+ version "2.0.0"
91
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6"
109
92
110
93
typescript@2.7.2 :
111
94
version "2.7.2"
You can’t perform that action at this time.
0 commit comments