|
111 | 111 | "@babel/helper-replace-supers" "^7.4.4" |
112 | 112 | "@babel/helper-split-export-declaration" "^7.4.4" |
113 | 113 |
|
114 | | -"@babel/helper-define-map@^7.4.0", "@babel/helper-define-map@^7.4.4": |
| 114 | +"@babel/helper-define-map@^7.4.0": |
115 | 115 | version "7.4.4" |
116 | 116 | resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a" |
117 | 117 | integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg== |
|
120 | 120 | "@babel/types" "^7.4.4" |
121 | 121 | lodash "^4.17.11" |
122 | 122 |
|
| 123 | +"@babel/helper-define-map@^7.5.5": |
| 124 | + version "7.5.5" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" |
| 126 | + integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg== |
| 127 | + dependencies: |
| 128 | + "@babel/helper-function-name" "^7.1.0" |
| 129 | + "@babel/types" "^7.5.5" |
| 130 | + lodash "^4.17.13" |
| 131 | + |
123 | 132 | "@babel/helper-explode-assignable-expression@^7.1.0": |
124 | 133 | version "7.1.0" |
125 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6" |
|
158 | 167 | dependencies: |
159 | 168 | "@babel/types" "^7.0.0" |
160 | 169 |
|
| 170 | +"@babel/helper-member-expression-to-functions@^7.5.5": |
| 171 | + version "7.5.5" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590" |
| 173 | + integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA== |
| 174 | + dependencies: |
| 175 | + "@babel/types" "^7.5.5" |
| 176 | + |
161 | 177 | "@babel/helper-module-imports@^7.0.0": |
162 | 178 | version "7.0.0" |
163 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" |
|
207 | 223 | "@babel/traverse" "^7.1.0" |
208 | 224 | "@babel/types" "^7.0.0" |
209 | 225 |
|
210 | | -"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.0", "@babel/helper-replace-supers@^7.4.4": |
| 226 | +"@babel/helper-replace-supers@^7.4.0", "@babel/helper-replace-supers@^7.4.4": |
211 | 227 | version "7.4.4" |
212 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27" |
213 | 229 | integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== |
|
217 | 233 | "@babel/traverse" "^7.4.4" |
218 | 234 | "@babel/types" "^7.4.4" |
219 | 235 |
|
| 236 | +"@babel/helper-replace-supers@^7.5.5": |
| 237 | + version "7.5.5" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2" |
| 239 | + integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg== |
| 240 | + dependencies: |
| 241 | + "@babel/helper-member-expression-to-functions" "^7.5.5" |
| 242 | + "@babel/helper-optimise-call-expression" "^7.0.0" |
| 243 | + "@babel/traverse" "^7.5.5" |
| 244 | + "@babel/types" "^7.5.5" |
| 245 | + |
220 | 246 | "@babel/helper-simple-access@^7.1.0": |
221 | 247 | version "7.1.0" |
222 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c" |
|
323 | 349 | "@babel/helper-plugin-utils" "^7.0.0" |
324 | 350 | "@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
325 | 351 |
|
326 | | -"@babel/plugin-proposal-object-rest-spread@^7.3.2", "@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.5.4": |
327 | | - version "7.5.4" |
328 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331" |
329 | | - integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA== |
| 352 | +"@babel/plugin-proposal-object-rest-spread@^7.3.2", "@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.5.5": |
| 353 | + version "7.5.5" |
| 354 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58" |
| 355 | + integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== |
330 | 356 | dependencies: |
331 | 357 | "@babel/helper-plugin-utils" "^7.0.0" |
332 | 358 | "@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
|
434 | 460 | dependencies: |
435 | 461 | "@babel/helper-plugin-utils" "^7.0.0" |
436 | 462 |
|
437 | | -"@babel/plugin-transform-block-scoping@^7.4.0", "@babel/plugin-transform-block-scoping@^7.4.4": |
438 | | - version "7.4.4" |
439 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d" |
440 | | - integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA== |
| 463 | +"@babel/plugin-transform-block-scoping@^7.4.0", "@babel/plugin-transform-block-scoping@^7.5.5": |
| 464 | + version "7.5.5" |
| 465 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce" |
| 466 | + integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg== |
441 | 467 | dependencies: |
442 | 468 | "@babel/helper-plugin-utils" "^7.0.0" |
443 | | - lodash "^4.17.11" |
| 469 | + lodash "^4.17.13" |
444 | 470 |
|
445 | 471 | "@babel/plugin-transform-classes@7.4.3": |
446 | 472 | version "7.4.3" |
|
456 | 482 | "@babel/helper-split-export-declaration" "^7.4.0" |
457 | 483 | globals "^11.1.0" |
458 | 484 |
|
459 | | -"@babel/plugin-transform-classes@^7.4.3", "@babel/plugin-transform-classes@^7.4.4": |
460 | | - version "7.4.4" |
461 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6" |
462 | | - integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw== |
| 485 | +"@babel/plugin-transform-classes@^7.4.3", "@babel/plugin-transform-classes@^7.5.5": |
| 486 | + version "7.5.5" |
| 487 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9" |
| 488 | + integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg== |
463 | 489 | dependencies: |
464 | 490 | "@babel/helper-annotate-as-pure" "^7.0.0" |
465 | | - "@babel/helper-define-map" "^7.4.4" |
| 491 | + "@babel/helper-define-map" "^7.5.5" |
466 | 492 | "@babel/helper-function-name" "^7.1.0" |
467 | 493 | "@babel/helper-optimise-call-expression" "^7.0.0" |
468 | 494 | "@babel/helper-plugin-utils" "^7.0.0" |
469 | | - "@babel/helper-replace-supers" "^7.4.4" |
| 495 | + "@babel/helper-replace-supers" "^7.5.5" |
470 | 496 | "@babel/helper-split-export-declaration" "^7.4.4" |
471 | 497 | globals "^11.1.0" |
472 | 498 |
|
|
610 | 636 | dependencies: |
611 | 637 | "@babel/helper-plugin-utils" "^7.0.0" |
612 | 638 |
|
613 | | -"@babel/plugin-transform-object-super@^7.2.0": |
614 | | - version "7.2.0" |
615 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598" |
616 | | - integrity sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg== |
| 639 | +"@babel/plugin-transform-object-super@^7.2.0", "@babel/plugin-transform-object-super@^7.5.5": |
| 640 | + version "7.5.5" |
| 641 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9" |
| 642 | + integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== |
617 | 643 | dependencies: |
618 | 644 | "@babel/helper-plugin-utils" "^7.0.0" |
619 | | - "@babel/helper-replace-supers" "^7.1.0" |
| 645 | + "@babel/helper-replace-supers" "^7.5.5" |
620 | 646 |
|
621 | 647 | "@babel/plugin-transform-parameters@^7.4.3", "@babel/plugin-transform-parameters@^7.4.4": |
622 | 648 | version "7.4.4" |
|
816 | 842 | semver "^5.5.0" |
817 | 843 |
|
818 | 844 | "@babel/preset-env@^7.4.5": |
819 | | - version "7.5.4" |
820 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d" |
821 | | - integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ== |
| 845 | + version "7.5.5" |
| 846 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a" |
| 847 | + integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A== |
822 | 848 | dependencies: |
823 | 849 | "@babel/helper-module-imports" "^7.0.0" |
824 | 850 | "@babel/helper-plugin-utils" "^7.0.0" |
825 | 851 | "@babel/plugin-proposal-async-generator-functions" "^7.2.0" |
826 | 852 | "@babel/plugin-proposal-dynamic-import" "^7.5.0" |
827 | 853 | "@babel/plugin-proposal-json-strings" "^7.2.0" |
828 | | - "@babel/plugin-proposal-object-rest-spread" "^7.5.4" |
| 854 | + "@babel/plugin-proposal-object-rest-spread" "^7.5.5" |
829 | 855 | "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" |
830 | 856 | "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" |
831 | 857 | "@babel/plugin-syntax-async-generators" "^7.2.0" |
|
836 | 862 | "@babel/plugin-transform-arrow-functions" "^7.2.0" |
837 | 863 | "@babel/plugin-transform-async-to-generator" "^7.5.0" |
838 | 864 | "@babel/plugin-transform-block-scoped-functions" "^7.2.0" |
839 | | - "@babel/plugin-transform-block-scoping" "^7.4.4" |
840 | | - "@babel/plugin-transform-classes" "^7.4.4" |
| 865 | + "@babel/plugin-transform-block-scoping" "^7.5.5" |
| 866 | + "@babel/plugin-transform-classes" "^7.5.5" |
841 | 867 | "@babel/plugin-transform-computed-properties" "^7.2.0" |
842 | 868 | "@babel/plugin-transform-destructuring" "^7.5.0" |
843 | 869 | "@babel/plugin-transform-dotall-regex" "^7.4.4" |
|
853 | 879 | "@babel/plugin-transform-modules-umd" "^7.2.0" |
854 | 880 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5" |
855 | 881 | "@babel/plugin-transform-new-target" "^7.4.4" |
856 | | - "@babel/plugin-transform-object-super" "^7.2.0" |
| 882 | + "@babel/plugin-transform-object-super" "^7.5.5" |
857 | 883 | "@babel/plugin-transform-parameters" "^7.4.4" |
858 | 884 | "@babel/plugin-transform-property-literals" "^7.2.0" |
859 | 885 | "@babel/plugin-transform-regenerator" "^7.4.5" |
|
864 | 890 | "@babel/plugin-transform-template-literals" "^7.4.4" |
865 | 891 | "@babel/plugin-transform-typeof-symbol" "^7.2.0" |
866 | 892 | "@babel/plugin-transform-unicode-regex" "^7.4.4" |
867 | | - "@babel/types" "^7.5.0" |
| 893 | + "@babel/types" "^7.5.5" |
868 | 894 | browserslist "^4.6.0" |
869 | 895 | core-js-compat "^3.1.1" |
870 | 896 | invariant "^2.2.2" |
|
943 | 969 | globals "^11.1.0" |
944 | 970 | lodash "^4.17.13" |
945 | 971 |
|
946 | | -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0", "@babel/types@^7.5.5": |
| 972 | +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": |
947 | 973 | version "7.5.5" |
948 | 974 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
949 | 975 | integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== |
|
0 commit comments