|
122 | 122 | dependencies:
|
123 | 123 | "@babel/highlight" "^7.0.0"
|
124 | 124 |
|
125 |
| -"@babel/[email protected]", "@babel/core@^7.5.5": |
| 125 | + |
| 126 | + version "7.6.4" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff" |
| 128 | + integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ== |
| 129 | + dependencies: |
| 130 | + "@babel/code-frame" "^7.5.5" |
| 131 | + "@babel/generator" "^7.6.4" |
| 132 | + "@babel/helpers" "^7.6.2" |
| 133 | + "@babel/parser" "^7.6.4" |
| 134 | + "@babel/template" "^7.6.0" |
| 135 | + "@babel/traverse" "^7.6.3" |
| 136 | + "@babel/types" "^7.6.3" |
| 137 | + convert-source-map "^1.1.0" |
| 138 | + debug "^4.1.0" |
| 139 | + json5 "^2.1.0" |
| 140 | + lodash "^4.17.13" |
| 141 | + resolve "^1.3.2" |
| 142 | + semver "^5.4.1" |
| 143 | + source-map "^0.5.0" |
| 144 | + |
| 145 | +"@babel/core@^7.5.5": |
126 | 146 | version "7.6.3"
|
127 | 147 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
|
128 | 148 | integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
|
|
162 | 182 | lodash "^4.17.13"
|
163 | 183 | source-map "^0.6.1"
|
164 | 184 |
|
| 185 | +"@babel/generator@^7.6.4": |
| 186 | + version "7.6.4" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671" |
| 188 | + integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w== |
| 189 | + dependencies: |
| 190 | + "@babel/types" "^7.6.3" |
| 191 | + jsesc "^2.5.1" |
| 192 | + lodash "^4.17.13" |
| 193 | + source-map "^0.5.0" |
| 194 | + |
165 | 195 | "@babel/helper-annotate-as-pure@^7.0.0":
|
166 | 196 | version "7.0.0"
|
167 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
345 | 375 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
|
346 | 376 | integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
|
347 | 377 |
|
| 378 | +"@babel/parser@^7.6.4": |
| 379 | + version "7.6.4" |
| 380 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81" |
| 381 | + integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A== |
| 382 | + |
348 | 383 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
349 | 384 | version "7.2.0"
|
350 | 385 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
0 commit comments