Skip to content

Commit e1ef732

Browse files
renovate[bot]renovate-bot
authored andcommitted
Update dependency react-apollo to v3 (#13)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent ab85286 commit e1ef732

File tree

2 files changed

+62
-20
lines changed

2 files changed

+62
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"apollo-client": "2.6.4",
1010
"graphql": "14.5.8",
1111
"react": "16.10.2",
12-
"react-apollo": "2.5.8",
12+
"react-apollo": "3.1.3",
1313
"react-apollo-hooks": "0.5.0",
1414
"react-dom": "16.10.2"
1515
},

yarn.lock

+61-19
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/code-frame@^7.0.0":
655
version "7.0.0"
756
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
@@ -761,7 +810,7 @@
761810
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
762811
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
763812

764-
"@wry/equality@^0.1.2":
813+
"@wry/equality@^0.1.2", "@wry/equality@^0.1.9":
765814
version "0.1.9"
766815
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
767816
integrity sha512-mB6ceGjpMGz1ZTza8HYnrPGos2mC6So4NhS1PtZ8s4Qt0K7fBiIGhpSxUbQmhwcSWE3no+bYxmI2OL6KuXYmoQ==
@@ -2526,11 +2575,6 @@ locate-path@^2.0.0:
25262575
p-locate "^2.0.0"
25272576
path-exists "^3.0.0"
25282577

2529-
lodash.isequal@^4.5.0:
2530-
version "4.5.0"
2531-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
2532-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
2533-
25342578
[email protected], lodash@^4.17.13, lodash@^4.17.15:
25352579
version "4.17.15"
25362580
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -3068,18 +3112,16 @@ [email protected]:
30683112
dependencies:
30693113
lodash "^4.17.11"
30703114

3071-
react-apollo@2.5.8:
3072-
version "2.5.8"
3073-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c"
3074-
integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ==
3115+
react-apollo@3.1.3:
3116+
version "3.1.3"
3117+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.3.tgz#5d8540b401bba36173b63e6c5e75fa561960c63e"
3118+
integrity sha512-orCZNoAkgveaK5b75y7fw1MSqSHOU/Wuu9rRFOGmRQBSQVZjvV4DI+hj604rHmuN9+WDABxb5W48wTa0F/xNZQ==
30753119
dependencies:
3076-
apollo-utilities "^1.3.0"
3077-
fast-json-stable-stringify "^2.0.0"
3078-
hoist-non-react-statics "^3.3.0"
3079-
lodash.isequal "^4.5.0"
3080-
prop-types "^15.7.2"
3081-
ts-invariant "^0.4.2"
3082-
tslib "^1.9.3"
3120+
"@apollo/react-common" "^3.1.3"
3121+
"@apollo/react-components" "^3.1.3"
3122+
"@apollo/react-hoc" "^3.1.3"
3123+
"@apollo/react-hooks" "^3.1.3"
3124+
"@apollo/react-ssr" "^3.1.3"
30833125

30843126
30853127
version "16.10.2"
@@ -3683,7 +3725,7 @@ trim-right@^1.0.1:
36833725
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
36843726
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
36853727

3686-
ts-invariant@^0.4.0, ts-invariant@^0.4.2:
3728+
ts-invariant@^0.4.0, ts-invariant@^0.4.4:
36873729
version "0.4.4"
36883730
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
36893731
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
@@ -3706,7 +3748,7 @@ [email protected]:
37063748
source-map-support "^0.5.6"
37073749
yn "^3.0.0"
37083750

3709-
[email protected], tslib@^1.9.0, tslib@^1.9.3:
3751+
[email protected], tslib@^1.10.0, tslib@^1.9.0, tslib@^1.9.3:
37103752
version "1.10.0"
37113753
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
37123754
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

0 commit comments

Comments
 (0)