|
112 | 112 | lodash "^4.17.13" |
113 | 113 | source-map "^0.5.0" |
114 | 114 |
|
| 115 | +"@babel/helper-annotate-as-pure@^7.10.4": |
| 116 | + version "7.10.4" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
| 118 | + integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== |
| 119 | + dependencies: |
| 120 | + "@babel/types" "^7.10.4" |
| 121 | + |
115 | 122 | "@babel/helper-annotate-as-pure@^7.8.3": |
116 | 123 | version "7.8.3" |
117 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee" |
|
127 | 134 | "@babel/helper-explode-assignable-expression" "^7.8.3" |
128 | 135 | "@babel/types" "^7.8.3" |
129 | 136 |
|
130 | | -"@babel/helper-builder-react-jsx@^7.7.0": |
131 | | - version "7.7.0" |
132 | | - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.7.0.tgz#c6b8254d305bacd62beb648e4dea7d3ed79f352d" |
133 | | - integrity sha512-LSln3cexwInTMYYoFeVLKnYPPMfWNJ8PubTBs3hkh7wCu9iBaqq1OOyW+xGmEdLxT1nhsl+9SJ+h2oUDYz0l2A== |
| 137 | +"@babel/helper-builder-react-jsx-experimental@^7.10.4": |
| 138 | + version "7.10.4" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.4.tgz#d0ffb875184d749c63ffe1f4f65be15143ec322d" |
| 140 | + integrity sha512-LyacH/kgQPgLAuaWrvvq1+E7f5bLyT8jXCh7nM67sRsy2cpIGfgWJ+FCnAKQXfY+F0tXUaN6FqLkp4JiCzdK8Q== |
134 | 141 | dependencies: |
135 | | - "@babel/types" "^7.7.0" |
136 | | - esutils "^2.0.0" |
| 142 | + "@babel/helper-annotate-as-pure" "^7.10.4" |
| 143 | + "@babel/helper-module-imports" "^7.10.4" |
| 144 | + "@babel/types" "^7.10.4" |
| 145 | + |
| 146 | +"@babel/helper-builder-react-jsx@^7.10.4": |
| 147 | + version "7.10.4" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz#8095cddbff858e6fa9c326daee54a2f2732c1d5d" |
| 149 | + integrity sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== |
| 150 | + dependencies: |
| 151 | + "@babel/helper-annotate-as-pure" "^7.10.4" |
| 152 | + "@babel/types" "^7.10.4" |
137 | 153 |
|
138 | 154 | "@babel/helper-call-delegate@^7.8.7": |
139 | 155 | version "7.8.7" |
|
246 | 262 | dependencies: |
247 | 263 | "@babel/types" "^7.8.3" |
248 | 264 |
|
| 265 | +"@babel/helper-module-imports@^7.10.4": |
| 266 | + version "7.10.4" |
| 267 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
| 268 | + integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
| 269 | + dependencies: |
| 270 | + "@babel/types" "^7.10.4" |
| 271 | + |
249 | 272 | "@babel/helper-module-transforms@^7.8.3": |
250 | 273 | version "7.8.3" |
251 | 274 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" |
|
265 | 288 | dependencies: |
266 | 289 | "@babel/types" "^7.8.3" |
267 | 290 |
|
268 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
269 | | - version "7.8.3" |
270 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670" |
271 | | - integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== |
| 291 | +"@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": |
| 292 | + version "7.10.4" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
| 294 | + integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
272 | 295 |
|
273 | 296 | "@babel/helper-regex@^7.8.3": |
274 | 297 | version "7.8.3" |
|
330 | 353 | dependencies: |
331 | 354 | "@babel/types" "^7.8.3" |
332 | 355 |
|
| 356 | +"@babel/helper-validator-identifier@^7.10.4": |
| 357 | + version "7.10.4" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 359 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 360 | + |
333 | 361 | "@babel/helper-wrap-function@^7.8.3": |
334 | 362 | version "7.8.3" |
335 | 363 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
492 | 520 | dependencies: |
493 | 521 | "@babel/helper-plugin-utils" "^7.8.0" |
494 | 522 |
|
495 | | -"@babel/plugin-syntax-jsx@^7.2.0": |
496 | | - version "7.2.0" |
497 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7" |
498 | | - integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw== |
| 523 | +"@babel/plugin-syntax-jsx@^7.10.4": |
| 524 | + version "7.10.4" |
| 525 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c" |
| 526 | + integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== |
499 | 527 | dependencies: |
500 | | - "@babel/helper-plugin-utils" "^7.0.0" |
| 528 | + "@babel/helper-plugin-utils" "^7.10.4" |
501 | 529 |
|
502 | 530 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": |
503 | 531 | version "7.8.3" |
|
736 | 764 | "@babel/helper-annotate-as-pure" "^7.8.3" |
737 | 765 | "@babel/helper-plugin-utils" "^7.8.3" |
738 | 766 |
|
739 | | -"@babel/plugin-transform-react-display-name@^7.0.0": |
740 | | - version "7.2.0" |
741 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0" |
742 | | - integrity sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A== |
| 767 | +"@babel/plugin-transform-react-display-name@^7.10.4": |
| 768 | + version "7.10.4" |
| 769 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.4.tgz#b5795f4e3e3140419c3611b7a2a3832b9aef328d" |
| 770 | + integrity sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== |
743 | 771 | dependencies: |
744 | | - "@babel/helper-plugin-utils" "^7.0.0" |
| 772 | + "@babel/helper-plugin-utils" "^7.10.4" |
745 | 773 |
|
746 | | -"@babel/plugin-transform-react-jsx-self@^7.0.0": |
747 | | - version "7.2.0" |
748 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba" |
749 | | - integrity sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg== |
| 774 | +"@babel/plugin-transform-react-jsx-development@^7.10.4": |
| 775 | + version "7.10.4" |
| 776 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.4.tgz#6ec90f244394604623880e15ebc3c34c356258ba" |
| 777 | + integrity sha512-RM3ZAd1sU1iQ7rI2dhrZRZGv0aqzNQMbkIUCS1txYpi9wHQ2ZHNjo5TwX+UD6pvFW4AbWqLVYvKy5qJSAyRGjQ== |
750 | 778 | dependencies: |
751 | | - "@babel/helper-plugin-utils" "^7.0.0" |
752 | | - "@babel/plugin-syntax-jsx" "^7.2.0" |
| 779 | + "@babel/helper-builder-react-jsx-experimental" "^7.10.4" |
| 780 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 781 | + "@babel/plugin-syntax-jsx" "^7.10.4" |
753 | 782 |
|
754 | | -"@babel/plugin-transform-react-jsx-source@^7.0.0": |
755 | | - version "7.5.0" |
756 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b" |
757 | | - integrity sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg== |
| 783 | +"@babel/plugin-transform-react-jsx-self@^7.10.4": |
| 784 | + version "7.10.4" |
| 785 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369" |
| 786 | + integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== |
758 | 787 | dependencies: |
759 | | - "@babel/helper-plugin-utils" "^7.0.0" |
760 | | - "@babel/plugin-syntax-jsx" "^7.2.0" |
| 788 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 789 | + "@babel/plugin-syntax-jsx" "^7.10.4" |
761 | 790 |
|
762 | | -"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.7.0": |
763 | | - version "7.7.0" |
764 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.7.0.tgz#834b0723ba78cd4d24d7d629300c2270f516d0b7" |
765 | | - integrity sha512-mXhBtyVB1Ujfy+0L6934jeJcSXj/VCg6whZzEcgiiZHNS0PGC7vUCsZDQCxxztkpIdF+dY1fUMcjAgEOC3ZOMQ== |
| 791 | +"@babel/plugin-transform-react-jsx-source@^7.10.4": |
| 792 | + version "7.10.4" |
| 793 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.4.tgz#86baf0fcccfe58084e06446a80858e1deae8f291" |
| 794 | + integrity sha512-FTK3eQFrPv2aveerUSazFmGygqIdTtvskG50SnGnbEUnRPcGx2ylBhdFIzoVS1ty44hEgcPoCAyw5r3VDEq+Ug== |
766 | 795 | dependencies: |
767 | | - "@babel/helper-builder-react-jsx" "^7.7.0" |
768 | | - "@babel/helper-plugin-utils" "^7.0.0" |
769 | | - "@babel/plugin-syntax-jsx" "^7.2.0" |
| 796 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 797 | + "@babel/plugin-syntax-jsx" "^7.10.4" |
| 798 | + |
| 799 | +"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.10.4": |
| 800 | + version "7.10.4" |
| 801 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.4.tgz#673c9f913948764a4421683b2bef2936968fddf2" |
| 802 | + integrity sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== |
| 803 | + dependencies: |
| 804 | + "@babel/helper-builder-react-jsx" "^7.10.4" |
| 805 | + "@babel/helper-builder-react-jsx-experimental" "^7.10.4" |
| 806 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 807 | + "@babel/plugin-syntax-jsx" "^7.10.4" |
| 808 | + |
| 809 | +"@babel/plugin-transform-react-pure-annotations@^7.10.4": |
| 810 | + version "7.10.4" |
| 811 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.4.tgz#3eefbb73db94afbc075f097523e445354a1c6501" |
| 812 | + integrity sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A== |
| 813 | + dependencies: |
| 814 | + "@babel/helper-annotate-as-pure" "^7.10.4" |
| 815 | + "@babel/helper-plugin-utils" "^7.10.4" |
770 | 816 |
|
771 | 817 | "@babel/plugin-transform-regenerator@^7.8.7": |
772 | 818 | version "7.8.7" |
|
899 | 945 | "@babel/plugin-transform-flow-strip-types" "^7.0.0" |
900 | 946 |
|
901 | 947 | "@babel/preset-react@^7.0.0", "@babel/preset-react@^7.7.0": |
902 | | - version "7.7.0" |
903 | | - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.0.tgz#8ab0c4787d98cf1f5f22dabf115552bf9e4e406c" |
904 | | - integrity sha512-IXXgSUYBPHUGhUkH+89TR6faMcBtuMW0h5OHbMuVbL3/5wK2g6a2M2BBpkLa+Kw0sAHiZ9dNVgqJMDP/O4GRBA== |
905 | | - dependencies: |
906 | | - "@babel/helper-plugin-utils" "^7.0.0" |
907 | | - "@babel/plugin-transform-react-display-name" "^7.0.0" |
908 | | - "@babel/plugin-transform-react-jsx" "^7.7.0" |
909 | | - "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
910 | | - "@babel/plugin-transform-react-jsx-source" "^7.0.0" |
| 948 | + version "7.10.4" |
| 949 | + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.4.tgz#92e8a66d816f9911d11d4cc935be67adfc82dbcf" |
| 950 | + integrity sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw== |
| 951 | + dependencies: |
| 952 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 953 | + "@babel/plugin-transform-react-display-name" "^7.10.4" |
| 954 | + "@babel/plugin-transform-react-jsx" "^7.10.4" |
| 955 | + "@babel/plugin-transform-react-jsx-development" "^7.10.4" |
| 956 | + "@babel/plugin-transform-react-jsx-self" "^7.10.4" |
| 957 | + "@babel/plugin-transform-react-jsx-source" "^7.10.4" |
| 958 | + "@babel/plugin-transform-react-pure-annotations" "^7.10.4" |
911 | 959 |
|
912 | 960 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3": |
913 | 961 | version "7.7.2" |
|
993 | 1041 | globals "^11.1.0" |
994 | 1042 | lodash "^4.17.13" |
995 | 1043 |
|
996 | | -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7": |
| 1044 | +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7": |
997 | 1045 | version "7.8.7" |
998 | 1046 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
999 | 1047 | integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
|
1002 | 1050 | lodash "^4.17.13" |
1003 | 1051 | to-fast-properties "^2.0.0" |
1004 | 1052 |
|
| 1053 | +"@babel/types@^7.10.4": |
| 1054 | + version "7.10.4" |
| 1055 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
| 1056 | + integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
| 1057 | + dependencies: |
| 1058 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1059 | + lodash "^4.17.13" |
| 1060 | + to-fast-properties "^2.0.0" |
| 1061 | + |
1005 | 1062 | "@cnakazawa/watch@^1.0.3": |
1006 | 1063 | version "1.0.3" |
1007 | 1064 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" |
@@ -5996,7 +6053,7 @@ estree-walker@^0.6.1: |
5996 | 6053 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" |
5997 | 6054 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== |
5998 | 6055 |
|
5999 | | -esutils@^2.0.0, esutils@^2.0.2: |
| 6056 | +esutils@^2.0.2: |
6000 | 6057 | version "2.0.3" |
6001 | 6058 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
6002 | 6059 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== |
|
0 commit comments