Skip to content

Commit 8df16a9

Browse files
chore(deps): pin dependency @apollo/client to v3.9.10
1 parent 719048d commit 8df16a9

File tree

2 files changed

+42
-5
lines changed

2 files changed

+42
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"preset": "ts-jest"
6767
},
6868
"peerDependencies": {
69-
"@apollo/client": "^3.7.17"
69+
"@apollo/client": "3.9.10"
7070
},
7171
"devDependencies": {
72-
"@apollo/client": "3.9.9",
72+
"@apollo/client": "3.9.10",
7373
"@types/jest": "29.5.12",
7474
"@types/node": "20.11.30",
7575
"@types/react-native": "0.73.0",

yarn.lock

+40-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,44 @@ __metadata:
1515
languageName: node
1616
linkType: hard
1717

18-
"@apollo/client@npm:3.9.9, @apollo/client@npm:^3.1.2":
18+
"@apollo/client@npm:3.9.10":
19+
version: 3.9.10
20+
resolution: "@apollo/client@npm:3.9.10"
21+
dependencies:
22+
"@graphql-typed-document-node/core": "npm:^3.1.1"
23+
"@wry/caches": "npm:^1.0.0"
24+
"@wry/equality": "npm:^0.5.6"
25+
"@wry/trie": "npm:^0.5.0"
26+
graphql-tag: "npm:^2.12.6"
27+
hoist-non-react-statics: "npm:^3.3.2"
28+
optimism: "npm:^0.18.0"
29+
prop-types: "npm:^15.7.2"
30+
rehackt: "npm:0.0.6"
31+
response-iterator: "npm:^0.2.6"
32+
symbol-observable: "npm:^4.0.0"
33+
ts-invariant: "npm:^0.10.3"
34+
tslib: "npm:^2.3.0"
35+
zen-observable-ts: "npm:^1.2.5"
36+
peerDependencies:
37+
graphql: ^15.0.0 || ^16.0.0
38+
graphql-ws: ^5.5.5
39+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
40+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
41+
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
42+
peerDependenciesMeta:
43+
graphql-ws:
44+
optional: true
45+
react:
46+
optional: true
47+
react-dom:
48+
optional: true
49+
subscriptions-transport-ws:
50+
optional: true
51+
checksum: 10c0/4bec40c73a4acc8aac0341e944e06a67b22008a5f42c9b8bcc1d5f0a1ebe5fef5614ccba163e9c58f945fea5ce89e7d1c8f12f281ab3e423b81c24e6c96dd8d3
52+
languageName: node
53+
linkType: hard
54+
55+
"@apollo/client@npm:^3.1.2":
1956
version: 3.9.9
2057
resolution: "@apollo/client@npm:3.9.9"
2158
dependencies:
@@ -2488,7 +2525,7 @@ __metadata:
24882525
version: 0.0.0-use.local
24892526
resolution: "apollo3-cache-persist@workspace:."
24902527
dependencies:
2491-
"@apollo/client": "npm:3.9.9"
2528+
"@apollo/client": "npm:3.9.10"
24922529
"@types/jest": "npm:29.5.12"
24932530
"@types/node": "npm:20.11.30"
24942531
"@types/react-native": "npm:0.73.0"
@@ -2510,7 +2547,7 @@ __metadata:
25102547
typescript: "npm:5.4.3"
25112548
uglify-js: "npm:3.17.4"
25122549
peerDependencies:
2513-
"@apollo/client": 3.7.17
2550+
"@apollo/client": 3.9.10
25142551
languageName: unknown
25152552
linkType: soft
25162553

0 commit comments

Comments
 (0)