Skip to content

Commit 31c778b

Browse files
fix(deps): update dependency react-apollo to v3
1 parent fa5c4e5 commit 31c778b

File tree

2 files changed

+112
-14
lines changed

2 files changed

+112
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"json-schema": "^0.2.3",
2020
"lodash": "^4.17.10",
2121
"react": "^16.4.0",
22-
"react-apollo": "^2.1.4",
22+
"react-apollo": "^3.0.0",
2323
"react-dom": "^16.4.0",
2424
"react-jsonschema-form": "^1.0.3",
2525
"yargs": "^11.0.0"

yarn.lock

Lines changed: 111 additions & 13 deletions
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.5":
14+
version "3.1.5"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.5.tgz#040d2f35ce4947747efe16f76d59dcbd797ffdaf"
16+
integrity sha512-c82VyUuE9VBnJB7bnX+3dmwpIPMhyjMwyoSLyQWPHxz8jK4ak30XszJtqFf4eC4hwvvLYa+Ou6X73Q8V8e2/jg==
17+
dependencies:
18+
"@apollo/react-common" "^3.1.4"
19+
"@apollo/react-hooks" "^3.1.5"
20+
prop-types "^15.7.2"
21+
ts-invariant "^0.4.4"
22+
tslib "^1.10.0"
23+
24+
"@apollo/react-hoc@^3.1.5":
25+
version "3.1.5"
26+
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.5.tgz#6552d2fb4aafc59fdc8f4e353358b98b89cfab6f"
27+
integrity sha512-jlZ2pvEnRevLa54H563BU0/xrYSgWQ72GksarxUzCHQW85nmn9wQln0kLBX7Ua7SBt9WgiuYQXQVechaaCulfQ==
28+
dependencies:
29+
"@apollo/react-common" "^3.1.4"
30+
"@apollo/react-components" "^3.1.5"
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.5":
36+
version "3.1.5"
37+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.5.tgz#7e710be52461255ae7fc0b3b9c2ece64299c10e6"
38+
integrity sha512-y0CJ393DLxIIkksRup4nt+vSjxalbZBXnnXxYbviq/woj+zKa431zy0yT4LqyRKpFy9ahMIwxBnBwfwIoupqLQ==
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.5":
46+
version "3.1.5"
47+
resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.5.tgz#53703cd493afcde567acc6d5512cab03dafce6de"
48+
integrity sha512-wuLPkKlctNn3u8EU8rlECyktpOUCeekFfb0KhIKknpGY6Lza2Qu0bThx7D9MIbVEzhKadNNrzLcpk0Y8/5UuWg==
49+
dependencies:
50+
"@apollo/react-common" "^3.1.4"
51+
"@apollo/react-hooks" "^3.1.5"
52+
tslib "^1.10.0"
53+
554
"@babel/code-frame@7.0.0-beta.42":
655
version "7.0.0-beta.42"
756
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962"
@@ -558,6 +607,13 @@
558607
"@webassemblyjs/wast-parser" "1.5.9"
559608
long "^3.2.0"
560609

610+
"@wry/equality@^0.1.9":
611+
version "0.1.11"
612+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790"
613+
integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==
614+
dependencies:
615+
tslib "^1.9.3"
616+
561617
abab@^1.0.4:
562618
version "1.0.4"
563619
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
@@ -4081,10 +4137,17 @@ hoist-non-react-statics@1.x.x, hoist-non-react-statics@^1.2.0:
40814137
version "1.2.0"
40824138
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
40834139

4084-
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
4140+
hoist-non-react-statics@^2.3.1:
40854141
version "2.5.0"
40864142
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
40874143

4144+
hoist-non-react-statics@^3.3.0:
4145+
version "3.3.2"
4146+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
4147+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
4148+
dependencies:
4149+
react-is "^16.7.0"
4150+
40884151
home-or-tmp@^2.0.0:
40894152
version "2.0.0"
40904153
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -5102,6 +5165,11 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
51025165
version "3.0.2"
51035166
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
51045167

5168+
"js-tokens@^3.0.0 || ^4.0.0":
5169+
version "4.0.0"
5170+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
5171+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
5172+
51055173
js-yaml@^3.10.0, js-yaml@^3.4.3, js-yaml@^3.7.0, js-yaml@^3.9.0:
51065174
version "3.11.0"
51075175
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
@@ -5375,10 +5443,6 @@ lodash.uniq@^4.5.0:
53755443
version "4.5.0"
53765444
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
53775445

5378-
lodash@4.17.5:
5379-
version "4.17.5"
5380-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
5381-
53825446
lodash@^4.0.1, lodash@^4.13.1, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0:
53835447
version "4.17.10"
53845448
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
@@ -5410,6 +5474,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
54105474
dependencies:
54115475
js-tokens "^3.0.0"
54125476

5477+
loose-envify@^1.4.0:
5478+
version "1.4.0"
5479+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
5480+
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
5481+
dependencies:
5482+
js-tokens "^3.0.0 || ^4.0.0"
5483+
54135484
loud-rejection@^1.6.0:
54145485
version "1.6.0"
54155486
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -6609,6 +6680,15 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.7, prop-types@^15.5.8,
66096680
loose-envify "^1.3.1"
66106681
object-assign "^4.1.1"
66116682

6683+
prop-types@^15.7.2:
6684+
version "15.8.1"
6685+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
6686+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
6687+
dependencies:
6688+
loose-envify "^1.4.0"
6689+
object-assign "^4.1.1"
6690+
react-is "^16.13.1"
6691+
66126692
proxy-addr@~2.0.3:
66136693
version "2.0.3"
66146694
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
@@ -6748,15 +6828,16 @@ rc@^1.1.7:
67486828
minimist "^1.2.0"
67496829
strip-json-comments "~2.0.1"
67506830

6751-
react-apollo@^2.1.4:
6752-
version "2.1.4"
6753-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.1.4.tgz#a51059ac56f1a7997cad636a5d36398b9c93ff12"
6831+
react-apollo@^3.0.0:
6832+
version "3.1.5"
6833+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.5.tgz#36692d393c47e7ccc37f0a885c7cc5a8b4961c91"
6834+
integrity sha512-xOxMqxORps+WHrUYbjVHPliviomefOpu5Sh35oO3osuOyPTxvrljdfTLGCggMhcXBsDljtS5Oy4g+ijWg3D4JQ==
67546835
dependencies:
6755-
fbjs "^0.8.16"
6756-
hoist-non-react-statics "^2.5.0"
6757-
invariant "^2.2.2"
6758-
lodash "4.17.5"
6759-
prop-types "^15.6.0"
6836+
"@apollo/react-common" "^3.1.4"
6837+
"@apollo/react-components" "^3.1.5"
6838+
"@apollo/react-hoc" "^3.1.5"
6839+
"@apollo/react-hooks" "^3.1.5"
6840+
"@apollo/react-ssr" "^3.1.5"
67606841

67616842
react-color@^2.14.0:
67626843
version "2.14.1"
@@ -6841,6 +6922,11 @@ react-inspector@^2.2.2:
68416922
babel-runtime "^6.26.0"
68426923
is-dom "^1.0.9"
68436924

6925+
react-is@^16.13.1, react-is@^16.7.0:
6926+
version "16.13.1"
6927+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
6928+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
6929+
68446930
react-jsonschema-form@^1.0.3:
68456931
version "1.0.3"
68466932
resolved "https://registry.yarnpkg.com/react-jsonschema-form/-/react-jsonschema-form-1.0.3.tgz#83bf8c5330651a949d8b0ac644fb92c6665348b5"
@@ -7954,6 +8040,13 @@ trim-right@^1.0.1:
79548040
version "1.0.1"
79558041
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
79568042

8043+
ts-invariant@^0.4.4:
8044+
version "0.4.4"
8045+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
8046+
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
8047+
dependencies:
8048+
tslib "^1.9.3"
8049+
79578050
ts-jest@^22.4.6:
79588051
version "22.4.6"
79598052
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.4.6.tgz#a5d7f5e8b809626d1f4143209d301287472ec344"
@@ -7970,6 +8063,11 @@ ts-jest@^22.4.6:
79708063
source-map-support "^0.5.5"
79718064
yargs "^11.0.0"
79728065

8066+
tslib@^1.10.0, tslib@^1.9.3:
8067+
version "1.14.1"
8068+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8069+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
8070+
79738071
tslib@^1.8.0, tslib@^1.8.1:
79748072
version "1.9.2"
79758073
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e"

0 commit comments

Comments
 (0)