|
594 | 594 | auto-bind "~4.0.0" |
595 | 595 | tslib "~2.0.1" |
596 | 596 |
|
597 | | -"@graphql-codegen/typescript-operations@^1.17.13": |
598 | | - version "1.17.13" |
599 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.13.tgz#a5b08c1573b9507ca5a9e66e795aecc40ddc5305" |
600 | | - integrity sha512-Wm/S4pmPy+KPvFVpygNwC4pd9zKtGIwnS+2rlMUBZVSpv4fxjX2YDvYHP/gucck+SiS0RRxB7hW65bTwCns46g== |
| 597 | +"@graphql-codegen/typescript-operations@^1.17.14": |
| 598 | + version "1.17.14" |
| 599 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.14.tgz#69b4bee4d66f2ea7e288f1be889e08946ef3452a" |
| 600 | + integrity sha512-jf1KnkA0i5hQNwc7bdMg5G6305DMSeTGDJSDoFryA2Tt9czWxY78m10/6GueUWo3zP6FIEhW1QRSve8ewTKEMg== |
601 | 601 | dependencies: |
602 | 602 | "@graphql-codegen/plugin-helpers" "^1.18.2" |
603 | | - "@graphql-codegen/typescript" "^1.18.1" |
604 | | - "@graphql-codegen/visitor-plugin-common" "^1.17.22" |
| 603 | + "@graphql-codegen/typescript" "^1.20.1" |
| 604 | + "@graphql-codegen/visitor-plugin-common" "^1.18.1" |
605 | 605 | auto-bind "~4.0.0" |
606 | | - tslib "~2.0.1" |
| 606 | + tslib "~2.1.0" |
607 | 607 |
|
608 | | -"@graphql-codegen/typescript@^1.18.1", "@graphql-codegen/typescript@^1.20.0": |
609 | | - version "1.20.0" |
610 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.20.0.tgz#f9a17b869e5691276965a56c7a1efe4eb938b6e7" |
611 | | - integrity sha512-7xW+n0USNpr6iZ4Et17ZbPzBLNe/LrSgrQ6V/8Mlgp1reQWAZtoVw13Oq4GnxHCzAYio8nFindLl+emW9ZBeew== |
| 608 | +"@graphql-codegen/typescript@^1.20.1", "@graphql-codegen/typescript@^1.20.2": |
| 609 | + version "1.20.2" |
| 610 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.20.2.tgz#223327a8aea929e772f481e264c5aa3a36707fcb" |
| 611 | + integrity sha512-D/DMUz4O2UEoFucUVu2K2xoaMPAn68BwYGnCAKnSDqtFKsOEqmTjHFwcgyEnpucQ5xFeG0pKGMb1SlS2Go9J8Q== |
612 | 612 | dependencies: |
613 | 613 | "@graphql-codegen/plugin-helpers" "^1.18.2" |
614 | | - "@graphql-codegen/visitor-plugin-common" "^1.18.0" |
| 614 | + "@graphql-codegen/visitor-plugin-common" "^1.18.2" |
615 | 615 | auto-bind "~4.0.0" |
616 | | - tslib "~2.0.1" |
| 616 | + tslib "~2.1.0" |
617 | 617 |
|
618 | | -"@graphql-codegen/visitor-plugin-common@^1.17.20", "@graphql-codegen/visitor-plugin-common@^1.17.22", "@graphql-codegen/visitor-plugin-common@^1.18.0": |
| 618 | +"@graphql-codegen/visitor-plugin-common@^1.17.20": |
619 | 619 | version "1.18.0" |
620 | 620 | resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.0.tgz#f4366ec1093c01e752e85f8bd30d09c58b1d6951" |
621 | 621 | integrity sha512-OR/Cm9nVaqMLe94Ski60UDhaAf/4+QeV/CQRYrCmxFzEsm03U41VplcNgJBXIAB3EgP/LEIZtgkRc1H4N9u9+Q== |
|
631 | 631 | pascal-case "^3.1.1" |
632 | 632 | tslib "~2.0.1" |
633 | 633 |
|
| 634 | +"@graphql-codegen/visitor-plugin-common@^1.18.1", "@graphql-codegen/visitor-plugin-common@^1.18.2": |
| 635 | + version "1.18.2" |
| 636 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.2.tgz#1a30bd33f011b4fb976e0f8462d160126db875ea" |
| 637 | + integrity sha512-A8yBJGq7A7gxaVVXK4QXwV1ZpzZ64fH7U7JTGeq86o3jA7QNV2rmCRXCY0JttS2fu+olV18NjsWRwAXuAb1g9A== |
| 638 | + dependencies: |
| 639 | + "@graphql-codegen/plugin-helpers" "^1.18.2" |
| 640 | + "@graphql-tools/optimize" "^1.0.1" |
| 641 | + "@graphql-tools/relay-operation-optimizer" "^6" |
| 642 | + array.prototype.flatmap "^1.2.4" |
| 643 | + auto-bind "~4.0.0" |
| 644 | + dependency-graph "^0.10.0" |
| 645 | + graphql-tag "^2.11.0" |
| 646 | + parse-filepath "^1.0.2" |
| 647 | + pascal-case "^3.1.1" |
| 648 | + tslib "~2.1.0" |
| 649 | + |
634 | 650 | "@graphql-tools/optimize@^1.0.1": |
635 | 651 | version "1.0.1" |
636 | 652 | resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.0.1.tgz#9933fffc5a3c63f95102b1cb6076fb16ac7bb22d" |
@@ -1897,6 +1913,11 @@ delayed-stream@~1.0.0: |
1897 | 1913 | resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" |
1898 | 1914 | integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= |
1899 | 1915 |
|
| 1916 | +dependency-graph@^0.10.0: |
| 1917 | + version "0.10.0" |
| 1918 | + resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.10.0.tgz#dfebe384f1f36faf7782be203a7a71102a6335a6" |
| 1919 | + integrity sha512-c9amUgpgxSi1bE5/sbLwcs5diLD0ygCQYmhfM5H1s5VH1mCsYkcmAL3CcNdv4kdSw6JuMoHeDGzLgj/gAXdWVg== |
| 1920 | + |
1900 | 1921 | dependency-graph@^0.9.0: |
1901 | 1922 | version "0.9.0" |
1902 | 1923 | resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.9.0.tgz#11aed7e203bc8b00f48356d92db27b265c445318" |
|
0 commit comments