Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __fixtures__/rsc-caching/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"dependencies": {
"@apollo/client-react-streaming": "0.10.0",
"@apollo/client-react-streaming": "0.14.4",
"@jtoar/throw-on-client": "0.0.1",
"@cedarjs/auth-dbauth-middleware": "2.8.0",
"@cedarjs/auth-dbauth-web": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project-rsa/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"dependencies": {
"@apollo/client-react-streaming": "0.10.0",
"@apollo/client-react-streaming": "0.14.4",
"@cedarjs/forms": "2.8.0",
"@cedarjs/router": "2.8.0",
"@cedarjs/web": "2.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"dependencies": {
"@apollo/client-react-streaming": "0.10.0",
"@apollo/client-react-streaming": "0.14.4",
"@jtoar/throw-on-client": "0.0.1",
"@cedarjs/auth-dbauth-middleware": "2.8.0",
"@cedarjs/auth-dbauth-web": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@apollo/client": "3.13.9",
"@apollo/client": "3.14.1",
"@babel/runtime-corejs3": "7.29.0",
"@cedarjs/auth": "workspace:*",
"@cedarjs/server-store": "workspace:*",
Expand All @@ -160,7 +160,7 @@
"ts-toolbelt": "9.6.0"
},
"devDependencies": {
"@apollo/client-react-streaming": "0.12.3",
"@apollo/client-react-streaming": "0.14.4",
"@arethetypeswrong/cli": "0.18.2",
"@babel/cli": "7.28.6",
"@babel/core": "^7.26.10",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,25 +153,25 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client-react-streaming@npm:0.12.3":
version: 0.12.3
resolution: "@apollo/client-react-streaming@npm:0.12.3"
"@apollo/client-react-streaming@npm:0.14.4":
version: 0.14.4
resolution: "@apollo/client-react-streaming@npm:0.14.4"
dependencies:
"@types/react-dom": "npm:^19.0.0"
"@wry/equality": "npm:^0.5.6"
ts-invariant: "npm:^0.10.3"
peerDependencies:
"@apollo/client": ^3.13.0
"@apollo/client": ^4.0.0
graphql: ^16 || >=17.0.0-alpha.2
react: ^19
react-dom: ^19
checksum: 10c0/e3b6ee935ae70f16bda933def469987783a170984163e923590fae214034492b43d36c07d6a17eb7b43588618192a77dd954a3cac281c30ecbcb5390eb8bcff2
rxjs: ^7.3.0
checksum: 10c0/d0c72236c75d6601c3fd75f15f1b5c7ca97d22886089d18074ccf8f224c328b79a01d0ca33d4972360b29b72db81277648ef4d94bb0814c730a8c880fc13725a
languageName: node
linkType: hard

"@apollo/client@npm:3.13.9, @apollo/client@npm:^3.8.0":
version: 3.13.9
resolution: "@apollo/client@npm:3.13.9"
"@apollo/client@npm:3.14.1, @apollo/client@npm:^3.8.0":
version: 3.14.1
resolution: "@apollo/client@npm:3.14.1"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand Down Expand Up @@ -201,7 +201,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/aca33aa1d9971ae0814bd73912c993da83f69d53d9a5e7971e2b8364557821f0447276f507945b80365b1c4a6a541cd3602fa1343dc0d13769bc5a7d81a26461
checksum: 10c0/00d0e0d42ab912dc1b5a5e19cb6dda2a56bb63e2b059b9e784261e59ddf34cd4ea4de0c65a4ac0c964d41cfce9ffd25bc2a2a2b84a3c25d0c5952816b9ca9d13
languageName: node
linkType: hard

Expand Down Expand Up @@ -3850,8 +3850,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cedarjs/web@workspace:packages/web"
dependencies:
"@apollo/client": "npm:3.13.9"
"@apollo/client-react-streaming": "npm:0.12.3"
"@apollo/client": "npm:3.14.1"
"@apollo/client-react-streaming": "npm:0.14.4"
"@arethetypeswrong/cli": "npm:0.18.2"
"@babel/cli": "npm:7.28.6"
"@babel/core": "npm:^7.26.10"
Expand Down
Loading