Skip to content

Commit

Permalink
fix(deps): update gateway dependencies (#8244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 134f062 commit 80ad347
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 69 deletions.
2 changes: 1 addition & 1 deletion examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^5.4.2"
},
"devDependencies": {
"@graphql-hive/cli": "0.44.5",
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^5.4.2"
},
"devDependencies": {
"@graphql-hive/cli": "0.44.5",
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/hive-example/my-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node --import tsx index.ts"
},
"dependencies": {
"@graphql-hive/cli": "0.44.5",
"@graphql-hive/cli": "0.45.0",
"graphql": "16.10.0",
"graphql-yoga": "5.10.9"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/hive-example/my-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node --import tsx index.ts"
},
"dependencies": {
"@graphql-hive/cli": "0.44.5",
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/compose-cli": "workspace:*",
"@omnigraph/openapi": "workspace:*",
"fets": "0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
},
"resolutions": {
"@changesets/assemble-release-plan": "patch:@changesets/assemble-release-plan@npm%3A5.2.3#~/.yarn/patches/@changesets-assemble-release-plan-npm-5.2.3-296454a28f.patch",
"@whatwg-node/fetch": "0.10.1",
"@whatwg-node/node-fetch": "0.7.5",
"@whatwg-node/fetch": "0.10.3",
"@whatwg-node/node-fetch": "0.7.7",
"@whatwg-node/server": "0.9.65",
"es5-ext": "0.10.64",
"esbuild": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@whatwg-node/fetch": "0.10.1",
"@whatwg-node/fetch": "0.10.3",
"fets": "0.8.4",
"graphql-yoga": "5.10.9",
"json-bigint-patch": "0.0.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/deduplicate-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@whatwg-node/fetch": "0.10.1"
"@whatwg-node/fetch": "0.10.3"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 80ad347

Please sign in to comment.