Skip to content

Commit fb5bee8

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

File tree

81 files changed

+377
-194
lines changed

Some content is hidden

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

81 files changed

+377
-194
lines changed

.changeset/five-symbols-pay.md

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

examples/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/auth0": "7.0.0",
1313
"@envelop/core": "5.1.0",
14-
"@graphql-mesh/cli": "0.98.27",
14+
"@graphql-mesh/cli": "0.99.0",
1515
"@graphql-mesh/json-schema": "0.108.22",
1616
"@graphql-mesh/plugin-operation-field-permissions": "0.103.20",
1717
"graphql": "16.10.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.19",
6-
"@graphql-mesh/cli": "0.98.27",
6+
"@graphql-mesh/cli": "0.99.0",
77
"@graphql-mesh/json-schema": "0.108.22",
88
"@graphql-mesh/plugin-response-cache": "0.103.22",
99
"graphql": "16.10.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.27",
9+
"@graphql-mesh/cli": "0.99.0",
1010
"@graphql-mesh/graphql": "0.103.20",
1111
"@types/node": "22.13.5",
1212
"fastify": "5.2.1",

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.27",
6+
"@graphql-mesh/cli": "0.99.0",
77
"@graphql-mesh/supergraph": "0.9.20",
88
"graphql": "16.10.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.27",
6+
"@graphql-mesh/cli": "0.99.0",
77
"@graphql-mesh/graphql": "0.103.20",
88
"@graphql-mesh/transform-federation": "0.103.19",
99
"graphql": "16.10.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.5",
15-
"@graphql-mesh/cli": "0.98.27",
15+
"@graphql-mesh/cli": "0.99.0",
1616
"@graphql-mesh/json-schema": "0.108.22",
1717
"@types/node": "22.13.5",
1818
"graphql": "16.10.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.27",
11+
"@graphql-mesh/cli": "0.99.0",
1212
"@graphql-mesh/graphql": "0.103.20",
1313
"concurrently": "9.1.2",
1414
"graphql": "16.10.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.27",
13+
"@graphql-mesh/cli": "0.99.0",
1414
"@graphql-mesh/grpc": "0.107.10",
15-
"@graphql-mesh/transform-naming-convention": "0.103.22",
15+
"@graphql-mesh/transform-naming-convention": "0.104.0",
1616
"@grpc/grpc-js": "1.12.6",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/grpc-reflection-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.27",
13+
"@graphql-mesh/cli": "0.99.0",
1414
"@graphql-mesh/grpc": "0.107.10",
15-
"@graphql-mesh/transform-naming-convention": "0.103.22",
15+
"@graphql-mesh/transform-naming-convention": "0.104.0",
1616
"@grpc/grpc-js": "1.12.6",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

0 commit comments

Comments
 (0)