Skip to content

Commit c683eb9

Browse files
fix(deps): update apollo graphql packages
1 parent a7cc05f commit c683eb9

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

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
@@ -126,25 +126,25 @@ __metadata:
126126
languageName: node
127127
linkType: hard
128128

129-
"@apollo/client-react-streaming@npm:0.12.3":
130-
version: 0.12.3
131-
resolution: "@apollo/client-react-streaming@npm:0.12.3"
129+
"@apollo/client-react-streaming@npm:0.14.3":
130+
version: 0.14.3
131+
resolution: "@apollo/client-react-streaming@npm:0.14.3"
132132
dependencies:
133133
"@types/react-dom": "npm:^19.0.0"
134134
"@wry/equality": "npm:^0.5.6"
135-
ts-invariant: "npm:^0.10.3"
136135
peerDependencies:
137-
"@apollo/client": ^3.13.0
136+
"@apollo/client": ^4.0.0
138137
graphql: ^16 || >=17.0.0-alpha.2
139138
react: ^19
140139
react-dom: ^19
141-
checksum: 10c0/e3b6ee935ae70f16bda933def469987783a170984163e923590fae214034492b43d36c07d6a17eb7b43588618192a77dd954a3cac281c30ecbcb5390eb8bcff2
140+
rxjs: ^7.3.0
141+
checksum: 10c0/f182b5413ed243bafcf8fe352483472d2a2beb098cb4dad0a278eeb883e2c3668899fb3d554899c153b410890ddfbe5024f80d9faad8a0162ddc1608232573ed
142142
languageName: node
143143
linkType: hard
144144

145-
"@apollo/client@npm:3.13.9, @apollo/client@npm:^3.8.0":
146-
version: 3.13.9
147-
resolution: "@apollo/client@npm:3.13.9"
145+
"@apollo/client@npm:3.14.0, @apollo/client@npm:^3.8.0":
146+
version: 3.14.0
147+
resolution: "@apollo/client@npm:3.14.0"
148148
dependencies:
149149
"@graphql-typed-document-node/core": "npm:^3.1.1"
150150
"@wry/caches": "npm:^1.0.0"
@@ -174,7 +174,7 @@ __metadata:
174174
optional: true
175175
subscriptions-transport-ws:
176176
optional: true
177-
checksum: 10c0/aca33aa1d9971ae0814bd73912c993da83f69d53d9a5e7971e2b8364557821f0447276f507945b80365b1c4a6a541cd3602fa1343dc0d13769bc5a7d81a26461
177+
checksum: 10c0/38776832627def88f707131f9fe394e10b067c67ce84102664cd8f922229671fc5d61bcff702c0c403972f6a57998f243210c681bcda96c68b2b3c82dbb1c789
178178
languageName: node
179179
linkType: hard
180180

@@ -4276,8 +4276,8 @@ __metadata:
42764276
version: 0.0.0-use.local
42774277
resolution: "@cedarjs/web@workspace:packages/web"
42784278
dependencies:
4279-
"@apollo/client": "npm:3.13.9"
4280-
"@apollo/client-react-streaming": "npm:0.12.3"
4279+
"@apollo/client": "npm:3.14.0"
4280+
"@apollo/client-react-streaming": "npm:0.14.3"
42814281
"@arethetypeswrong/cli": "npm:0.18.2"
42824282
"@babel/cli": "npm:7.28.3"
42834283
"@babel/core": "npm:^7.26.10"

0 commit comments

Comments
 (0)