Skip to content

Commit a8f5d1d

Browse files
committed
fix(deps): update dependency react-apollo to v3
1 parent 9991b24 commit a8f5d1d

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": "0.13.2",
2929
"graphql-tag": "2.10.1",
3030
"react": "16.12.0",
31-
"react-apollo": "2.5.8",
31+
"react-apollo": "3.1.3",
3232
"react-dom": "16.12.0",
3333
"react-modal": "3.11.1",
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.3":
6+
version "3.1.3"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.3.tgz#ddc34f6403f55d47c0da147fd4756dfd7c73dac5"
8+
integrity sha512-Q7ZjDOeqjJf/AOGxUMdGxKF+JVClRXrYBGVq+SuVFqANRpd68MxtVV2OjCWavsFAN0eqYnRqRUrl7vtUCiJqeg==
9+
dependencies:
10+
ts-invariant "^0.4.4"
11+
tslib "^1.10.0"
12+
13+
"@apollo/react-components@^3.1.3":
14+
version "3.1.3"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.3.tgz#8f6726847cd9b0eb4b22586b1a038d29aa8b1da4"
16+
integrity sha512-H0l2JKDQMz+LkM93QK7j3ThbNXkWQCduN3s3eKxFN3Rdg7rXsrikJWvx2wQ868jmqy0VhwJbS1vYdRLdh114uQ==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.3"
19+
"@apollo/react-hooks" "^3.1.3"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.3":
25+
version "3.1.3"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.3.tgz#5742ee74f57611058f5ea1f966c38fc6429dda7b"
27+
integrity sha512-oCPma0uBVPTcYTR5sOvtMbpaWll4xDBvYfKr6YkDorUcQVeNzFu1LK1kmQjJP64bKsaziKYji5ibFaeCnVptmA==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.3"
30+
"@apollo/react-components" "^3.1.3"
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.3":
36+
version "3.1.3"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.3.tgz#ad42c7af78e81fee0f30e53242640410d5bd0293"
38+
integrity sha512-reIRO9xKdfi+B4gT/o/hnXuopUnm7WED/ru8VQydPw+C/KG/05Ssg1ZdxFKHa3oxwiTUIDnevtccIH35POanbA==
39+
dependencies:
40+
"@apollo/react-common" "^3.1.3"
41+
"@wry/equality" "^0.1.9"
42+
ts-invariant "^0.4.4"
43+
tslib "^1.10.0"
44+
45+
"@apollo/react-ssr@^3.1.3":
46+
version "3.1.3"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.3.tgz#0791280d5b735f42f87dbfe849564e78843045bc"
48+
integrity sha512-fUTmEYHxSTX1GA43B8vICxXXplpcEBnDwn0IgdAc3eG0p2YK97ZrJDRFCJ5vD7fyDZsrYhMf+rAI3sd+H2SS+A==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.3"
51+
"@apollo/react-hooks" "^3.1.3"
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"
@@ -7186,11 +7242,6 @@ lodash.debounce@^4.0.8:
71867242
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
71877243
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
71887244

7189-
lodash.isequal@^4.5.0:
7190-
version "4.5.0"
7191-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
7192-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
7193-
71947245
lodash.memoize@^4.1.2:
71957246
version "4.1.2"
71967247
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -9542,18 +9593,16 @@ rc@^1.2.7:
95429593
minimist "^1.2.0"
95439594
strip-json-comments "~2.0.1"
95449595

9545-
react-apollo@2.5.8:
9546-
version "2.5.8"
9547-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c"
9548-
integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ==
9596+
react-apollo@3.1.3:
9597+
version "3.1.3"
9598+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.3.tgz#5d8540b401bba36173b63e6c5e75fa561960c63e"
9599+
integrity sha512-orCZNoAkgveaK5b75y7fw1MSqSHOU/Wuu9rRFOGmRQBSQVZjvV4DI+hj604rHmuN9+WDABxb5W48wTa0F/xNZQ==
95499600
dependencies:
9550-
apollo-utilities "^1.3.0"
9551-
fast-json-stable-stringify "^2.0.0"
9552-
hoist-non-react-statics "^3.3.0"
9553-
lodash.isequal "^4.5.0"
9554-
prop-types "^15.7.2"
9555-
ts-invariant "^0.4.2"
9556-
tslib "^1.9.3"
9601+
"@apollo/react-common" "^3.1.3"
9602+
"@apollo/react-components" "^3.1.3"
9603+
"@apollo/react-hoc" "^3.1.3"
9604+
"@apollo/react-hooks" "^3.1.3"
9605+
"@apollo/react-ssr" "^3.1.3"
95579606

95589607
react-app-polyfill@^0.2.2:
95599608
version "0.2.2"
@@ -11360,10 +11409,10 @@ ts-invariant@^0.4.0:
1136011409
dependencies:
1136111410
tslib "^1.9.3"
1136211411

11363-
ts-invariant@^0.4.2:
11364-
version "0.4.2"
11365-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.2.tgz#8685131b8083e67c66d602540e78763408be9113"
11366-
integrity sha512-PTAAn8lJPEdRBJJEs4ig6MVZWfO12yrFzV7YaPslmyhG7+4MA279y4BXT3f72gXeVl0mC1aAWq2rMX4eKTWU/Q==
11412+
ts-invariant@^0.4.4:
11413+
version "0.4.4"
11414+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
11415+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
1136711416
dependencies:
1136811417
tslib "^1.9.3"
1136911418

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.0.2",
1010
"react": "16.12.0",
11-
"react-apollo": "2.5.8",
11+
"react-apollo": "3.1.3",
1212
"react-dom": "16.12.0",
1313
"react-modal": "3.11.1",
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.3":
6+
version "3.1.3"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.3.tgz#ddc34f6403f55d47c0da147fd4756dfd7c73dac5"
8+
integrity sha512-Q7ZjDOeqjJf/AOGxUMdGxKF+JVClRXrYBGVq+SuVFqANRpd68MxtVV2OjCWavsFAN0eqYnRqRUrl7vtUCiJqeg==
9+
dependencies:
10+
ts-invariant "^0.4.4"
11+
tslib "^1.10.0"
12+
13+
"@apollo/react-components@^3.1.3":
14+
version "3.1.3"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.3.tgz#8f6726847cd9b0eb4b22586b1a038d29aa8b1da4"
16+
integrity sha512-H0l2JKDQMz+LkM93QK7j3ThbNXkWQCduN3s3eKxFN3Rdg7rXsrikJWvx2wQ868jmqy0VhwJbS1vYdRLdh114uQ==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.3"
19+
"@apollo/react-hooks" "^3.1.3"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.3":
25+
version "3.1.3"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.3.tgz#5742ee74f57611058f5ea1f966c38fc6429dda7b"
27+
integrity sha512-oCPma0uBVPTcYTR5sOvtMbpaWll4xDBvYfKr6YkDorUcQVeNzFu1LK1kmQjJP64bKsaziKYji5ibFaeCnVptmA==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.3"
30+
"@apollo/react-components" "^3.1.3"
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.3":
36+
version "3.1.3"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.3.tgz#ad42c7af78e81fee0f30e53242640410d5bd0293"
38+
integrity sha512-reIRO9xKdfi+B4gT/o/hnXuopUnm7WED/ru8VQydPw+C/KG/05Ssg1ZdxFKHa3oxwiTUIDnevtccIH35POanbA==
39+
dependencies:
40+
"@apollo/react-common" "^3.1.3"
41+
"@wry/equality" "^0.1.9"
42+
ts-invariant "^0.4.4"
43+
tslib "^1.10.0"
44+
45+
"@apollo/react-ssr@^3.1.3":
46+
version "3.1.3"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.3.tgz#0791280d5b735f42f87dbfe849564e78843045bc"
48+
integrity sha512-fUTmEYHxSTX1GA43B8vICxXXplpcEBnDwn0IgdAc3eG0p2YK97ZrJDRFCJ5vD7fyDZsrYhMf+rAI3sd+H2SS+A==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.3"
51+
"@apollo/react-hooks" "^3.1.3"
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"
@@ -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.3:
8582+
version "3.1.3"
8583+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.3.tgz#5d8540b401bba36173b63e6c5e75fa561960c63e"
8584+
integrity sha512-orCZNoAkgveaK5b75y7fw1MSqSHOU/Wuu9rRFOGmRQBSQVZjvV4DI+hj604rHmuN9+WDABxb5W48wTa0F/xNZQ==
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.3"
8587+
"@apollo/react-components" "^3.1.3"
8588+
"@apollo/react-hoc" "^3.1.3"
8589+
"@apollo/react-hooks" "^3.1.3"
8590+
"@apollo/react-ssr" "^3.1.3"
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": "0.13.2",
66
"react": "16.12.0",
7-
"react-apollo": "2.5.8",
7+
"react-apollo": "3.1.3",
88
"react-dom": "16.12.0",
99
"react-scripts": "2.1.8"
1010
},

0 commit comments

Comments
 (0)