Skip to content

Commit

Permalink
chore(deps): update graphql-tools (#895)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 9626a8f commit 5d65c9f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphql-codegen/core": "2.6.3",
"@graphql-codegen/testing": "1.18.0",
"@graphql-codegen/typescript-operations": "2.5.6",
"@graphql-tools/schema": "10.0.7",
"@graphql-tools/schema": "10.0.8",
"cross-fetch": "3.1.8",
"react": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0",
"@graphql-tools/schema": "10.0.7",
"@graphql-tools/schema": "10.0.8",
"graphql-request": "6.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/jit-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tslib": "~2.6.0"
},
"devDependencies": {
"@graphql-tools/utils": "10.5.5",
"@graphql-tools/utils": "10.5.6",
"graphql-jit": "0.8.7"
},
"publishConfig": {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1669,12 +1669,12 @@
"@graphql-tools/utils" "8.13.1"
tslib "^2.4.0"

"@graphql-tools/merge@^9.0.8":
version "9.0.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.8.tgz#9db38170bfbeba3c5bfbb277d6cb5d5991119ff1"
integrity sha512-RG9NEp4fi0MoFi0te4ahqTMYuavQnXlpEZxxMomdCa6CI5tfekcVm/rsLF5Zt8O4HY+esDt9+4dCL+aOKvG79w==
"@graphql-tools/merge@^9.0.9":
version "9.0.9"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.9.tgz#5611b24abcf2251aeaa3010c0b8f01de17ac7732"
integrity sha512-w9yaU7UMRQvtkTYZHo+c7cS7LO7rqc2H6g3k0aUs8VE9YlFYG1bYdxvEPM5bloaoVqr5TmbqIZqzl1CHeJKilQ==
dependencies:
"@graphql-tools/utils" "^10.5.5"
"@graphql-tools/utils" "^10.5.6"
tslib "^2.4.0"

"@graphql-tools/optimize@^1.3.0":
Expand Down Expand Up @@ -1734,13 +1734,13 @@
"@graphql-tools/utils" "^10.0.13"
tslib "^2.4.0"

"@graphql-tools/[email protected].7":
version "10.0.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.7.tgz#b90282f2446d160197282d4a90297a5f842dfb3f"
integrity sha512-Cz1o+rf9cd3uMgG+zI9HlM5mPlnHQUlk/UQRZyUlPDfT+944taLaokjvj7AI6GcOFVf4f2D11XthQp+0GY31jQ==
"@graphql-tools/[email protected].8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.8.tgz#2a1dcc10981eb24b21eb8343dd8ce3cda626ca72"
integrity sha512-jkCSq+DdT6Rf/MN3oVz250AMFWZO0E5kh0C2K+kJfS80iBW7/7kLjiSbKz+WD9UBtsJPW2zyzKYC4ylU4jmnLw==
dependencies:
"@graphql-tools/merge" "^9.0.8"
"@graphql-tools/utils" "^10.5.5"
"@graphql-tools/merge" "^9.0.9"
"@graphql-tools/utils" "^10.5.6"
tslib "^2.4.0"
value-or-promise "^1.0.12"

Expand Down Expand Up @@ -1784,10 +1784,10 @@
value-or-promise "^1.0.11"
ws "^8.3.0"

"@graphql-tools/[email protected].5", "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.5.5":
version "10.5.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.5.tgz#1c299ec0bd99528961b296ca4313810768c23f27"
integrity sha512-LF/UDWmMT0mnobL2UZETwYghV7HYBzNaGj0SAkCYOMy/C3+6sQdbcTksnoFaKR9XIVD78jNXEGfivbB8Zd+cwA==
"@graphql-tools/[email protected].6", "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.5.6":
version "10.5.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.6.tgz#d457591489013adbc19d2988cfe05f0875c9f0fe"
integrity sha512-JAC44rhbLzXUHiltceyEpWkxmX4e45Dfg19wRFoA9EbDxQVbOzVNF76eEECdg0J1owFsJwfLqCwz7/6xzrovOw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit 5d65c9f

Please sign in to comment.