Skip to content

Commit 38abb7e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apollo graphql packages
1 parent 2fb7250 commit 38abb7e

File tree

6 files changed

+152
-134
lines changed

6 files changed

+152
-134
lines changed

advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-scripts": "1.1.5"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.1.16",
19-
"apollo-client": "2.4.2",
18+
"apollo-boost": "0.1.17",
19+
"apollo-client": "2.4.3",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.3",
2222
"apollo-link-ws": "1.0.9",
23-
"apollo-utilities": "1.0.21",
23+
"apollo-utilities": "1.0.23",
2424
"babel-cli": "6.26.0",
2525
"eslint-config-prettier": "2.10.0",
2626
"eslint-plugin-babel": "4.1.2",

advanced/yarn.lock

Lines changed: 49 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ anymatch@^2.0.0:
201201
micromatch "^3.1.4"
202202
normalize-path "^2.1.1"
203203

204-
apollo-boost@0.1.16:
205-
version "0.1.16"
206-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.16.tgz#77f73a30c49ab6d749ddc3e5683a7e322c15f07d"
207-
integrity sha512-ppnQr90n2cn0ZMveEbqxW6NxmskIpThiLziLlRpRLy4keoAICg1NZecxJQmeaBLMtyhf5UholAjpS2SLmEJeHg==
208-
dependencies:
209-
apollo-cache "^1.1.17"
210-
apollo-cache-inmemory "^1.2.10"
211-
apollo-client "^2.4.2"
204+
apollo-boost@0.1.17:
205+
version "0.1.17"
206+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.17.tgz#ccba9dc8b2ab8a6bcac2ab7a358a44a6e649d7b7"
207+
integrity sha512-f6edZV5UM6Ywj69XZP7w7Yy3mS23fGrTVTCzQv9MY5wZnkJ6jw3QzYGPYtEPQd/Jap5Ri61/hpFM3QqwiGSV0g==
208+
dependencies:
209+
apollo-cache "^1.1.18"
210+
apollo-cache-inmemory "^1.3.6"
211+
apollo-client "^2.4.3"
212212
apollo-link "^1.0.6"
213213
apollo-link-error "^1.0.3"
214214
apollo-link-http "^1.3.1"
@@ -224,21 +224,21 @@ apollo-cache-inmemory@^1.1.7:
224224
apollo-utilities "^1.0.8"
225225
graphql-anywhere "^4.1.5"
226226

227-
apollo-cache-inmemory@^1.2.10:
228-
version "1.2.10"
229-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.10.tgz#362d6c36cfd815a309b966f71e5d2b6c770c7989"
230-
integrity sha512-eBusPFVtYIuo+PIfJdAwUCQ4cs7AJ4mB7sTdXxNQCXToYw8mzE6EfHnV37kdVfBXSaa82BzE2rb/YUq/duuamw==
227+
apollo-cache-inmemory@^1.3.6:
228+
version "1.3.6"
229+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.6.tgz#5761268c0f9f9d09df62cf3435046635e29b708b"
230+
integrity sha512-ARSMDNFAPS1xLx79PrOFGd+iEFsC/pVusRbirA+p0AHVJSWyZdhW2fNy7RyFA+2pLbCFFgOgS2SoCq+JFu1RTA==
231231
dependencies:
232-
apollo-cache "^1.1.17"
233-
apollo-utilities "^1.0.21"
234-
graphql-anywhere "^4.1.19"
232+
apollo-cache "^1.1.18"
233+
apollo-utilities "^1.0.22"
234+
optimism "^0.6.6"
235235

236-
apollo-cache@1.1.17, apollo-cache@^1.1.17:
237-
version "1.1.17"
238-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.17.tgz#1fcca8423125223723b97fd72808be91a1a76490"
239-
integrity sha512-7sp24n2HZO4vXgTaKNomLyIfGxG4gDdDkBB0jkRzRi7HhnKmfwhiF/RCiKNbgLdrPX151INdls0KwIVliD0dHQ==
236+
apollo-cache@1.1.18, apollo-cache@^1.1.18:
237+
version "1.1.18"
238+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.18.tgz#384a7e1e39414fd2a09c80d5295d36f15c85b9ab"
239+
integrity sha512-XZ17PxZw+FE75SKZcymsIqA5EetcmLxoHKXqvkGmWi4WZpVDX/hUoPTIUbRsGmHOfZfOokFviDOzOSnEdQo1Mw==
240240
dependencies:
241-
apollo-utilities "^1.0.21"
241+
apollo-utilities "^1.0.22"
242242

243243
apollo-cache@^1.1.4:
244244
version "1.1.4"
@@ -258,16 +258,16 @@ apollo-client-preset@1.0.8:
258258
apollo-link-http "^1.3.1"
259259
graphql-tag "^2.4.2"
260260

261-
apollo-client@2.4.2, apollo-client@^2.4.2:
262-
version "2.4.2"
263-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.2.tgz#d2f044d8740723bf98a6d8d8b9684ee8c36150e6"
264-
integrity sha512-g1z23umaVSoKLj9xNl0aAnk2KBF4JeBi7MeKFc9CGTixH7TkqeQUQtxcjrC7j2h4KmDbuhOAHOFUGf8YshN+ag==
261+
apollo-client@2.4.3, apollo-client@^2.4.3:
262+
version "2.4.3"
263+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.3.tgz#261749c531eda367a1e2a3c5def024abb09add6e"
264+
integrity sha512-ALfqkvnv2ZXrk08rqegFDkgRNVh7G/hz+jK+dblCKjcbgUmBduSHsnIfc335povbZTLPjtb0/z0iMECJu3FvZw==
265265
dependencies:
266266
"@types/zen-observable" "^0.8.0"
267-
apollo-cache "1.1.17"
267+
apollo-cache "1.1.18"
268268
apollo-link "^1.0.0"
269269
apollo-link-dedup "^1.0.0"
270-
apollo-utilities "1.0.21"
270+
apollo-utilities "1.0.22"
271271
symbol-observable "^1.0.2"
272272
zen-observable "^0.8.0"
273273
optionalDependencies:
@@ -350,13 +350,19 @@ apollo-link@^1.2.2:
350350
apollo-utilities "^1.0.0"
351351
zen-observable-ts "^0.8.9"
352352

353-
apollo-utilities@1.0.21, apollo-utilities@^1.0.21:
354-
version "1.0.21"
355-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.21.tgz#cb8b5779fe275850b16046ff8373f4af2de90765"
356-
integrity sha512-ZcxELlEl+sDCYBgEMdNXJAsZtRVm8wk4HIA58bMsqYfd1DSAJQEtZ93F0GZgYNAGy3QyaoBeZtbb0/01++G8JQ==
353+
apollo-utilities@1.0.22:
354+
version "1.0.22"
355+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.22.tgz#0e11350d1220d83ae1c784115d0fa18bdc549a60"
356+
integrity sha512-6+78Woy+js6LrMrI/TS3Lbdti7D8LhgZnVANSGfsPqjVlEkMnl0p7XSfpEFfX69hDN04wf43+BnqgS2cgJkiMA==
357+
dependencies:
358+
fast-json-stable-stringify "^2.0.0"
359+
360+
apollo-utilities@1.0.23, apollo-utilities@^1.0.22:
361+
version "1.0.23"
362+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.23.tgz#9416e5da31cc8d9d46502de6f90aa1447cd368c6"
363+
integrity sha512-RW65kZZxSEysvzm5YBrNU6SvE+Z62VQ+lpxYX/3d9pZYsMBkaMdfr3OnUwGKt/MqUsDfUb/LLoXpMRhKukMpeQ==
357364
dependencies:
358365
fast-json-stable-stringify "^2.0.0"
359-
fclone "^1.0.11"
360366

361367
apollo-utilities@^1.0.0, apollo-utilities@^1.0.8:
362368
version "1.0.8"
@@ -3519,11 +3525,6 @@ fbjs@^1.0.0:
35193525
setimmediate "^1.0.5"
35203526
ua-parser-js "^0.7.18"
35213527

3522-
fclone@^1.0.11:
3523-
version "1.0.11"
3524-
resolved "https://registry.yarnpkg.com/fclone/-/fclone-1.0.11.tgz#10e85da38bfea7fc599341c296ee1d77266ee640"
3525-
integrity sha1-EOhdo4v+p/xZk0HClu4ddyZu5kA=
3526-
35273528
figures@^2.0.0:
35283529
version "2.0.0"
35293530
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -3959,13 +3960,6 @@ graphql-anywhere@^4.1.0-alpha.0:
39593960
dependencies:
39603961
apollo-utilities "^1.0.11"
39613962

3962-
graphql-anywhere@^4.1.19:
3963-
version "4.1.19"
3964-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.19.tgz#5f6ca3b58218e5449f4798e3c6d942fcd2fef082"
3965-
integrity sha512-mQlvbECzYPBcgBC9JsdM4v+DSvNmcIP+8Vwr+ij3gktbaLSE0Iza30mztuz40Jlf7ooMs+0emBZucNjLzqz7tA==
3966-
dependencies:
3967-
apollo-utilities "^1.0.21"
3968-
39693963
graphql-anywhere@^4.1.5:
39703964
version "4.1.5"
39713965
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.5.tgz#552ccd27b79a13a899022e20f658a2c2cb75e251"
@@ -4354,6 +4348,11 @@ ignore@^3.2.7, ignore@^3.3.3:
43544348
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
43554349
integrity sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==
43564350

4351+
immutable-tuple@^0.4.4:
4352+
version "0.4.8"
4353+
resolved "https://registry.yarnpkg.com/immutable-tuple/-/immutable-tuple-0.4.8.tgz#f60b65b863d34be39d307d1bbf4a450e1ac3048a"
4354+
integrity sha512-1m29EVSrF+LJJAyVo1v12NsIalVKjyi4HNQVQDBx+LNCIuRXnfeMCHuLao5CyN1m3Sn0T63U5JEkmPArPCipQA==
4355+
43574356
import-lazy@^2.1.0:
43584357
version "2.1.0"
43594358
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -6183,6 +6182,13 @@ opn@5.2.0, opn@^5.1.0:
61836182
dependencies:
61846183
is-wsl "^1.1.0"
61856184

6185+
optimism@^0.6.6:
6186+
version "0.6.6"
6187+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.6.tgz#5415b2d6a2f8b3745aedb9f97fdf4e52467ecd84"
6188+
integrity sha512-1Y6LY7pYbXP5y6yeXYfXhxJi9hsxYAZWpt7bBp4seAwfcYtaN7tq9wot/pdrhyI809/K4gDm3BcZcEkmwGevjg==
6189+
dependencies:
6190+
immutable-tuple "^0.4.4"
6191+
61866192
optimist@^0.6.1:
61876193
version "0.6.1"
61886194
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"

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.5"
66
},
77
"dependencies": {
8-
"apollo-boost": "0.1.16",
8+
"apollo-boost": "0.1.17",
99
"graphql": "0.13.2",
1010
"react": "16.5.2",
1111
"react-apollo": "2.2.4",

basic/yarn.lock

Lines changed: 49 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -186,46 +186,46 @@ anymatch@^2.0.0:
186186
micromatch "^3.1.4"
187187
normalize-path "^2.1.1"
188188

189-
apollo-boost@0.1.16:
190-
version "0.1.16"
191-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.16.tgz#77f73a30c49ab6d749ddc3e5683a7e322c15f07d"
192-
integrity sha512-ppnQr90n2cn0ZMveEbqxW6NxmskIpThiLziLlRpRLy4keoAICg1NZecxJQmeaBLMtyhf5UholAjpS2SLmEJeHg==
193-
dependencies:
194-
apollo-cache "^1.1.17"
195-
apollo-cache-inmemory "^1.2.10"
196-
apollo-client "^2.4.2"
189+
apollo-boost@0.1.17:
190+
version "0.1.17"
191+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.17.tgz#ccba9dc8b2ab8a6bcac2ab7a358a44a6e649d7b7"
192+
integrity sha512-f6edZV5UM6Ywj69XZP7w7Yy3mS23fGrTVTCzQv9MY5wZnkJ6jw3QzYGPYtEPQd/Jap5Ri61/hpFM3QqwiGSV0g==
193+
dependencies:
194+
apollo-cache "^1.1.18"
195+
apollo-cache-inmemory "^1.3.6"
196+
apollo-client "^2.4.3"
197197
apollo-link "^1.0.6"
198198
apollo-link-error "^1.0.3"
199199
apollo-link-http "^1.3.1"
200200
apollo-link-state "^0.4.0"
201201
graphql-tag "^2.4.2"
202202

203-
apollo-cache-inmemory@^1.2.10:
204-
version "1.2.10"
205-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.10.tgz#362d6c36cfd815a309b966f71e5d2b6c770c7989"
206-
integrity sha512-eBusPFVtYIuo+PIfJdAwUCQ4cs7AJ4mB7sTdXxNQCXToYw8mzE6EfHnV37kdVfBXSaa82BzE2rb/YUq/duuamw==
203+
apollo-cache-inmemory@^1.3.6:
204+
version "1.3.6"
205+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.6.tgz#5761268c0f9f9d09df62cf3435046635e29b708b"
206+
integrity sha512-ARSMDNFAPS1xLx79PrOFGd+iEFsC/pVusRbirA+p0AHVJSWyZdhW2fNy7RyFA+2pLbCFFgOgS2SoCq+JFu1RTA==
207207
dependencies:
208-
apollo-cache "^1.1.17"
209-
apollo-utilities "^1.0.21"
210-
graphql-anywhere "^4.1.19"
208+
apollo-cache "^1.1.18"
209+
apollo-utilities "^1.0.22"
210+
optimism "^0.6.6"
211211

212-
apollo-cache@1.1.17, apollo-cache@^1.1.17:
213-
version "1.1.17"
214-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.17.tgz#1fcca8423125223723b97fd72808be91a1a76490"
215-
integrity sha512-7sp24n2HZO4vXgTaKNomLyIfGxG4gDdDkBB0jkRzRi7HhnKmfwhiF/RCiKNbgLdrPX151INdls0KwIVliD0dHQ==
212+
apollo-cache@1.1.18, apollo-cache@^1.1.18:
213+
version "1.1.18"
214+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.18.tgz#384a7e1e39414fd2a09c80d5295d36f15c85b9ab"
215+
integrity sha512-XZ17PxZw+FE75SKZcymsIqA5EetcmLxoHKXqvkGmWi4WZpVDX/hUoPTIUbRsGmHOfZfOokFviDOzOSnEdQo1Mw==
216216
dependencies:
217-
apollo-utilities "^1.0.21"
217+
apollo-utilities "^1.0.22"
218218

219-
apollo-client@^2.4.2:
220-
version "2.4.2"
221-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.2.tgz#d2f044d8740723bf98a6d8d8b9684ee8c36150e6"
222-
integrity sha512-g1z23umaVSoKLj9xNl0aAnk2KBF4JeBi7MeKFc9CGTixH7TkqeQUQtxcjrC7j2h4KmDbuhOAHOFUGf8YshN+ag==
219+
apollo-client@^2.4.3:
220+
version "2.4.3"
221+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.3.tgz#261749c531eda367a1e2a3c5def024abb09add6e"
222+
integrity sha512-ALfqkvnv2ZXrk08rqegFDkgRNVh7G/hz+jK+dblCKjcbgUmBduSHsnIfc335povbZTLPjtb0/z0iMECJu3FvZw==
223223
dependencies:
224224
"@types/zen-observable" "^0.8.0"
225-
apollo-cache "1.1.17"
225+
apollo-cache "1.1.18"
226226
apollo-link "^1.0.0"
227227
apollo-link-dedup "^1.0.0"
228-
apollo-utilities "1.0.21"
228+
apollo-utilities "1.0.22"
229229
symbol-observable "^1.0.2"
230230
zen-observable "^0.8.0"
231231
optionalDependencies:
@@ -277,19 +277,25 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.2.1:
277277
apollo-utilities "^1.0.0"
278278
zen-observable-ts "^0.8.6"
279279

280-
apollo-utilities@1.0.21, apollo-utilities@^1.0.21:
281-
version "1.0.21"
282-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.21.tgz#cb8b5779fe275850b16046ff8373f4af2de90765"
283-
integrity sha512-ZcxELlEl+sDCYBgEMdNXJAsZtRVm8wk4HIA58bMsqYfd1DSAJQEtZ93F0GZgYNAGy3QyaoBeZtbb0/01++G8JQ==
280+
apollo-utilities@1.0.22:
281+
version "1.0.22"
282+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.22.tgz#0e11350d1220d83ae1c784115d0fa18bdc549a60"
283+
integrity sha512-6+78Woy+js6LrMrI/TS3Lbdti7D8LhgZnVANSGfsPqjVlEkMnl0p7XSfpEFfX69hDN04wf43+BnqgS2cgJkiMA==
284284
dependencies:
285285
fast-json-stable-stringify "^2.0.0"
286-
fclone "^1.0.11"
287286

288287
apollo-utilities@^1.0.0, apollo-utilities@^1.0.10, apollo-utilities@^1.0.8:
289288
version "1.0.10"
290289
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.10.tgz#0c35696891d4fa28d76768e0f7249d63c6da08b9"
291290
integrity sha512-m3cjHeCWFevkDMDARWD7ZdiW3oWFX6e0/tCLykvcIgNRf62I1nqHfJohRKGPu58/QUY8c4IZSAj5NS/Foh82qQ==
292291

292+
apollo-utilities@^1.0.22:
293+
version "1.0.23"
294+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.23.tgz#9416e5da31cc8d9d46502de6f90aa1447cd368c6"
295+
integrity sha512-RW65kZZxSEysvzm5YBrNU6SvE+Z62VQ+lpxYX/3d9pZYsMBkaMdfr3OnUwGKt/MqUsDfUb/LLoXpMRhKukMpeQ==
296+
dependencies:
297+
fast-json-stable-stringify "^2.0.0"
298+
293299
append-transform@^0.4.0:
294300
version "0.4.0"
295301
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
@@ -3230,11 +3236,6 @@ fbjs@^1.0.0:
32303236
setimmediate "^1.0.5"
32313237
ua-parser-js "^0.7.18"
32323238

3233-
fclone@^1.0.11:
3234-
version "1.0.11"
3235-
resolved "https://registry.yarnpkg.com/fclone/-/fclone-1.0.11.tgz#10e85da38bfea7fc599341c296ee1d77266ee640"
3236-
integrity sha1-EOhdo4v+p/xZk0HClu4ddyZu5kA=
3237-
32383239
figures@^2.0.0:
32393240
version "2.0.0"
32403241
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -3654,13 +3655,6 @@ graphql-anywhere@^4.1.0-alpha.0:
36543655
dependencies:
36553656
apollo-utilities "^1.0.10"
36563657

3657-
graphql-anywhere@^4.1.19:
3658-
version "4.1.19"
3659-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.19.tgz#5f6ca3b58218e5449f4798e3c6d942fcd2fef082"
3660-
integrity sha512-mQlvbECzYPBcgBC9JsdM4v+DSvNmcIP+8Vwr+ij3gktbaLSE0Iza30mztuz40Jlf7ooMs+0emBZucNjLzqz7tA==
3661-
dependencies:
3662-
apollo-utilities "^1.0.21"
3663-
36643658
graphql-tag@^2.4.2:
36653659
version "2.8.0"
36663660
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.8.0.tgz#52cdea07a842154ec11a2e840c11b977f9b835ce"
@@ -4062,6 +4056,11 @@ ignore@^3.3.3:
40624056
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
40634057
integrity sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==
40644058

4059+
immutable-tuple@^0.4.4:
4060+
version "0.4.8"
4061+
resolved "https://registry.yarnpkg.com/immutable-tuple/-/immutable-tuple-0.4.8.tgz#f60b65b863d34be39d307d1bbf4a450e1ac3048a"
4062+
integrity sha512-1m29EVSrF+LJJAyVo1v12NsIalVKjyi4HNQVQDBx+LNCIuRXnfeMCHuLao5CyN1m3Sn0T63U5JEkmPArPCipQA==
4063+
40654064
import-local@^1.0.0:
40664065
version "1.0.0"
40674066
resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
@@ -5837,6 +5836,13 @@ opn@5.2.0, opn@^5.1.0:
58375836
dependencies:
58385837
is-wsl "^1.1.0"
58395838

5839+
optimism@^0.6.6:
5840+
version "0.6.6"
5841+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.6.tgz#5415b2d6a2f8b3745aedb9f97fdf4e52467ecd84"
5842+
integrity sha512-1Y6LY7pYbXP5y6yeXYfXhxJi9hsxYAZWpt7bBp4seAwfcYtaN7tq9wot/pdrhyI809/K4gDm3BcZcEkmwGevjg==
5843+
dependencies:
5844+
immutable-tuple "^0.4.4"
5845+
58405846
optimist@^0.6.1:
58415847
version "0.6.1"
58425848
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"

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.16",
6+
"apollo-boost": "0.1.17",
77
"graphql": "0.13.2",
88
"react": "16.5.2",
99
"react-apollo": "2.2.4",

0 commit comments

Comments
 (0)