Skip to content

Commit f020ec3

Browse files
fix(deps): update dependency graphql-ws to v6
1 parent 1d5ddfd commit f020ec3

File tree

5 files changed

+33
-14
lines changed

5 files changed

+33
-14
lines changed

examples/gnt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nhost/nextjs": "^2.2.3",
1616
"gqty": "workspace:^",
1717
"graphql": "^16.10.0",
18-
"graphql-ws": "^5.16.2",
18+
"graphql-ws": "^6.0.3",
1919
"next": "15.1.7",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"

internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql": "^16.10.0",
4646
"graphql-ez": "^0.16.1",
4747
"graphql-scalars": "^1.24.1",
48-
"graphql-ws": "^5.16.2",
48+
"graphql-ws": "^6.0.3",
4949
"graphql-yoga": "^5.11.0",
5050
"jest": "^29.7.0",
5151
"jest-watch-typeahead": "^2.2.2",

packages/gqty/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
9494
"graphql": "^16.10.0",
9595
"graphql-sse": "^2.5.4",
96-
"graphql-ws": "^5.16.2",
96+
"graphql-ws": "^6.0.3",
9797
"jest": "^30.0.0-alpha.7",
9898
"just-memoize": "^2.2.0",
9999
"p-lazy": "^3.1.0",
@@ -106,7 +106,7 @@
106106
"peerDependencies": {
107107
"graphql": "*",
108108
"graphql-sse": "^2.5.4",
109-
"graphql-ws": "^5.16.2"
109+
"graphql-ws": "^6.0.3"
110110
},
111111
"peerDependenciesMeta": {
112112
"graphql": {

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"gqty": "workspace:^",
110110
"graphql": "^16.10.0",
111111
"graphql-sse": "^2.5.4",
112-
"graphql-ws": "^5.16.2",
112+
"graphql-ws": "^6.0.3",
113113
"jest": "^29.7.0",
114114
"jest-environment-jsdom": "^29.7.0",
115115
"lodash-es": "^4.17.21",
@@ -124,7 +124,7 @@
124124
"gqty": "workspace:^3.4.0",
125125
"graphql": "*",
126126
"graphql-sse": "^2.5.4",
127-
"graphql-ws": "^5.16.2",
127+
"graphql-ws": "^6.0.3",
128128
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
129129
"react-dom": "^18.0.0 || ^19.0.0"
130130
},

pnpm-lock.yaml

Lines changed: 27 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)