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.101.0 to 0.103.2 in /modules/web #9400

Closed
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.2",
"@graphql-mesh/cli": "0.93.0",
"@graphql-mesh/openapi": "0.104.0",
"@graphql-mesh/runtime": "0.101.0",
"@graphql-mesh/runtime": "0.103.2",
"@graphql-mesh/transform-replace-field": "0.100.0",
"@types/d3": "7.4.3",
"@types/d3-scale": "4.0.8",
Expand Down
67 changes: 65 additions & 2 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4612,7 +4612,32 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/runtime@npm:0.101.0, @graphql-mesh/runtime@npm:^0.101.0":
"@graphql-mesh/runtime@npm:0.103.2":
version: 0.103.2
resolution: "@graphql-mesh/runtime@npm:0.103.2"
dependencies:
"@envelop/core": ^5.0.0
"@envelop/extended-validation": ^4.0.0
"@envelop/graphql-jit": ^8.0.0
"@graphql-mesh/string-interpolation": ^0.5.6
"@graphql-tools/batch-delegate": ^9.0.3
"@graphql-tools/delegate": ^10.0.19
"@graphql-tools/executor": ^1.3.1
"@graphql-tools/wrap": ^10.0.5
"@whatwg-node/fetch": ^0.9.0
graphql-jit: 0.8.6
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.6
"@graphql-mesh/types": ^0.102.2
"@graphql-mesh/utils": ^0.102.2
"@graphql-tools/utils": ^10.5.3
graphql: "*"
tslib: ^2.4.0
checksum: e412fdddb96322b84e1717f7b45503fa6216051989914751d077c1ef7bb16cffd5935636e850e2697d64c10ec844f97ce10c42248927faf2b4176efe6fcc1298
languageName: node
linkType: hard

"@graphql-mesh/runtime@npm:^0.101.0":
version: 0.101.0
resolution: "@graphql-mesh/runtime@npm:0.101.0"
dependencies:
Expand Down Expand Up @@ -4667,6 +4692,20 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/string-interpolation@npm:^0.5.6":
version: 0.5.6
resolution: "@graphql-mesh/string-interpolation@npm:0.5.6"
dependencies:
dayjs: 1.11.13
json-pointer: 0.6.2
lodash.get: 4.4.2
peerDependencies:
graphql: "*"
tslib: ^2.4.0
checksum: 244ac60416ae48077f9888a3b602e53bf825d2c70b6efb1b06957739a7017a99cdf6b8ec92fac85cf1ea6f9b41c87ae76c563358b4c6352b897564755078ee9f
languageName: node
linkType: hard

"@graphql-mesh/transform-replace-field@npm:0.100.0":
version: 0.100.0
resolution: "@graphql-mesh/transform-replace-field@npm:0.100.0"
Expand Down Expand Up @@ -4854,6 +4893,23 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/delegate@npm:^10.0.19":
version: 10.0.19
resolution: "@graphql-tools/delegate@npm:10.0.19"
dependencies:
"@graphql-tools/batch-execute": ^9.0.4
"@graphql-tools/executor": ^1.3.1
"@graphql-tools/schema": ^10.0.4
"@graphql-tools/utils": ^10.3.4
"@repeaterjs/repeater": ^3.0.6
dataloader: ^2.2.2
tslib: ^2.5.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 5ba2aa45866bc2aa45050758e42a10240758d2409cd3a055d95eef4f4e78019cd50fd57c78b148af0685c835d41b2ed53ad080ce2d84fd9498490b1b9048ece8
languageName: node
linkType: hard

"@graphql-tools/delegate@npm:^10.0.4":
version: 10.0.4
resolution: "@graphql-tools/delegate@npm:10.0.4"
Expand Down Expand Up @@ -9804,6 +9860,13 @@ __metadata:
languageName: node
linkType: hard

"dayjs@npm:1.11.13":
version: 1.11.13
resolution: "dayjs@npm:1.11.13"
checksum: f388db88a6aa93956c1f6121644e783391c7b738b73dbc54485578736565c8931bdfba4bb94e9b1535c6e509c97d5deb918bbe1ae6b34358d994de735055cca9
languageName: node
linkType: hard

"dayjs@npm:^1.10.4":
version: 1.11.10
resolution: "dayjs@npm:1.11.10"
Expand Down Expand Up @@ -14239,7 +14302,7 @@ __metadata:
"@cypress/webpack-preprocessor": 6.0.2
"@graphql-mesh/cli": 0.93.0
"@graphql-mesh/openapi": 0.104.0
"@graphql-mesh/runtime": 0.101.0
"@graphql-mesh/runtime": 0.103.2
"@graphql-mesh/transform-replace-field": 0.100.0
"@swimlane/ngx-charts": 20.5.0
"@types/d3": 7.4.3
Expand Down
Loading