Skip to content

Commit b763038

Browse files
chore(deps): bump apollo-boost from 0.3.1 to 0.4.2 (#29)
Bumps [apollo-boost](https://github.com/apollographql/apollo-client) from 0.3.1 to 0.4.2. - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/apollo-boost@0.3.1...apollo-boost@0.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3443e32 commit b763038

File tree

2 files changed

+68
-50
lines changed

2 files changed

+68
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/node": "^12.0.7",
2828
"@types/react": "^16.8.15",
2929
"@types/react-dom": "^16.8.4",
30-
"apollo-boost": "0.3.1",
30+
"apollo-boost": "0.4.2",
3131
"awilix": "4.2.2",
3232
"date-fns": "1.30.1",
3333
"graphql": "14.2.1",

yarn.lock

Lines changed: 67 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@
16451645
dependencies:
16461646
"@types/geojson" "*"
16471647

1648-
"@types/node@*", "@types/node@^12.0.7":
1648+
"@types/node@*", "@types/node@>=6", "@types/node@^12.0.7":
16491649
version "12.0.7"
16501650
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.7.tgz#4f2563bad652b2acb1722d7e7aae2b0ff62d192c"
16511651
integrity sha512-1YKeT4JitGgE4SOzyB9eMwO0nGVNkNEsm9qlIt1Lqm/tG2QEiSMTD4kS3aO6L+w5SClLVxALmIBESK6Mk5wX0A==
@@ -1927,6 +1927,21 @@
19271927
"@webassemblyjs/wast-parser" "1.8.5"
19281928
"@xtuc/long" "4.2.2"
19291929

1930+
"@wry/context@^0.4.0":
1931+
version "0.4.4"
1932+
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.4.4.tgz#e50f5fa1d6cfaabf2977d1fda5ae91717f8815f8"
1933+
integrity sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==
1934+
dependencies:
1935+
"@types/node" ">=6"
1936+
tslib "^1.9.3"
1937+
1938+
"@wry/equality@^0.1.2":
1939+
version "0.1.9"
1940+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
1941+
integrity sha512-mB6ceGjpMGz1ZTza8HYnrPGos2mC6So4NhS1PtZ8s4Qt0K7fBiIGhpSxUbQmhwcSWE3no+bYxmI2OL6KuXYmoQ==
1942+
dependencies:
1943+
tslib "^1.9.3"
1944+
19301945
"@xtuc/ieee754@^1.2.0":
19311946
version "1.2.0"
19321947
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -2108,52 +2123,51 @@ anymatch@^2.0.0:
21082123
micromatch "^3.1.4"
21092124
normalize-path "^2.1.1"
21102125

2111-
apollo-boost@0.3.1:
2112-
version "0.3.1"
2113-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.3.1.tgz#b6a896e020a0eab7e415032fe565734a955c65f8"
2114-
integrity sha512-VdXcTMxLBeNvANW/FtiarEkrRr/cepYKG6wTAURdy8CS33WYpEHtIg9S8tAjxwVzIECpE4lWyDKyPLoESJ072Q==
2126+
apollo-boost@0.4.2:
2127+
version "0.4.2"
2128+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.2.tgz#7259ce6fe0f2b21e1936cf6ee64c2b43699818f9"
2129+
integrity sha512-3ZQIhcQcNjGXQ+gS8WhwSCrfpg1gJar8PMYe7RozOsyBu1SfXJ1dSAVAXdogTXLpgu0d6M/f3dHFlf2QeSU34A==
21152130
dependencies:
2116-
apollo-cache "^1.2.1"
2117-
apollo-cache-inmemory "^1.5.1"
2118-
apollo-client "^2.5.1"
2131+
apollo-cache "^1.3.2"
2132+
apollo-cache-inmemory "^1.6.2"
2133+
apollo-client "^2.6.2"
21192134
apollo-link "^1.0.6"
21202135
apollo-link-error "^1.0.3"
21212136
apollo-link-http "^1.3.1"
21222137
graphql-tag "^2.4.2"
2123-
ts-invariant "^0.2.1"
2138+
ts-invariant "^0.4.0"
21242139
tslib "^1.9.3"
21252140

2126-
apollo-cache-inmemory@^1.5.1:
2127-
version "1.5.1"
2128-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.5.1.tgz#265d1ee67b0bf0aca9c37629d410bfae44e62953"
2129-
integrity sha512-D3bdpPmWfaKQkWy8lfwUg+K8OBITo3sx0BHLs1B/9vIdOIZ7JNCKq3EUcAgAfInomJUdN0QG1yOfi8M8hxkN1g==
2141+
apollo-cache-inmemory@^1.6.2:
2142+
version "1.6.2"
2143+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.2.tgz#bbf2e4e1eacdf82b2d526f5c2f3b37e5acee3c5e"
2144+
integrity sha512-AyCl3PGFv5Qv1w4N9vlg63GBPHXgMCekZy5mhlS042ji0GW84uTySX+r3F61ZX3+KM1vA4m9hQyctrEGiv5XjQ==
21302145
dependencies:
2131-
apollo-cache "^1.2.1"
2132-
apollo-utilities "^1.2.1"
2133-
optimism "^0.6.9"
2134-
ts-invariant "^0.2.1"
2146+
apollo-cache "^1.3.2"
2147+
apollo-utilities "^1.3.2"
2148+
optimism "^0.9.0"
2149+
ts-invariant "^0.4.0"
21352150
tslib "^1.9.3"
21362151

2137-
apollo-cache@1.2.1, apollo-cache@^1.2.1:
2138-
version "1.2.1"
2139-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.2.1.tgz#aae71eb4a11f1f7322adc343f84b1a39b0693644"
2140-
integrity sha512-nzFmep/oKlbzUuDyz6fS6aYhRmfpcHWqNkkA9Bbxwk18RD6LXC4eZkuE0gXRX0IibVBHNjYVK+Szi0Yied4SpQ==
2152+
apollo-cache@1.3.2, apollo-cache@^1.3.2:
2153+
version "1.3.2"
2154+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.2.tgz#df4dce56240d6c95c613510d7e409f7214e6d26a"
2155+
integrity sha512-+KA685AV5ETEJfjZuviRTEImGA11uNBp/MJGnaCvkgr+BYRrGLruVKBv6WvyFod27WEB2sp7SsG8cNBKANhGLg==
21412156
dependencies:
2142-
apollo-utilities "^1.2.1"
2157+
apollo-utilities "^1.3.2"
21432158
tslib "^1.9.3"
21442159

2145-
apollo-client@^2.5.1:
2146-
version "2.5.1"
2147-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.5.1.tgz#36126ed1d32edd79c3713c6684546a3bea80e6d1"
2148-
integrity sha512-MNcQKiqLHdGmNJ0rZ0NXaHrToXapJgS/5kPk0FygXt+/FmDCdzqcujI7OPxEC6e9Yw5S/8dIvOXcRNuOMElHkA==
2160+
apollo-client@^2.6.2:
2161+
version "2.6.2"
2162+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.2.tgz#03b6af651e09b6e413e486ddc87464c85bd6e514"
2163+
integrity sha512-oks1MaT5x7gHcPeC8vPC1UzzsKaEIC0tye+jg72eMDt5OKc7BobStTeS/o2Ib3e0ii40nKxGBnMdl/Xa/p56Yg==
21492164
dependencies:
21502165
"@types/zen-observable" "^0.8.0"
2151-
apollo-cache "1.2.1"
2166+
apollo-cache "1.3.2"
21522167
apollo-link "^1.0.0"
2153-
apollo-link-dedup "^1.0.0"
2154-
apollo-utilities "1.2.1"
2168+
apollo-utilities "1.3.2"
21552169
symbol-observable "^1.0.2"
2156-
ts-invariant "^0.2.1"
2170+
ts-invariant "^0.4.0"
21572171
tslib "^1.9.3"
21582172
zen-observable "^0.8.0"
21592173

@@ -2281,14 +2295,6 @@ apollo-link-context@^1.0.9:
22812295
apollo-link "^1.2.11"
22822296
tslib "^1.9.3"
22832297

2284-
apollo-link-dedup@^1.0.0:
2285-
version "1.0.18"
2286-
resolved "https://registry.yarnpkg.com/apollo-link-dedup/-/apollo-link-dedup-1.0.18.tgz#635cb5659b082e7f270f7649c4b0f71021f7bb4b"
2287-
integrity sha512-1rr54wyMTuqUmbWvcXbwduIcaCDcuIgU6MqQ599nAMuTrbSOXthGfoAD8BDTxBGQ9roVlM7ABP0VZVEWRoHWSg==
2288-
dependencies:
2289-
apollo-link "^1.2.11"
2290-
tslib "^1.9.3"
2291-
22922298
apollo-link-error@^1.0.3, apollo-link-error@^1.1.1:
22932299
version "1.1.10"
22942300
resolved "https://registry.yarnpkg.com/apollo-link-error/-/apollo-link-error-1.1.10.tgz#ce57f0793f0923b598655de5bf5e028d4cf4fba6"
@@ -2346,7 +2352,17 @@ apollo-server-errors@^2.0.2:
23462352
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.3.0.tgz#700622b66a16dffcad3b017e4796749814edc061"
23472353
integrity sha512-rUvzwMo2ZQgzzPh2kcJyfbRSfVKRMhfIlhY7BzUfM4x6ZT0aijlgsf714Ll3Mbf5Fxii32kD0A/DmKsTecpccw==
23482354

2349-
apollo-utilities@1.2.1, apollo-utilities@^1.2.1:
2355+
apollo-utilities@1.3.2, apollo-utilities@^1.3.2:
2356+
version "1.3.2"
2357+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.2.tgz#8cbdcf8b012f664cd6cb5767f6130f5aed9115c9"
2358+
integrity sha512-JWNHj8XChz7S4OZghV6yc9FNnzEXj285QYp/nLNh943iObycI5GTDO3NGR9Dth12LRrSFMeDOConPfPln+WGfg==
2359+
dependencies:
2360+
"@wry/equality" "^0.1.2"
2361+
fast-json-stable-stringify "^2.0.0"
2362+
ts-invariant "^0.4.0"
2363+
tslib "^1.9.3"
2364+
2365+
apollo-utilities@^1.2.1:
23502366
version "1.2.1"
23512367
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.2.1.tgz#1c3a1ebf5607d7c8efe7636daaf58e7463b41b3c"
23522368
integrity sha512-Zv8Udp9XTSFiN8oyXOjf6PMHepD4yxxReLsl6dPUy5Ths7jti3nmlBzZUOxuTWRwZn0MoclqL7RQ5UEJN8MAxg==
@@ -6092,11 +6108,6 @@ immer@1.10.0:
60926108
resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
60936109
integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==
60946110

6095-
immutable-tuple@^0.4.9:
6096-
version "0.4.10"
6097-
resolved "https://registry.yarnpkg.com/immutable-tuple/-/immutable-tuple-0.4.10.tgz#e0b1625384f514084a7a84b749a3bb26e9179929"
6098-
integrity sha512-45jheDbc3Kr5Cw8EtDD+4woGRUV0utIrJBZT8XH0TPZRfm8tzT0/sLGGzyyCCFqFMG5Pv5Igf3WY/arn6+8V9Q==
6099-
61006111
import-cwd@^2.0.0:
61016112
version "2.1.0"
61026113
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
@@ -8524,12 +8535,12 @@ opn@^3.0.3:
85248535
dependencies:
85258536
object-assign "^4.0.1"
85268537

8527-
optimism@^0.6.9:
8528-
version "0.6.9"
8529-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.9.tgz#19258ff8b3be0cea29ac35f06bff818e026e30bb"
8530-
integrity sha512-xoQm2lvXbCA9Kd7SCx6y713Y7sZ6fUc5R6VYpoL5M6svKJbTuvtNopexK8sO8K4s0EOUYHuPN2+yAEsNyRggkQ==
8538+
optimism@^0.9.0:
8539+
version "0.9.5"
8540+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.9.5.tgz#b8b5dc9150e97b79ddbf2d2c6c0e44de4d255527"
8541+
integrity sha512-lNvmuBgONAGrUbj/xpH69FjMOz1d0jvMNoOCKyVynUPzq2jgVlGL4jFYJqrUHzUfBv+jAFSCP61x5UkfbduYJA==
85318542
dependencies:
8532-
immutable-tuple "^0.4.9"
8543+
"@wry/context" "^0.4.0"
85338544

85348545
optimist@^0.6.1:
85358546
version "0.6.1"
@@ -11584,6 +11595,13 @@ ts-invariant@^0.3.2:
1158411595
dependencies:
1158511596
tslib "^1.9.3"
1158611597

11598+
ts-invariant@^0.4.0:
11599+
version "0.4.4"
11600+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
11601+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
11602+
dependencies:
11603+
tslib "^1.9.3"
11604+
1158711605
ts-node@^7:
1158811606
version "7.0.1"
1158911607
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf"

0 commit comments

Comments
 (0)