|
569 | 569 | dependencies:
|
570 | 570 | "@babel/helper-plugin-utils" "^7.8.3"
|
571 | 571 |
|
572 |
| -"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.2.0", "@babel/plugin-syntax-flow@^7.8.3": |
| 572 | +"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.2.0": |
573 | 573 | version "7.8.3"
|
574 | 574 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz#f2c883bd61a6316f2c89380ae5122f923ba4527f"
|
575 | 575 | integrity sha512-innAx3bUbA0KSYj2E2MNFSn9hiCeowOFLxlsuhXzw8hMQnzkDomUr9QCD7E9VF60NmnG1sNTuuv6Qf4f8INYsg==
|
576 | 576 | dependencies:
|
577 | 577 | "@babel/helper-plugin-utils" "^7.8.3"
|
578 | 578 |
|
| 579 | +"@babel/plugin-syntax-flow@^7.10.1": |
| 580 | + version "7.10.1" |
| 581 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz#cd4bbca62fb402babacb174f64f8734310d742f0" |
| 582 | + integrity sha512-b3pWVncLBYoPP60UOTc7NMlbtsHQ6ITim78KQejNHK6WJ2mzV5kCcg4mIWpasAfJEgwVTibwo2e+FU7UEIKQUg== |
| 583 | + dependencies: |
| 584 | + "@babel/helper-plugin-utils" "^7.10.1" |
| 585 | + |
579 | 586 | "@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3":
|
580 | 587 | version "7.8.3"
|
581 | 588 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
|
735 | 742 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.1"
|
736 | 743 | "@babel/helper-plugin-utils" "^7.10.1"
|
737 | 744 |
|
738 |
| -"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.9.0": |
739 |
| - version "7.9.0" |
740 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.9.0.tgz#8a3538aa40434e000b8f44a3c5c9ac7229bd2392" |
741 |
| - integrity sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg== |
| 745 | +"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.10.1": |
| 746 | + version "7.10.1" |
| 747 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.10.1.tgz#59eafbff9ae85ec8932d4c16c068654be814ec5e" |
| 748 | + integrity sha512-i4o0YwiJBIsIx7/liVCZ3Q2WkWr1/Yu39PksBOnh/khW2SwIFsGa5Ze+MSon5KbDfrEHP9NeyefAgvUSXzaEkw== |
742 | 749 | dependencies:
|
743 |
| - "@babel/helper-plugin-utils" "^7.8.3" |
744 |
| - "@babel/plugin-syntax-flow" "^7.8.3" |
| 750 | + "@babel/helper-plugin-utils" "^7.10.1" |
| 751 | + "@babel/plugin-syntax-flow" "^7.10.1" |
745 | 752 |
|
746 | 753 | "@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.10.1":
|
747 | 754 | version "7.10.1"
|
|
1059 | 1066 | semver "^5.5.0"
|
1060 | 1067 |
|
1061 | 1068 | "@babel/preset-flow@^7.9.0":
|
1062 |
| - version "7.9.0" |
1063 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.9.0.tgz#fee847c3e090b0b2d9227c1949e4da1d1379280d" |
1064 |
| - integrity sha512-88uSmlshIrlmPkNkEcx3UpSZ6b8n0UGBq0/0ZMZCF/uxAW0XIAUuDHBhIOAh0pvweafH4RxOwi/H3rWhtqOYPA== |
| 1069 | + version "7.10.1" |
| 1070 | + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.10.1.tgz#29498ec23baf9aa6dae50c568ceba09d71692b82" |
| 1071 | + integrity sha512-FuQsibb5PaX07fF1XUO5gjjxdEZbcJv8+ugPDaeFEsBIvUTib8hCtEJow/c2F0jq9ZUjpHCQ8IQKNHRvKE1kJQ== |
1065 | 1072 | dependencies:
|
1066 |
| - "@babel/helper-plugin-utils" "^7.8.3" |
1067 |
| - "@babel/plugin-transform-flow-strip-types" "^7.9.0" |
| 1073 | + "@babel/helper-plugin-utils" "^7.10.1" |
| 1074 | + "@babel/plugin-transform-flow-strip-types" "^7.10.1" |
1068 | 1075 |
|
1069 | 1076 | "@babel/preset-modules@^0.1.3":
|
1070 | 1077 | version "0.1.3"
|
|
0 commit comments