|
25 | 25 | dependencies: |
26 | 26 | "@babel/highlight" "^7.10.4" |
27 | 27 |
|
28 | | -"@babel/compat-data@^7.10.4": |
29 | | - version "7.10.5" |
30 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.5.tgz#d38425e67ea96b1480a3f50404d1bf85676301a6" |
31 | | - integrity sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw== |
| 28 | +"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0": |
| 29 | + version "7.11.0" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" |
| 31 | + integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== |
32 | 32 | dependencies: |
33 | 33 | browserslist "^4.12.0" |
34 | 34 | invariant "^2.2.4" |
|
186 | 186 | dependencies: |
187 | 187 | "@babel/types" "^7.10.4" |
188 | 188 |
|
189 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": |
| 189 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
190 | 190 | version "7.10.4" |
191 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
192 | 192 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
|
227 | 227 | "@babel/template" "^7.10.4" |
228 | 228 | "@babel/types" "^7.10.4" |
229 | 229 |
|
| 230 | +"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": |
| 231 | + version "7.11.0" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" |
| 233 | + integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== |
| 234 | + dependencies: |
| 235 | + "@babel/types" "^7.11.0" |
| 236 | + |
230 | 237 | "@babel/helper-split-export-declaration@^7.10.4": |
231 | 238 | version "7.10.4" |
232 | 239 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
|
297 | 304 | "@babel/helper-plugin-utils" "^7.10.4" |
298 | 305 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
299 | 306 |
|
| 307 | +"@babel/plugin-proposal-export-namespace-from@^7.10.4": |
| 308 | + version "7.10.4" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" |
| 310 | + integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== |
| 311 | + dependencies: |
| 312 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 313 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 314 | + |
300 | 315 | "@babel/plugin-proposal-json-strings@^7.10.4": |
301 | 316 | version "7.10.4" |
302 | 317 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" |
|
305 | 320 | "@babel/helper-plugin-utils" "^7.10.4" |
306 | 321 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
307 | 322 |
|
| 323 | +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
| 324 | + version "7.11.0" |
| 325 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" |
| 326 | + integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== |
| 327 | + dependencies: |
| 328 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 329 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 330 | + |
308 | 331 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": |
309 | 332 | version "7.10.4" |
310 | 333 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" |
|
321 | 344 | "@babel/helper-plugin-utils" "^7.10.4" |
322 | 345 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
323 | 346 |
|
324 | | -"@babel/plugin-proposal-object-rest-spread@^7.10.4": |
325 | | - version "7.10.4" |
326 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" |
327 | | - integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== |
| 347 | +"@babel/plugin-proposal-object-rest-spread@^7.11.0": |
| 348 | + version "7.11.0" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" |
| 350 | + integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== |
328 | 351 | dependencies: |
329 | 352 | "@babel/helper-plugin-utils" "^7.10.4" |
330 | 353 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
338 | 361 | "@babel/helper-plugin-utils" "^7.10.4" |
339 | 362 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
340 | 363 |
|
341 | | -"@babel/plugin-proposal-optional-chaining@^7.10.4": |
342 | | - version "7.10.4" |
343 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" |
344 | | - integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== |
| 364 | +"@babel/plugin-proposal-optional-chaining@^7.11.0": |
| 365 | + version "7.11.0" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
| 367 | + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
345 | 368 | dependencies: |
346 | 369 | "@babel/helper-plugin-utils" "^7.10.4" |
| 370 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
347 | 371 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
348 | 372 |
|
349 | 373 | "@babel/plugin-proposal-private-methods@^7.10.4": |
|
390 | 414 | dependencies: |
391 | 415 | "@babel/helper-plugin-utils" "^7.8.0" |
392 | 416 |
|
| 417 | +"@babel/plugin-syntax-export-namespace-from@^7.8.3": |
| 418 | + version "7.8.3" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" |
| 420 | + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== |
| 421 | + dependencies: |
| 422 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 423 | + |
393 | 424 | "@babel/plugin-syntax-import-meta@^7.8.3": |
394 | 425 | version "7.10.4" |
395 | 426 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" |
|
404 | 435 | dependencies: |
405 | 436 | "@babel/helper-plugin-utils" "^7.8.0" |
406 | 437 |
|
407 | | -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": |
| 438 | +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": |
408 | 439 | version "7.10.4" |
409 | 440 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" |
410 | 441 | integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== |
|
658 | 689 | dependencies: |
659 | 690 | "@babel/helper-plugin-utils" "^7.10.4" |
660 | 691 |
|
661 | | -"@babel/plugin-transform-spread@^7.10.4": |
662 | | - version "7.10.4" |
663 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" |
664 | | - integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== |
| 692 | +"@babel/plugin-transform-spread@^7.11.0": |
| 693 | + version "7.11.0" |
| 694 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" |
| 695 | + integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== |
665 | 696 | dependencies: |
666 | 697 | "@babel/helper-plugin-utils" "^7.10.4" |
| 698 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
667 | 699 |
|
668 | 700 | "@babel/plugin-transform-sticky-regex@^7.10.4": |
669 | 701 | version "7.10.4" |
|
704 | 736 | "@babel/helper-plugin-utils" "^7.10.4" |
705 | 737 |
|
706 | 738 | "@babel/preset-env@^7.10.4": |
707 | | - version "7.10.4" |
708 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" |
709 | | - integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== |
| 739 | + version "7.11.0" |
| 740 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
| 741 | + integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
710 | 742 | dependencies: |
711 | | - "@babel/compat-data" "^7.10.4" |
| 743 | + "@babel/compat-data" "^7.11.0" |
712 | 744 | "@babel/helper-compilation-targets" "^7.10.4" |
713 | 745 | "@babel/helper-module-imports" "^7.10.4" |
714 | 746 | "@babel/helper-plugin-utils" "^7.10.4" |
715 | 747 | "@babel/plugin-proposal-async-generator-functions" "^7.10.4" |
716 | 748 | "@babel/plugin-proposal-class-properties" "^7.10.4" |
717 | 749 | "@babel/plugin-proposal-dynamic-import" "^7.10.4" |
| 750 | + "@babel/plugin-proposal-export-namespace-from" "^7.10.4" |
718 | 751 | "@babel/plugin-proposal-json-strings" "^7.10.4" |
| 752 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" |
719 | 753 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" |
720 | 754 | "@babel/plugin-proposal-numeric-separator" "^7.10.4" |
721 | | - "@babel/plugin-proposal-object-rest-spread" "^7.10.4" |
| 755 | + "@babel/plugin-proposal-object-rest-spread" "^7.11.0" |
722 | 756 | "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" |
723 | | - "@babel/plugin-proposal-optional-chaining" "^7.10.4" |
| 757 | + "@babel/plugin-proposal-optional-chaining" "^7.11.0" |
724 | 758 | "@babel/plugin-proposal-private-methods" "^7.10.4" |
725 | 759 | "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" |
726 | 760 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
727 | 761 | "@babel/plugin-syntax-class-properties" "^7.10.4" |
728 | 762 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 763 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
729 | 764 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
| 765 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
730 | 766 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
731 | 767 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
732 | 768 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
759 | 795 | "@babel/plugin-transform-regenerator" "^7.10.4" |
760 | 796 | "@babel/plugin-transform-reserved-words" "^7.10.4" |
761 | 797 | "@babel/plugin-transform-shorthand-properties" "^7.10.4" |
762 | | - "@babel/plugin-transform-spread" "^7.10.4" |
| 798 | + "@babel/plugin-transform-spread" "^7.11.0" |
763 | 799 | "@babel/plugin-transform-sticky-regex" "^7.10.4" |
764 | 800 | "@babel/plugin-transform-template-literals" "^7.10.4" |
765 | 801 | "@babel/plugin-transform-typeof-symbol" "^7.10.4" |
766 | 802 | "@babel/plugin-transform-unicode-escapes" "^7.10.4" |
767 | 803 | "@babel/plugin-transform-unicode-regex" "^7.10.4" |
768 | 804 | "@babel/preset-modules" "^0.1.3" |
769 | | - "@babel/types" "^7.10.4" |
| 805 | + "@babel/types" "^7.11.0" |
770 | 806 | browserslist "^4.12.0" |
771 | 807 | core-js-compat "^3.6.2" |
772 | 808 | invariant "^2.2.2" |
|
815 | 851 | globals "^11.1.0" |
816 | 852 | lodash "^4.17.19" |
817 | 853 |
|
818 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
819 | | - version "7.10.5" |
820 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
821 | | - integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 854 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 855 | + version "7.11.0" |
| 856 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 857 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
822 | 858 | dependencies: |
823 | 859 | "@babel/helper-validator-identifier" "^7.10.4" |
824 | 860 | lodash "^4.17.19" |
|
0 commit comments