Skip to content

Commit

Permalink
Update graphqlcodegenerator monorepo (#881)
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 Feb 23, 2024
1 parent 2f2bc16 commit 08253eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.5",
"@graphql-codegen/typescript-operations": "4.1.3",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@octokit/graphql-schema": "14.56.0",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.12",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1410,14 +1410,14 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@graphql-codegen/typescript-operations@4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.3.tgz#730ba21fb0f20f451e090983512c0b4153ec0acb"
integrity sha512-Goga2ISgicr/PLgK2NH5kwyQFctoGKpV+nv4Dr9II0xjHuuNvC6cqA66y/p8zKx6eS9p2GV87/IafqxV8r6K5Q==
"@graphql-codegen/typescript-operations@4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.2.0.tgz#0c6bbaf41cb325809b7e9e2b9d85ab01f11d142f"
integrity sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.3"
"@graphql-codegen/typescript" "^4.0.5"
"@graphql-codegen/visitor-plugin-common" "5.0.0"
"@graphql-codegen/typescript" "^4.0.6"
"@graphql-codegen/visitor-plugin-common" "5.1.0"
auto-bind "~4.0.0"
tslib "~2.6.0"

Expand All @@ -1432,14 +1432,14 @@
auto-bind "~4.0.0"
tslib "~2.6.0"

"@graphql-codegen/[email protected].5", "@graphql-codegen/typescript@^4.0.5":
version "4.0.5"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.5.tgz#dc9849a8c8a8d0bbcf9f7cb2af8ee77943e00874"
integrity sha512-PCS6LovGhyNfnmZ2AJ8rN5wGUhysWNsFwCPrZccuwBVCCvcet8/GNKStY5cHiDqG0B5Q+6g8OXVbffhxkkytLA==
"@graphql-codegen/[email protected].6", "@graphql-codegen/typescript@^4.0.6":
version "4.0.6"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.6.tgz#2c9b70dc1eafda912de5e31c119c757b1aa5fca1"
integrity sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.3"
"@graphql-codegen/schema-ast" "^4.0.2"
"@graphql-codegen/visitor-plugin-common" "5.0.0"
"@graphql-codegen/visitor-plugin-common" "5.1.0"
auto-bind "~4.0.0"
tslib "~2.6.0"

Expand Down Expand Up @@ -1486,10 +1486,10 @@
parse-filepath "^1.0.2"
tslib "~2.6.0"

"@graphql-codegen/visitor-plugin-common@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.0.0.tgz#23258c52277a8be206c2d69aadf9738dd780f1c0"
integrity sha512-qQOZZZ2MxmBEyd0Lm3lVh7zgauLXVBsg3ToucQJHmbk2WUxLMOcaf/+BOBIkrDjvWA8L+JU6COUT6uZc57DBcw==
"@graphql-codegen/visitor-plugin-common@5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.1.0.tgz#4edf7edb53460e71762a5fd8bbf5269bc3d9200b"
integrity sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.3"
"@graphql-tools/optimize" "^2.0.0"
Expand Down

0 comments on commit 08253eb

Please sign in to comment.