Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @graphql-yoga/plugin-defer-stream to v3.3.1 #10638

Merged
merged 1 commit into from
May 17, 2024
Merged
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 packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@envelop/live-query": "7.0.0",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/utils": "10.1.2",
"@graphql-yoga/plugin-defer-stream": "3.2.0",
"@graphql-yoga/plugin-defer-stream": "3.3.1",
"@graphql-yoga/plugin-graphql-sse": "3.2.0",
"@graphql-yoga/redis-event-target": "3.0.0",
"@graphql-yoga/subscription": "5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4729,15 +4729,15 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/plugin-defer-stream@npm:3.2.0":
version: 3.2.0
resolution: "@graphql-yoga/plugin-defer-stream@npm:3.2.0"
"@graphql-yoga/plugin-defer-stream@npm:3.3.1":
version: 3.3.1
resolution: "@graphql-yoga/plugin-defer-stream@npm:3.3.1"
dependencies:
"@graphql-tools/utils": "npm:^10.0.0"
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
graphql-yoga: ^5.2.0
checksum: 10c0/2d8b5bac1be5f9d9c61cce017b8801d69f69938a1226b121371ab9ce2bd2f54a502ab2222e82301a5036e9a5032c77aced014012759b79bfc868180766c95c11
graphql-yoga: ^5.3.1
checksum: 10c0/5eef3e8b711403c849dededd705001cd6f92508f502b770e1898fc99f3cfc9336af4badfaa7df12bf157241dbc8cf78dfbecd4055b2ea414c8c3eced5228ae26
languageName: node
linkType: hard

Expand Down Expand Up @@ -8790,7 +8790,7 @@ __metadata:
"@envelop/types": "npm:5.0.0"
"@graphql-tools/schema": "npm:10.0.3"
"@graphql-tools/utils": "npm:10.1.2"
"@graphql-yoga/plugin-defer-stream": "npm:3.2.0"
"@graphql-yoga/plugin-defer-stream": "npm:3.3.1"
"@graphql-yoga/plugin-graphql-sse": "npm:3.2.0"
"@graphql-yoga/redis-event-target": "npm:3.0.0"
"@graphql-yoga/subscription": "npm:5.0.0"
Expand Down
Loading