|
557 | 557 | lodash "~4.17.20" |
558 | 558 | tslib "~2.2.0" |
559 | 559 |
|
560 | | -"@graphql-codegen/plugin-helpers@^1.18.6": |
561 | | - version "1.18.6" |
562 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.6.tgz#eedd5d0fbca43ab2a19705cdfe3d72eb4b29db64" |
563 | | - integrity sha512-iLUVvhLSPCyiIRWCLqV7irtyV+316TeOy6R7a5bkKEOcHM9/51xIjPyj1VD72SiiUrmgnK1XdzRRFnV8lQW5+Q== |
| 560 | +"@graphql-codegen/plugin-helpers@^1.18.7": |
| 561 | + version "1.18.7" |
| 562 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.7.tgz#465af3e5b02de89e49ddc76ad2546b880fe240f2" |
| 563 | + integrity sha512-8ICOrXlsvyL1dpVz8C9b7H31d4DJpDd75WfjMn6Xjqz81Ah8xDn1Bi+7YXRCCILCBmvI94k6fi8qpsIVhFBBjQ== |
564 | 564 | dependencies: |
565 | | - "@graphql-tools/utils" "^7.0.0" |
| 565 | + "@graphql-tools/utils" "^7.9.1" |
566 | 566 | common-tags "1.8.0" |
567 | 567 | import-from "3.0.0" |
568 | 568 | lodash "~4.17.0" |
|
579 | 579 | open "7.1.0" |
580 | 580 | tslib "~2.0.0" |
581 | 581 |
|
582 | | -"@graphql-codegen/typescript-graphql-request@^3.2.0": |
583 | | - version "3.2.0" |
584 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-3.2.0.tgz#f7c968f4ba8782e8d8a3a8b2acd5e758dd1c62c5" |
585 | | - integrity sha512-e5UfYJzHI3zy+bRLxVsRaOpcW71Ihn15OI94FeoikC+y1VjiwEUBf48TL7nwb+HI/UA/8Q96wCI7lS4cp6eZwQ== |
| 582 | +"@graphql-codegen/typescript-graphql-request@^3.2.1": |
| 583 | + version "3.2.1" |
| 584 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-3.2.1.tgz#fa322f359dd959f7ef1072b3def5b3e63308883e" |
| 585 | + integrity sha512-sV5upOlD91oK/JYv/t+Xw1myCvw3h1yFXcP9sypythfoRjkkgIarH/3ltWcYGvgBhVKT8yJRMItsSYOVDbqB+A== |
586 | 586 | dependencies: |
587 | | - "@graphql-codegen/plugin-helpers" "^1.18.6" |
588 | | - "@graphql-codegen/visitor-plugin-common" "^1.20.0" |
| 587 | + "@graphql-codegen/plugin-helpers" "^1.18.7" |
| 588 | + "@graphql-codegen/visitor-plugin-common" "1.21.0" |
589 | 589 | auto-bind "~4.0.0" |
590 | 590 | tslib "~2.2.0" |
591 | 591 |
|
|
610 | 610 | auto-bind "~4.0.0" |
611 | 611 | tslib "~2.2.0" |
612 | 612 |
|
| 613 | +"@graphql-codegen/typescript@^1.22.1": |
| 614 | + version "1.22.1" |
| 615 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.22.1.tgz#9a2e215d4cf095d942c1671db4bad78b619b11ce" |
| 616 | + integrity sha512-3f/siciXrhhMdcs9qcxnwWXETsAhZNNiUOlr6IUEm82kVx5xvFuxc0KZZE88w3iEVJXE7xYo1oWmrttvkQP4Aw== |
| 617 | + dependencies: |
| 618 | + "@graphql-codegen/plugin-helpers" "^1.18.7" |
| 619 | + "@graphql-codegen/visitor-plugin-common" "1.21.0" |
| 620 | + auto-bind "~4.0.0" |
| 621 | + tslib "~2.2.0" |
| 622 | + |
| 623 | +"@graphql-codegen/visitor-plugin-common@1.21.0": |
| 624 | + version "1.21.0" |
| 625 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.21.0.tgz#1cb59a8ce9a9d6486f859a254645e162c6736cfb" |
| 626 | + integrity sha512-gw6mUCOpKwJ4aR+wnUXureQi4dV6jezEiXvX0CEZdpqBIGAJ4G8h7CKyGW66lBzvaoLCB7siOF86UJO3dw5ctg== |
| 627 | + dependencies: |
| 628 | + "@graphql-codegen/plugin-helpers" "^1.18.7" |
| 629 | + "@graphql-tools/optimize" "^1.0.1" |
| 630 | + "@graphql-tools/relay-operation-optimizer" "^6.3.0" |
| 631 | + array.prototype.flatmap "^1.2.4" |
| 632 | + auto-bind "~4.0.0" |
| 633 | + change-case-all "1.0.14" |
| 634 | + dependency-graph "^0.11.0" |
| 635 | + graphql-tag "^2.11.0" |
| 636 | + parse-filepath "^1.0.2" |
| 637 | + tslib "~2.2.0" |
| 638 | + |
613 | 639 | "@graphql-codegen/visitor-plugin-common@^1.20.0": |
614 | 640 | version "1.20.0" |
615 | 641 | resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.20.0.tgz#38d829eab7370c79aa5229190788f94adcae8f76" |
|
633 | 659 | dependencies: |
634 | 660 | tslib "~2.0.1" |
635 | 661 |
|
636 | | -"@graphql-tools/relay-operation-optimizer@^6": |
| 662 | +"@graphql-tools/relay-operation-optimizer@^6", "@graphql-tools/relay-operation-optimizer@^6.3.0": |
637 | 663 | version "6.3.0" |
638 | 664 | resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.3.0.tgz#f8c7f6c8aa4a9cf50ab151fbc5db4f4282a79532" |
639 | 665 | integrity sha512-Or3UgRvkY9Fq1AAx7q38oPqFmTepLz7kp6wDHKyR0ceG7AvHv5En22R12mAeISInbhff4Rpwgf6cE8zHRu6bCw== |
|
669 | 695 | camel-case "4.1.2" |
670 | 696 | tslib "~2.1.0" |
671 | 697 |
|
| 698 | +"@graphql-tools/utils@^7.9.1": |
| 699 | + version "7.10.0" |
| 700 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.10.0.tgz#07a4cb5d1bec1ff1dc1d47a935919ee6abd38699" |
| 701 | + integrity sha512-d334r6bo9mxdSqZW6zWboEnnOOFRrAPVQJ7LkU8/6grglrbcu6WhwCLzHb90E94JI3TD3ricC3YGbUqIi9Xg0w== |
| 702 | + dependencies: |
| 703 | + "@ardatan/aggregate-error" "0.0.6" |
| 704 | + camel-case "4.1.2" |
| 705 | + tslib "~2.2.0" |
| 706 | + |
672 | 707 | "@istanbuljs/load-nyc-config@^1.0.0": |
673 | 708 | version "1.1.0" |
674 | 709 | resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" |
|
0 commit comments