|
201 | 201 | "@babel/helper-remap-async-to-generator" "^7.0.0"
|
202 | 202 | "@babel/plugin-syntax-async-generators" "^7.0.0"
|
203 | 203 |
|
| 204 | +"@babel/plugin-proposal-function-bind@7.0.x": |
| 205 | + version "7.0.0" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.0.0.tgz#030bb3dd7affb5a0df8326cdd3e9f6776e95a225" |
| 207 | + dependencies: |
| 208 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 209 | + "@babel/plugin-syntax-function-bind" "^7.0.0" |
| 210 | + |
204 | 211 | "@babel/plugin-proposal-json-strings@^7.0.0":
|
205 | 212 | version "7.0.0"
|
206 | 213 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.0.0.tgz#3b4d7b5cf51e1f2e70f52351d28d44fc2970d01e"
|
207 | 214 | dependencies:
|
208 | 215 | "@babel/helper-plugin-utils" "^7.0.0"
|
209 | 216 | "@babel/plugin-syntax-json-strings" "^7.0.0"
|
210 | 217 |
|
211 |
| -"@babel/plugin-proposal-object-rest-spread@^7.0.0": |
| 218 | +"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@x": |
212 | 219 | version "7.0.0"
|
213 | 220 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0.tgz#9a17b547f64d0676b6c9cecd4edf74a82ab85e7e"
|
214 | 221 | dependencies:
|
|
236 | 243 | dependencies:
|
237 | 244 | "@babel/helper-plugin-utils" "^7.0.0"
|
238 | 245 |
|
| 246 | +"@babel/plugin-syntax-function-bind@^7.0.0": |
| 247 | + version "7.0.0" |
| 248 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-function-bind/-/plugin-syntax-function-bind-7.0.0.tgz#04ad5fac3f68460ef028b1d92abc09781f2e7478" |
| 249 | + dependencies: |
| 250 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 251 | + |
239 | 252 | "@babel/plugin-syntax-json-strings@^7.0.0":
|
240 | 253 | version "7.0.0"
|
241 | 254 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz#0d259a68090e15b383ce3710e01d5b23f3770cbd"
|
|
402 | 415 | dependencies:
|
403 | 416 | regenerator-transform "^0.13.3"
|
404 | 417 |
|
| 418 | +"@babel/plugin-transform-runtime@7.1.x": |
| 419 | + version "7.1.0" |
| 420 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.1.0.tgz#9f76920d42551bb577e2dc594df229b5f7624b63" |
| 421 | + dependencies: |
| 422 | + "@babel/helper-module-imports" "^7.0.0" |
| 423 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 424 | + resolve "^1.8.1" |
| 425 | + semver "^5.5.1" |
| 426 | + |
405 | 427 | "@babel/plugin-transform-shorthand-properties@^7.0.0":
|
406 | 428 | version "7.0.0"
|
407 | 429 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0.tgz#85f8af592dcc07647541a0350e8c95c7bf419d15"
|
|
500 | 522 | pirates "^4.0.0"
|
501 | 523 | source-map-support "^0.5.9"
|
502 | 524 |
|
| 525 | +"@babel/runtime@7.0.x": |
| 526 | + version "7.0.0" |
| 527 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c" |
| 528 | + dependencies: |
| 529 | + regenerator-runtime "^0.12.0" |
| 530 | + |
503 | 531 | "@babel/template@^7.0.0":
|
504 | 532 | version "7.0.0"
|
505 | 533 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
|
@@ -3287,6 +3315,10 @@ regenerate@^1.4.0:
|
3287 | 3315 | version "1.4.0"
|
3288 | 3316 | resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
3289 | 3317 |
|
| 3318 | +regenerator-runtime@^0.12.0: |
| 3319 | + version "0.12.1" |
| 3320 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" |
| 3321 | + |
3290 | 3322 | regenerator-transform@^0.13.3:
|
3291 | 3323 | version "0.13.3"
|
3292 | 3324 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb"
|
@@ -3423,7 +3455,7 @@ resolve-url@^0.2.1:
|
3423 | 3455 | version "0.2.1"
|
3424 | 3456 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
3425 | 3457 |
|
3426 |
| -resolve@^1.3.2: |
| 3458 | +resolve@^1.3.2, resolve@^1.8.1: |
3427 | 3459 | version "1.8.1"
|
3428 | 3460 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
|
3429 | 3461 | dependencies:
|
@@ -3515,7 +3547,7 @@ semver@^5.3.0:
|
3515 | 3547 | version "5.4.1"
|
3516 | 3548 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
|
3517 | 3549 |
|
3518 |
| -semver@^5.4.1: |
| 3550 | +semver@^5.4.1, semver@^5.5.1: |
3519 | 3551 | version "5.5.1"
|
3520 | 3552 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"
|
3521 | 3553 |
|
|
0 commit comments