Skip to content

Commit

Permalink
fix(deps): update dependency graphql-ws to ^5.16.2 (#2075)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 943dbc8 commit 077b70d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nhost/nextjs": "^2.1.18",
"gqty": "workspace:^",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0",
"graphql-ws": "^5.16.2",
"next": "14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"graphql": "^16.9.0",
"graphql-ez": "^0.16.1",
"graphql-scalars": "^1.23.0",
"graphql-ws": "^5.16.0",
"graphql-ws": "^5.16.2",
"graphql-yoga": "^5.6.3",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"graphql": "^16.9.0",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.0",
"graphql-ws": "^5.16.2",
"jest": "^30.0.0-alpha.7",
"just-memoize": "^2.2.0",
"open-cli": "^8.0.0",
Expand All @@ -111,7 +111,7 @@
"peerDependencies": {
"graphql": "*",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.0"
"graphql-ws": "^5.16.2"
},
"peerDependenciesMeta": {
"graphql": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"gqty": "workspace:^",
"graphql": "^16.9.0",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.0",
"graphql-ws": "^5.16.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash-es": "^4.17.21",
Expand All @@ -124,7 +124,7 @@
"gqty": "workspace:^",
"graphql": "*",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.0",
"graphql-ws": "^5.16.2",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 077b70d

Please sign in to comment.