Skip to content

Commit

Permalink
chore(deps): update dependency graphql-sse to v2 (#4919)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: enisdenjo <[email protected]>
  • Loading branch information
renovate[bot] and enisdenjo authored Dec 27, 2022
1 parent 88f0114 commit 30dcc7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"babel-loader": "9.1.0",
"express": "4.18.2",
"graphql-upload": "16.0.2",
"graphql-sse": "1.3.2",
"graphql-sse": "2.0.0",
"graphql-yoga": "3.1.2",
"@graphql-yoga/plugin-defer-stream": "1.1.2",
"puppeteer": "19.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/tests/url-loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SubscriptionProtocol, UrlLoader } from '../src/index.js';
import { ExecutionResult, printSchemaWithDirectives } from '@graphql-tools/utils';
import { parse, print, introspectionFromSchema, getIntrospectionQuery, getOperationAST } from 'graphql';
import { useServer } from 'graphql-ws/lib/use/ws';
import { createHandler } from 'graphql-sse';
import { createHandler } from 'graphql-sse/lib/use/http';
import { Server as WSServer } from 'ws';
import http from 'http';
import { SubscriptionServer } from 'subscriptions-transport-ws';
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6872,10 +6872,10 @@ [email protected]:
dependencies:
tslib "~2.4.0"

graphql-sse@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/graphql-sse/-/graphql-sse-1.3.2.tgz#9aff5e70997cfdb80316e8f8243ac0a9b17d7e07"
integrity sha512-Pai+YPHU09FOLBfKqQNRbkNP6UHn6LJEKPvQegCqgHi2hrXlzKsoRW1Yx7u/8s7YWWYaWQ5q4ZA9MeQuyrJ1Jw==
graphql-sse@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/graphql-sse/-/graphql-sse-2.0.0.tgz#a45080b75a6a410d0cdf9dd7ee973b8f93e376bd"
integrity sha512-TTdFwxGM9RY68s22XWyhc+SyQn3PLbELDD2So0K6Cc6EIlBAyPuNV8VlPfNKa/la7gEf2SwHY7JoJplOmOY4LA==

[email protected]:
version "2.0.0"
Expand Down

0 comments on commit 30dcc7b

Please sign in to comment.