|
566 | 566 | dependencies:
|
567 | 567 | "@babel/helper-plugin-utils" "^7.13.0"
|
568 | 568 |
|
| 569 | +"@babel/plugin-transform-block-scoping@^7.14.1": |
| 570 | + version "7.14.1" |
| 571 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2" |
| 572 | + integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA== |
| 573 | + dependencies: |
| 574 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 575 | + |
569 | 576 | "@babel/plugin-transform-classes@^7.13.0":
|
570 | 577 | version "7.13.0"
|
571 | 578 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz#0265155075c42918bf4d3a4053134176ad9b533b"
|
|
825 | 832 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
826 | 833 | "@babel/helper-plugin-utils" "^7.12.13"
|
827 | 834 |
|
828 |
| -"@babel/preset-env@7.14.0", "@babel/preset-env@^7.12.11": |
| 835 | +"@babel/preset-env@7.14.1": |
| 836 | + version "7.14.1" |
| 837 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93" |
| 838 | + integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ== |
| 839 | + dependencies: |
| 840 | + "@babel/compat-data" "^7.14.0" |
| 841 | + "@babel/helper-compilation-targets" "^7.13.16" |
| 842 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 843 | + "@babel/helper-validator-option" "^7.12.17" |
| 844 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
| 845 | + "@babel/plugin-proposal-async-generator-functions" "^7.13.15" |
| 846 | + "@babel/plugin-proposal-class-properties" "^7.13.0" |
| 847 | + "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 848 | + "@babel/plugin-proposal-dynamic-import" "^7.13.8" |
| 849 | + "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
| 850 | + "@babel/plugin-proposal-json-strings" "^7.13.8" |
| 851 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.13.8" |
| 852 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" |
| 853 | + "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
| 854 | + "@babel/plugin-proposal-object-rest-spread" "^7.13.8" |
| 855 | + "@babel/plugin-proposal-optional-catch-binding" "^7.13.8" |
| 856 | + "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
| 857 | + "@babel/plugin-proposal-private-methods" "^7.13.0" |
| 858 | + "@babel/plugin-proposal-private-property-in-object" "^7.14.0" |
| 859 | + "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
| 860 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 861 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 862 | + "@babel/plugin-syntax-class-static-block" "^7.12.13" |
| 863 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 864 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 865 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 866 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 867 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 868 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 869 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 870 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 871 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 872 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.0" |
| 873 | + "@babel/plugin-syntax-top-level-await" "^7.12.13" |
| 874 | + "@babel/plugin-transform-arrow-functions" "^7.13.0" |
| 875 | + "@babel/plugin-transform-async-to-generator" "^7.13.0" |
| 876 | + "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
| 877 | + "@babel/plugin-transform-block-scoping" "^7.14.1" |
| 878 | + "@babel/plugin-transform-classes" "^7.13.0" |
| 879 | + "@babel/plugin-transform-computed-properties" "^7.13.0" |
| 880 | + "@babel/plugin-transform-destructuring" "^7.13.17" |
| 881 | + "@babel/plugin-transform-dotall-regex" "^7.12.13" |
| 882 | + "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
| 883 | + "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
| 884 | + "@babel/plugin-transform-for-of" "^7.13.0" |
| 885 | + "@babel/plugin-transform-function-name" "^7.12.13" |
| 886 | + "@babel/plugin-transform-literals" "^7.12.13" |
| 887 | + "@babel/plugin-transform-member-expression-literals" "^7.12.13" |
| 888 | + "@babel/plugin-transform-modules-amd" "^7.14.0" |
| 889 | + "@babel/plugin-transform-modules-commonjs" "^7.14.0" |
| 890 | + "@babel/plugin-transform-modules-systemjs" "^7.13.8" |
| 891 | + "@babel/plugin-transform-modules-umd" "^7.14.0" |
| 892 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" |
| 893 | + "@babel/plugin-transform-new-target" "^7.12.13" |
| 894 | + "@babel/plugin-transform-object-super" "^7.12.13" |
| 895 | + "@babel/plugin-transform-parameters" "^7.13.0" |
| 896 | + "@babel/plugin-transform-property-literals" "^7.12.13" |
| 897 | + "@babel/plugin-transform-regenerator" "^7.13.15" |
| 898 | + "@babel/plugin-transform-reserved-words" "^7.12.13" |
| 899 | + "@babel/plugin-transform-shorthand-properties" "^7.12.13" |
| 900 | + "@babel/plugin-transform-spread" "^7.13.0" |
| 901 | + "@babel/plugin-transform-sticky-regex" "^7.12.13" |
| 902 | + "@babel/plugin-transform-template-literals" "^7.13.0" |
| 903 | + "@babel/plugin-transform-typeof-symbol" "^7.12.13" |
| 904 | + "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
| 905 | + "@babel/plugin-transform-unicode-regex" "^7.12.13" |
| 906 | + "@babel/preset-modules" "^0.1.4" |
| 907 | + "@babel/types" "^7.14.1" |
| 908 | + babel-plugin-polyfill-corejs2 "^0.2.0" |
| 909 | + babel-plugin-polyfill-corejs3 "^0.2.0" |
| 910 | + babel-plugin-polyfill-regenerator "^0.2.0" |
| 911 | + core-js-compat "^3.9.0" |
| 912 | + semver "^6.3.0" |
| 913 | + |
| 914 | +"@babel/preset-env@^7.12.11": |
829 | 915 | version "7.14.0"
|
830 | 916 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5"
|
831 | 917 | integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ==
|
|
985 | 1071 | "@babel/helper-validator-identifier" "^7.14.0"
|
986 | 1072 | to-fast-properties "^2.0.0"
|
987 | 1073 |
|
| 1074 | +"@babel/types@^7.14.1": |
| 1075 | + version "7.14.1" |
| 1076 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db" |
| 1077 | + integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA== |
| 1078 | + dependencies: |
| 1079 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1080 | + to-fast-properties "^2.0.0" |
| 1081 | + |
988 | 1082 | "@bcoe/v8-coverage@^0.2.3":
|
989 | 1083 | version "0.2.3"
|
990 | 1084 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments