Skip to content

Commit

Permalink
Update dependency @graphql-mesh/supergraph to v0.3.0 (#422)
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 Mar 23, 2024
1 parent 1663c1d commit 26083d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion federation-v1/gateways/mesh-supergraph-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@types/node": "^20.4.5",
"graphql": "^16.7.1",
"@graphql-mesh/supergraph": "^0.2.0",
"@graphql-mesh/supergraph": "^0.3.0",
"@graphql-mesh/runtime": "^0.98.0",
"@graphql-mesh/utils": "^0.97.0",
"@graphql-mesh/cross-helpers": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion federation-v1/gateways/mesh-supergraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"graphql": "16.8.1",
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/supergraph": "0.2.4"
"@graphql-mesh/supergraph": "0.3.0"
}
}

8 changes: 4 additions & 4 deletions federation-v1/gateways/mesh-supergraph/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -829,10 +829,10 @@
json-pointer "0.6.2"
lodash.get "4.4.2"

"@graphql-mesh/supergraph@0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@graphql-mesh/supergraph/-/supergraph-0.2.4.tgz#ff8567511894b2f7c5b5795422cb72f259721d8e"
integrity sha512-Mmj1nthRcn9lWhrNbI+qhhPmLOY2gHEr4SwaOdQuOzwvKlWAG4VgqU+S1XICJx+pj0ZkfoHuqrV9AF5Ec7Awrg==
"@graphql-mesh/supergraph@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/supergraph/-/supergraph-0.3.0.tgz#9f642b5271b9737064e2757513111ccb79961b19"
integrity sha512-ikl42oL/kBpL/rFhFnslOPtNnOLwZhTWOeKMV4eFSUThiss8Gl3xmAbVdvOME+pjRWtn58dpC7O4Cx5ktj4Brw==
dependencies:
"@graphql-mesh/string-interpolation" "^0.5.3"
"@graphql-tools/executor-http" "^1.0.2"
Expand Down

0 comments on commit 26083d3

Please sign in to comment.