|
86 | 86 | invariant "^2.2.4"
|
87 | 87 | semver "^5.5.0"
|
88 | 88 |
|
89 |
| - |
90 |
| - version "7.10.5" |
91 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
92 |
| - integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
| 89 | +"@babel/compat-data@^7.11.0": |
| 90 | + version "7.11.0" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" |
| 92 | + integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== |
| 93 | + dependencies: |
| 94 | + browserslist "^4.12.0" |
| 95 | + invariant "^2.2.4" |
| 96 | + semver "^5.5.0" |
| 97 | + |
| 98 | + |
| 99 | + version "7.11.0" |
| 100 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76" |
| 101 | + integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg== |
93 | 102 | dependencies:
|
94 | 103 | "@babel/code-frame" "^7.10.4"
|
95 |
| - "@babel/generator" "^7.10.5" |
96 |
| - "@babel/helper-module-transforms" "^7.10.5" |
| 104 | + "@babel/generator" "^7.11.0" |
| 105 | + "@babel/helper-module-transforms" "^7.11.0" |
97 | 106 | "@babel/helpers" "^7.10.4"
|
98 |
| - "@babel/parser" "^7.10.5" |
| 107 | + "@babel/parser" "^7.11.0" |
99 | 108 | "@babel/template" "^7.10.4"
|
100 |
| - "@babel/traverse" "^7.10.5" |
101 |
| - "@babel/types" "^7.10.5" |
| 109 | + "@babel/traverse" "^7.11.0" |
| 110 | + "@babel/types" "^7.11.0" |
102 | 111 | convert-source-map "^1.7.0"
|
103 | 112 | debug "^4.1.0"
|
104 | 113 | gensync "^1.0.0-beta.1"
|
|
139 | 148 | jsesc "^2.5.1"
|
140 | 149 | source-map "^0.5.0"
|
141 | 150 |
|
| 151 | +"@babel/generator@^7.11.0": |
| 152 | + version "7.11.0" |
| 153 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
| 154 | + integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
| 155 | + dependencies: |
| 156 | + "@babel/types" "^7.11.0" |
| 157 | + jsesc "^2.5.1" |
| 158 | + source-map "^0.5.0" |
| 159 | + |
142 | 160 | "@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
|
143 | 161 | version "7.9.5"
|
144 | 162 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
|
|
309 | 327 | "@babel/types" "^7.10.5"
|
310 | 328 | lodash "^4.17.19"
|
311 | 329 |
|
| 330 | +"@babel/helper-module-transforms@^7.11.0": |
| 331 | + version "7.11.0" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" |
| 333 | + integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== |
| 334 | + dependencies: |
| 335 | + "@babel/helper-module-imports" "^7.10.4" |
| 336 | + "@babel/helper-replace-supers" "^7.10.4" |
| 337 | + "@babel/helper-simple-access" "^7.10.4" |
| 338 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 339 | + "@babel/template" "^7.10.4" |
| 340 | + "@babel/types" "^7.11.0" |
| 341 | + lodash "^4.17.19" |
| 342 | + |
312 | 343 | "@babel/helper-module-transforms@^7.9.0":
|
313 | 344 | version "7.9.0"
|
314 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
|
|
407 | 438 | "@babel/template" "^7.8.3"
|
408 | 439 | "@babel/types" "^7.8.3"
|
409 | 440 |
|
| 441 | +"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": |
| 442 | + version "7.11.0" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" |
| 444 | + integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== |
| 445 | + dependencies: |
| 446 | + "@babel/types" "^7.11.0" |
| 447 | + |
410 | 448 | "@babel/helper-split-export-declaration@^7.10.4":
|
411 | 449 | version "7.10.4"
|
412 | 450 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
|
413 | 451 | integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
|
414 | 452 | dependencies:
|
415 | 453 | "@babel/types" "^7.10.4"
|
416 | 454 |
|
| 455 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 456 | + version "7.11.0" |
| 457 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 458 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 459 | + dependencies: |
| 460 | + "@babel/types" "^7.11.0" |
| 461 | + |
417 | 462 | "@babel/helper-split-export-declaration@^7.8.3":
|
418 | 463 | version "7.8.3"
|
419 | 464 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
|
482 | 527 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
|
483 | 528 | integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
|
484 | 529 |
|
| 530 | +"@babel/parser@^7.11.0": |
| 531 | + version "7.11.0" |
| 532 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" |
| 533 | + integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== |
| 534 | + |
485 | 535 | "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
|
486 | 536 | version "7.9.4"
|
487 | 537 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
|
512 | 562 | "@babel/helper-plugin-utils" "^7.10.4"
|
513 | 563 | "@babel/plugin-syntax-dynamic-import" "^7.8.0"
|
514 | 564 |
|
| 565 | +"@babel/plugin-proposal-export-namespace-from@^7.10.4": |
| 566 | + version "7.10.4" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" |
| 568 | + integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== |
| 569 | + dependencies: |
| 570 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 571 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 572 | + |
515 | 573 | "@babel/plugin-proposal-json-strings@^7.10.4":
|
516 | 574 | version "7.10.4"
|
517 | 575 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db"
|
|
520 | 578 | "@babel/helper-plugin-utils" "^7.10.4"
|
521 | 579 | "@babel/plugin-syntax-json-strings" "^7.8.0"
|
522 | 580 |
|
| 581 | +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
| 582 | + version "7.11.0" |
| 583 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" |
| 584 | + integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== |
| 585 | + dependencies: |
| 586 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 587 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 588 | + |
523 | 589 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
|
524 | 590 | version "7.10.4"
|
525 | 591 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
|
|
536 | 602 | "@babel/helper-plugin-utils" "^7.10.4"
|
537 | 603 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
538 | 604 |
|
539 |
| -"@babel/plugin-proposal-object-rest-spread@^7.10.4": |
540 |
| - version "7.10.4" |
541 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" |
542 |
| - integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== |
| 605 | +"@babel/plugin-proposal-object-rest-spread@^7.11.0": |
| 606 | + version "7.11.0" |
| 607 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" |
| 608 | + integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== |
543 | 609 | dependencies:
|
544 | 610 | "@babel/helper-plugin-utils" "^7.10.4"
|
545 | 611 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
553 | 619 | "@babel/helper-plugin-utils" "^7.10.4"
|
554 | 620 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
555 | 621 |
|
556 |
| -"@babel/plugin-proposal-optional-chaining@^7.10.4": |
557 |
| - version "7.10.4" |
558 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" |
559 |
| - integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== |
| 622 | +"@babel/plugin-proposal-optional-chaining@^7.11.0": |
| 623 | + version "7.11.0" |
| 624 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
| 625 | + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
560 | 626 | dependencies:
|
561 | 627 | "@babel/helper-plugin-utils" "^7.10.4"
|
| 628 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
562 | 629 | "@babel/plugin-syntax-optional-chaining" "^7.8.0"
|
563 | 630 |
|
564 | 631 | "@babel/plugin-proposal-private-methods@^7.10.4":
|
|
606 | 673 | dependencies:
|
607 | 674 | "@babel/helper-plugin-utils" "^7.8.0"
|
608 | 675 |
|
| 676 | +"@babel/plugin-syntax-export-namespace-from@^7.8.3": |
| 677 | + version "7.8.3" |
| 678 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" |
| 679 | + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== |
| 680 | + dependencies: |
| 681 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 682 | + |
609 | 683 | "@babel/plugin-syntax-json-strings@^7.8.0":
|
610 | 684 | version "7.8.3"
|
611 | 685 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
612 | 686 | integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
613 | 687 | dependencies:
|
614 | 688 | "@babel/helper-plugin-utils" "^7.8.0"
|
615 | 689 |
|
| 690 | +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": |
| 691 | + version "7.10.4" |
| 692 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" |
| 693 | + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== |
| 694 | + dependencies: |
| 695 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 696 | + |
616 | 697 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
|
617 | 698 | version "7.8.3"
|
618 | 699 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
|
|
868 | 949 | dependencies:
|
869 | 950 | "@babel/helper-plugin-utils" "^7.10.4"
|
870 | 951 |
|
871 |
| -"@babel/plugin-transform-spread@^7.10.4": |
872 |
| - version "7.10.4" |
873 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" |
874 |
| - integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== |
| 952 | +"@babel/plugin-transform-spread@^7.11.0": |
| 953 | + version "7.11.0" |
| 954 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" |
| 955 | + integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== |
875 | 956 | dependencies:
|
876 | 957 | "@babel/helper-plugin-utils" "^7.10.4"
|
| 958 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
877 | 959 |
|
878 | 960 | "@babel/plugin-transform-sticky-regex@^7.10.4":
|
879 | 961 | version "7.10.4"
|
|
921 | 1003 | core-js "^2.6.5"
|
922 | 1004 | regenerator-runtime "^0.13.4"
|
923 | 1005 |
|
924 |
| -"@babel/preset-env@7.10.4": |
925 |
| - version "7.10.4" |
926 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" |
927 |
| - integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== |
| 1006 | +"@babel/preset-env@7.11.0": |
| 1007 | + version "7.11.0" |
| 1008 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
| 1009 | + integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
928 | 1010 | dependencies:
|
929 |
| - "@babel/compat-data" "^7.10.4" |
| 1011 | + "@babel/compat-data" "^7.11.0" |
930 | 1012 | "@babel/helper-compilation-targets" "^7.10.4"
|
931 | 1013 | "@babel/helper-module-imports" "^7.10.4"
|
932 | 1014 | "@babel/helper-plugin-utils" "^7.10.4"
|
933 | 1015 | "@babel/plugin-proposal-async-generator-functions" "^7.10.4"
|
934 | 1016 | "@babel/plugin-proposal-class-properties" "^7.10.4"
|
935 | 1017 | "@babel/plugin-proposal-dynamic-import" "^7.10.4"
|
| 1018 | + "@babel/plugin-proposal-export-namespace-from" "^7.10.4" |
936 | 1019 | "@babel/plugin-proposal-json-strings" "^7.10.4"
|
| 1020 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" |
937 | 1021 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
|
938 | 1022 | "@babel/plugin-proposal-numeric-separator" "^7.10.4"
|
939 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.10.4" |
| 1023 | + "@babel/plugin-proposal-object-rest-spread" "^7.11.0" |
940 | 1024 | "@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
|
941 |
| - "@babel/plugin-proposal-optional-chaining" "^7.10.4" |
| 1025 | + "@babel/plugin-proposal-optional-chaining" "^7.11.0" |
942 | 1026 | "@babel/plugin-proposal-private-methods" "^7.10.4"
|
943 | 1027 | "@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
|
944 | 1028 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
945 | 1029 | "@babel/plugin-syntax-class-properties" "^7.10.4"
|
946 | 1030 | "@babel/plugin-syntax-dynamic-import" "^7.8.0"
|
| 1031 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
947 | 1032 | "@babel/plugin-syntax-json-strings" "^7.8.0"
|
| 1033 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
948 | 1034 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
949 | 1035 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
950 | 1036 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
977 | 1063 | "@babel/plugin-transform-regenerator" "^7.10.4"
|
978 | 1064 | "@babel/plugin-transform-reserved-words" "^7.10.4"
|
979 | 1065 | "@babel/plugin-transform-shorthand-properties" "^7.10.4"
|
980 |
| - "@babel/plugin-transform-spread" "^7.10.4" |
| 1066 | + "@babel/plugin-transform-spread" "^7.11.0" |
981 | 1067 | "@babel/plugin-transform-sticky-regex" "^7.10.4"
|
982 | 1068 | "@babel/plugin-transform-template-literals" "^7.10.4"
|
983 | 1069 | "@babel/plugin-transform-typeof-symbol" "^7.10.4"
|
984 | 1070 | "@babel/plugin-transform-unicode-escapes" "^7.10.4"
|
985 | 1071 | "@babel/plugin-transform-unicode-regex" "^7.10.4"
|
986 | 1072 | "@babel/preset-modules" "^0.1.3"
|
987 |
| - "@babel/types" "^7.10.4" |
| 1073 | + "@babel/types" "^7.11.0" |
988 | 1074 | browserslist "^4.12.0"
|
989 | 1075 | core-js-compat "^3.6.2"
|
990 | 1076 | invariant "^2.2.2"
|
|
1038 | 1124 | "@babel/parser" "^7.8.6"
|
1039 | 1125 | "@babel/types" "^7.8.6"
|
1040 | 1126 |
|
1041 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5": |
| 1127 | +"@babel/traverse@^7.10.4": |
1042 | 1128 | version "7.10.5"
|
1043 | 1129 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
|
1044 | 1130 | integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
|
|
1053 | 1139 | globals "^11.1.0"
|
1054 | 1140 | lodash "^4.17.19"
|
1055 | 1141 |
|
| 1142 | +"@babel/traverse@^7.11.0": |
| 1143 | + version "7.11.0" |
| 1144 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
| 1145 | + integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1146 | + dependencies: |
| 1147 | + "@babel/code-frame" "^7.10.4" |
| 1148 | + "@babel/generator" "^7.11.0" |
| 1149 | + "@babel/helper-function-name" "^7.10.4" |
| 1150 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1151 | + "@babel/parser" "^7.11.0" |
| 1152 | + "@babel/types" "^7.11.0" |
| 1153 | + debug "^4.1.0" |
| 1154 | + globals "^11.1.0" |
| 1155 | + lodash "^4.17.19" |
| 1156 | + |
1056 | 1157 | "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
|
1057 | 1158 | version "7.9.5"
|
1058 | 1159 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
|
|
1077 | 1178 | lodash "^4.17.19"
|
1078 | 1179 | to-fast-properties "^2.0.0"
|
1079 | 1180 |
|
| 1181 | +"@babel/types@^7.11.0": |
| 1182 | + version "7.11.0" |
| 1183 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 1184 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 1185 | + dependencies: |
| 1186 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1187 | + lodash "^4.17.19" |
| 1188 | + to-fast-properties "^2.0.0" |
| 1189 | + |
1080 | 1190 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
1081 | 1191 | version "7.9.5"
|
1082 | 1192 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
0 commit comments