|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.12.13" |
18 | 18 |
|
19 | | -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8": |
20 | | - version "7.13.15" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4" |
22 | | - integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA== |
| 19 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0": |
| 20 | + version "7.14.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
| 22 | + integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
23 | 23 |
|
24 | 24 | "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5": |
25 | 25 | version "7.14.0" |
|
75 | 75 | "@babel/helper-explode-assignable-expression" "^7.12.13" |
76 | 76 | "@babel/types" "^7.12.13" |
77 | 77 |
|
78 | | -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8": |
| 78 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8": |
79 | 79 | version "7.13.16" |
80 | 80 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
81 | 81 | integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
|
85 | 85 | browserslist "^4.14.5" |
86 | 86 | semver "^6.3.0" |
87 | 87 |
|
88 | | -"@babel/helper-create-class-features-plugin@^7.13.0": |
89 | | - version "7.13.0" |
90 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.0.tgz#28d04ad9cfbd1ed1d8b988c9ea7b945263365846" |
91 | | - integrity sha512-twwzhthM4/+6o9766AW2ZBHpIHPSGrPGk1+WfHiu13u/lBnggXGNYCpeAyVfNwGDKfkhEDp+WOD/xafoJ2iLjA== |
| 88 | +"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0": |
| 89 | + version "7.14.0" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.0.tgz#38367d3dab125b12f94273de418f4df23a11a15e" |
| 91 | + integrity sha512-6pXDPguA5zC40Y8oI5mqr+jEUpjMJonKvknvA+vD8CYDz5uuXEwWBK8sRAsE/t3gfb1k15AQb9RhwpscC4nUJQ== |
92 | 92 | dependencies: |
| 93 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
93 | 94 | "@babel/helper-function-name" "^7.12.13" |
94 | | - "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 95 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
95 | 96 | "@babel/helper-optimise-call-expression" "^7.12.13" |
96 | | - "@babel/helper-replace-supers" "^7.13.0" |
| 97 | + "@babel/helper-replace-supers" "^7.13.12" |
97 | 98 | "@babel/helper-split-export-declaration" "^7.12.13" |
98 | 99 |
|
99 | 100 | "@babel/helper-create-regexp-features-plugin@^7.12.13": |
|
149 | 150 | "@babel/traverse" "^7.13.0" |
150 | 151 | "@babel/types" "^7.13.0" |
151 | 152 |
|
152 | | -"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12": |
| 153 | +"@babel/helper-member-expression-to-functions@^7.13.12": |
153 | 154 | version "7.13.12" |
154 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
155 | 156 | integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
|
208 | 209 | "@babel/traverse" "^7.13.0" |
209 | 210 | "@babel/types" "^7.13.12" |
210 | 211 |
|
211 | | -"@babel/helper-simple-access@^7.12.13", "@babel/helper-simple-access@^7.13.12": |
| 212 | +"@babel/helper-simple-access@^7.13.12": |
212 | 213 | version "7.13.12" |
213 | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" |
214 | 215 | integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== |
|
298 | 299 | "@babel/helper-create-class-features-plugin" "^7.13.0" |
299 | 300 | "@babel/helper-plugin-utils" "^7.13.0" |
300 | 301 |
|
| 302 | +"@babel/plugin-proposal-class-static-block@^7.13.11": |
| 303 | + version "7.13.11" |
| 304 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
| 305 | + integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 306 | + dependencies: |
| 307 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 308 | + "@babel/plugin-syntax-class-static-block" "^7.12.13" |
| 309 | + |
301 | 310 | "@babel/plugin-proposal-dynamic-import@^7.13.8": |
302 | 311 | version "7.13.8" |
303 | 312 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz#876a1f6966e1dec332e8c9451afda3bebcdf2e1d" |
|
382 | 391 | "@babel/helper-create-class-features-plugin" "^7.13.0" |
383 | 392 | "@babel/helper-plugin-utils" "^7.13.0" |
384 | 393 |
|
| 394 | +"@babel/plugin-proposal-private-property-in-object@^7.14.0": |
| 395 | + version "7.14.0" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz#b1a1f2030586b9d3489cc26179d2eb5883277636" |
| 397 | + integrity sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg== |
| 398 | + dependencies: |
| 399 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 400 | + "@babel/helper-create-class-features-plugin" "^7.14.0" |
| 401 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 402 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.0" |
| 403 | + |
385 | 404 | "@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": |
386 | 405 | version "7.12.13" |
387 | 406 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba" |
|
411 | 430 | dependencies: |
412 | 431 | "@babel/helper-plugin-utils" "^7.12.13" |
413 | 432 |
|
| 433 | +"@babel/plugin-syntax-class-static-block@^7.12.13": |
| 434 | + version "7.12.13" |
| 435 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz#8e3d674b0613e67975ceac2776c97b60cafc5c9c" |
| 436 | + integrity sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A== |
| 437 | + dependencies: |
| 438 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 439 | + |
414 | 440 | "@babel/plugin-syntax-dynamic-import@^7.8.3": |
415 | 441 | version "7.8.3" |
416 | 442 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" |
|
488 | 514 | dependencies: |
489 | 515 | "@babel/helper-plugin-utils" "^7.8.0" |
490 | 516 |
|
| 517 | +"@babel/plugin-syntax-private-property-in-object@^7.14.0": |
| 518 | + version "7.14.0" |
| 519 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz#762a4babec61176fec6c88480dec40372b140c0b" |
| 520 | + integrity sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w== |
| 521 | + dependencies: |
| 522 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 523 | + |
491 | 524 | "@babel/plugin-syntax-top-level-await@^7.12.13", "@babel/plugin-syntax-top-level-await@^7.8.3": |
492 | 525 | version "7.12.13" |
493 | 526 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178" |
|
518 | 551 | dependencies: |
519 | 552 | "@babel/helper-plugin-utils" "^7.12.13" |
520 | 553 |
|
521 | | -"@babel/plugin-transform-block-scoping@^7.12.13": |
522 | | - version "7.12.13" |
523 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz#f36e55076d06f41dfd78557ea039c1b581642e61" |
524 | | - integrity sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== |
| 554 | +"@babel/plugin-transform-block-scoping@^7.13.16": |
| 555 | + version "7.13.16" |
| 556 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892" |
| 557 | + integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg== |
525 | 558 | dependencies: |
526 | | - "@babel/helper-plugin-utils" "^7.12.13" |
| 559 | + "@babel/helper-plugin-utils" "^7.13.0" |
527 | 560 |
|
528 | 561 | "@babel/plugin-transform-classes@^7.13.0": |
529 | 562 | version "7.13.0" |
|
545 | 578 | dependencies: |
546 | 579 | "@babel/helper-plugin-utils" "^7.13.0" |
547 | 580 |
|
548 | | -"@babel/plugin-transform-destructuring@^7.13.0": |
549 | | - version "7.13.0" |
550 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz#c5dce270014d4e1ebb1d806116694c12b7028963" |
551 | | - integrity sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== |
| 581 | +"@babel/plugin-transform-destructuring@^7.13.17": |
| 582 | + version "7.13.17" |
| 583 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
| 584 | + integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
552 | 585 | dependencies: |
553 | 586 | "@babel/helper-plugin-utils" "^7.13.0" |
554 | 587 |
|
|
604 | 637 | dependencies: |
605 | 638 | "@babel/helper-plugin-utils" "^7.12.13" |
606 | 639 |
|
607 | | -"@babel/plugin-transform-modules-amd@^7.13.0": |
608 | | - version "7.13.0" |
609 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz#19f511d60e3d8753cc5a6d4e775d3a5184866cc3" |
610 | | - integrity sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ== |
| 640 | +"@babel/plugin-transform-modules-amd@^7.14.0": |
| 641 | + version "7.14.0" |
| 642 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.0.tgz#589494b5b290ff76cf7f59c798011f6d77026553" |
| 643 | + integrity sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ== |
611 | 644 | dependencies: |
612 | | - "@babel/helper-module-transforms" "^7.13.0" |
| 645 | + "@babel/helper-module-transforms" "^7.14.0" |
613 | 646 | "@babel/helper-plugin-utils" "^7.13.0" |
614 | 647 | babel-plugin-dynamic-import-node "^2.3.3" |
615 | 648 |
|
616 | | -"@babel/plugin-transform-modules-commonjs@^7.13.8": |
617 | | - version "7.13.8" |
618 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz#7b01ad7c2dcf2275b06fa1781e00d13d420b3e1b" |
619 | | - integrity sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== |
| 649 | +"@babel/plugin-transform-modules-commonjs@^7.14.0": |
| 650 | + version "7.14.0" |
| 651 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz#52bc199cb581e0992edba0f0f80356467587f161" |
| 652 | + integrity sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ== |
620 | 653 | dependencies: |
621 | | - "@babel/helper-module-transforms" "^7.13.0" |
| 654 | + "@babel/helper-module-transforms" "^7.14.0" |
622 | 655 | "@babel/helper-plugin-utils" "^7.13.0" |
623 | | - "@babel/helper-simple-access" "^7.12.13" |
| 656 | + "@babel/helper-simple-access" "^7.13.12" |
624 | 657 | babel-plugin-dynamic-import-node "^2.3.3" |
625 | 658 |
|
626 | 659 | "@babel/plugin-transform-modules-systemjs@^7.13.8": |
|
634 | 667 | "@babel/helper-validator-identifier" "^7.12.11" |
635 | 668 | babel-plugin-dynamic-import-node "^2.3.3" |
636 | 669 |
|
637 | | -"@babel/plugin-transform-modules-umd@^7.13.0": |
638 | | - version "7.13.0" |
639 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz#8a3d96a97d199705b9fd021580082af81c06e70b" |
640 | | - integrity sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw== |
| 670 | +"@babel/plugin-transform-modules-umd@^7.14.0": |
| 671 | + version "7.14.0" |
| 672 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz#2f8179d1bbc9263665ce4a65f305526b2ea8ac34" |
| 673 | + integrity sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw== |
641 | 674 | dependencies: |
642 | | - "@babel/helper-module-transforms" "^7.13.0" |
| 675 | + "@babel/helper-module-transforms" "^7.14.0" |
643 | 676 | "@babel/helper-plugin-utils" "^7.13.0" |
644 | 677 |
|
645 | 678 | "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": |
|
789 | 822 | "@babel/helper-plugin-utils" "^7.12.13" |
790 | 823 |
|
791 | 824 | "@babel/preset-env@^7.12.11": |
792 | | - version "7.13.15" |
793 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f" |
794 | | - integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA== |
| 825 | + version "7.14.0" |
| 826 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5" |
| 827 | + integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ== |
795 | 828 | dependencies: |
796 | | - "@babel/compat-data" "^7.13.15" |
797 | | - "@babel/helper-compilation-targets" "^7.13.13" |
| 829 | + "@babel/compat-data" "^7.14.0" |
| 830 | + "@babel/helper-compilation-targets" "^7.13.16" |
798 | 831 | "@babel/helper-plugin-utils" "^7.13.0" |
799 | 832 | "@babel/helper-validator-option" "^7.12.17" |
800 | 833 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
801 | 834 | "@babel/plugin-proposal-async-generator-functions" "^7.13.15" |
802 | 835 | "@babel/plugin-proposal-class-properties" "^7.13.0" |
| 836 | + "@babel/plugin-proposal-class-static-block" "^7.13.11" |
803 | 837 | "@babel/plugin-proposal-dynamic-import" "^7.13.8" |
804 | 838 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
805 | 839 | "@babel/plugin-proposal-json-strings" "^7.13.8" |
|
810 | 844 | "@babel/plugin-proposal-optional-catch-binding" "^7.13.8" |
811 | 845 | "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
812 | 846 | "@babel/plugin-proposal-private-methods" "^7.13.0" |
| 847 | + "@babel/plugin-proposal-private-property-in-object" "^7.14.0" |
813 | 848 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
814 | 849 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
815 | 850 | "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 851 | + "@babel/plugin-syntax-class-static-block" "^7.12.13" |
816 | 852 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
817 | 853 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
818 | 854 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
|
822 | 858 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
823 | 859 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
824 | 860 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 861 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.0" |
825 | 862 | "@babel/plugin-syntax-top-level-await" "^7.12.13" |
826 | 863 | "@babel/plugin-transform-arrow-functions" "^7.13.0" |
827 | 864 | "@babel/plugin-transform-async-to-generator" "^7.13.0" |
828 | 865 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
829 | | - "@babel/plugin-transform-block-scoping" "^7.12.13" |
| 866 | + "@babel/plugin-transform-block-scoping" "^7.13.16" |
830 | 867 | "@babel/plugin-transform-classes" "^7.13.0" |
831 | 868 | "@babel/plugin-transform-computed-properties" "^7.13.0" |
832 | | - "@babel/plugin-transform-destructuring" "^7.13.0" |
| 869 | + "@babel/plugin-transform-destructuring" "^7.13.17" |
833 | 870 | "@babel/plugin-transform-dotall-regex" "^7.12.13" |
834 | 871 | "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
835 | 872 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
836 | 873 | "@babel/plugin-transform-for-of" "^7.13.0" |
837 | 874 | "@babel/plugin-transform-function-name" "^7.12.13" |
838 | 875 | "@babel/plugin-transform-literals" "^7.12.13" |
839 | 876 | "@babel/plugin-transform-member-expression-literals" "^7.12.13" |
840 | | - "@babel/plugin-transform-modules-amd" "^7.13.0" |
841 | | - "@babel/plugin-transform-modules-commonjs" "^7.13.8" |
| 877 | + "@babel/plugin-transform-modules-amd" "^7.14.0" |
| 878 | + "@babel/plugin-transform-modules-commonjs" "^7.14.0" |
842 | 879 | "@babel/plugin-transform-modules-systemjs" "^7.13.8" |
843 | | - "@babel/plugin-transform-modules-umd" "^7.13.0" |
| 880 | + "@babel/plugin-transform-modules-umd" "^7.14.0" |
844 | 881 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" |
845 | 882 | "@babel/plugin-transform-new-target" "^7.12.13" |
846 | 883 | "@babel/plugin-transform-object-super" "^7.12.13" |
|
856 | 893 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
857 | 894 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
858 | 895 | "@babel/preset-modules" "^0.1.4" |
859 | | - "@babel/types" "^7.13.14" |
| 896 | + "@babel/types" "^7.14.0" |
860 | 897 | babel-plugin-polyfill-corejs2 "^0.2.0" |
861 | 898 | babel-plugin-polyfill-corejs3 "^0.2.0" |
862 | 899 | babel-plugin-polyfill-regenerator "^0.2.0" |
|
924 | 961 | debug "^4.1.0" |
925 | 962 | globals "^11.1.0" |
926 | 963 |
|
927 | | -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 964 | +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
928 | 965 | version "7.14.0" |
929 | 966 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802" |
930 | 967 | integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg== |
|
0 commit comments