|
590 | 590 | lodash "~4.17.0"
|
591 | 591 | tslib "~2.3.0"
|
592 | 592 |
|
593 |
| -"@graphql-codegen/plugin-helpers@^2.0.0": |
| 593 | +"@graphql-codegen/plugin-helpers@^2.0.0", "@graphql-codegen/plugin-helpers@^2.3.0": |
594 | 594 | version "2.3.1"
|
595 | 595 | resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.3.1.tgz#b66c742d3209a85bc2f72f9e2eceb6b08fc81f85"
|
596 | 596 | integrity sha512-rWH7igcjYqZ6rqNFTb4Wyp31863fRmmVpsRN8VHzBCltrepOO97jwTwB93aAw+T6Dm8aZto3QFfDIC79u8wA2Q==
|
|
602 | 602 | lodash "~4.17.0"
|
603 | 603 | tslib "~2.3.0"
|
604 | 604 |
|
| 605 | +"@graphql-codegen/schema-ast@^2.4.0": |
| 606 | + version "2.4.0" |
| 607 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.4.0.tgz#a41fdf2bacf88ec8318c78fdf03f19e620e5534a" |
| 608 | + integrity sha512-xsLd4mF0H3mPp7Z2PHZ2Sv1KKIb/FOORqhDc9XHCnHJJ/h9nmaleKSTxTGzSUfIAQ1aCNzVilcaUwlenK+MMBQ== |
| 609 | + dependencies: |
| 610 | + "@graphql-codegen/plugin-helpers" "^2.3.0" |
| 611 | + "@graphql-tools/utils" "^8.1.1" |
| 612 | + tslib "~2.3.0" |
| 613 | + |
605 | 614 | "@graphql-codegen/testing@^1.17.7":
|
606 | 615 | version "1.17.7"
|
607 | 616 | resolved "https://registry.yarnpkg.com/@graphql-codegen/testing/-/testing-1.17.7.tgz#fc7bbaaee3af91fbe554ec547ec3f9ca40076c25"
|
|
634 | 643 | auto-bind "~4.0.0"
|
635 | 644 | tslib "~2.3.0"
|
636 | 645 |
|
637 |
| -"@graphql-codegen/typescript@^1.22.1", "@graphql-codegen/typescript@^1.23.0": |
| 646 | +"@graphql-codegen/typescript@^1.23.0": |
638 | 647 | version "1.23.0"
|
639 | 648 | resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.23.0.tgz#48a5372bcbe81a442c71c1bb032c312c6586a59a"
|
640 | 649 | integrity sha512-ZfFgk5mGfuOy4kEpy+dcuvJMphigMfJ4AkiP1qWmWFufDW3Sg2yayTSNmzeFdcXMrWGgfNW2dKtuuTmbmQhS5g==
|
|
644 | 653 | auto-bind "~4.0.0"
|
645 | 654 | tslib "~2.3.0"
|
646 | 655 |
|
| 656 | +"@graphql-codegen/typescript@^2.0.0": |
| 657 | + version "2.3.1" |
| 658 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.3.1.tgz#ad557cc28f20aa8a9ad9f153c3c8ac8b6e09075a" |
| 659 | + integrity sha512-5wfuJhXnDVdufznLZG2/YlPMy5qGVYAEodBACVT8Dfgnt7T8eQOdaTfEPh04hqf/WR6DDoiLrJDcdyqWUO305w== |
| 660 | + dependencies: |
| 661 | + "@graphql-codegen/plugin-helpers" "^2.3.0" |
| 662 | + "@graphql-codegen/schema-ast" "^2.4.0" |
| 663 | + "@graphql-codegen/visitor-plugin-common" "2.5.0" |
| 664 | + auto-bind "~4.0.0" |
| 665 | + tslib "~2.3.0" |
| 666 | + |
647 | 667 | "@graphql-codegen/visitor-plugin-common@1.22.0", "@graphql-codegen/visitor-plugin-common@^1.21.0":
|
648 | 668 | version "1.22.0"
|
649 | 669 | resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.22.0.tgz#75fc8b580143bccbec411eb92d5fef715ed22e42"
|
|
660 | 680 | parse-filepath "^1.0.2"
|
661 | 681 | tslib "~2.3.0"
|
662 | 682 |
|
| 683 | +"@graphql-codegen/visitor-plugin-common@2.5.0": |
| 684 | + version "2.5.0" |
| 685 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.5.0.tgz#e412fade4ca3178a19e7ea122a4cb3463f2bf585" |
| 686 | + integrity sha512-a1kJ/5YBivCj9X20YuhNU2mPY9xjUVmJO0VjHBu06PyvC27GsR1PmvgRALIXrb6QwV+9DDUda3ewKzgne2Qc+A== |
| 687 | + dependencies: |
| 688 | + "@graphql-codegen/plugin-helpers" "^2.3.0" |
| 689 | + "@graphql-tools/optimize" "^1.0.1" |
| 690 | + "@graphql-tools/relay-operation-optimizer" "^6.3.7" |
| 691 | + "@graphql-tools/utils" "^8.3.0" |
| 692 | + auto-bind "~4.0.0" |
| 693 | + change-case-all "1.0.14" |
| 694 | + dependency-graph "^0.11.0" |
| 695 | + graphql-tag "^2.11.0" |
| 696 | + parse-filepath "^1.0.2" |
| 697 | + tslib "~2.3.0" |
| 698 | + |
663 | 699 | "@graphql-tools/optimize@^1.0.1":
|
664 | 700 | version "1.1.1"
|
665 | 701 | resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.1.1.tgz#dcd59ba1ee34431e5e9b086b57fe0bdb1a176669"
|
666 | 702 | integrity sha512-y0TEfPyGmJaQjnsTRs/UP7/ZHaB3i68VAsXW4H2doUFKY6rIOUz+ruME/uWsfy/VeTWBNqGX8/m/X7YFEi5OJQ==
|
667 | 703 | dependencies:
|
668 | 704 | tslib "~2.3.0"
|
669 | 705 |
|
670 |
| -"@graphql-tools/relay-operation-optimizer@^6.3.0": |
| 706 | +"@graphql-tools/relay-operation-optimizer@^6.3.0", "@graphql-tools/relay-operation-optimizer@^6.3.7": |
671 | 707 | version "6.4.1"
|
672 | 708 | resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.4.1.tgz#28572444e2c00850c889a84472f3cc7405dc1ad8"
|
673 | 709 | integrity sha512-2b9D5L+31sIBnvmcmIW5tfvNUV+nJFtbHpUyarTRDmFT6EZ2cXo4WZMm9XJcHQD/Z5qvMXfPHxzQ3/JUs4xI+w==
|
|
694 | 730 | camel-case "4.1.2"
|
695 | 731 | tslib "~2.2.0"
|
696 | 732 |
|
697 |
| -"@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2": |
| 733 | +"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2": |
698 | 734 | version "8.5.3"
|
699 | 735 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.3.tgz#404062e62cae9453501197039687749c4885356e"
|
700 | 736 | integrity sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg==
|
|
0 commit comments