|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 |
|
12 | | -"@babel/compat-data@^7.10.4": |
13 | | - version "7.10.4" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz#706a6484ee6f910b719b696a9194f8da7d7ac241" |
15 | | - integrity sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw== |
| 12 | +"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0": |
| 13 | + version "7.11.0" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" |
| 15 | + integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== |
16 | 16 | dependencies: |
17 | 17 | browserslist "^4.12.0" |
18 | 18 | invariant "^2.2.4" |
|
187 | 187 | dependencies: |
188 | 188 | "@babel/types" "^7.10.4" |
189 | 189 |
|
190 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": |
| 190 | +"@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": |
191 | 191 | version "7.10.4" |
192 | 192 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
193 | 193 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
|
228 | 228 | "@babel/template" "^7.10.4" |
229 | 229 | "@babel/types" "^7.10.4" |
230 | 230 |
|
| 231 | +"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": |
| 232 | + version "7.11.0" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" |
| 234 | + integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== |
| 235 | + dependencies: |
| 236 | + "@babel/types" "^7.11.0" |
| 237 | + |
231 | 238 | "@babel/helper-split-export-declaration@^7.10.4": |
232 | 239 | version "7.10.4" |
233 | 240 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
|
305 | 312 | "@babel/helper-plugin-utils" "^7.10.4" |
306 | 313 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
307 | 314 |
|
| 315 | +"@babel/plugin-proposal-export-namespace-from@^7.10.4": |
| 316 | + version "7.10.4" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" |
| 318 | + integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== |
| 319 | + dependencies: |
| 320 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 321 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 322 | + |
308 | 323 | "@babel/plugin-proposal-json-strings@^7.10.4": |
309 | 324 | version "7.10.4" |
310 | 325 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" |
|
313 | 328 | "@babel/helper-plugin-utils" "^7.10.4" |
314 | 329 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
315 | 330 |
|
| 331 | +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
| 332 | + version "7.11.0" |
| 333 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" |
| 334 | + integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== |
| 335 | + dependencies: |
| 336 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 337 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 338 | + |
316 | 339 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": |
317 | 340 | version "7.10.4" |
318 | 341 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" |
|
329 | 352 | "@babel/helper-plugin-utils" "^7.10.4" |
330 | 353 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
331 | 354 |
|
332 | | -"@babel/plugin-proposal-object-rest-spread@^7.10.4": |
333 | | - version "7.10.4" |
334 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" |
335 | | - integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== |
| 355 | +"@babel/plugin-proposal-object-rest-spread@^7.11.0": |
| 356 | + version "7.11.0" |
| 357 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" |
| 358 | + integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== |
336 | 359 | dependencies: |
337 | 360 | "@babel/helper-plugin-utils" "^7.10.4" |
338 | 361 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
346 | 369 | "@babel/helper-plugin-utils" "^7.10.4" |
347 | 370 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
348 | 371 |
|
349 | | -"@babel/plugin-proposal-optional-chaining@^7.10.4": |
350 | | - version "7.10.4" |
351 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" |
352 | | - integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== |
| 372 | +"@babel/plugin-proposal-optional-chaining@^7.11.0": |
| 373 | + version "7.11.0" |
| 374 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
| 375 | + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
353 | 376 | dependencies: |
354 | 377 | "@babel/helper-plugin-utils" "^7.10.4" |
| 378 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
355 | 379 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
356 | 380 |
|
357 | 381 | "@babel/plugin-proposal-private-methods@^7.10.4": |
|
391 | 415 | dependencies: |
392 | 416 | "@babel/helper-plugin-utils" "^7.8.0" |
393 | 417 |
|
| 418 | +"@babel/plugin-syntax-export-namespace-from@^7.8.3": |
| 419 | + version "7.8.3" |
| 420 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" |
| 421 | + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== |
| 422 | + dependencies: |
| 423 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 424 | + |
394 | 425 | "@babel/plugin-syntax-json-strings@^7.8.0": |
395 | 426 | version "7.8.3" |
396 | 427 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" |
|
405 | 436 | dependencies: |
406 | 437 | "@babel/helper-plugin-utils" "^7.10.4" |
407 | 438 |
|
| 439 | +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": |
| 440 | + version "7.10.4" |
| 441 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" |
| 442 | + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== |
| 443 | + dependencies: |
| 444 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 445 | + |
408 | 446 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": |
409 | 447 | version "7.8.3" |
410 | 448 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" |
|
710 | 748 | dependencies: |
711 | 749 | "@babel/helper-plugin-utils" "^7.10.4" |
712 | 750 |
|
713 | | -"@babel/plugin-transform-spread@^7.10.4": |
714 | | - version "7.10.4" |
715 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" |
716 | | - integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== |
| 751 | +"@babel/plugin-transform-spread@^7.11.0": |
| 752 | + version "7.11.0" |
| 753 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" |
| 754 | + integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== |
717 | 755 | dependencies: |
718 | 756 | "@babel/helper-plugin-utils" "^7.10.4" |
| 757 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
719 | 758 |
|
720 | 759 | "@babel/plugin-transform-sticky-regex@^7.10.4": |
721 | 760 | version "7.10.4" |
|
765 | 804 | "@babel/helper-plugin-utils" "^7.10.4" |
766 | 805 |
|
767 | 806 | "@babel/preset-env@^7.7.6": |
768 | | - version "7.10.4" |
769 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" |
770 | | - integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== |
| 807 | + version "7.11.0" |
| 808 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
| 809 | + integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
771 | 810 | dependencies: |
772 | | - "@babel/compat-data" "^7.10.4" |
| 811 | + "@babel/compat-data" "^7.11.0" |
773 | 812 | "@babel/helper-compilation-targets" "^7.10.4" |
774 | 813 | "@babel/helper-module-imports" "^7.10.4" |
775 | 814 | "@babel/helper-plugin-utils" "^7.10.4" |
776 | 815 | "@babel/plugin-proposal-async-generator-functions" "^7.10.4" |
777 | 816 | "@babel/plugin-proposal-class-properties" "^7.10.4" |
778 | 817 | "@babel/plugin-proposal-dynamic-import" "^7.10.4" |
| 818 | + "@babel/plugin-proposal-export-namespace-from" "^7.10.4" |
779 | 819 | "@babel/plugin-proposal-json-strings" "^7.10.4" |
| 820 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" |
780 | 821 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" |
781 | 822 | "@babel/plugin-proposal-numeric-separator" "^7.10.4" |
782 | | - "@babel/plugin-proposal-object-rest-spread" "^7.10.4" |
| 823 | + "@babel/plugin-proposal-object-rest-spread" "^7.11.0" |
783 | 824 | "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" |
784 | | - "@babel/plugin-proposal-optional-chaining" "^7.10.4" |
| 825 | + "@babel/plugin-proposal-optional-chaining" "^7.11.0" |
785 | 826 | "@babel/plugin-proposal-private-methods" "^7.10.4" |
786 | 827 | "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" |
787 | 828 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
788 | 829 | "@babel/plugin-syntax-class-properties" "^7.10.4" |
789 | 830 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 831 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
790 | 832 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
| 833 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
791 | 834 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
792 | 835 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
793 | 836 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
820 | 863 | "@babel/plugin-transform-regenerator" "^7.10.4" |
821 | 864 | "@babel/plugin-transform-reserved-words" "^7.10.4" |
822 | 865 | "@babel/plugin-transform-shorthand-properties" "^7.10.4" |
823 | | - "@babel/plugin-transform-spread" "^7.10.4" |
| 866 | + "@babel/plugin-transform-spread" "^7.11.0" |
824 | 867 | "@babel/plugin-transform-sticky-regex" "^7.10.4" |
825 | 868 | "@babel/plugin-transform-template-literals" "^7.10.4" |
826 | 869 | "@babel/plugin-transform-typeof-symbol" "^7.10.4" |
827 | 870 | "@babel/plugin-transform-unicode-escapes" "^7.10.4" |
828 | 871 | "@babel/plugin-transform-unicode-regex" "^7.10.4" |
829 | 872 | "@babel/preset-modules" "^0.1.3" |
830 | | - "@babel/types" "^7.10.4" |
| 873 | + "@babel/types" "^7.11.0" |
831 | 874 | browserslist "^4.12.0" |
832 | 875 | core-js-compat "^3.6.2" |
833 | 876 | invariant "^2.2.2" |
|
0 commit comments