|
171 | 171 | dependencies: |
172 | 172 | "@babel/types" "^7.12.13" |
173 | 173 |
|
| 174 | +"@babel/helper-module-imports@^7.13.12": |
| 175 | + version "7.13.12" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" |
| 177 | + integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== |
| 178 | + dependencies: |
| 179 | + "@babel/types" "^7.13.12" |
| 180 | + |
174 | 181 | "@babel/helper-module-transforms@^7.13.0": |
175 | 182 | version "7.13.0" |
176 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
|
704 | 711 | dependencies: |
705 | 712 | "@babel/helper-plugin-utils" "^7.12.13" |
706 | 713 |
|
707 | | -"@babel/plugin-transform-react-jsx-development@^7.12.12": |
| 714 | +"@babel/plugin-transform-react-jsx-development@^7.12.17": |
708 | 715 | version "7.12.17" |
709 | 716 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447" |
710 | 717 | integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ== |
711 | 718 | dependencies: |
712 | 719 | "@babel/plugin-transform-react-jsx" "^7.12.17" |
713 | 720 |
|
714 | | -"@babel/plugin-transform-react-jsx@^7.12.13", "@babel/plugin-transform-react-jsx@^7.12.17": |
715 | | - version "7.12.17" |
716 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.17.tgz#dd2c1299f5e26de584939892de3cfc1807a38f24" |
717 | | - integrity sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw== |
| 721 | +"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12": |
| 722 | + version "7.13.12" |
| 723 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3" |
| 724 | + integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA== |
718 | 725 | dependencies: |
719 | 726 | "@babel/helper-annotate-as-pure" "^7.12.13" |
720 | | - "@babel/helper-module-imports" "^7.12.13" |
721 | | - "@babel/helper-plugin-utils" "^7.12.13" |
| 727 | + "@babel/helper-module-imports" "^7.13.12" |
| 728 | + "@babel/helper-plugin-utils" "^7.13.0" |
722 | 729 | "@babel/plugin-syntax-jsx" "^7.12.13" |
723 | | - "@babel/types" "^7.12.17" |
| 730 | + "@babel/types" "^7.13.12" |
724 | 731 |
|
725 | 732 | "@babel/plugin-transform-react-pure-annotations@^7.12.1": |
726 | 733 | version "7.12.1" |
|
893 | 900 | "@babel/types" "^7.4.4" |
894 | 901 | esutils "^2.0.2" |
895 | 902 |
|
896 | | -"@babel/preset-react@7.12.13": |
897 | | - version "7.12.13" |
898 | | - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.13.tgz#5f911b2eb24277fa686820d5bd81cad9a0602a0a" |
899 | | - integrity sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA== |
| 903 | +"@babel/preset-react@7.13.13": |
| 904 | + version "7.13.13" |
| 905 | + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761" |
| 906 | + integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA== |
900 | 907 | dependencies: |
901 | | - "@babel/helper-plugin-utils" "^7.12.13" |
| 908 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 909 | + "@babel/helper-validator-option" "^7.12.17" |
902 | 910 | "@babel/plugin-transform-react-display-name" "^7.12.13" |
903 | | - "@babel/plugin-transform-react-jsx" "^7.12.13" |
904 | | - "@babel/plugin-transform-react-jsx-development" "^7.12.12" |
| 911 | + "@babel/plugin-transform-react-jsx" "^7.13.12" |
| 912 | + "@babel/plugin-transform-react-jsx-development" "^7.12.17" |
905 | 913 | "@babel/plugin-transform-react-pure-annotations" "^7.12.1" |
906 | 914 |
|
907 | 915 | "@babel/runtime-corejs3@^7.10.2": |
|
943 | 951 | globals "^11.1.0" |
944 | 952 | lodash "^4.17.19" |
945 | 953 |
|
946 | | -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 954 | +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
947 | 955 | version "7.13.12" |
948 | 956 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd" |
949 | 957 | integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== |
|
0 commit comments