Skip to content

Commit 54e0d0b

Browse files
fix(deps): update dependency graphql to ^16.11.0 (#2276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d9c6eb commit 54e0d0b

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

examples/gnt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@gqty/react": "workspace:^",
1515
"@nhost/nextjs": "^2.2.9",
1616
"gqty": "workspace:^",
17-
"graphql": "^16.10.0",
17+
"graphql": "^16.11.0",
1818
"graphql-ws": "^5.16.2",
1919
"next": "15.2.4",
2020
"react": "^18.3.1",

examples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"fastify": "^5.4.0",
3131
"framer-motion": "^11.18.2",
3232
"gqty": "workspace:^",
33-
"graphql": "^16.10.0",
33+
"graphql": "^16.11.0",
3434
"graphql-ez": "^0.16.1",
3535
"graphql-upload": "^13.0.0",
3636
"ms": "^2.1.3",

internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cross-env": "^7.0.3",
4343
"fastify": "^5.4.0",
4444
"gqty": "workspace:^",
45-
"graphql": "^16.10.0",
45+
"graphql": "^16.11.0",
4646
"graphql-ez": "^0.16.1",
4747
"graphql-scalars": "^1.24.2",
4848
"graphql-ws": "^5.16.2",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"cross-fetch": "^4.1.0",
8585
"fast-glob": "^3.3.3",
8686
"gqty": "workspace:^",
87-
"graphql": "^16.10.0",
87+
"graphql": "^16.11.0",
8888
"lodash-es": "^4.17.21",
8989
"micromatch": "^4.0.8",
9090
"prettier": "^2.8.8"

packages/gqty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"cross-env": "^7.0.3",
9292
"eslint": "^9.31.0",
9393
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
94-
"graphql": "^16.10.0",
94+
"graphql": "^16.11.0",
9595
"graphql-sse": "^2.5.4",
9696
"graphql-ws": "^5.16.2",
9797
"jest": "^30.0.4",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint": "^9.31.0",
108108
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
109109
"gqty": "workspace:^",
110-
"graphql": "^16.10.0",
110+
"graphql": "^16.11.0",
111111
"graphql-sse": "^2.5.4",
112112
"graphql-ws": "^5.16.2",
113113
"jest": "^29.7.0",

packages/subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/ws": "^8.18.1",
4545
"bob-esbuild-cli": "^4.0.0",
4646
"gqty": "workspace:^",
47-
"graphql": "^16.10.0",
47+
"graphql": "^16.11.0",
4848
"test-utils": "workspace:^",
4949
"typescript": "^5.8.3"
5050
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)