Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-mesh/transform-replace-field (#9349)
Browse files Browse the repository at this point in the history
Bumps [@graphql-mesh/transform-replace-field](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/transforms/replace-field) from 0.99.7 to 0.100.0.
- [Release notes](https://github.com/ardatan/graphql-mesh/releases)
- [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/legacy/transforms/replace-field/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-mesh/commits/@graphql-mesh/transform-replace-field@0.100.0/packages/legacy/transforms/replace-field)

---
updated-dependencies:
- dependency-name: "@graphql-mesh/transform-replace-field"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 2c8ba2a commit 6212dce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@graphql-mesh/cli": "0.92.8",
"@graphql-mesh/openapi": "0.104.0",
"@graphql-mesh/runtime": "0.101.0",
"@graphql-mesh/transform-replace-field": "0.99.7",
"@graphql-mesh/transform-replace-field": "0.100.0",
"@types/d3": "7.4.3",
"@types/d3-scale": "4.0.8",
"@types/file-saver": "2.0.7",
Expand Down
16 changes: 8 additions & 8 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4692,20 +4692,20 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/transform-replace-field@npm:0.99.7":
version: 0.99.7
resolution: "@graphql-mesh/transform-replace-field@npm:0.99.7"
"@graphql-mesh/transform-replace-field@npm:0.100.0":
version: 0.100.0
resolution: "@graphql-mesh/transform-replace-field@npm:0.100.0"
dependencies:
"@graphql-tools/code-file-loader": ^8.0.0
"@graphql-tools/graphql-file-loader": ^8.0.0
"@graphql-tools/load": ^8.0.0
peerDependencies:
"@graphql-mesh/types": ^0.99.7
"@graphql-mesh/utils": ^0.99.7
"@graphql-tools/utils": ^10.2.3
"@graphql-mesh/types": ^0.100.0
"@graphql-mesh/utils": ^0.100.0
"@graphql-tools/utils": ^10.3.4
graphql: "*"
tslib: ^2.4.0
checksum: 30ed6fa2c74419727ba1ce015aa9ec872b8240aff567dc6830c1bd8b4d50b7f491accdba0e50e532d86535b0c9954463801c913786a99f3d1b5ebfbe62a203a3
checksum: 38d5591bff89ca2c95580b552580648b218ab3c7d092b8053d367c8aa5c8cc5f903a0e95ef4129629627c8d19391e1bc861ae486c2cbac9759cb24b484bc2ac0
languageName: node
linkType: hard

Expand Down Expand Up @@ -14296,7 +14296,7 @@ __metadata:
"@graphql-mesh/cli": 0.92.8
"@graphql-mesh/openapi": 0.104.0
"@graphql-mesh/runtime": 0.101.0
"@graphql-mesh/transform-replace-field": 0.99.7
"@graphql-mesh/transform-replace-field": 0.100.0
"@swimlane/ngx-charts": 20.5.0
"@types/d3": 7.4.3
"@types/d3-scale": 4.0.8
Expand Down

0 comments on commit 6212dce

Please sign in to comment.