Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-codegen/typescript-graphql-requ…
Browse files Browse the repository at this point in the history
…est to v5 (#9465)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 17, 2023
1 parent bb1e0e9 commit 7ba9d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
"@graphql-codegen/typescript-graphql-request": "4.5.8",
"@graphql-codegen/typescript-graphql-request": "5.0.0",
"@graphql-codegen/typescript-mongodb": "2.4.6",
"@graphql-codegen/typescript-msw": "1.1.6",
"@graphql-codegen/typescript-nhost": "0.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2136,12 +2136,12 @@
"@graphql-codegen/plugin-helpers" "^2.6.2"
tslib "~2.4.0"

"@graphql-codegen/typescript-graphql-request@4.5.8":
version "4.5.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.8.tgz#55a609de168f4bf7b66f353b7ba4b1a21113c921"
integrity sha512-XsuAA35Ou03LsklNgnIWXZ5HOHsJ5w1dBuDKtvqM9rD0cAI8x0f4TY0n6O1EraSBSvyHLP3npb1lOTPZzG2TjA==
"@graphql-codegen/typescript-graphql-request@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-5.0.0.tgz#1b118753c8cc795d0a43baae74c6eb4a5f5e6844"
integrity sha512-BM9UzZD/5q3b3Q4c+VOy/QoPWgsnfs1GAnGJjh9xtuty6YsCprwhh12BaV16F+xndNUd6qkghigGyjR8m8RdkA==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/plugin-helpers" "^3.0.0"
"@graphql-codegen/visitor-plugin-common" "2.13.1"
auto-bind "~4.0.0"
tslib "~2.4.0"
Expand Down

0 comments on commit 7ba9d0e

Please sign in to comment.