|
55 | 55 | invariant "^2.2.4" |
56 | 56 | semver "^5.5.0" |
57 | 57 |
|
58 | | -"@babel/core@*", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.3.4", "@babel/core@^7.7.4", "@babel/core@^7.7.5": |
| 58 | +"@babel/core@*", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.3.4", "@babel/core@^7.7.4", "@babel/core@^7.7.5", "@babel/core@^7.8.0": |
59 | 59 | version "7.9.0" |
60 | 60 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
61 | 61 | integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
|
423 | 423 | dependencies: |
424 | 424 | "@babel/helper-plugin-utils" "^7.8.0" |
425 | 425 |
|
426 | | -"@babel/plugin-syntax-bigint@^7.0.0": |
427 | | - version "7.8.3" |
428 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" |
429 | | - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== |
430 | | - dependencies: |
431 | | - "@babel/helper-plugin-utils" "^7.8.0" |
432 | | - |
433 | | -"@babel/plugin-syntax-class-properties@^7.0.0": |
| 426 | +"@babel/plugin-syntax-class-properties@^7.0.0", "@babel/plugin-syntax-class-properties@^7.8.3": |
434 | 427 | version "7.8.3" |
435 | 428 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.8.3.tgz#6cb933a8872c8d359bfde69bbeaae5162fd1e8f7" |
436 | 429 | integrity sha512-UcAyQWg2bAN647Q+O811tG9MrJ38Z10jjhQdKNAL8fsyPzE3cCN/uT+f55cFVY4aGO4jqJAvmqsuY3GQDwAoXg== |
|
479 | 472 | dependencies: |
480 | 473 | "@babel/helper-plugin-utils" "^7.8.3" |
481 | 474 |
|
| 475 | +"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": |
| 476 | + version "7.8.3" |
| 477 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.8.3.tgz#3995d7d7ffff432f6ddc742b47e730c054599897" |
| 478 | + integrity sha512-Zpg2Sgc++37kuFl6ppq2Q7Awc6E6AIW671x5PY8E/f7MCIyPPGK/EoeZXvvY3P42exZ3Q4/t3YOzP/HiN79jDg== |
| 479 | + dependencies: |
| 480 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 481 | + |
482 | 482 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": |
483 | 483 | version "7.8.3" |
484 | 484 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" |
@@ -3443,6 +3443,15 @@ babel-polyfill@6.23.0: |
3443 | 3443 | core-js "^2.4.0" |
3444 | 3444 | regenerator-runtime "^0.10.0" |
3445 | 3445 |
|
| 3446 | +babel-preset-current-node-syntax@^0.1.0: |
| 3447 | + version "0.1.0" |
| 3448 | + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.0.tgz#744b43eda7a164e5f90ad416dcd9615e8b7842c1" |
| 3449 | + integrity sha512-gVdIosHhVr8ZFaMo8FVOihafV0UOj26/v4A1etZAPy/XqrJO5dvTLfxGaIApumZ66n7AEkFy3e+SPGOv46YhKQ== |
| 3450 | + dependencies: |
| 3451 | + "@babel/plugin-syntax-class-properties" "^7.8.3" |
| 3452 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" |
| 3453 | + "@babel/plugin-syntax-numeric-separator" "^7.8.3" |
| 3454 | + |
3446 | 3455 | babel-preset-fbjs@^3.1.2, babel-preset-fbjs@^3.2.0: |
3447 | 3456 | version "3.3.0" |
3448 | 3457 | resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.3.0.tgz#a6024764ea86c8e06a22d794ca8b69534d263541" |
|
0 commit comments