Skip to content

Commit e1ce42c

Browse files
fix(deps): update dependency graphql to v16.10.0
1 parent 26137e7 commit e1ce42c

File tree

50 files changed

+527
-527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+527
-527
lines changed

examples/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.21",
14-
"graphql": "16.8.1",
14+
"graphql": "16.10.0",
1515
"graphql-helix": "1.13.0"
1616
},
1717
"devDependencies": {

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.21",
14-
"graphql": "16.8.1",
14+
"graphql": "16.10.0",
1515
"graphql-helix": "1.13.0",
1616
"tslib": "2.8.1",
1717
"worktop": "0.7.3"

examples/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-tools/schema": "10.0.21",
1414
"express": "4.21.2",
1515
"express-graphql": "0.12.0",
16-
"graphql": "16.8.1",
16+
"graphql": "16.10.0",
1717
"tslib": "2.8.1"
1818
},
1919
"devDependencies": {

examples/google-cloud-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphql-tools/schema": "10.0.21",
1919
"firebase-admin": "13.2.0",
2020
"firebase-functions": "6.3.2",
21-
"graphql": "16.8.1",
21+
"graphql": "16.10.0",
2222
"graphql-helix": "1.13.0"
2323
},
2424
"devDependencies": {

examples/graphql-helix-auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@envelop/core": "workspace:^",
1414
"@graphql-tools/schema": "10.0.21",
1515
"fastify": "5.2.1",
16-
"graphql": "16.8.1",
16+
"graphql": "16.10.0",
1717
"graphql-helix": "1.13.0"
1818
},
1919
"devDependencies": {

examples/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.21",
1414
"fastify": "5.2.1",
15-
"graphql": "16.8.1",
15+
"graphql": "16.10.0",
1616
"graphql-helix": "1.13.0"
1717
},
1818
"devDependencies": {

examples/graphql-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.21",
14-
"graphql": "16.8.1",
14+
"graphql": "16.10.0",
1515
"graphql-http": "^1.18.0"
1616
},
1717
"devDependencies": {

examples/graphql-socket.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-tools/schema": "10.0.21",
1515
"@n1ru4l/socket-io-graphql-client": "0.13.0",
1616
"@n1ru4l/socket-io-graphql-server": "0.13.0",
17-
"graphql": "16.8.1",
17+
"graphql": "16.10.0",
1818
"graphql-ws": "^6.0.0",
1919
"socket.io": "4.8.1",
2020
"socket.io-client": "4.8.1",

examples/graphql-sse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.21",
14-
"graphql": "16.8.1",
14+
"graphql": "16.10.0",
1515
"graphql-sse": "^2.0.0"
1616
},
1717
"devDependencies": {

examples/graphql-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.21",
14-
"graphql": "16.8.1",
14+
"graphql": "16.10.0",
1515
"graphql-ws": "^6.0.0",
1616
"ws": "8.18.1"
1717
},

0 commit comments

Comments
 (0)