Skip to content

Commit 7ba9d0e

Browse files
fix(deps): update dependency @graphql-codegen/typescript-graphql-request to v5 (#9465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb1e0e9 commit 7ba9d0e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
5050
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
5151
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
52-
"@graphql-codegen/typescript-graphql-request": "4.5.8",
52+
"@graphql-codegen/typescript-graphql-request": "5.0.0",
5353
"@graphql-codegen/typescript-mongodb": "2.4.6",
5454
"@graphql-codegen/typescript-msw": "1.1.6",
5555
"@graphql-codegen/typescript-nhost": "0.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,12 +2136,12 @@
21362136
"@graphql-codegen/plugin-helpers" "^2.6.2"
21372137
tslib "~2.4.0"
21382138

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

0 commit comments

Comments
 (0)