Skip to content

Commit c98b531

Browse files
fix(deps): update gateway dependencies (#8965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d66186 commit c98b531

File tree

5 files changed

+229
-249
lines changed

5 files changed

+229
-249
lines changed

examples/hive-example/sources/authors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^5.4.2"
1414
},
1515
"devDependencies": {
16-
"@graphql-hive/cli": "0.53.0",
16+
"@graphql-hive/cli": "0.53.1",
1717
"@graphql-mesh/cli": "0.100.18",
1818
"@graphql-mesh/openapi": "0.109.23",
1919
"@types/node": "^24.4.0",

examples/hive-example/sources/books/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^5.4.2"
1414
},
1515
"devDependencies": {
16-
"@graphql-hive/cli": "0.53.0",
16+
"@graphql-hive/cli": "0.53.1",
1717
"@graphql-mesh/cli": "0.100.18",
1818
"@graphql-mesh/openapi": "0.109.23",
1919
"@types/node": "^24.4.0",

examples/v1-next/hive-example/my-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node --import tsx index.ts"
77
},
88
"dependencies": {
9-
"@graphql-hive/cli": "0.53.0",
9+
"@graphql-hive/cli": "0.53.1",
1010
"graphql": "16.12.0",
1111
"graphql-yoga": "^5.13.4"
1212
}

examples/v1-next/hive-example/my-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node --import tsx index.ts"
88
},
99
"dependencies": {
10-
"@graphql-hive/cli": "0.53.0",
10+
"@graphql-hive/cli": "0.53.1",
1111
"@graphql-mesh/compose-cli": "workspace:*",
1212
"@omnigraph/openapi": "workspace:*",
1313
"fets": "0.8.5",

0 commit comments

Comments
 (0)