Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.97.5 to 0.98.2 in /modules/web #8981

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.90.0",
"@graphql-mesh/openapi": "0.99.6",
"@graphql-mesh/runtime": "0.98.8",
"@graphql-mesh/transform-replace-field": "0.97.5",
"@graphql-mesh/transform-replace-field": "0.98.2",
"@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 @@ -4205,20 +4205,20 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/transform-replace-field@npm:0.97.5":
version: 0.97.5
resolution: "@graphql-mesh/transform-replace-field@npm:0.97.5"
"@graphql-mesh/transform-replace-field@npm:0.98.2":
version: 0.98.2
resolution: "@graphql-mesh/transform-replace-field@npm:0.98.2"
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.97.5
"@graphql-mesh/utils": ^0.97.5
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
"@graphql-mesh/types": ^0.98.2
"@graphql-mesh/utils": ^0.98.2
"@graphql-tools/utils": ^10.2.0
graphql: "*"
tslib: ^2.4.0
checksum: f62adffc98cafd0ca8b5f68c23f6ed350b15f7c5eca9749ac13573a64ff98f8ab536bae20fca57efa0d879ee382671425b36d80d6c4c384cbaf67f2aa9b1a86a
checksum: 00eb24eceb779524104812209a40f853423a23f5836941df98255fd9b0fb67315b65538b7fb1dc4fbbdaeac22f9d2afd68ceb69d390bee6c308191551336a73b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13399,7 +13399,7 @@ __metadata:
"@graphql-mesh/cli": 0.90.0
"@graphql-mesh/openapi": 0.99.6
"@graphql-mesh/runtime": 0.98.8
"@graphql-mesh/transform-replace-field": 0.97.5
"@graphql-mesh/transform-replace-field": 0.98.2
"@swimlane/ngx-charts": 20.5.0
"@types/d3": 7.4.3
"@types/d3-scale": 4.0.8
Expand Down
Loading