|
681 | 681 | tslib "~2.0.0" |
682 | 682 | upper-case "2.0.1" |
683 | 683 |
|
684 | | -"@graphql-codegen/plugin-helpers@^2.3.1", "@graphql-codegen/plugin-helpers@^2.6.0", "@graphql-codegen/plugin-helpers@^2.6.2": |
| 684 | +"@graphql-codegen/plugin-helpers@^2.6.0", "@graphql-codegen/plugin-helpers@^2.6.2": |
685 | 685 | version "2.6.2" |
686 | 686 | resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944" |
687 | 687 | integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw== |
|
705 | 705 | lodash "~4.17.0" |
706 | 706 | tslib "~2.4.0" |
707 | 707 |
|
| 708 | +"@graphql-codegen/plugin-helpers@^3.0.0": |
| 709 | + version "3.1.2" |
| 710 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389" |
| 711 | + integrity sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg== |
| 712 | + dependencies: |
| 713 | + "@graphql-tools/utils" "^9.0.0" |
| 714 | + change-case-all "1.0.15" |
| 715 | + common-tags "1.8.2" |
| 716 | + import-from "4.0.0" |
| 717 | + lodash "~4.17.0" |
| 718 | + tslib "~2.4.0" |
| 719 | + |
708 | 720 | "@graphql-codegen/schema-ast@^2.5.1": |
709 | 721 | version "2.5.1" |
710 | 722 | resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c" |
|
1152 | 1164 | camel-case "4.1.1" |
1153 | 1165 | tslib "~2.0.1" |
1154 | 1166 |
|
| 1167 | +"@graphql-tools/utils@^9.0.0": |
| 1168 | + version "9.1.4" |
| 1169 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.4.tgz#2c9e0aefc9655dd73247667befe3c850ec014f3f" |
| 1170 | + integrity sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg== |
| 1171 | + dependencies: |
| 1172 | + tslib "^2.4.0" |
| 1173 | + |
1155 | 1174 | "@graphql-tools/[email protected]": |
1156 | 1175 | version "8.5.0" |
1157 | 1176 | resolved "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.5.0.tgz" |
|
2270 | 2289 | upper-case "^2.0.2" |
2271 | 2290 | upper-case-first "^2.0.2" |
2272 | 2291 |
|
| 2292 | + |
| 2293 | + version "1.0.15" |
| 2294 | + resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad" |
| 2295 | + integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ== |
| 2296 | + dependencies: |
| 2297 | + change-case "^4.1.2" |
| 2298 | + is-lower-case "^2.0.2" |
| 2299 | + is-upper-case "^2.0.2" |
| 2300 | + lower-case "^2.0.2" |
| 2301 | + lower-case-first "^2.0.2" |
| 2302 | + sponge-case "^1.0.1" |
| 2303 | + swap-case "^2.0.2" |
| 2304 | + title-case "^3.0.3" |
| 2305 | + upper-case "^2.0.2" |
| 2306 | + upper-case-first "^2.0.2" |
| 2307 | + |
2273 | 2308 | change-case@^3.0.0: |
2274 | 2309 | version "3.1.0" |
2275 | 2310 | resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz" |
|
0 commit comments