Skip to content

Commit 76590e2

Browse files
committed
..
1 parent 89be6db commit 76590e2

1 file changed

Lines changed: 58 additions & 7 deletions

File tree

yarn.lock

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,18 @@
22912291
parse-filepath "^1.0.2"
22922292
tslib "^2.8.1"
22932293

2294+
"@graphql-codegen/plugin-helpers@^2.7.2":
2295+
version "2.7.2"
2296+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
2297+
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
2298+
dependencies:
2299+
"@graphql-tools/utils" "^8.8.0"
2300+
change-case-all "1.0.14"
2301+
common-tags "1.8.2"
2302+
import-from "4.0.0"
2303+
lodash "~4.17.0"
2304+
tslib "~2.4.0"
2305+
22942306
"@graphql-codegen/plugin-helpers@^3.0.0", "@graphql-codegen/plugin-helpers@^3.1.2":
22952307
version "3.1.2"
22962308
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389"
@@ -2420,16 +2432,16 @@
24202432
change-case-all "1.0.15"
24212433
tslib "^2.8.1"
24222434

2423-
"@graphql-codegen/typescript-react-query@7.0.0":
2424-
version "7.0.0"
2425-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-query/-/typescript-react-query-7.0.0.tgz#348170d997b6af83691ea9146220f47efe8512a8"
2426-
integrity sha512-mAgjoMbe0J5s8BhQBlx5txibWNFW2LUVQcV7fc6FY+eYHzRqvqTwBxJWwgMzUAjAZFW32Bzkdyn6F9T8N6TKNg==
2435+
"@graphql-codegen/typescript-react-query@4.1.0":
2436+
version "4.1.0"
2437+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-query/-/typescript-react-query-4.1.0.tgz#42dc8a90472c259f9bbacfdf944899c6e0cebcc9"
2438+
integrity sha512-+3Hk+ws6HfCAZl7+5Q4LBkFh3y+2ISuahMYRHIqzqpwNnrthftg8xNx11VH5sabqqjqEmjY3UaP8glP93itPWQ==
24272439
dependencies:
2428-
"@graphql-codegen/plugin-helpers" "^6.1.1"
2429-
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
2440+
"@graphql-codegen/plugin-helpers" "^3.0.0"
2441+
"@graphql-codegen/visitor-plugin-common" "2.13.1"
24302442
auto-bind "~4.0.0"
24312443
change-case-all "1.0.15"
2432-
tslib "^2.8.1"
2444+
tslib "~2.4.0"
24332445

24342446
"@graphql-codegen/typescript-rtk-query@4.0.0":
24352447
version "4.0.0"
@@ -2527,6 +2539,22 @@
25272539
"@urql/introspection" "^0.3.2"
25282540
tslib "^2.8.1"
25292541

2542+
"@graphql-codegen/visitor-plugin-common@2.13.1":
2543+
version "2.13.1"
2544+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b"
2545+
integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==
2546+
dependencies:
2547+
"@graphql-codegen/plugin-helpers" "^2.7.2"
2548+
"@graphql-tools/optimize" "^1.3.0"
2549+
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
2550+
"@graphql-tools/utils" "^8.8.0"
2551+
auto-bind "~4.0.0"
2552+
change-case-all "1.0.14"
2553+
dependency-graph "^0.11.0"
2554+
graphql-tag "^2.11.0"
2555+
parse-filepath "^1.0.2"
2556+
tslib "~2.4.0"
2557+
25302558
"@graphql-codegen/visitor-plugin-common@2.13.8":
25312559
version "2.13.8"
25322560
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
@@ -2871,6 +2899,13 @@
28712899
cross-inspect "1.0.1"
28722900
tslib "^2.4.0"
28732901

2902+
"@graphql-tools/utils@^8.8.0":
2903+
version "8.13.1"
2904+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
2905+
integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
2906+
dependencies:
2907+
tslib "^2.4.0"
2908+
28742909
"@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.2.1":
28752910
version "9.2.1"
28762911
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
@@ -6114,6 +6149,22 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
61146149
ansi-styles "^4.1.0"
61156150
supports-color "^7.1.0"
61166151

6152+
change-case-all@1.0.14:
6153+
version "1.0.14"
6154+
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"
6155+
integrity sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==
6156+
dependencies:
6157+
change-case "^4.1.2"
6158+
is-lower-case "^2.0.2"
6159+
is-upper-case "^2.0.2"
6160+
lower-case "^2.0.2"
6161+
lower-case-first "^2.0.2"
6162+
sponge-case "^1.0.1"
6163+
swap-case "^2.0.2"
6164+
title-case "^3.0.3"
6165+
upper-case "^2.0.2"
6166+
upper-case-first "^2.0.2"
6167+
61176168
change-case-all@1.0.15:
61186169
version "1.0.15"
61196170
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"

0 commit comments

Comments
 (0)