Skip to content

Commit c10cde1

Browse files
fix(deps): update apollo graphql packages
1 parent 2f6255d commit c10cde1

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.2",
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
@@ -100,25 +100,25 @@ __metadata:
100100
languageName: node
101101
linkType: hard
102102

103-
"@apollo/client-react-streaming@npm:0.12.3":
104-
version: 0.12.3
105-
resolution: "@apollo/client-react-streaming@npm:0.12.3"
103+
"@apollo/client-react-streaming@npm:0.14.2":
104+
version: 0.14.2
105+
resolution: "@apollo/client-react-streaming@npm:0.14.2"
106106
dependencies:
107107
"@types/react-dom": "npm:^19.0.0"
108108
"@wry/equality": "npm:^0.5.6"
109-
ts-invariant: "npm:^0.10.3"
110109
peerDependencies:
111-
"@apollo/client": ^3.13.0
110+
"@apollo/client": ^4.0.0
112111
graphql: ^16 || >=17.0.0-alpha.2
113112
react: ^19
114113
react-dom: ^19
115-
checksum: 10c0/e3b6ee935ae70f16bda933def469987783a170984163e923590fae214034492b43d36c07d6a17eb7b43588618192a77dd954a3cac281c30ecbcb5390eb8bcff2
114+
rxjs: ^7.3.0
115+
checksum: 10c0/28e775d25a15b48c26dc9c9e3c2e2f00f5fe76047bdb62f770e39454873c6443a46a830d02dd30769a20b670c8e1ac2f6300034c2bf92b16e5058ffafc492099
116116
languageName: node
117117
linkType: hard
118118

119-
"@apollo/client@npm:3.13.9, @apollo/client@npm:^3.8.0":
120-
version: 3.13.9
121-
resolution: "@apollo/client@npm:3.13.9"
119+
"@apollo/client@npm:3.14.0, @apollo/client@npm:^3.8.0":
120+
version: 3.14.0
121+
resolution: "@apollo/client@npm:3.14.0"
122122
dependencies:
123123
"@graphql-typed-document-node/core": "npm:^3.1.1"
124124
"@wry/caches": "npm:^1.0.0"
@@ -148,7 +148,7 @@ __metadata:
148148
optional: true
149149
subscriptions-transport-ws:
150150
optional: true
151-
checksum: 10c0/aca33aa1d9971ae0814bd73912c993da83f69d53d9a5e7971e2b8364557821f0447276f507945b80365b1c4a6a541cd3602fa1343dc0d13769bc5a7d81a26461
151+
checksum: 10c0/38776832627def88f707131f9fe394e10b067c67ce84102664cd8f922229671fc5d61bcff702c0c403972f6a57998f243210c681bcda96c68b2b3c82dbb1c789
152152
languageName: node
153153
linkType: hard
154154

@@ -4203,8 +4203,8 @@ __metadata:
42034203
version: 0.0.0-use.local
42044204
resolution: "@cedarjs/web@workspace:packages/web"
42054205
dependencies:
4206-
"@apollo/client": "npm:3.13.9"
4207-
"@apollo/client-react-streaming": "npm:0.12.3"
4206+
"@apollo/client": "npm:3.14.0"
4207+
"@apollo/client-react-streaming": "npm:0.14.2"
42084208
"@arethetypeswrong/cli": "npm:0.18.2"
42094209
"@babel/cli": "npm:7.28.3"
42104210
"@babel/core": "npm:^7.26.10"

0 commit comments

Comments
 (0)