Skip to content

Commit 0bb2b8a

Browse files
fix(deps): update apollo graphql packages
1 parent 37f11d4 commit 0bb2b8a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"test:watch": "vitest watch"
144144
},
145145
"dependencies": {
146-
"@apollo/client": "3.13.9",
146+
"@apollo/client": "3.14.0",
147147
"@babel/runtime-corejs3": "7.28.4",
148148
"@cedarjs/auth": "workspace:*",
149149
"@cedarjs/server-store": "workspace:*",
@@ -160,7 +160,7 @@
160160
"ts-toolbelt": "9.6.0"
161161
},
162162
"devDependencies": {
163-
"@apollo/client-react-streaming": "0.12.3",
163+
"@apollo/client-react-streaming": "0.14.3",
164164
"@arethetypeswrong/cli": "0.18.2",
165165
"@babel/cli": "7.28.3",
166166
"@babel/core": "^7.26.10",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,25 +154,25 @@ __metadata:
154154
languageName: node
155155
linkType: hard
156156

157-
"@apollo/client-react-streaming@npm:0.12.3":
158-
version: 0.12.3
159-
resolution: "@apollo/client-react-streaming@npm:0.12.3"
157+
"@apollo/client-react-streaming@npm:0.14.3":
158+
version: 0.14.3
159+
resolution: "@apollo/client-react-streaming@npm:0.14.3"
160160
dependencies:
161161
"@types/react-dom": "npm:^19.0.0"
162162
"@wry/equality": "npm:^0.5.6"
163-
ts-invariant: "npm:^0.10.3"
164163
peerDependencies:
165-
"@apollo/client": ^3.13.0
164+
"@apollo/client": ^4.0.0
166165
graphql: ^16 || >=17.0.0-alpha.2
167166
react: ^19
168167
react-dom: ^19
169-
checksum: 10c0/e3b6ee935ae70f16bda933def469987783a170984163e923590fae214034492b43d36c07d6a17eb7b43588618192a77dd954a3cac281c30ecbcb5390eb8bcff2
168+
rxjs: ^7.3.0
169+
checksum: 10c0/f182b5413ed243bafcf8fe352483472d2a2beb098cb4dad0a278eeb883e2c3668899fb3d554899c153b410890ddfbe5024f80d9faad8a0162ddc1608232573ed
170170
languageName: node
171171
linkType: hard
172172

173-
"@apollo/client@npm:3.13.9, @apollo/client@npm:^3.8.0":
174-
version: 3.13.9
175-
resolution: "@apollo/client@npm:3.13.9"
173+
"@apollo/client@npm:3.14.0, @apollo/client@npm:^3.8.0":
174+
version: 3.14.0
175+
resolution: "@apollo/client@npm:3.14.0"
176176
dependencies:
177177
"@graphql-typed-document-node/core": "npm:^3.1.1"
178178
"@wry/caches": "npm:^1.0.0"
@@ -202,7 +202,7 @@ __metadata:
202202
optional: true
203203
subscriptions-transport-ws:
204204
optional: true
205-
checksum: 10c0/aca33aa1d9971ae0814bd73912c993da83f69d53d9a5e7971e2b8364557821f0447276f507945b80365b1c4a6a541cd3602fa1343dc0d13769bc5a7d81a26461
205+
checksum: 10c0/38776832627def88f707131f9fe394e10b067c67ce84102664cd8f922229671fc5d61bcff702c0c403972f6a57998f243210c681bcda96c68b2b3c82dbb1c789
206206
languageName: node
207207
linkType: hard
208208

@@ -4318,8 +4318,8 @@ __metadata:
43184318
version: 0.0.0-use.local
43194319
resolution: "@cedarjs/web@workspace:packages/web"
43204320
dependencies:
4321-
"@apollo/client": "npm:3.13.9"
4322-
"@apollo/client-react-streaming": "npm:0.12.3"
4321+
"@apollo/client": "npm:3.14.0"
4322+
"@apollo/client-react-streaming": "npm:0.14.3"
43234323
"@arethetypeswrong/cli": "npm:0.18.2"
43244324
"@babel/cli": "npm:7.28.3"
43254325
"@babel/core": "npm:^7.26.10"

0 commit comments

Comments
 (0)