Skip to content

Commit 430be77

Browse files
committed
fix: downgrade @apollo/client back to previous version
1 parent 82e281d commit 430be77

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@air/react-drag-to-select": "^5.0.8",
4-
"@apollo/client": "3.10.4",
4+
"@apollo/client": "^3.7.17",
55
"@apollo/server": "^4.7.3",
66
"@aws-sdk/client-s3": "^3.363.0",
77
"@aws-sdk/credential-providers": "^3.363.0",

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -327,26 +327,24 @@ __metadata:
327327
languageName: node
328328
linkType: hard
329329

330-
"@apollo/client@npm:3.10.4":
331-
version: 3.10.4
332-
resolution: "@apollo/client@npm:3.10.4"
330+
"@apollo/client@npm:^3.7.0":
331+
version: 3.8.8
332+
resolution: "@apollo/client@npm:3.8.8"
333333
dependencies:
334334
"@graphql-typed-document-node/core": "npm:^3.1.1"
335-
"@wry/caches": "npm:^1.0.0"
336335
"@wry/equality": "npm:^0.5.6"
337336
"@wry/trie": "npm:^0.5.0"
338337
graphql-tag: "npm:^2.12.6"
339338
hoist-non-react-statics: "npm:^3.3.2"
340339
optimism: "npm:^0.18.0"
341340
prop-types: "npm:^15.7.2"
342-
rehackt: "npm:^0.1.0"
343341
response-iterator: "npm:^0.2.6"
344342
symbol-observable: "npm:^4.0.0"
345343
ts-invariant: "npm:^0.10.3"
346344
tslib: "npm:^2.3.0"
347345
zen-observable-ts: "npm:^1.2.5"
348346
peerDependencies:
349-
graphql: ^15.0.0 || ^16.0.0
347+
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
350348
graphql-ws: ^5.5.5
351349
react: ^16.8.0 || ^17.0.0 || ^18.0.0
352350
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -360,28 +358,30 @@ __metadata:
360358
optional: true
361359
subscriptions-transport-ws:
362360
optional: true
363-
checksum: 057af5534db5e454957b2922fa973ccaa1b159d4cb39964b0a7fdbaeb07c779ca14eb680caa9579dfdbd85554ca7c5e9981d79ad1e6924ccef57e4acf6c67988
361+
checksum: a097fb49d68fa77d59f8d63f73f0335624608102ebe2a30270d679b50f3fc2d697298fde8619571b419c93660a5ba90874d93e3b10efc8d910d752f14df1770b
364362
languageName: node
365363
linkType: hard
366364

367-
"@apollo/client@npm:^3.7.0":
368-
version: 3.8.8
369-
resolution: "@apollo/client@npm:3.8.8"
365+
"@apollo/client@npm:^3.7.17":
366+
version: 3.10.4
367+
resolution: "@apollo/client@npm:3.10.4"
370368
dependencies:
371369
"@graphql-typed-document-node/core": "npm:^3.1.1"
370+
"@wry/caches": "npm:^1.0.0"
372371
"@wry/equality": "npm:^0.5.6"
373372
"@wry/trie": "npm:^0.5.0"
374373
graphql-tag: "npm:^2.12.6"
375374
hoist-non-react-statics: "npm:^3.3.2"
376375
optimism: "npm:^0.18.0"
377376
prop-types: "npm:^15.7.2"
377+
rehackt: "npm:^0.1.0"
378378
response-iterator: "npm:^0.2.6"
379379
symbol-observable: "npm:^4.0.0"
380380
ts-invariant: "npm:^0.10.3"
381381
tslib: "npm:^2.3.0"
382382
zen-observable-ts: "npm:^1.2.5"
383383
peerDependencies:
384-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
384+
graphql: ^15.0.0 || ^16.0.0
385385
graphql-ws: ^5.5.5
386386
react: ^16.8.0 || ^17.0.0 || ^18.0.0
387387
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -395,7 +395,7 @@ __metadata:
395395
optional: true
396396
subscriptions-transport-ws:
397397
optional: true
398-
checksum: a097fb49d68fa77d59f8d63f73f0335624608102ebe2a30270d679b50f3fc2d697298fde8619571b419c93660a5ba90874d93e3b10efc8d910d752f14df1770b
398+
checksum: 057af5534db5e454957b2922fa973ccaa1b159d4cb39964b0a7fdbaeb07c779ca14eb680caa9579dfdbd85554ca7c5e9981d79ad1e6924ccef57e4acf6c67988
399399
languageName: node
400400
linkType: hard
401401

@@ -46439,7 +46439,7 @@ __metadata:
4643946439
resolution: "twenty@workspace:."
4644046440
dependencies:
4644146441
"@air/react-drag-to-select": "npm:^5.0.8"
46442-
"@apollo/client": "npm:3.10.4"
46442+
"@apollo/client": "npm:^3.7.17"
4644346443
"@apollo/server": "npm:^4.7.3"
4644446444
"@aws-sdk/client-s3": "npm:^3.363.0"
4644546445
"@aws-sdk/credential-providers": "npm:^3.363.0"

0 commit comments

Comments
 (0)