generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update graphqlcodegenerator monorepo to v2.1.1 (#30)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
d483228
commit 60d0d98
Showing
2 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -795,14 +795,14 @@ | |
"@graphql-tools/utils" "^8.1.1" | ||
tslib "~2.3.0" | ||
|
||
"@graphql-codegen/[email protected].0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/import-types-preset/-/import-types-preset-2.1.0.tgz#a9b237bae87550c81346ee100c7a3c71c30833dc" | ||
integrity sha512-d0EuK5K/dTKuvgqbhpo9cqx4QyUw4JK5JdhBjBUx1JnTViynmsfcLlftjRlQoEpj+9M3GKFu0dqUXZEuE6fkoQ== | ||
"@graphql-codegen/[email protected].1": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/import-types-preset/-/import-types-preset-2.1.1.tgz#9ce2a3bef9ffcba744659f3925eadfc010f32982" | ||
integrity sha512-wS0JbuoR2fYjESCMONk8yWne7c77rpeSKpK/SwIl27K/nwHAhyBxaD2Wisy9w2lYNmTjcDFbxaBK+1B0dPQsRA== | ||
dependencies: | ||
"@graphql-codegen/add" "^3.1.0" | ||
"@graphql-codegen/plugin-helpers" "^2.1.0" | ||
"@graphql-codegen/visitor-plugin-common" "2.1.0" | ||
"@graphql-codegen/visitor-plugin-common" "2.1.1" | ||
tslib "~2.3.0" | ||
|
||
"@graphql-codegen/plugin-helpers@^2.1.0": | ||
|
@@ -817,31 +817,31 @@ | |
lodash "~4.17.0" | ||
tslib "~2.3.0" | ||
|
||
"@graphql-codegen/[email protected].0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.1.0.tgz#c7e50de7470d673216484b1bd7fe282535ea5479" | ||
integrity sha512-IR17AOYx1WXQv4Vd3lw8tfX4fHXOvsBoOSxIy2U72UZptxUg2IstwpIvLqpjWGbxr+NEjeeKAPX7Hezs0BlBKw== | ||
"@graphql-codegen/[email protected].1": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.1.1.tgz#d1929006eee8046c3f75f1e446dedf6b60edd78f" | ||
integrity sha512-5ysw8dILZ8+tlQtJpY7/fles2t+dWBVtbBE5DdBjQ8u9gFHp5EtHkHAFaO08UAEuf6IW5DkHzr/4FeIXpswlKg== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^2.1.0" | ||
"@graphql-codegen/typescript" "^2.1.0" | ||
"@graphql-codegen/visitor-plugin-common" "2.1.0" | ||
"@graphql-codegen/typescript" "^2.1.1" | ||
"@graphql-codegen/visitor-plugin-common" "2.1.1" | ||
auto-bind "~4.0.0" | ||
tslib "~2.3.0" | ||
|
||
"@graphql-codegen/[email protected].0", "@graphql-codegen/typescript@^2.1.0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.1.0.tgz#f27f405f8c5e2cd83459301d2bc5cf4cf6a027e9" | ||
integrity sha512-49IGbAd6HG8y0fVkm3QdS8fUykvylxdaJFdEwofFI4a7MnT9BozUHLi4HyYjmZavqeVp7lqOLVLiqShgHR4IcQ== | ||
"@graphql-codegen/[email protected].1", "@graphql-codegen/typescript@^2.1.1": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.1.1.tgz#b818826eac64a3153cc8d6cbd849a8a39fd0da60" | ||
integrity sha512-FDTuFIvuP0wbwuEUfMw7PiNVE4qJkjpiAccaZTEm6A69Wcumt774qaHMQC2vIg2t5xi1t69n8lbIggdtgf6Xtw== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^2.1.0" | ||
"@graphql-codegen/visitor-plugin-common" "2.1.0" | ||
"@graphql-codegen/visitor-plugin-common" "2.1.1" | ||
auto-bind "~4.0.0" | ||
tslib "~2.3.0" | ||
|
||
"@graphql-codegen/[email protected].0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.1.0.tgz#e45759a21307c607d430866d615509a39df63966" | ||
integrity sha512-AfJFtNAL8a1s/+fAePzl97SfEjF1b3m6ylwb6o+tfaBNZ5V/M/b+QvB6QzPu417XH61gtOis+yqqO2VZrhpA2g== | ||
"@graphql-codegen/[email protected].1": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.1.1.tgz#9181f8b1a87332db604e0e3aada3cf91bc458fb4" | ||
integrity sha512-FO8kMDL+Y1yw8DirhIsY97RjVKfmxxhK179njA46Vu85Rg4zCuLpGMyB0mkhl95QGfdfuJjbB1lz34U27Ce9Wg== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^2.1.0" | ||
"@graphql-tools/optimize" "^1.0.1" | ||
|