Skip to content

Commit 7a3d243

Browse files
committed
fix(deps): update dependency react-apollo to v3
1 parent a141dc5 commit 7a3d243

File tree

6 files changed

+225
-81
lines changed

6 files changed

+225
-81
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql": "0.13.2",
2929
"graphql-tag": "2.10.1",
3030
"react": "16.10.2",
31-
"react-apollo": "2.5.8",
31+
"react-apollo": "3.1.2",
3232
"react-dom": "16.10.2",
3333
"react-modal": "3.10.1",
3434
"react-router-dom": "4.4.0-beta.8",

advanced/yarn.lock

+74-20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
22
# yarn lockfile v1
33

44

5+
"@apollo/react-common@^3.1.2":
6+
version "3.1.2"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.2.tgz#19feb1d264c1e82e9610f68298a9dd89513060ea"
8+
integrity sha512-6+gTeBZoIyCE6VnHD2EI9Wz+Dm05MBxplUTmVgswzvTe05lUO78SxGgB3XJc9GM/TmNexgCc0eS84vUpG/f6Tg==
9+
dependencies:
10+
ts-invariant "^0.4.4"
11+
tslib "^1.10.0"
12+
13+
"@apollo/react-components@^3.1.2":
14+
version "3.1.2"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.2.tgz#41dc02dab2d97070bef08f7cf1849200b4ca2296"
16+
integrity sha512-D1habJ8IvylC8KpgzlM6yYskYGcTYuyOU5cPgtluamTc4ro6P/98bILMO4qHDDj0zkBARIgHrf2QV6oityTfvA==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.2"
19+
"@apollo/react-hooks" "^3.1.2"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.2":
25+
version "3.1.2"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.2.tgz#c1cb8c2afe7c22f432f0880d33a3034c671e0423"
27+
integrity sha512-VbykBrxPBurt/yIAK8oFg7ZHL5ls2QI1y93AtLqJNwe4oM0m3oJC2jGIr2jobSVhbmGdzIGWshKJTbtrRowQ3g==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.2"
30+
"@apollo/react-components" "^3.1.2"
31+
hoist-non-react-statics "^3.3.0"
32+
ts-invariant "^0.4.4"
33+
tslib "^1.10.0"
34+
35+
"@apollo/react-hooks@^3.1.2":
36+
version "3.1.2"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.2.tgz#3f889f9448ebb32faf164117f1f63d9ffa18f5d9"
38+
integrity sha512-PV5u40E9iwfwM7u61r2P9PTjcGaM3zRwiwrJGDKOKaOn1Y9wTHhKOVEQa7YOsCWciSaMVK1slpKMvQbD2Ypqtw==
39+
dependencies:
40+
"@apollo/react-common" "^3.1.2"
41+
"@wry/equality" "^0.1.9"
42+
ts-invariant "^0.4.4"
43+
tslib "^1.10.0"
44+
45+
"@apollo/react-ssr@^3.1.2":
46+
version "3.1.2"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.2.tgz#ebb79bf94a5ab760e5152ab5f0371e64ec4041ad"
48+
integrity sha512-kBuinaib6+QBoDfc5n/bvRxu+6QnuvQl1mZ5ThBSO+6aL5aJtQYZsblJyC5R/Zx6koJilq6+oZfL510wOlFeEw==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.2"
51+
"@apollo/react-hooks" "^3.1.2"
52+
tslib "^1.10.0"
53+
554
"@babel/[email protected]", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
655
version "7.0.0"
756
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
@@ -1224,6 +1273,13 @@
12241273
dependencies:
12251274
tslib "^1.9.3"
12261275

1276+
"@wry/equality@^0.1.9":
1277+
version "0.1.9"
1278+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
1279+
integrity sha512-mB6ceGjpMGz1ZTza8HYnrPGos2mC6So4NhS1PtZ8s4Qt0K7fBiIGhpSxUbQmhwcSWE3no+bYxmI2OL6KuXYmoQ==
1280+
dependencies:
1281+
tslib "^1.9.3"
1282+
12271283
"@xtuc/ieee754@^1.2.0":
12281284
version "1.2.0"
12291285
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -7132,11 +7188,6 @@ lodash.debounce@^4.0.8:
71327188
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
71337189
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
71347190

7135-
lodash.isequal@^4.5.0:
7136-
version "4.5.0"
7137-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
7138-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
7139-
71407191
lodash.memoize@^4.1.2:
71417192
version "4.1.2"
71427193
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -9473,18 +9524,16 @@ rc@^1.2.7:
94739524
minimist "^1.2.0"
94749525
strip-json-comments "~2.0.1"
94759526

9476-
react-apollo@2.5.8:
9477-
version "2.5.8"
9478-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c"
9479-
integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ==
9527+
react-apollo@3.1.2:
9528+
version "3.1.2"
9529+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.2.tgz#a1b4ceb4413ba7e92ab3cbbbfb27dcfc7a86c286"
9530+
integrity sha512-9MhirrglRY5wxPIhqfFcYnglDMmqSz++Ih3VS01mSz86GctHdcajLKDR/pXR2hrCZzlS9tTjpxGNw6yWn5ykxw==
94809531
dependencies:
9481-
apollo-utilities "^1.3.0"
9482-
fast-json-stable-stringify "^2.0.0"
9483-
hoist-non-react-statics "^3.3.0"
9484-
lodash.isequal "^4.5.0"
9485-
prop-types "^15.7.2"
9486-
ts-invariant "^0.4.2"
9487-
tslib "^1.9.3"
9532+
"@apollo/react-common" "^3.1.2"
9533+
"@apollo/react-components" "^3.1.2"
9534+
"@apollo/react-hoc" "^3.1.2"
9535+
"@apollo/react-hooks" "^3.1.2"
9536+
"@apollo/react-ssr" "^3.1.2"
94889537

94899538
react-app-polyfill@^0.2.2:
94909539
version "0.2.2"
@@ -11282,10 +11331,10 @@ ts-invariant@^0.4.0:
1128211331
dependencies:
1128311332
tslib "^1.9.3"
1128411333

11285-
ts-invariant@^0.4.2:
11286-
version "0.4.2"
11287-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.2.tgz#8685131b8083e67c66d602540e78763408be9113"
11288-
integrity sha512-PTAAn8lJPEdRBJJEs4ig6MVZWfO12yrFzV7YaPslmyhG7+4MA279y4BXT3f72gXeVl0mC1aAWq2rMX4eKTWU/Q==
11334+
ts-invariant@^0.4.4:
11335+
version "0.4.4"
11336+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
11337+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
1128911338
dependencies:
1129011339
tslib "^1.9.3"
1129111340

@@ -11294,6 +11343,11 @@ ts-pnp@^1.0.0:
1129411343
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.2.tgz#be8e4bfce5d00f0f58e0666a82260c34a57af552"
1129511344
integrity sha512-f5Knjh7XCyRIzoC/z1Su1yLLRrPrFCgtUAh/9fCSP6NKbATwpOL1+idQVXQokK9GRFURn/jYPGPfegIctwunoA==
1129611345

11346+
tslib@^1.10.0:
11347+
version "1.10.0"
11348+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
11349+
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
11350+
1129711351
tslib@^1.9.0, tslib@^1.9.3:
1129811352
version "1.9.3"
1129911353
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apollo-boost": "0.4.4",
99
"graphql": "14.0.2",
1010
"react": "16.10.2",
11-
"react-apollo": "2.5.8",
11+
"react-apollo": "3.1.2",
1212
"react-dom": "16.10.2",
1313
"react-modal": "3.10.1",
1414
"react-router-dom": "4.4.0-beta.8",

basic/yarn.lock

+74-29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
22
# yarn lockfile v1
33

44

5+
"@apollo/react-common@^3.1.2":
6+
version "3.1.2"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.2.tgz#19feb1d264c1e82e9610f68298a9dd89513060ea"
8+
integrity sha512-6+gTeBZoIyCE6VnHD2EI9Wz+Dm05MBxplUTmVgswzvTe05lUO78SxGgB3XJc9GM/TmNexgCc0eS84vUpG/f6Tg==
9+
dependencies:
10+
ts-invariant "^0.4.4"
11+
tslib "^1.10.0"
12+
13+
"@apollo/react-components@^3.1.2":
14+
version "3.1.2"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.2.tgz#41dc02dab2d97070bef08f7cf1849200b4ca2296"
16+
integrity sha512-D1habJ8IvylC8KpgzlM6yYskYGcTYuyOU5cPgtluamTc4ro6P/98bILMO4qHDDj0zkBARIgHrf2QV6oityTfvA==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.2"
19+
"@apollo/react-hooks" "^3.1.2"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.2":
25+
version "3.1.2"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.2.tgz#c1cb8c2afe7c22f432f0880d33a3034c671e0423"
27+
integrity sha512-VbykBrxPBurt/yIAK8oFg7ZHL5ls2QI1y93AtLqJNwe4oM0m3oJC2jGIr2jobSVhbmGdzIGWshKJTbtrRowQ3g==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.2"
30+
"@apollo/react-components" "^3.1.2"
31+
hoist-non-react-statics "^3.3.0"
32+
ts-invariant "^0.4.4"
33+
tslib "^1.10.0"
34+
35+
"@apollo/react-hooks@^3.1.2":
36+
version "3.1.2"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.2.tgz#3f889f9448ebb32faf164117f1f63d9ffa18f5d9"
38+
integrity sha512-PV5u40E9iwfwM7u61r2P9PTjcGaM3zRwiwrJGDKOKaOn1Y9wTHhKOVEQa7YOsCWciSaMVK1slpKMvQbD2Ypqtw==
39+
dependencies:
40+
"@apollo/react-common" "^3.1.2"
41+
"@wry/equality" "^0.1.9"
42+
ts-invariant "^0.4.4"
43+
tslib "^1.10.0"
44+
45+
"@apollo/react-ssr@^3.1.2":
46+
version "3.1.2"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.2.tgz#ebb79bf94a5ab760e5152ab5f0371e64ec4041ad"
48+
integrity sha512-kBuinaib6+QBoDfc5n/bvRxu+6QnuvQl1mZ5ThBSO+6aL5aJtQYZsblJyC5R/Zx6koJilq6+oZfL510wOlFeEw==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.2"
51+
"@apollo/react-hooks" "^3.1.2"
52+
tslib "^1.10.0"
53+
554
"@babel/[email protected]", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
655
version "7.0.0"
756
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
@@ -1448,6 +1497,13 @@
14481497
dependencies:
14491498
tslib "^1.9.3"
14501499

1500+
"@wry/equality@^0.1.9":
1501+
version "0.1.9"
1502+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
1503+
integrity sha512-mB6ceGjpMGz1ZTza8HYnrPGos2mC6So4NhS1PtZ8s4Qt0K7fBiIGhpSxUbQmhwcSWE3no+bYxmI2OL6KuXYmoQ==
1504+
dependencies:
1505+
tslib "^1.9.3"
1506+
14511507
"@xtuc/ieee754@^1.2.0":
14521508
version "1.2.0"
14531509
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -1706,15 +1762,6 @@ apollo-utilities@^1.0.0:
17061762
dependencies:
17071763
fast-json-stable-stringify "^2.0.0"
17081764

1709-
apollo-utilities@^1.3.0:
1710-
version "1.3.0"
1711-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1712-
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1713-
dependencies:
1714-
fast-json-stable-stringify "^2.0.0"
1715-
ts-invariant "^0.4.0"
1716-
tslib "^1.9.3"
1717-
17181765
append-transform@^0.4.0:
17191766
version "0.4.0"
17201767
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
@@ -6469,11 +6516,6 @@ lodash.debounce@^4.0.8:
64696516
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
64706517
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
64716518

6472-
lodash.isequal@^4.5.0:
6473-
version "4.5.0"
6474-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
6475-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
6476-
64776519
lodash.memoize@^4.1.2:
64786520
version "4.1.2"
64796521
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -8536,18 +8578,16 @@ rc@^1.2.7:
85368578
minimist "^1.2.0"
85378579
strip-json-comments "~2.0.1"
85388580

8539-
react-apollo@2.5.8:
8540-
version "2.5.8"
8541-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c"
8542-
integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ==
8581+
react-apollo@3.1.2:
8582+
version "3.1.2"
8583+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.2.tgz#a1b4ceb4413ba7e92ab3cbbbfb27dcfc7a86c286"
8584+
integrity sha512-9MhirrglRY5wxPIhqfFcYnglDMmqSz++Ih3VS01mSz86GctHdcajLKDR/pXR2hrCZzlS9tTjpxGNw6yWn5ykxw==
85438585
dependencies:
8544-
apollo-utilities "^1.3.0"
8545-
fast-json-stable-stringify "^2.0.0"
8546-
hoist-non-react-statics "^3.3.0"
8547-
lodash.isequal "^4.5.0"
8548-
prop-types "^15.7.2"
8549-
ts-invariant "^0.4.2"
8550-
tslib "^1.9.3"
8586+
"@apollo/react-common" "^3.1.2"
8587+
"@apollo/react-components" "^3.1.2"
8588+
"@apollo/react-hoc" "^3.1.2"
8589+
"@apollo/react-hooks" "^3.1.2"
8590+
"@apollo/react-ssr" "^3.1.2"
85518591

85528592
react-app-polyfill@^0.2.2:
85538593
version "0.2.2"
@@ -10140,10 +10180,10 @@ ts-invariant@^0.4.0:
1014010180
dependencies:
1014110181
tslib "^1.9.3"
1014210182

10143-
ts-invariant@^0.4.2:
10144-
version "0.4.2"
10145-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.2.tgz#8685131b8083e67c66d602540e78763408be9113"
10146-
integrity sha512-PTAAn8lJPEdRBJJEs4ig6MVZWfO12yrFzV7YaPslmyhG7+4MA279y4BXT3f72gXeVl0mC1aAWq2rMX4eKTWU/Q==
10183+
ts-invariant@^0.4.4:
10184+
version "0.4.4"
10185+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
10186+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
1014710187
dependencies:
1014810188
tslib "^1.9.3"
1014910189

@@ -10152,6 +10192,11 @@ ts-pnp@^1.0.0:
1015210192
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.2.tgz#be8e4bfce5d00f0f58e0666a82260c34a57af552"
1015310193
integrity sha512-f5Knjh7XCyRIzoC/z1Su1yLLRrPrFCgtUAh/9fCSP6NKbATwpOL1+idQVXQokK9GRFURn/jYPGPfegIctwunoA==
1015410194

10195+
tslib@^1.10.0:
10196+
version "1.10.0"
10197+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
10198+
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
10199+
1015510200
tslib@^1.9.0, tslib@^1.9.3:
1015610201
version "1.9.3"
1015710202
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apollo-boost": "0.4.4",
55
"graphql": "0.13.2",
66
"react": "16.10.2",
7-
"react-apollo": "2.5.8",
7+
"react-apollo": "3.1.2",
88
"react-dom": "16.10.2",
99
"react-scripts": "2.1.8"
1010
},

0 commit comments

Comments
 (0)