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): update dependency @graphql-tools/schema to v10.0.21 #2938

Merged
merged 1 commit into from
Mar 4, 2025
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@graphql-codegen/typescript-operations": "4.5.1",
"@graphql-codegen/typescript-resolvers": "4.4.4",
"@graphql-eslint/eslint-plugin": "^4.0.0",
"@graphql-tools/schema": "10.0.20",
"@graphql-tools/schema": "10.0.21",
"@octokit/types": "13.8.0",
"@storybook/addon-essentials": "8.5.8",
"@storybook/addon-themes": "8.5.8",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3995,15 +3995,15 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/merge@npm:^9.0.21":
version: 9.0.21
resolution: "@graphql-tools/merge@npm:9.0.21"
"@graphql-tools/merge@npm:^9.0.22":
version: 9.0.22
resolution: "@graphql-tools/merge@npm:9.0.22"
dependencies:
"@graphql-tools/utils": "npm:^10.8.3"
"@graphql-tools/utils": "npm:^10.8.4"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/35bbaea2bbc9e86a631019397e3ca1f53705e2fb608c688aed1d162426de826192b74fc7a8f90d95aa91e2d2bef12ded88674c91d5f42a26b6eb9f516c07fbd6
checksum: 10c0/1c196f33549bd17a420fabe59710ecd5c59edf6879a076ccfe874403063b2b2f1acb394115ff61310357bc0f476ce8400b04788f2ed89ce49a37766f1cb85b04
languageName: node
linkType: hard

Expand Down Expand Up @@ -4059,16 +4059,16 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/schema@npm:10.0.20":
version: 10.0.20
resolution: "@graphql-tools/schema@npm:10.0.20"
"@graphql-tools/schema@npm:10.0.21":
version: 10.0.21
resolution: "@graphql-tools/schema@npm:10.0.21"
dependencies:
"@graphql-tools/merge": "npm:^9.0.21"
"@graphql-tools/utils": "npm:^10.8.3"
"@graphql-tools/merge": "npm:^9.0.22"
"@graphql-tools/utils": "npm:^10.8.4"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/69911f6fa6601307a6a33a2d949d5bf029026667e0aec105b5cc7be5fde760dbc9c969cf41cfee955100f64f70cc1f527556f2de47e3a2a1d065dc5d11f7c2f9
checksum: 10c0/2a98d3e751a5f77f95b8622676be477e2aab1521421692a3e3d6fec73c7d00af84b2abeb21712bc745112c4b6e3cddfd1104bb2453869b4150b667fed84e71e9
languageName: node
linkType: hard

Expand Down Expand Up @@ -4163,9 +4163,9 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:^10.8.3":
version: 10.8.3
resolution: "@graphql-tools/utils@npm:10.8.3"
"@graphql-tools/utils@npm:^10.8.4":
version: 10.8.4
resolution: "@graphql-tools/utils@npm:10.8.4"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@whatwg-node/promise-helpers": "npm:^1.0.0"
Expand All @@ -4174,7 +4174,7 @@ __metadata:
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/0a3b67e3984adae28955be018ee54c919ba6be5aff88365b26103cb7f7a98bdbc2213289234224fcc094b9f30a85bacc70151d2d9d16318a127877bbe6b57a76
checksum: 10c0/c9bd473b79a6029194934965284df0c752cd44d607c65ebcfc20a2cacb9351859e97bab759faac1282db72e31ea6a7a87b0007671064bf3cbc89d907510e503a
languageName: node
linkType: hard

Expand Down Expand Up @@ -10047,7 +10047,7 @@ __metadata:
"@graphql-codegen/typescript-operations": "npm:4.5.1"
"@graphql-codegen/typescript-resolvers": "npm:4.4.4"
"@graphql-eslint/eslint-plugin": "npm:^4.0.0"
"@graphql-tools/schema": "npm:10.0.20"
"@graphql-tools/schema": "npm:10.0.21"
"@next/mdx": "npm:14.2.24"
"@octokit/graphql-schema": "npm:15.26.0"
"@octokit/rest": "npm:21.1.1"
Expand Down
Loading