|
1695 | 1695 | dependencies: |
1696 | 1696 | giscus "^1.5.0" |
1697 | 1697 |
|
| 1698 | +"@graphql-codegen/add@^6.0.0": |
| 1699 | + version "6.0.1" |
| 1700 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-6.0.1.tgz#90f8750e1074975bef1ead05f82523e32766c61a" |
| 1701 | + integrity sha512-MSylSekjpVWbOBw2A/2ssk1fPY54sYb6Qk2C4AX5u7s2R+2pMQ9ws7DTXo8VU9qwTgWwVp6vGfdQ0AMpAn4Iug== |
| 1702 | + dependencies: |
| 1703 | + "@graphql-codegen/plugin-helpers" "^6.3.0" |
| 1704 | + tslib "^2.8.0" |
| 1705 | + |
1698 | 1706 | "@graphql-codegen/c-sharp-common@2.0.1": |
1699 | 1707 | version "2.0.1" |
1700 | 1708 | resolved "https://registry.yarnpkg.com/@graphql-codegen/c-sharp-common/-/c-sharp-common-2.0.1.tgz#32e1f1ac7fcec0c8953effadfc03d623d242317d" |
|
1879 | 1887 | parse-filepath "^1.0.2" |
1880 | 1888 | tslib "^2.8.1" |
1881 | 1889 |
|
1882 | | -"@graphql-codegen/plugin-helpers@^2.7.2": |
1883 | | - version "2.7.2" |
1884 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed" |
1885 | | - integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg== |
1886 | | - dependencies: |
1887 | | - "@graphql-tools/utils" "^8.8.0" |
1888 | | - change-case-all "1.0.14" |
1889 | | - common-tags "1.8.2" |
1890 | | - import-from "4.0.0" |
1891 | | - lodash "~4.17.0" |
1892 | | - tslib "~2.4.0" |
1893 | | - |
1894 | 1890 | "@graphql-codegen/plugin-helpers@^3.0.0", "@graphql-codegen/plugin-helpers@^3.1.2": |
1895 | 1891 | version "3.1.2" |
1896 | 1892 | resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389" |
|
1915 | 1911 | lodash "~4.17.0" |
1916 | 1912 | tslib "~2.6.0" |
1917 | 1913 |
|
| 1914 | +"@graphql-codegen/plugin-helpers@^6.3.0": |
| 1915 | + version "6.3.0" |
| 1916 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.3.0.tgz#d4ba4660c68cb703291fbc6616a6510df26dd5f3" |
| 1917 | + integrity sha512-Auc+/B7okDx9+pVgLVliZtZLYh6iltWXlnzzM+bRE+zh1T4r3hKbnr8xAmtT937ArfSgk5GHcQHr8LfPYnrRBg== |
| 1918 | + dependencies: |
| 1919 | + "@graphql-tools/utils" "^11.0.0" |
| 1920 | + change-case-all "1.0.15" |
| 1921 | + common-tags "1.8.2" |
| 1922 | + import-from "4.0.0" |
| 1923 | + tslib "^2.8.0" |
| 1924 | + |
1918 | 1925 | "@graphql-codegen/schema-ast@^2.6.1": |
1919 | 1926 | version "2.6.1" |
1920 | 1927 | resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz#8ba1b38827c034b51ecd3ce88622c2ae6cd3fe1a" |
|
1924 | 1931 | "@graphql-tools/utils" "^9.0.0" |
1925 | 1932 | tslib "~2.4.0" |
1926 | 1933 |
|
| 1934 | +"@graphql-codegen/schema-ast@^5.0.2": |
| 1935 | + version "5.0.2" |
| 1936 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-5.0.2.tgz#0d7fd83760fa10fea6804f75c801e933d832ac33" |
| 1937 | + integrity sha512-jl1F/9IjRkJisEb9B0ayG4QGqYlPldLRy8ojDdmL9NE1NsdB5ROfxQnSqyC3g+wuvBhWX7kZgMRQYn3RU1I5bA== |
| 1938 | + dependencies: |
| 1939 | + "@graphql-codegen/plugin-helpers" "^6.3.0" |
| 1940 | + "@graphql-tools/utils" "^11.0.0" |
| 1941 | + tslib "^2.8.0" |
| 1942 | + |
1927 | 1943 | "@graphql-codegen/typescript-apollo-angular@5.0.1": |
1928 | 1944 | version "5.0.1" |
1929 | 1945 | resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-apollo-angular/-/typescript-apollo-angular-5.0.1.tgz#33ca7fee148fb6ed12bd9cbc8954178dafec8e6b" |
|
2020 | 2036 | change-case-all "1.0.15" |
2021 | 2037 | tslib "^2.8.1" |
2022 | 2038 |
|
2023 | | -"@graphql-codegen/typescript-react-query@4.1.0": |
2024 | | - version "4.1.0" |
2025 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-query/-/typescript-react-query-4.1.0.tgz#42dc8a90472c259f9bbacfdf944899c6e0cebcc9" |
2026 | | - integrity sha512-+3Hk+ws6HfCAZl7+5Q4LBkFh3y+2ISuahMYRHIqzqpwNnrthftg8xNx11VH5sabqqjqEmjY3UaP8glP93itPWQ== |
| 2039 | +"@graphql-codegen/typescript-react-query@7.0.1": |
| 2040 | + version "7.0.1" |
| 2041 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-query/-/typescript-react-query-7.0.1.tgz#23fff7b25b84007cfbc90336b640f840406340dc" |
| 2042 | + integrity sha512-X6BqrNc3qvg5XRtDaq1FV1iI27VDXOjj1Ai6B8yYTroaNstbVlLvWV6VTUWRfL3kU/4JmZtJ50o2kC1upDQQqw== |
2027 | 2043 | dependencies: |
2028 | | - "@graphql-codegen/plugin-helpers" "^3.0.0" |
2029 | | - "@graphql-codegen/visitor-plugin-common" "2.13.1" |
| 2044 | + "@graphql-codegen/plugin-helpers" "^6.3.0" |
| 2045 | + "@graphql-codegen/visitor-plugin-common" "^6.3.0" |
2030 | 2046 | auto-bind "~4.0.0" |
2031 | 2047 | change-case-all "1.0.15" |
2032 | | - tslib "~2.4.0" |
| 2048 | + tslib "^2.8.1" |
2033 | 2049 |
|
2034 | 2050 | "@graphql-codegen/typescript-rtk-query@4.0.1": |
2035 | 2051 | version "4.0.1" |
|
2118 | 2134 | auto-bind "~4.0.0" |
2119 | 2135 | tslib "~2.4.0" |
2120 | 2136 |
|
| 2137 | +"@graphql-codegen/typescript@^5.0.9": |
| 2138 | + version "5.0.10" |
| 2139 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.10.tgz#5991746408152503069b0c36bfdf5456b68a2e2a" |
| 2140 | + integrity sha512-Pa8OFmL9TdhEYnLYJLYA9EhP8eEeivP/YDYq4Nb8LQaL7GXm4TGX8zELYaCM9Fu8M3iZb7iQGMt7qc+1lXz8XQ== |
| 2141 | + dependencies: |
| 2142 | + "@graphql-codegen/plugin-helpers" "^6.3.0" |
| 2143 | + "@graphql-codegen/schema-ast" "^5.0.2" |
| 2144 | + "@graphql-codegen/visitor-plugin-common" "^6.3.0" |
| 2145 | + auto-bind "~4.0.0" |
| 2146 | + tslib "^2.8.0" |
| 2147 | + |
2121 | 2148 | "@graphql-codegen/urql-introspection@4.0.1": |
2122 | 2149 | version "4.0.1" |
2123 | 2150 | resolved "https://registry.yarnpkg.com/@graphql-codegen/urql-introspection/-/urql-introspection-4.0.1.tgz#a7d5f03f5a8d2886e87939912573bcaeabd50683" |
|
2127 | 2154 | "@urql/introspection" "^0.3.2" |
2128 | 2155 | tslib "^2.8.1" |
2129 | 2156 |
|
2130 | | -"@graphql-codegen/visitor-plugin-common@2.13.1": |
2131 | | - version "2.13.1" |
2132 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b" |
2133 | | - integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg== |
2134 | | - dependencies: |
2135 | | - "@graphql-codegen/plugin-helpers" "^2.7.2" |
2136 | | - "@graphql-tools/optimize" "^1.3.0" |
2137 | | - "@graphql-tools/relay-operation-optimizer" "^6.5.0" |
2138 | | - "@graphql-tools/utils" "^8.8.0" |
2139 | | - auto-bind "~4.0.0" |
2140 | | - change-case-all "1.0.14" |
2141 | | - dependency-graph "^0.11.0" |
2142 | | - graphql-tag "^2.11.0" |
2143 | | - parse-filepath "^1.0.2" |
2144 | | - tslib "~2.4.0" |
2145 | | - |
2146 | 2157 | "@graphql-codegen/visitor-plugin-common@2.13.8": |
2147 | 2158 | version "2.13.8" |
2148 | 2159 | resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597" |
|
2175 | 2186 | parse-filepath "^1.0.2" |
2176 | 2187 | tslib "~2.6.0" |
2177 | 2188 |
|
| 2189 | +"@graphql-codegen/visitor-plugin-common@^6.3.0": |
| 2190 | + version "6.3.0" |
| 2191 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.3.0.tgz#5c3d1b6397acd27a552beab989c5d8af155e2aef" |
| 2192 | + integrity sha512-vGBoE+4huzZyNhyGSAhXAkdROHlwKxxuziZm4XtP1mxe7nuI+VgyOmXebafLijbmuDsptPXQN0C/htL54O8hrg== |
| 2193 | + dependencies: |
| 2194 | + "@graphql-codegen/plugin-helpers" "^6.3.0" |
| 2195 | + "@graphql-tools/optimize" "^2.0.0" |
| 2196 | + "@graphql-tools/relay-operation-optimizer" "^7.1.1" |
| 2197 | + "@graphql-tools/utils" "^11.0.0" |
| 2198 | + auto-bind "~4.0.0" |
| 2199 | + change-case-all "1.0.15" |
| 2200 | + dependency-graph "^1.0.0" |
| 2201 | + graphql-tag "^2.11.0" |
| 2202 | + parse-filepath "^1.0.2" |
| 2203 | + tslib "^2.8.0" |
| 2204 | + |
2178 | 2205 | "@graphql-hive/signal@^2.0.0": |
2179 | 2206 | version "2.0.0" |
2180 | 2207 | resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-2.0.0.tgz#205805328b118e1ae556417ed364257234800464" |
|
2457 | 2484 | cross-inspect "1.0.1" |
2458 | 2485 | tslib "^2.4.0" |
2459 | 2486 |
|
2460 | | -"@graphql-tools/utils@^8.8.0": |
2461 | | - version "8.13.1" |
2462 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491" |
2463 | | - integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw== |
2464 | | - dependencies: |
2465 | | - tslib "^2.4.0" |
2466 | | - |
2467 | 2487 | "@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.2.1": |
2468 | 2488 | version "9.2.1" |
2469 | 2489 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57" |
@@ -6407,22 +6427,6 @@ chalk@^5.0.0, chalk@^5.0.1, chalk@^5.6.0: |
6407 | 6427 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea" |
6408 | 6428 | integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA== |
6409 | 6429 |
|
6410 | | -change-case-all@1.0.14: |
6411 | | - version "1.0.14" |
6412 | | - resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1" |
6413 | | - integrity sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA== |
6414 | | - dependencies: |
6415 | | - change-case "^4.1.2" |
6416 | | - is-lower-case "^2.0.2" |
6417 | | - is-upper-case "^2.0.2" |
6418 | | - lower-case "^2.0.2" |
6419 | | - lower-case-first "^2.0.2" |
6420 | | - sponge-case "^1.0.1" |
6421 | | - swap-case "^2.0.2" |
6422 | | - title-case "^3.0.3" |
6423 | | - upper-case "^2.0.2" |
6424 | | - upper-case-first "^2.0.2" |
6425 | | - |
6426 | 6430 | change-case-all@1.0.15: |
6427 | 6431 | version "1.0.15" |
6428 | 6432 | resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad" |
|
0 commit comments