|
69 | 69 | dependencies:
|
70 | 70 | "@babel/types" "^7.10.4"
|
71 | 71 |
|
| 72 | +"@babel/helper-annotate-as-pure@^7.12.10": |
| 73 | + version "7.12.10" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d" |
| 75 | + integrity sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ== |
| 76 | + dependencies: |
| 77 | + "@babel/types" "^7.12.10" |
| 78 | + |
72 | 79 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4":
|
73 | 80 | version "7.10.4"
|
74 | 81 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3"
|
|
77 | 84 | "@babel/helper-explode-assignable-expression" "^7.10.4"
|
78 | 85 | "@babel/types" "^7.10.4"
|
79 | 86 |
|
| 87 | +"@babel/helper-builder-react-jsx-experimental@^7.12.10": |
| 88 | + version "7.12.10" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.10.tgz#a58cb96a793dc0fcd5c9ed3bb36d62fdc60534c2" |
| 90 | + integrity sha512-3Kcr2LGpL7CTRDTTYm1bzeor9qZbxbvU2AxsLA6mUG9gYarSfIKMK0UlU+azLWI+s0+BH768bwyaziWB2NOJlQ== |
| 91 | + dependencies: |
| 92 | + "@babel/helper-annotate-as-pure" "^7.12.10" |
| 93 | + "@babel/helper-module-imports" "^7.12.5" |
| 94 | + "@babel/types" "^7.12.10" |
| 95 | + |
80 | 96 | "@babel/helper-builder-react-jsx-experimental@^7.12.4":
|
81 | 97 | version "7.12.4"
|
82 | 98 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.4.tgz#55fc1ead5242caa0ca2875dcb8eed6d311e50f48"
|
|
707 | 723 | "@babel/helper-plugin-utils" "^7.10.4"
|
708 | 724 | "@babel/plugin-syntax-jsx" "^7.12.1"
|
709 | 725 |
|
710 |
| -"@babel/plugin-transform-react-jsx-self@^7.12.1": |
711 |
| - version "7.12.1" |
712 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28" |
713 |
| - integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA== |
714 |
| - dependencies: |
715 |
| - "@babel/helper-plugin-utils" "^7.10.4" |
716 |
| - |
717 |
| -"@babel/plugin-transform-react-jsx-source@^7.12.1": |
718 |
| - version "7.12.1" |
719 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz#d07de6863f468da0809edcf79a1aa8ce2a82a26b" |
720 |
| - integrity sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ== |
721 |
| - dependencies: |
722 |
| - "@babel/helper-plugin-utils" "^7.10.4" |
723 |
| - |
724 |
| -"@babel/plugin-transform-react-jsx@^7.12.7": |
725 |
| - version "7.12.7" |
726 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.7.tgz#8b14d45f6eccd41b7f924bcb65c021e9f0a06f7f" |
727 |
| - integrity sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== |
| 726 | +"@babel/plugin-transform-react-jsx@^7.12.10": |
| 727 | + version "7.12.10" |
| 728 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.10.tgz#a7af3097c73479123594c8c8fe39545abebd44e3" |
| 729 | + integrity sha512-MM7/BC8QdHXM7Qc1wdnuk73R4gbuOpfrSUgfV/nODGc86sPY1tgmY2M9E9uAnf2e4DOIp8aKGWqgZfQxnTNGuw== |
728 | 730 | dependencies:
|
729 | 731 | "@babel/helper-builder-react-jsx" "^7.10.4"
|
730 |
| - "@babel/helper-builder-react-jsx-experimental" "^7.12.4" |
| 732 | + "@babel/helper-builder-react-jsx-experimental" "^7.12.10" |
731 | 733 | "@babel/helper-plugin-utils" "^7.10.4"
|
732 | 734 | "@babel/plugin-syntax-jsx" "^7.12.1"
|
733 | 735 |
|
|
897 | 899 | esutils "^2.0.2"
|
898 | 900 |
|
899 | 901 | "@babel/preset-react@^7.0.0-beta.35":
|
900 |
| - version "7.12.7" |
901 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.7.tgz#36d61d83223b07b6ac4ec55cf016abb0f70be83b" |
902 |
| - integrity sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== |
| 902 | + version "7.12.10" |
| 903 | + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.10.tgz#4fed65f296cbb0f5fb09de6be8cddc85cc909be9" |
| 904 | + integrity sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ== |
903 | 905 | dependencies:
|
904 | 906 | "@babel/helper-plugin-utils" "^7.10.4"
|
905 | 907 | "@babel/plugin-transform-react-display-name" "^7.12.1"
|
906 |
| - "@babel/plugin-transform-react-jsx" "^7.12.7" |
| 908 | + "@babel/plugin-transform-react-jsx" "^7.12.10" |
907 | 909 | "@babel/plugin-transform-react-jsx-development" "^7.12.7"
|
908 |
| - "@babel/plugin-transform-react-jsx-self" "^7.12.1" |
909 |
| - "@babel/plugin-transform-react-jsx-source" "^7.12.1" |
910 | 910 | "@babel/plugin-transform-react-pure-annotations" "^7.12.1"
|
911 | 911 |
|
912 | 912 | "@babel/runtime-corejs3@^7.10.2":
|
|
957 | 957 | lodash "^4.17.19"
|
958 | 958 | to-fast-properties "^2.0.0"
|
959 | 959 |
|
| 960 | +"@babel/types@^7.12.10": |
| 961 | + version "7.12.10" |
| 962 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260" |
| 963 | + integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw== |
| 964 | + dependencies: |
| 965 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 966 | + lodash "^4.17.19" |
| 967 | + to-fast-properties "^2.0.0" |
| 968 | + |
960 | 969 | "@bcoe/v8-coverage@^0.2.3":
|
961 | 970 | version "0.2.3"
|
962 | 971 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments