Skip to content

Commit 7da4af0

Browse files
author
Thomas Draier
committed
try to fix ci build
1 parent 4fccbf4 commit 7da4af0

File tree

3 files changed

+53
-12
lines changed

3 files changed

+53
-12
lines changed

packages/data-helper/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"sideEffects": false,
1717
"license": "SEE LICENSE IN ../../LICENSE.txt FILE",
1818
"dependencies": {
19-
"@apollo/client": "^3.5.10",
19+
"@apollo/client": "^3.7.14",
20+
"@apollo/react-components": "^4.0.0",
2021
"fast-deep-equal": "^3.1.1",
2122
"graphql": "^15.4.0",
2223
"graphql-tag": "^2.11.0",

packages/data-helper/src/legacy/Picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export class Picker extends React.Component<PropType, StateType> {
353353

354354
return (
355355
<Query query={this.query} variables={vars} fetchPolicy='cache-first'>
356-
{(result: QueryResult<any, OperationVariables>): React.JSX.Element => {
356+
{(result: QueryResult): React.JSX.Element => {
357357
const {error, loading, data, refetch} = result;
358358
if (setRefetch) {
359359
setRefetch({

yarn.lock

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@jridgewell/gen-mapping" "^0.3.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@apollo/client@^3.5.10":
13+
"@apollo/client@^3.7.14", "@apollo/client@latest":
1414
version "3.7.14"
1515
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.14.tgz#40ef90390e6690e94917457cd82bdeb29e8b6af9"
1616
integrity sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg==
@@ -48,6 +48,13 @@
4848
ts-invariant "^0.4.4"
4949
tslib "^1.10.0"
5050

51+
"@apollo/react-components@^4.0.0":
52+
version "4.0.0"
53+
resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-4.0.0.tgz#4d994708337eaa117a5e639b4a664f0e560663d3"
54+
integrity sha512-JI0qnvROVC8bPbtPVzHKNHkDhohv8f8a8DNGjyI9seLeB2V0NMT3c1qEUs+zsu0W+SdDdRaUKE3DjsEuxj92Ew==
55+
dependencies:
56+
"@apollo/client" latest
57+
5158
"@apollo/react-hoc@^3.1.5":
5259
version "3.1.5"
5360
resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.5.tgz#6552d2fb4aafc59fdc8f4e353358b98b89cfab6f"
@@ -7849,7 +7856,7 @@ encodeurl@~1.0.2:
78497856
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
78507857
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
78517858

7852-
encoding@^0.1.13:
7859+
encoding@^0.1.11, encoding@^0.1.13:
78537860
version "0.1.13"
78547861
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
78557862
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
@@ -9346,13 +9353,28 @@ gitlog@^4.0.3:
93469353
debug "^4.1.1"
93479354
tslib "^1.14.1"
93489355

9349-
glob-parent@^3.1.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@^6.0.2, glob-parent@~5.1.2:
9356+
glob-parent@^3.1.0:
9357+
version "3.1.0"
9358+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
9359+
integrity sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==
9360+
dependencies:
9361+
is-glob "^3.1.0"
9362+
path-dirname "^1.0.0"
9363+
9364+
glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
93509365
version "5.1.2"
93519366
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
93529367
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
93539368
dependencies:
93549369
is-glob "^4.0.1"
93559370

9371+
glob-parent@^6.0.2:
9372+
version "6.0.2"
9373+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
9374+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
9375+
dependencies:
9376+
is-glob "^4.0.3"
9377+
93569378
glob-promise@^3.4.0:
93579379
version "3.4.0"
93589380
resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.4.0.tgz#b6b8f084504216f702dc2ce8c9bc9ac8866fdb20"
@@ -10590,7 +10612,7 @@ is-ssh@^1.4.0:
1059010612
dependencies:
1059110613
protocols "^2.0.1"
1059210614

10593-
is-stream@^1.1.0:
10615+
is-stream@^1.0.1, is-stream@^1.1.0:
1059410616
version "1.1.0"
1059510617
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
1059610618
integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
@@ -12524,13 +12546,21 @@ node-dir@^0.1.10:
1252412546
dependencies:
1252512547
minimatch "^3.0.2"
1252612548

12527-
node-fetch@2.6.7, node-fetch@^1.0.1, node-fetch@^2.6.1, node-fetch@^2.6.7:
12549+
node-fetch@2.6.7, node-fetch@^2.6.1, node-fetch@^2.6.7:
1252812550
version "2.6.7"
1252912551
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1253012552
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1253112553
dependencies:
1253212554
whatwg-url "^5.0.0"
1253312555

12556+
node-fetch@^1.0.1:
12557+
version "1.7.3"
12558+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
12559+
integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==
12560+
dependencies:
12561+
encoding "^0.1.11"
12562+
is-stream "^1.0.1"
12563+
1253412564
node-gyp-build@^4.3.0:
1253512565
version "4.6.0"
1253612566
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055"
@@ -13447,6 +13477,11 @@ path-browserify@^1.0.1:
1344713477
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
1344813478
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
1344913479

13480+
path-dirname@^1.0.0:
13481+
version "1.0.2"
13482+
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
13483+
integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==
13484+
1345013485
path-exists@^2.0.0:
1345113486
version "2.1.0"
1345213487
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
@@ -16719,7 +16754,12 @@ treeverse@^2.0.0:
1671916754
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-2.0.0.tgz#036dcef04bc3fd79a9b79a68d4da03e882d8a9ca"
1672016755
integrity sha512-N5gJCkLu1aXccpOTtqV6ddSEi6ZmGkh3hjmbu1IjcavJK4qyOVQmi0myQKM7z5jVGmD68SJoliaVrMmVObhj6A==
1672116756

16722-
trim-newlines@^1.0.0, trim-newlines@^3.0.0, trim-newlines@^3.0.1:
16757+
trim-newlines@^1.0.0:
16758+
version "1.0.0"
16759+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
16760+
integrity sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==
16761+
16762+
trim-newlines@^3.0.0:
1672316763
version "3.0.1"
1672416764
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1672516765
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
@@ -16734,10 +16774,10 @@ trim-trailing-lines@^1.0.0:
1673416774
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0"
1673516775
integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==
1673616776

16737-
trim@0.0.1, trim@^1.0.0:
16738-
version "1.0.1"
16739-
resolved "https://registry.yarnpkg.com/trim/-/trim-1.0.1.tgz#68e78f6178ccab9687a610752f4f5e5a7022ee8c"
16740-
integrity sha512-3JVP2YVqITUisXblCDq/Bi4P9457G/sdEamInkyvCsjbTcXLXIiG7XCb4kGMFWh6JGXesS3TKxOPtrncN/xe8w==
16777+
trim@0.0.1:
16778+
version "0.0.1"
16779+
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
16780+
integrity sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==
1674116781

1674216782
trough@^1.0.0:
1674316783
version "1.0.5"

0 commit comments

Comments
 (0)