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/runtime from 0.99.3 to 0.99.5 in /modules/web #9023

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 @@ -95,7 +95,7 @@
"@cypress/webpack-preprocessor": "6.0.1",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/openapi": "0.100.8",
"@graphql-mesh/runtime": "0.99.3",
"@graphql-mesh/runtime": "0.99.5",
"@graphql-mesh/transform-replace-field": "0.98.4",
"@types/d3": "7.4.3",
"@types/d3-scale": "4.0.8",
Expand Down
45 changes: 2 additions & 43 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4231,32 +4231,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/runtime@npm:0.99.3":
version: 0.99.3
resolution: "@graphql-mesh/runtime@npm:0.99.3"
dependencies:
"@envelop/core": ^5.0.0
"@envelop/extended-validation": ^4.0.0
"@envelop/graphql-jit": ^8.0.0
"@graphql-mesh/string-interpolation": ^0.5.4
"@graphql-tools/batch-delegate": ^9.0.2
"@graphql-tools/delegate": ^10.0.7
"@graphql-tools/executor": ^1.2.0
"@graphql-tools/wrap": ^10.0.5
"@whatwg-node/fetch": ^0.9.0
graphql-jit: 0.8.2
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.2
"@graphql-mesh/types": ^0.98.3
"@graphql-mesh/utils": ^0.98.3
"@graphql-tools/utils": ^10.2.0
graphql: "*"
tslib: ^2.4.0
checksum: 2d2c6f54eff7fc86e4d912ede5a6ed434127b4ce41ef47137fbcd49b8eb0f70d42b9b1e020a1887672d91bb0c54b031dc44da0986d2b61a6888922bdc76fedd7
languageName: node
linkType: hard

"@graphql-mesh/runtime@npm:^0.99.5":
"@graphql-mesh/runtime@npm:0.99.5, @graphql-mesh/runtime@npm:^0.99.5":
version: 0.99.5
resolution: "@graphql-mesh/runtime@npm:0.99.5"
dependencies:
Expand Down Expand Up @@ -4494,22 +4469,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/delegate@npm:^10.0.7":
version: 10.0.7
resolution: "@graphql-tools/delegate@npm:10.0.7"
dependencies:
"@graphql-tools/batch-execute": ^9.0.4
"@graphql-tools/executor": ^1.2.1
"@graphql-tools/schema": ^10.0.3
"@graphql-tools/utils": ^10.0.13
dataloader: ^2.2.2
tslib: ^2.5.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: b262aa5f524b142c95d862089481aa356306d97f9692e350c04f76229fbabdfb5a59ab8cab2bdffae00de01d621d3125fc6d32fbac4336826bbb9381c6338d57
languageName: node
linkType: hard

"@graphql-tools/executor@npm:^1.2.0, @graphql-tools/executor@npm:^1.2.1":
version: 1.2.2
resolution: "@graphql-tools/executor@npm:1.2.2"
Expand Down Expand Up @@ -13606,7 +13565,7 @@ __metadata:
"@cypress/webpack-preprocessor": 6.0.1
"@graphql-mesh/cli": 0.90.5
"@graphql-mesh/openapi": 0.100.8
"@graphql-mesh/runtime": 0.99.3
"@graphql-mesh/runtime": 0.99.5
"@graphql-mesh/transform-replace-field": 0.98.4
"@swimlane/ngx-charts": 20.5.0
"@types/d3": 7.4.3
Expand Down
Loading