Skip to content

Commit 1e7d34a

Browse files
committed
fix(deps): update dependency react-apollo to v3
1 parent ed47de8 commit 1e7d34a

File tree

6 files changed

+210
-81
lines changed

6 files changed

+210
-81
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql": "14.6.0",
2929
"graphql-tag": "2.10.3",
3030
"react": "16.13.1",
31-
"react-apollo": "2.5.8",
31+
"react-apollo": "3.1.4",
3232
"react-dom": "16.13.1",
3333
"react-modal": "3.11.2",
3434
"react-router-dom": "4.4.0-beta.8",

advanced/yarn.lock

+69-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.4":
6+
version "3.1.4"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.4.tgz#ec13c985be23ea8e799c9ea18e696eccc97be345"
8+
integrity sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA==
9+
dependencies:
10+
ts-invariant "^0.4.4"
11+
tslib "^1.10.0"
12+
13+
"@apollo/react-components@^3.1.4":
14+
version "3.1.4"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.4.tgz#29936a4862aee1c8fe5f25549509fecd45d2f40f"
16+
integrity sha512-dLZFeJ+x48nPuo2BjFjfbl8afQyazoqU8xBTidMnYy99w9DcTHtnURTw18o2dT5jkfuIJEWjbTfxyjJnHk+clw==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.4"
19+
"@apollo/react-hooks" "^3.1.4"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.4":
25+
version "3.1.4"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.4.tgz#11accab356e15308f4721c670c7014aaeec7b3c0"
27+
integrity sha512-dCzVM2/JzEWqwTocwozb9/msOgVY5EG7gh593IIXYcBfHcthSK21nIsbH/uDgwCcLSIZE2EOC3n0aKgDuoMtjA==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.4"
30+
"@apollo/react-components" "^3.1.4"
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.4":
36+
version "3.1.4"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.4.tgz#2d966ed4fdf01729113850a72698faee490fd429"
38+
integrity sha512-yamD5a1Gu9fGQjZYEQn2nSG+BRyde4dy055agtYOvP/5/njJBSJ25tRFbjxKf7+YW9fsu2Xguib3anoQTuesNg==
39+
dependencies:
40+
"@apollo/react-common" "^3.1.4"
41+
"@wry/equality" "^0.1.9"
42+
ts-invariant "^0.4.4"
43+
tslib "^1.10.0"
44+
45+
"@apollo/react-ssr@^3.1.4":
46+
version "3.1.4"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.4.tgz#b2b4e29c480761ff749a53d19ab257037bef3648"
48+
integrity sha512-c5KBD75RvSJqzpXpYngcOwLIbc7CAXhuMHrAH0J6+p4hfN+ZgqKdAOq0h143N1LfreUD4Is1PKXx4k2nPwifMw==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.4"
51+
"@apollo/react-hooks" "^3.1.4"
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"
@@ -1232,6 +1281,13 @@
12321281
dependencies:
12331282
tslib "^1.9.3"
12341283

1284+
"@wry/equality@^0.1.9":
1285+
version "0.1.11"
1286+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790"
1287+
integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==
1288+
dependencies:
1289+
tslib "^1.9.3"
1290+
12351291
"@xtuc/ieee754@^1.2.0":
12361292
version "1.2.0"
12371293
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -7267,11 +7323,6 @@ lodash.debounce@^4.0.8:
72677323
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
72687324
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
72697325

7270-
lodash.isequal@^4.5.0:
7271-
version "4.5.0"
7272-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
7273-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
7274-
72757326
lodash.memoize@^4.1.2:
72767327
version "4.1.2"
72777328
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -9633,18 +9684,16 @@ rc@^1.2.7:
96339684
minimist "^1.2.0"
96349685
strip-json-comments "~2.0.1"
96359686

9636-
react-apollo@2.5.8:
9637-
version "2.5.8"
9638-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c"
9639-
integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ==
9687+
react-apollo@3.1.4:
9688+
version "3.1.4"
9689+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.4.tgz#9a882ce557cd6e4f3c9d87b066223e9b4c5d9130"
9690+
integrity sha512-GDXTSava0wa9eWfPaVVhTFDZy06qbSxEW8JSJjd5l3mLIPwZoxdaI5EDjUr25h1XzsUJ/p3C64QHvsSiB9DrpQ==
96409691
dependencies:
9641-
apollo-utilities "^1.3.0"
9642-
fast-json-stable-stringify "^2.0.0"
9643-
hoist-non-react-statics "^3.3.0"
9644-
lodash.isequal "^4.5.0"
9645-
prop-types "^15.7.2"
9646-
ts-invariant "^0.4.2"
9647-
tslib "^1.9.3"
9692+
"@apollo/react-common" "^3.1.4"
9693+
"@apollo/react-components" "^3.1.4"
9694+
"@apollo/react-hoc" "^3.1.4"
9695+
"@apollo/react-hooks" "^3.1.4"
9696+
"@apollo/react-ssr" "^3.1.4"
96489697

96499698
react-app-polyfill@^0.2.2:
96509699
version "0.2.2"
@@ -11512,10 +11561,10 @@ ts-invariant@^0.4.0:
1151211561
dependencies:
1151311562
tslib "^1.9.3"
1151411563

11515-
ts-invariant@^0.4.2:
11516-
version "0.4.2"
11517-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.2.tgz#8685131b8083e67c66d602540e78763408be9113"
11518-
integrity sha512-PTAAn8lJPEdRBJJEs4ig6MVZWfO12yrFzV7YaPslmyhG7+4MA279y4BXT3f72gXeVl0mC1aAWq2rMX4eKTWU/Q==
11564+
ts-invariant@^0.4.4:
11565+
version "0.4.4"
11566+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
11567+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
1151911568
dependencies:
1152011569
tslib "^1.9.3"
1152111570

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apollo-boost": "0.4.7",
99
"graphql": "14.6.0",
1010
"react": "16.13.1",
11-
"react-apollo": "2.5.8",
11+
"react-apollo": "3.1.4",
1212
"react-dom": "16.13.1",
1313
"react-modal": "3.11.2",
1414
"react-router-dom": "4.4.0-beta.8",

basic/yarn.lock

+69-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.4":
6+
version "3.1.4"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.4.tgz#ec13c985be23ea8e799c9ea18e696eccc97be345"
8+
integrity sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA==
9+
dependencies:
10+
ts-invariant "^0.4.4"
11+
tslib "^1.10.0"
12+
13+
"@apollo/react-components@^3.1.4":
14+
version "3.1.4"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.4.tgz#29936a4862aee1c8fe5f25549509fecd45d2f40f"
16+
integrity sha512-dLZFeJ+x48nPuo2BjFjfbl8afQyazoqU8xBTidMnYy99w9DcTHtnURTw18o2dT5jkfuIJEWjbTfxyjJnHk+clw==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.4"
19+
"@apollo/react-hooks" "^3.1.4"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.4":
25+
version "3.1.4"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.4.tgz#11accab356e15308f4721c670c7014aaeec7b3c0"
27+
integrity sha512-dCzVM2/JzEWqwTocwozb9/msOgVY5EG7gh593IIXYcBfHcthSK21nIsbH/uDgwCcLSIZE2EOC3n0aKgDuoMtjA==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.4"
30+
"@apollo/react-components" "^3.1.4"
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.4":
36+
version "3.1.4"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.4.tgz#2d966ed4fdf01729113850a72698faee490fd429"
38+
integrity sha512-yamD5a1Gu9fGQjZYEQn2nSG+BRyde4dy055agtYOvP/5/njJBSJ25tRFbjxKf7+YW9fsu2Xguib3anoQTuesNg==
39+
dependencies:
40+
"@apollo/react-common" "^3.1.4"
41+
"@wry/equality" "^0.1.9"
42+
ts-invariant "^0.4.4"
43+
tslib "^1.10.0"
44+
45+
"@apollo/react-ssr@^3.1.4":
46+
version "3.1.4"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.4.tgz#b2b4e29c480761ff749a53d19ab257037bef3648"
48+
integrity sha512-c5KBD75RvSJqzpXpYngcOwLIbc7CAXhuMHrAH0J6+p4hfN+ZgqKdAOq0h143N1LfreUD4Is1PKXx4k2nPwifMw==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.4"
51+
"@apollo/react-hooks" "^3.1.4"
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.11"
1502+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790"
1503+
integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==
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"
@@ -1696,15 +1752,6 @@ apollo-utilities@^1.0.0:
16961752
dependencies:
16971753
fast-json-stable-stringify "^2.0.0"
16981754

1699-
apollo-utilities@^1.3.0:
1700-
version "1.3.0"
1701-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1702-
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1703-
dependencies:
1704-
fast-json-stable-stringify "^2.0.0"
1705-
ts-invariant "^0.4.0"
1706-
tslib "^1.9.3"
1707-
17081755
apollo-utilities@^1.3.3:
17091756
version "1.3.3"
17101757
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.3.tgz#f1854715a7be80cd810bc3ac95df085815c0787c"
@@ -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.4:
8582+
version "3.1.4"
8583+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.4.tgz#9a882ce557cd6e4f3c9d87b066223e9b4c5d9130"
8584+
integrity sha512-GDXTSava0wa9eWfPaVVhTFDZy06qbSxEW8JSJjd5l3mLIPwZoxdaI5EDjUr25h1XzsUJ/p3C64QHvsSiB9DrpQ==
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.4"
8587+
"@apollo/react-components" "^3.1.4"
8588+
"@apollo/react-hoc" "^3.1.4"
8589+
"@apollo/react-hooks" "^3.1.4"
8590+
"@apollo/react-ssr" "^3.1.4"
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

minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apollo-boost": "0.4.7",
55
"graphql": "14.6.0",
66
"react": "16.13.1",
7-
"react-apollo": "2.5.8",
7+
"react-apollo": "3.1.4",
88
"react-dom": "16.13.1",
99
"react-scripts": "2.1.8"
1010
},

0 commit comments

Comments
 (0)