|
594 | 594 | "@babel/template" "^7.8.3"
|
595 | 595 | "@babel/types" "^7.8.3"
|
596 | 596 |
|
| 597 | +"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": |
| 598 | + version "7.11.0" |
| 599 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" |
| 600 | + integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== |
| 601 | + dependencies: |
| 602 | + "@babel/types" "^7.11.0" |
| 603 | + |
597 | 604 | "@babel/helper-split-export-declaration@^7.0.0", "@babel/helper-split-export-declaration@^7.4.4":
|
598 | 605 | version "7.4.4"
|
599 | 606 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
|
|
896 | 903 | "@babel/helper-plugin-utils" "^7.8.3"
|
897 | 904 | "@babel/plugin-syntax-optional-chaining" "^7.8.0"
|
898 | 905 |
|
899 |
| -"@babel/plugin-proposal-optional-chaining@^7.10.4", "@babel/plugin-proposal-optional-chaining@^7.9.0": |
| 906 | +"@babel/plugin-proposal-optional-chaining@^7.11.0": |
| 907 | + version "7.11.0" |
| 908 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
| 909 | + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
| 910 | + dependencies: |
| 911 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 912 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
| 913 | + "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
| 914 | + |
| 915 | +"@babel/plugin-proposal-optional-chaining@^7.9.0": |
900 | 916 | version "7.10.4"
|
901 | 917 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7"
|
902 | 918 | integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==
|
|
2160 | 2176 | lodash "^4.17.19"
|
2161 | 2177 | to-fast-properties "^2.0.0"
|
2162 | 2178 |
|
| 2179 | +"@babel/types@^7.11.0": |
| 2180 | + version "7.11.0" |
| 2181 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 2182 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 2183 | + dependencies: |
| 2184 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 2185 | + lodash "^4.17.19" |
| 2186 | + to-fast-properties "^2.0.0" |
| 2187 | + |
2163 | 2188 | "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
2164 | 2189 | version "7.9.5"
|
2165 | 2190 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
0 commit comments