|
780 | 780 | lodash "~4.17.0" |
781 | 781 | tslib "~2.6.0" |
782 | 782 |
|
| 783 | +"@graphql-codegen/plugin-helpers@^6.0.0": |
| 784 | + version "6.0.0" |
| 785 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.0.0.tgz#8a913c82a95b9ff36b2180f7c56611cc56268625" |
| 786 | + integrity sha512-Z7P89vViJvQakRyMbq/JF2iPLruRFOwOB6IXsuSvV/BptuuEd7fsGPuEf8bdjjDxUY0pJZnFN8oC7jIQ8p9GKA== |
| 787 | + dependencies: |
| 788 | + "@graphql-tools/utils" "^10.0.0" |
| 789 | + change-case-all "1.0.15" |
| 790 | + common-tags "1.8.2" |
| 791 | + import-from "4.0.0" |
| 792 | + lodash "~4.17.0" |
| 793 | + tslib "~2.6.0" |
| 794 | + |
783 | 795 | "@graphql-codegen/schema-ast@^4.0.2": |
784 | 796 | version "4.1.0" |
785 | 797 | resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.1.0.tgz#a1e71f99346495b9272161a9ed07756e82648726" |
|
789 | 801 | "@graphql-tools/utils" "^10.0.0" |
790 | 802 | tslib "~2.6.0" |
791 | 803 |
|
| 804 | +"@graphql-codegen/schema-ast@^5.0.0": |
| 805 | + version "5.0.0" |
| 806 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-5.0.0.tgz#9708d7484a01bb3a502685126708d7b139fd0721" |
| 807 | + integrity sha512-jn7Q3PKQc0FxXjbpo9trxzlz/GSFQWxL042l0iC8iSbM/Ar+M7uyBwMtXPsev/3Razk+osQyreghIz0d2+6F7Q== |
| 808 | + dependencies: |
| 809 | + "@graphql-codegen/plugin-helpers" "^6.0.0" |
| 810 | + "@graphql-tools/utils" "^10.0.0" |
| 811 | + tslib "~2.6.0" |
| 812 | + |
792 | 813 | "@graphql-codegen/typed-document-node@^5.1.2": |
793 | 814 | version "5.1.2" |
794 | 815 | resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.1.2.tgz#a1a3da2d9fe1847831ada6e41e09c5bb81dd6b3c" |
|
821 | 842 | auto-bind "~4.0.0" |
822 | 843 | tslib "~2.6.0" |
823 | 844 |
|
| 845 | +"@graphql-codegen/typescript-operations@^5.0.1": |
| 846 | + version "5.0.1" |
| 847 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-5.0.1.tgz#69c98787a0ffa135fa2b51315b76b639ba8d1c43" |
| 848 | + integrity sha512-uJwsOIqvXyxlOI1Mnoy8Mn3TiOHTzVTGDwqL9gHnpKqQZdFfvMgfDf/HyT7Mw3XCOfhSS99fe9ATW0bkMExBZg== |
| 849 | + dependencies: |
| 850 | + "@graphql-codegen/plugin-helpers" "^6.0.0" |
| 851 | + "@graphql-codegen/typescript" "^5.0.1" |
| 852 | + "@graphql-codegen/visitor-plugin-common" "6.0.1" |
| 853 | + auto-bind "~4.0.0" |
| 854 | + tslib "~2.6.0" |
| 855 | + |
824 | 856 | "@graphql-codegen/typescript@^4.1.6": |
825 | 857 | version "4.1.6" |
826 | 858 | resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.1.6.tgz#f3481ccc1656e96892d629671fb2cff5dabc458b" |
|
832 | 864 | auto-bind "~4.0.0" |
833 | 865 | tslib "~2.6.0" |
834 | 866 |
|
| 867 | +"@graphql-codegen/typescript@^5.0.1": |
| 868 | + version "5.0.1" |
| 869 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.1.tgz#3afac0ae4c68dc564163037c6ae8a6e2b88f831c" |
| 870 | + integrity sha512-GqAl4pxFdWTvW1h+Ume7djrucYwt03wiaS88m4ErG+tHsJaR2ZCtoHOo+B4bh7KIuBKap14/xOZG0qY/ThWAhg== |
| 871 | + dependencies: |
| 872 | + "@graphql-codegen/plugin-helpers" "^6.0.0" |
| 873 | + "@graphql-codegen/schema-ast" "^5.0.0" |
| 874 | + "@graphql-codegen/visitor-plugin-common" "6.0.1" |
| 875 | + auto-bind "~4.0.0" |
| 876 | + tslib "~2.6.0" |
| 877 | + |
835 | 878 | "@graphql-codegen/[email protected]": |
836 | 879 | version "2.13.8" |
837 | 880 | resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597" |
|
864 | 907 | parse-filepath "^1.0.2" |
865 | 908 | tslib "~2.6.0" |
866 | 909 |
|
| 910 | +"@graphql-codegen/[email protected]": |
| 911 | + version "6.0.1" |
| 912 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.0.1.tgz#7aa2c5936c1a0593b8946a0d172bb202c688cfbb" |
| 913 | + integrity sha512-3gopoUYXn26PSj2UdCWmYj0QiRVD5qR3eDiXx72OQcN1Vb8qj6VfOWB+NDuD1Q1sgVYbCQVKgj92ERsSW1xH9Q== |
| 914 | + dependencies: |
| 915 | + "@graphql-codegen/plugin-helpers" "^6.0.0" |
| 916 | + "@graphql-tools/optimize" "^2.0.0" |
| 917 | + "@graphql-tools/relay-operation-optimizer" "^7.0.0" |
| 918 | + "@graphql-tools/utils" "^10.0.0" |
| 919 | + auto-bind "~4.0.0" |
| 920 | + change-case-all "1.0.15" |
| 921 | + dependency-graph "^1.0.0" |
| 922 | + graphql-tag "^2.11.0" |
| 923 | + parse-filepath "^1.0.2" |
| 924 | + tslib "~2.6.0" |
| 925 | + |
867 | 926 | "@graphql-hive/signal@^1.0.0": |
868 | 927 | version "1.0.0" |
869 | 928 | resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f" |
@@ -4217,6 +4276,11 @@ dependency-graph@^0.11.0: |
4217 | 4276 | resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.11.0.tgz#ac0ce7ed68a54da22165a85e97a01d53f5eb2e27" |
4218 | 4277 | integrity sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg== |
4219 | 4278 |
|
| 4279 | +dependency-graph@^1.0.0: |
| 4280 | + version "1.0.0" |
| 4281 | + resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-1.0.0.tgz#bb5e85aec1310bc13b22dbd76e3196c4ee4c10d2" |
| 4282 | + integrity sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg== |
| 4283 | + |
4220 | 4284 | dequal@^2.0.0: |
4221 | 4285 | version "2.0.3" |
4222 | 4286 | resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" |
|
0 commit comments