Skip to content

Commit fc03ee0

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency apollo-boost to v0.1.6
1 parent 12b4a8b commit fc03ee0

6 files changed

Lines changed: 63 additions & 49 deletions

File tree

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-scripts": "1.1.4"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.1.5",
18+
"apollo-boost": "0.1.6",
1919
"apollo-client": "2.3.0",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.2",

advanced/yarn.lock

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ anymatch@^1.3.0:
150150
micromatch "^2.1.5"
151151
normalize-path "^2.0.0"
152152

153-
apollo-boost@0.1.5:
154-
version "0.1.5"
155-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.5.tgz#21e9b4b37e514b997a5e53d2f224d31ad69c9b57"
153+
apollo-boost@0.1.6:
154+
version "0.1.6"
155+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.6.tgz#922d423536e408abfff816904ad2753d50feb9bf"
156156
dependencies:
157-
apollo-cache-inmemory "^1.2.0"
158-
apollo-client "^2.3.0"
157+
apollo-cache-inmemory "^1.2.1"
158+
apollo-client "^2.3.1"
159159
apollo-link "^1.0.6"
160160
apollo-link-error "^1.0.3"
161161
apollo-link-http "^1.3.1"
@@ -170,13 +170,13 @@ apollo-cache-inmemory@^1.1.7:
170170
apollo-utilities "^1.0.8"
171171
graphql-anywhere "^4.1.5"
172172

173-
apollo-cache-inmemory@^1.2.0:
174-
version "1.2.0"
175-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
173+
apollo-cache-inmemory@^1.2.1:
174+
version "1.2.1"
175+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
176176
dependencies:
177177
apollo-cache "^1.1.8"
178178
apollo-utilities "^1.0.12"
179-
graphql-anywhere "^4.1.9"
179+
graphql-anywhere "^4.1.10"
180180

181181
apollo-cache@^1.1.4:
182182
version "1.1.4"
@@ -200,7 +200,7 @@ apollo-client-preset@1.0.8:
200200
apollo-link-http "^1.3.1"
201201
graphql-tag "^2.4.2"
202202

203-
apollo-client@2.3.0, apollo-client@^2.3.0:
203+
apollo-client@2.3.0:
204204
version "2.3.0"
205205
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa"
206206
dependencies:
@@ -228,6 +228,20 @@ apollo-client@^2.2.2:
228228
optionalDependencies:
229229
"@types/async" "2.0.47"
230230

231+
apollo-client@^2.3.1:
232+
version "2.3.1"
233+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
234+
dependencies:
235+
"@types/zen-observable" "^0.5.3"
236+
apollo-cache "^1.1.8"
237+
apollo-link "^1.0.0"
238+
apollo-link-dedup "^1.0.0"
239+
apollo-utilities "^1.0.12"
240+
symbol-observable "^1.0.2"
241+
zen-observable "^0.8.0"
242+
optionalDependencies:
243+
"@types/async" "2.0.49"
244+
231245
apollo-link-dedup@^1.0.0:
232246
version "1.0.6"
233247
resolved "https://registry.yarnpkg.com/apollo-link-dedup/-/apollo-link-dedup-1.0.6.tgz#566ab421a5f6ef41995e2e386f575600d51b1408"
@@ -3189,18 +3203,18 @@ graphql-anywhere@^4.1.0-alpha.0:
31893203
dependencies:
31903204
apollo-utilities "^1.0.11"
31913205

3206+
graphql-anywhere@^4.1.10:
3207+
version "4.1.10"
3208+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
3209+
dependencies:
3210+
apollo-utilities "^1.0.12"
3211+
31923212
graphql-anywhere@^4.1.5:
31933213
version "4.1.5"
31943214
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.5.tgz#552ccd27b79a13a899022e20f658a2c2cb75e251"
31953215
dependencies:
31963216
apollo-utilities "^1.0.8"
31973217

3198-
graphql-anywhere@^4.1.9:
3199-
version "4.1.9"
3200-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
3201-
dependencies:
3202-
apollo-utilities "^1.0.12"
3203-
32043218
graphql-tag@2.9.2:
32053219
version "2.9.2"
32063220
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.2.tgz#2f60a5a981375f430bf1e6e95992427dc18af686"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-scripts": "1.1.4"
66
},
77
"dependencies": {
8-
"apollo-boost": "0.1.5",
8+
"apollo-boost": "0.1.6",
99
"graphql": "0.13.2",
1010
"react": "16.3.2",
1111
"react-apollo": "2.1.4",

basic/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -142,35 +142,35 @@ anymatch@^1.3.0:
142142
micromatch "^2.1.5"
143143
normalize-path "^2.0.0"
144144

145-
apollo-boost@0.1.5:
146-
version "0.1.5"
147-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.5.tgz#21e9b4b37e514b997a5e53d2f224d31ad69c9b57"
145+
apollo-boost@0.1.6:
146+
version "0.1.6"
147+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.6.tgz#922d423536e408abfff816904ad2753d50feb9bf"
148148
dependencies:
149-
apollo-cache-inmemory "^1.2.0"
150-
apollo-client "^2.3.0"
149+
apollo-cache-inmemory "^1.2.1"
150+
apollo-client "^2.3.1"
151151
apollo-link "^1.0.6"
152152
apollo-link-error "^1.0.3"
153153
apollo-link-http "^1.3.1"
154154
apollo-link-state "^0.4.0"
155155
graphql-tag "^2.4.2"
156156

157-
apollo-cache-inmemory@^1.2.0:
158-
version "1.2.0"
159-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
157+
apollo-cache-inmemory@^1.2.1:
158+
version "1.2.1"
159+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
160160
dependencies:
161161
apollo-cache "^1.1.8"
162162
apollo-utilities "^1.0.12"
163-
graphql-anywhere "^4.1.9"
163+
graphql-anywhere "^4.1.10"
164164

165165
apollo-cache@^1.1.8:
166166
version "1.1.8"
167167
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
168168
dependencies:
169169
apollo-utilities "^1.0.12"
170170

171-
apollo-client@^2.3.0:
172-
version "2.3.0"
173-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa"
171+
apollo-client@^2.3.1:
172+
version "2.3.1"
173+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
174174
dependencies:
175175
"@types/zen-observable" "^0.5.3"
176176
apollo-cache "^1.1.8"
@@ -2926,9 +2926,9 @@ graphql-anywhere@^4.1.0-alpha.0:
29262926
dependencies:
29272927
apollo-utilities "^1.0.10"
29282928

2929-
graphql-anywhere@^4.1.9:
2930-
version "4.1.9"
2931-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
2929+
graphql-anywhere@^4.1.10:
2930+
version "4.1.10"
2931+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
29322932
dependencies:
29332933
apollo-utilities "^1.0.12"
29342934

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"apollo-boost": "0.1.5",
6+
"apollo-boost": "0.1.6",
77
"graphql": "0.13.2",
88
"react": "16.3.2",
99
"react-apollo": "2.1.4",

minimal/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -161,35 +161,35 @@ anymatch@^2.0.0:
161161
micromatch "^3.1.4"
162162
normalize-path "^2.1.1"
163163

164-
apollo-boost@0.1.5:
165-
version "0.1.5"
166-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.5.tgz#21e9b4b37e514b997a5e53d2f224d31ad69c9b57"
164+
apollo-boost@0.1.6:
165+
version "0.1.6"
166+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.6.tgz#922d423536e408abfff816904ad2753d50feb9bf"
167167
dependencies:
168-
apollo-cache-inmemory "^1.2.0"
169-
apollo-client "^2.3.0"
168+
apollo-cache-inmemory "^1.2.1"
169+
apollo-client "^2.3.1"
170170
apollo-link "^1.0.6"
171171
apollo-link-error "^1.0.3"
172172
apollo-link-http "^1.3.1"
173173
apollo-link-state "^0.4.0"
174174
graphql-tag "^2.4.2"
175175

176-
apollo-cache-inmemory@^1.2.0:
177-
version "1.2.0"
178-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
176+
apollo-cache-inmemory@^1.2.1:
177+
version "1.2.1"
178+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
179179
dependencies:
180180
apollo-cache "^1.1.8"
181181
apollo-utilities "^1.0.12"
182-
graphql-anywhere "^4.1.9"
182+
graphql-anywhere "^4.1.10"
183183

184184
apollo-cache@^1.1.8:
185185
version "1.1.8"
186186
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
187187
dependencies:
188188
apollo-utilities "^1.0.12"
189189

190-
apollo-client@^2.3.0:
191-
version "2.3.0"
192-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa"
190+
apollo-client@^2.3.1:
191+
version "2.3.1"
192+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
193193
dependencies:
194194
"@types/zen-observable" "^0.5.3"
195195
apollo-cache "^1.1.8"
@@ -3134,9 +3134,9 @@ graphql-anywhere@^4.1.0-alpha.0:
31343134
dependencies:
31353135
apollo-utilities "^1.0.10"
31363136

3137-
graphql-anywhere@^4.1.9:
3138-
version "4.1.9"
3139-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
3137+
graphql-anywhere@^4.1.10:
3138+
version "4.1.10"
3139+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
31403140
dependencies:
31413141
apollo-utilities "^1.0.12"
31423142

0 commit comments

Comments
 (0)