Skip to content

Commit 7618c15

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

File tree

97 files changed

+506
-317
lines changed

Some content is hidden

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

97 files changed

+506
-317
lines changed

.changeset/@graphql-mesh_cli-8988-dependencies.md

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

.changeset/@graphql-mesh_store-8954-dependencies.md

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

.changeset/@graphql-mesh_store-8977-dependencies.md

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

examples/auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@envelop/auth0": "^9.0.0",
1313
"@envelop/core": "^5.3.2",
14-
"@graphql-mesh/cli": "0.100.18",
15-
"@graphql-mesh/json-schema": "0.109.17",
14+
"@graphql-mesh/cli": "0.100.19",
15+
"@graphql-mesh/json-schema": "0.109.18",
1616
"@graphql-mesh/plugin-operation-field-permissions": "0.104.17",
1717
"graphql": "16.12.0"
1818
},

examples/cloudflare-workers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"dependencies": {
55
"@graphql-mesh/cache-cfw-kv": "0.105.16",
6-
"@graphql-mesh/cli": "0.100.18",
7-
"@graphql-mesh/json-schema": "0.109.17",
6+
"@graphql-mesh/cli": "0.100.19",
7+
"@graphql-mesh/json-schema": "0.109.18",
88
"@graphql-mesh/plugin-response-cache": "0.104.18",
99
"graphql": "16.12.0"
1010
},

examples/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "ts-node-dev src/index.ts"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.100.18",
10-
"@graphql-mesh/graphql": "0.104.16",
9+
"@graphql-mesh/cli": "0.100.19",
10+
"@graphql-mesh/graphql": "0.104.17",
1111
"@types/node": "^24.4.0",
1212
"fastify": "5.6.2",
1313
"graphql": "16.12.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.100.18",
7-
"@graphql-mesh/supergraph": "0.10.16",
6+
"@graphql-mesh/cli": "0.100.19",
7+
"@graphql-mesh/supergraph": "0.10.17",
88
"graphql": "16.12.0"
99
}
1010
}

examples/federation-example/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.100.18",
7-
"@graphql-mesh/graphql": "0.104.16",
6+
"@graphql-mesh/cli": "0.100.19",
7+
"@graphql-mesh/graphql": "0.104.17",
88
"@graphql-mesh/transform-federation": "0.104.16",
99
"graphql": "16.12.0"
1010
}

examples/gcp-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@google-cloud/functions-framework": "4.0.0",
15-
"@graphql-mesh/cli": "0.100.18",
16-
"@graphql-mesh/json-schema": "0.109.17",
15+
"@graphql-mesh/cli": "0.100.19",
16+
"@graphql-mesh/json-schema": "0.109.18",
1717
"@types/node": "^24.4.0",
1818
"graphql": "16.12.0",
1919
"typescript": "^5.4.2"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.100.18",
12-
"@graphql-mesh/graphql": "0.104.16",
11+
"@graphql-mesh/cli": "0.100.19",
12+
"@graphql-mesh/graphql": "0.104.17",
1313
"concurrently": "9.2.1",
1414
"graphql": "16.12.0",
1515
"graphql-yoga": "^5.13.4",

0 commit comments

Comments
 (0)