Skip to content

Commit

Permalink
Merge pull request #3656 from garageScript/dependabot/npm_and_yarn/gr…
Browse files Browse the repository at this point in the history
…aphql-codegen/typescript-operations-4.2.1

build(deps-dev): bump @graphql-codegen/typescript-operations from 4.2.0 to 4.2.1
  • Loading branch information
flacial authored Jun 10, 2024
2 parents 85ddc84 + 61e640f commit 49105be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@jest/types": "^29.5.0",
Expand Down
32 changes: 8 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2373,14 +2373,14 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@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==
"@graphql-codegen/typescript-operations@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.2.1.tgz#887d5883d33d1e14a6f5dc90f125db343b3759d3"
integrity sha512-LhEPsaP+AI65zfK2j6CBAL4RT0bJL/rR9oRWlvwtHLX0t7YQr4CP4BXgvvej9brYdedAxHGPWeV1tPHy5/z9KQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.3"
"@graphql-codegen/typescript" "^4.0.6"
"@graphql-codegen/visitor-plugin-common" "5.1.0"
"@graphql-codegen/plugin-helpers" "^5.0.4"
"@graphql-codegen/typescript" "^4.0.7"
"@graphql-codegen/visitor-plugin-common" "5.2.0"
auto-bind "~4.0.0"
tslib "~2.6.0"

Expand All @@ -2407,7 +2407,7 @@
auto-bind "~4.0.0"
tslib "~2.6.0"

"@graphql-codegen/typescript@^4.0.6", "@graphql-codegen/typescript@^4.0.7":
"@graphql-codegen/typescript@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.7.tgz#32f0f0916ed2ef7efbc233d14af07057aafdeea8"
integrity sha512-Gn+JNvQBJhBqH7s83piAJ6UeU/MTj9GXWFO9bdbl8PMLCAM1uFAtg04iHfkGCtDKXcUg5a3Dt/SZG85uk5KuhA==
Expand All @@ -2434,22 +2434,6 @@
parse-filepath "^1.0.2"
tslib "~2.4.0"

"@graphql-codegen/[email protected]":
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"
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
"@graphql-tools/utils" "^10.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.15"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.6.0"

"@graphql-codegen/[email protected]":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.2.0.tgz#8c48c0a62575d5f302678aae3994a50e9ac72cd0"
Expand Down

0 comments on commit 49105be

Please sign in to comment.