Skip to content

Commit efeae31

Browse files
authored
Merge pull request #166 from croutonn/renovate/graphql-codegen-typescript-graphql-request-4.x
chore(deps): update dependency @graphql-codegen/typescript-graphql-request to v4
2 parents 995c417 + c1c4219 commit efeae31

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@graphql-codegen/testing": "^1.17.7",
4848
"@graphql-codegen/typescript": "^2.0.0",
49-
"@graphql-codegen/typescript-graphql-request": "^3.2.1",
49+
"@graphql-codegen/typescript-graphql-request": "^4.0.0",
5050
"@graphql-codegen/typescript-operations": "^1.18.0",
5151
"@types/jest": "^27.0.0",
5252
"@types/node": "^16.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,13 @@
622622
open "7.1.0"
623623
tslib "~2.0.0"
624624

625-
"@graphql-codegen/typescript-graphql-request@^3.2.1":
626-
version "3.2.5"
627-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-3.2.5.tgz#d22d102983a84ef5ed63893e93078d7938d36a85"
628-
integrity sha512-Ry0NeiLG4h1Cz/rWXlDIpO+yiB9YNODi4GMvPJbdkJvqw9k04lMeq3nGd84a+Svl8ZaK9i6/lI/22bXbsGaGhQ==
625+
"@graphql-codegen/typescript-graphql-request@^4.0.0":
626+
version "4.3.0"
627+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.3.0.tgz#6246637be9b77721c90a91f2c26cb117e7ff329a"
628+
integrity sha512-oj/6PMfzuQQNwX6aYAlDMKSgeaTO9Lahf09zHlR0NqKptovNdUL6wvy4xFn3rzdxcKt5MQRKrsK7Glw9N1TwXg==
629629
dependencies:
630-
"@graphql-codegen/plugin-helpers" "^1.18.8"
631-
"@graphql-codegen/visitor-plugin-common" "1.22.0"
630+
"@graphql-codegen/plugin-helpers" "^2.3.0"
631+
"@graphql-codegen/visitor-plugin-common" "2.5.0"
632632
auto-bind "~4.0.0"
633633
tslib "~2.3.0"
634634

0 commit comments

Comments
 (0)