|
559 | 559 | dependencies: |
560 | 560 | "@babel/helper-plugin-utils" "^7.12.13" |
561 | 561 |
|
562 | | -"@babel/plugin-transform-block-scoping@^7.13.16", "@babel/plugin-transform-block-scoping@^7.14.1": |
| 562 | +"@babel/plugin-transform-block-scoping@^7.14.1": |
563 | 563 | version "7.14.1" |
564 | 564 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2" |
565 | 565 | integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA== |
|
825 | 825 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
826 | 826 | "@babel/helper-plugin-utils" "^7.12.13" |
827 | 827 |
|
828 | | - |
829 | | - version "7.14.0" |
830 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5" |
831 | | - integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ== |
832 | | - dependencies: |
833 | | - "@babel/compat-data" "^7.14.0" |
834 | | - "@babel/helper-compilation-targets" "^7.13.16" |
835 | | - "@babel/helper-plugin-utils" "^7.13.0" |
836 | | - "@babel/helper-validator-option" "^7.12.17" |
837 | | - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
838 | | - "@babel/plugin-proposal-async-generator-functions" "^7.13.15" |
839 | | - "@babel/plugin-proposal-class-properties" "^7.13.0" |
840 | | - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
841 | | - "@babel/plugin-proposal-dynamic-import" "^7.13.8" |
842 | | - "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
843 | | - "@babel/plugin-proposal-json-strings" "^7.13.8" |
844 | | - "@babel/plugin-proposal-logical-assignment-operators" "^7.13.8" |
845 | | - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" |
846 | | - "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
847 | | - "@babel/plugin-proposal-object-rest-spread" "^7.13.8" |
848 | | - "@babel/plugin-proposal-optional-catch-binding" "^7.13.8" |
849 | | - "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
850 | | - "@babel/plugin-proposal-private-methods" "^7.13.0" |
851 | | - "@babel/plugin-proposal-private-property-in-object" "^7.14.0" |
852 | | - "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
853 | | - "@babel/plugin-syntax-async-generators" "^7.8.4" |
854 | | - "@babel/plugin-syntax-class-properties" "^7.12.13" |
855 | | - "@babel/plugin-syntax-class-static-block" "^7.12.13" |
856 | | - "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
857 | | - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
858 | | - "@babel/plugin-syntax-json-strings" "^7.8.3" |
859 | | - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
860 | | - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
861 | | - "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
862 | | - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
863 | | - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
864 | | - "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
865 | | - "@babel/plugin-syntax-private-property-in-object" "^7.14.0" |
866 | | - "@babel/plugin-syntax-top-level-await" "^7.12.13" |
867 | | - "@babel/plugin-transform-arrow-functions" "^7.13.0" |
868 | | - "@babel/plugin-transform-async-to-generator" "^7.13.0" |
869 | | - "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
870 | | - "@babel/plugin-transform-block-scoping" "^7.13.16" |
871 | | - "@babel/plugin-transform-classes" "^7.13.0" |
872 | | - "@babel/plugin-transform-computed-properties" "^7.13.0" |
873 | | - "@babel/plugin-transform-destructuring" "^7.13.17" |
874 | | - "@babel/plugin-transform-dotall-regex" "^7.12.13" |
875 | | - "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
876 | | - "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
877 | | - "@babel/plugin-transform-for-of" "^7.13.0" |
878 | | - "@babel/plugin-transform-function-name" "^7.12.13" |
879 | | - "@babel/plugin-transform-literals" "^7.12.13" |
880 | | - "@babel/plugin-transform-member-expression-literals" "^7.12.13" |
881 | | - "@babel/plugin-transform-modules-amd" "^7.14.0" |
882 | | - "@babel/plugin-transform-modules-commonjs" "^7.14.0" |
883 | | - "@babel/plugin-transform-modules-systemjs" "^7.13.8" |
884 | | - "@babel/plugin-transform-modules-umd" "^7.14.0" |
885 | | - "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" |
886 | | - "@babel/plugin-transform-new-target" "^7.12.13" |
887 | | - "@babel/plugin-transform-object-super" "^7.12.13" |
888 | | - "@babel/plugin-transform-parameters" "^7.13.0" |
889 | | - "@babel/plugin-transform-property-literals" "^7.12.13" |
890 | | - "@babel/plugin-transform-regenerator" "^7.13.15" |
891 | | - "@babel/plugin-transform-reserved-words" "^7.12.13" |
892 | | - "@babel/plugin-transform-shorthand-properties" "^7.12.13" |
893 | | - "@babel/plugin-transform-spread" "^7.13.0" |
894 | | - "@babel/plugin-transform-sticky-regex" "^7.12.13" |
895 | | - "@babel/plugin-transform-template-literals" "^7.13.0" |
896 | | - "@babel/plugin-transform-typeof-symbol" "^7.12.13" |
897 | | - "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
898 | | - "@babel/plugin-transform-unicode-regex" "^7.12.13" |
899 | | - "@babel/preset-modules" "^0.1.4" |
900 | | - "@babel/types" "^7.14.0" |
901 | | - babel-plugin-polyfill-corejs2 "^0.2.0" |
902 | | - babel-plugin-polyfill-corejs3 "^0.2.0" |
903 | | - babel-plugin-polyfill-regenerator "^0.2.0" |
904 | | - core-js-compat "^3.9.0" |
905 | | - semver "^6.3.0" |
906 | | - |
907 | | -"@babel/preset-env@^7.12.11": |
| 828 | +"@babel/[email protected]", "@babel/preset-env@^7.12.11": |
908 | 829 | version "7.14.1" |
909 | 830 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93" |
910 | 831 | integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ== |
|
0 commit comments