Skip to content

Commit c0fd4ad

Browse files
chore(release): update monorepo packages versions (#8131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 354cdbd commit c0fd4ad

File tree

83 files changed

+255
-197
lines changed

Some content is hidden

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

83 files changed

+255
-197
lines changed

.changeset/shaggy-poets-bow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/two-adults-vanish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/auth0": "6.0.0",
13-
"@graphql-mesh/cli": "0.98.9",
13+
"@graphql-mesh/cli": "0.98.10",
1414
"@graphql-mesh/json-schema": "0.108.8",
1515
"@graphql-mesh/plugin-operation-field-permissions": "0.103.8",
1616
"graphql": "16.9.0"

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@graphql-mesh/cache-cfw-kv": "0.104.8",
6-
"@graphql-mesh/cli": "0.98.9",
6+
"@graphql-mesh/cli": "0.98.10",
77
"@graphql-mesh/json-schema": "0.108.8",
88
"@graphql-mesh/plugin-response-cache": "0.103.8",
99
"graphql": "16.9.0"

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ts-node-dev src/index.ts"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.9",
9+
"@graphql-mesh/cli": "0.98.10",
1010
"@graphql-mesh/graphql": "0.103.9",
1111
"fastify": "5.1.0",
1212
"graphql": "16.9.0",

examples/federation-example/gateway-supergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.98.9",
6+
"@graphql-mesh/cli": "0.98.10",
77
"@graphql-mesh/supergraph": "0.9.9",
88
"graphql": "16.9.0"
99
}

examples/federation-example/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.98.9",
6+
"@graphql-mesh/cli": "0.98.10",
77
"@graphql-mesh/graphql": "0.103.9",
88
"@graphql-mesh/transform-federation": "0.103.8",
99
"graphql": "16.9.0"

examples/gcp-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@google-cloud/functions-framework": "3.4.2",
15-
"@graphql-mesh/cli": "0.98.9",
15+
"@graphql-mesh/cli": "0.98.10",
1616
"@graphql-mesh/json-schema": "0.108.8",
1717
"@types/node": "22.10.2",
1818
"graphql": "16.9.0",

examples/graphql-file-upload-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.98.9",
11+
"@graphql-mesh/cli": "0.98.10",
1212
"@graphql-mesh/graphql": "0.103.9",
1313
"concurrently": "9.1.0",
1414
"graphql": "16.9.0",

examples/grpc-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.98.9",
13+
"@graphql-mesh/cli": "0.98.10",
1414
"@graphql-mesh/grpc": "0.106.8",
15-
"@graphql-mesh/transform-naming-convention": "0.103.9",
15+
"@graphql-mesh/transform-naming-convention": "0.103.10",
1616
"@grpc/grpc-js": "1.12.4",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

0 commit comments

Comments
 (0)