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/subscription to v5 #9912

Merged
merged 1 commit into from
Jan 28, 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 @@ -30,7 +30,7 @@
"@graphql-yoga/plugin-defer-stream": "2.0.5",
"@graphql-yoga/plugin-graphql-sse": "2.0.5",
"@graphql-yoga/redis-event-target": "2.0.0",
"@graphql-yoga/subscription": "4.0.0",
"@graphql-yoga/subscription": "5.0.0",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"graphql": "16.8.1",
Expand Down
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4735,19 +4735,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/subscription@npm:4.0.0":
version: 4.0.0
resolution: "@graphql-yoga/subscription@npm:4.0.0"
dependencies:
"@graphql-yoga/typed-event-target": "npm:^2.0.0"
"@repeaterjs/repeater": "npm:^3.0.4"
"@whatwg-node/events": "npm:^0.1.0"
tslib: "npm:^2.5.2"
checksum: 2fb1c8e8b46b00b4bfaa214cc5efb309e4f1ae156b7116b32c61b28238bf99c852630cf287ebb0ec9bcda1070e88aa5693f59e2bdd9666db2cc5e7f54067bb14
languageName: node
linkType: hard

"@graphql-yoga/subscription@npm:^5.0.0":
"@graphql-yoga/subscription@npm:5.0.0, @graphql-yoga/subscription@npm:^5.0.0":
version: 5.0.0
resolution: "@graphql-yoga/subscription@npm:5.0.0"
dependencies:
Expand Down Expand Up @@ -8657,7 +8645,7 @@ __metadata:
"@graphql-yoga/plugin-defer-stream": "npm:2.0.5"
"@graphql-yoga/plugin-graphql-sse": "npm:2.0.5"
"@graphql-yoga/redis-event-target": "npm:2.0.0"
"@graphql-yoga/subscription": "npm:4.0.0"
"@graphql-yoga/subscription": "npm:5.0.0"
"@n1ru4l/graphql-live-query": "npm:0.10.0"
"@n1ru4l/in-memory-live-query-store": "npm:0.10.0"
graphql: "npm:16.8.1"
Expand Down
Loading