|
8 | 8 | dependencies:
|
9 | 9 | "@babel/highlight" "^7.0.0"
|
10 | 10 |
|
| 11 | +"@babel/code-frame@^7.10.4": |
| 12 | + version "7.10.4" |
| 13 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| 14 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 15 | + dependencies: |
| 16 | + "@babel/highlight" "^7.10.4" |
| 17 | + |
11 | 18 | "@babel/core@^7.0.0":
|
12 | 19 | version "7.5.4"
|
13 | 20 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
|
|
37 | 44 | source-map "^0.5.0"
|
38 | 45 | trim-right "^1.0.1"
|
39 | 46 |
|
| 47 | +"@babel/generator@^7.10.4": |
| 48 | + version "7.10.4" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
| 50 | + integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== |
| 51 | + dependencies: |
| 52 | + "@babel/types" "^7.10.4" |
| 53 | + jsesc "^2.5.1" |
| 54 | + lodash "^4.17.13" |
| 55 | + source-map "^0.5.0" |
| 56 | + |
40 | 57 | "@babel/helper-annotate-as-pure@^7.0.0":
|
41 | 58 | version "7.0.0"
|
42 | 59 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
65 | 82 | "@babel/traverse" "^7.4.4"
|
66 | 83 | "@babel/types" "^7.4.4"
|
67 | 84 |
|
| 85 | +"@babel/helper-create-class-features-plugin@^7.10.4": |
| 86 | + version "7.10.4" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355" |
| 88 | + integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== |
| 89 | + dependencies: |
| 90 | + "@babel/helper-function-name" "^7.10.4" |
| 91 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 92 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 93 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 94 | + "@babel/helper-replace-supers" "^7.10.4" |
| 95 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 96 | + |
68 | 97 | "@babel/helper-create-class-features-plugin@^7.5.0":
|
69 | 98 | version "7.5.0"
|
70 | 99 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
|
|
99 | 128 | "@babel/template" "^7.1.0"
|
100 | 129 | "@babel/types" "^7.0.0"
|
101 | 130 |
|
| 131 | +"@babel/helper-function-name@^7.10.4": |
| 132 | + version "7.10.4" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
| 134 | + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
| 135 | + dependencies: |
| 136 | + "@babel/helper-get-function-arity" "^7.10.4" |
| 137 | + "@babel/template" "^7.10.4" |
| 138 | + "@babel/types" "^7.10.4" |
| 139 | + |
102 | 140 | "@babel/helper-get-function-arity@^7.0.0":
|
103 | 141 | version "7.0.0"
|
104 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
105 | 143 | dependencies:
|
106 | 144 | "@babel/types" "^7.0.0"
|
107 | 145 |
|
| 146 | +"@babel/helper-get-function-arity@^7.10.4": |
| 147 | + version "7.10.4" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
| 149 | + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 150 | + dependencies: |
| 151 | + "@babel/types" "^7.10.4" |
| 152 | + |
108 | 153 | "@babel/helper-hoist-variables@^7.4.4":
|
109 | 154 | version "7.4.4"
|
110 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
|
|
117 | 162 | dependencies:
|
118 | 163 | "@babel/types" "^7.0.0"
|
119 | 164 |
|
| 165 | +"@babel/helper-member-expression-to-functions@^7.10.4": |
| 166 | + version "7.10.4" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" |
| 168 | + integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== |
| 169 | + dependencies: |
| 170 | + "@babel/types" "^7.10.4" |
| 171 | + |
120 | 172 | "@babel/helper-module-imports@^7.0.0":
|
121 | 173 | version "7.0.0"
|
122 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
|
140 | 192 | dependencies:
|
141 | 193 | "@babel/types" "^7.0.0"
|
142 | 194 |
|
| 195 | +"@babel/helper-optimise-call-expression@^7.10.4": |
| 196 | + version "7.10.4" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
| 198 | + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
| 199 | + dependencies: |
| 200 | + "@babel/types" "^7.10.4" |
| 201 | + |
143 | 202 | "@babel/helper-plugin-utils@^7.0.0":
|
144 | 203 | version "7.0.0"
|
145 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
146 | 205 |
|
| 206 | +"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": |
| 207 | + version "7.10.4" |
| 208 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
| 209 | + integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
| 210 | + |
147 | 211 | "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
|
148 | 212 | version "7.4.4"
|
149 | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
|
|
169 | 233 | "@babel/traverse" "^7.4.4"
|
170 | 234 | "@babel/types" "^7.4.4"
|
171 | 235 |
|
| 236 | +"@babel/helper-replace-supers@^7.10.4": |
| 237 | + version "7.10.4" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
| 239 | + integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
| 240 | + dependencies: |
| 241 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 242 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 243 | + "@babel/traverse" "^7.10.4" |
| 244 | + "@babel/types" "^7.10.4" |
| 245 | + |
172 | 246 | "@babel/helper-simple-access@^7.1.0":
|
173 | 247 | version "7.1.0"
|
174 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
175 | 249 | dependencies:
|
176 | 250 | "@babel/template" "^7.1.0"
|
177 | 251 | "@babel/types" "^7.0.0"
|
178 | 252 |
|
| 253 | +"@babel/helper-split-export-declaration@^7.10.4": |
| 254 | + version "7.10.4" |
| 255 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
| 256 | + integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== |
| 257 | + dependencies: |
| 258 | + "@babel/types" "^7.10.4" |
| 259 | + |
179 | 260 | "@babel/helper-split-export-declaration@^7.4.4":
|
180 | 261 | version "7.4.4"
|
181 | 262 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
|
182 | 263 | dependencies:
|
183 | 264 | "@babel/types" "^7.4.4"
|
184 | 265 |
|
| 266 | +"@babel/helper-validator-identifier@^7.10.4": |
| 267 | + version "7.10.4" |
| 268 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 269 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 270 | + |
185 | 271 | "@babel/helper-wrap-function@^7.1.0":
|
186 | 272 | version "7.2.0"
|
187 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
207 | 293 | esutils "^2.0.2"
|
208 | 294 | js-tokens "^4.0.0"
|
209 | 295 |
|
| 296 | +"@babel/highlight@^7.10.4": |
| 297 | + version "7.10.4" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 299 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
| 300 | + dependencies: |
| 301 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 302 | + chalk "^2.0.0" |
| 303 | + js-tokens "^4.0.0" |
| 304 | + |
210 | 305 | "@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
|
211 | 306 | version "7.5.0"
|
212 | 307 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
|
213 | 308 |
|
| 309 | +"@babel/parser@^7.10.4": |
| 310 | + version "7.10.4" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
| 312 | + integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
| 313 | + |
214 | 314 | "@babel/plugin-external-helpers@^7.0.0":
|
215 | 315 | version "7.2.0"
|
216 | 316 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
289 | 389 | dependencies:
|
290 | 390 | "@babel/helper-plugin-utils" "^7.0.0"
|
291 | 391 |
|
| 392 | +"@babel/plugin-syntax-jsx@^7.10.4": |
| 393 | + version "7.10.4" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c" |
| 395 | + integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== |
| 396 | + dependencies: |
| 397 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 398 | + |
| 399 | +"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0": |
| 400 | + version "7.8.3" |
| 401 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" |
| 402 | + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== |
| 403 | + dependencies: |
| 404 | + "@babel/helper-plugin-utils" "^7.8.0" |
| 405 | + |
292 | 406 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
|
293 | 407 | version "7.2.0"
|
294 | 408 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
|
|
307 | 421 | dependencies:
|
308 | 422 | "@babel/helper-plugin-utils" "^7.0.0"
|
309 | 423 |
|
| 424 | +"@babel/plugin-syntax-optional-chaining@^7.0.0": |
| 425 | + version "7.8.3" |
| 426 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" |
| 427 | + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== |
| 428 | + dependencies: |
| 429 | + "@babel/helper-plugin-utils" "^7.8.0" |
| 430 | + |
310 | 431 | "@babel/plugin-syntax-optional-chaining@^7.2.0":
|
311 | 432 | version "7.2.0"
|
312 | 433 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
|
313 | 434 | dependencies:
|
314 | 435 | "@babel/helper-plugin-utils" "^7.0.0"
|
315 | 436 |
|
| 437 | +"@babel/plugin-syntax-typescript@^7.10.4": |
| 438 | + version "7.10.4" |
| 439 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25" |
| 440 | + integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== |
| 441 | + dependencies: |
| 442 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 443 | + |
316 | 444 | "@babel/plugin-syntax-typescript@^7.2.0":
|
317 | 445 | version "7.3.3"
|
318 | 446 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
|
|
452 | 580 | dependencies:
|
453 | 581 | "@babel/helper-plugin-utils" "^7.0.0"
|
454 | 582 |
|
| 583 | +"@babel/plugin-transform-react-jsx-self@^7.0.0": |
| 584 | + version "7.10.4" |
| 585 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369" |
| 586 | + integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== |
| 587 | + dependencies: |
| 588 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 589 | + "@babel/plugin-syntax-jsx" "^7.10.4" |
| 590 | + |
455 | 591 | "@babel/plugin-transform-react-jsx-source@^7.0.0":
|
456 | 592 | version "7.5.0"
|
457 | 593 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
|
|
516 | 652 | "@babel/helper-plugin-utils" "^7.0.0"
|
517 | 653 | "@babel/plugin-syntax-typescript" "^7.2.0"
|
518 | 654 |
|
| 655 | +"@babel/plugin-transform-typescript@^7.5.0": |
| 656 | + version "7.10.4" |
| 657 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.4.tgz#8b01cb8d77f795422277cc3fcf45af72bc68ba78" |
| 658 | + integrity sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw== |
| 659 | + dependencies: |
| 660 | + "@babel/helper-create-class-features-plugin" "^7.10.4" |
| 661 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 662 | + "@babel/plugin-syntax-typescript" "^7.10.4" |
| 663 | + |
519 | 664 | "@babel/plugin-transform-unicode-regex@^7.0.0":
|
520 | 665 | version "7.4.4"
|
521 | 666 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
|
|
549 | 694 | "@babel/parser" "^7.4.4"
|
550 | 695 | "@babel/types" "^7.4.4"
|
551 | 696 |
|
| 697 | +"@babel/template@^7.10.4": |
| 698 | + version "7.10.4" |
| 699 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
| 700 | + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 701 | + dependencies: |
| 702 | + "@babel/code-frame" "^7.10.4" |
| 703 | + "@babel/parser" "^7.10.4" |
| 704 | + "@babel/types" "^7.10.4" |
| 705 | + |
552 | 706 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
|
553 | 707 | version "7.5.0"
|
554 | 708 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
|
|
563 | 717 | globals "^11.1.0"
|
564 | 718 | lodash "^4.17.11"
|
565 | 719 |
|
| 720 | +"@babel/traverse@^7.10.4": |
| 721 | + version "7.10.4" |
| 722 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
| 723 | + integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== |
| 724 | + dependencies: |
| 725 | + "@babel/code-frame" "^7.10.4" |
| 726 | + "@babel/generator" "^7.10.4" |
| 727 | + "@babel/helper-function-name" "^7.10.4" |
| 728 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 729 | + "@babel/parser" "^7.10.4" |
| 730 | + "@babel/types" "^7.10.4" |
| 731 | + debug "^4.1.0" |
| 732 | + globals "^11.1.0" |
| 733 | + lodash "^4.17.13" |
| 734 | + |
566 | 735 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
|
567 | 736 | version "7.5.0"
|
568 | 737 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
|
|
571 | 740 | lodash "^4.17.11"
|
572 | 741 | to-fast-properties "^2.0.0"
|
573 | 742 |
|
| 743 | +"@babel/types@^7.10.4": |
| 744 | + version "7.10.4" |
| 745 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
| 746 | + integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
| 747 | + dependencies: |
| 748 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 749 | + lodash "^4.17.13" |
| 750 | + to-fast-properties "^2.0.0" |
| 751 | + |
574 | 752 | "@cnakazawa/watch@^1.0.3":
|
575 | 753 | version "1.0.3"
|
576 | 754 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
|
@@ -3231,6 +3409,11 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0,
|
3231 | 3409 | version "4.17.14"
|
3232 | 3410 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
|
3233 | 3411 |
|
| 3412 | +lodash@^4.17.13: |
| 3413 | + version "4.17.15" |
| 3414 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 3415 | + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
| 3416 | + |
3234 | 3417 | log-symbols@^2.2.0:
|
3235 | 3418 | version "2.2.0"
|
3236 | 3419 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
|
|
3425 | 3608 | metro-babel7-plugin-react-transform "0.54.1"
|
3426 | 3609 | react-transform-hmr "^1.0.4"
|
3427 | 3610 |
|
3428 |
| - |
3429 |
| - version "0.55.0" |
3430 |
| - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.55.0.tgz#d5d4a6cbe9ccbcedd72fcbb71c0c311e3d56876e" |
| 3611 | + |
| 3612 | + version "0.60.0" |
| 3613 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.60.0.tgz#9aaaeca10a04c117ea84fb18e54c44ddcaad2ab8" |
| 3614 | + integrity sha512-eByxCh52XWyMwh4eduzLz0HkraOX7X/tJBsOXvxhUaj8UEolxMYQWD1DO7rJbFiKfZbxRPortltDYzjJI4MpdQ== |
3431 | 3615 | dependencies:
|
3432 | 3616 | "@babel/plugin-proposal-class-properties" "^7.0.0"
|
3433 | 3617 | "@babel/plugin-proposal-export-default-from" "^7.0.0"
|
|
3438 | 3622 | "@babel/plugin-syntax-dynamic-import" "^7.0.0"
|
3439 | 3623 | "@babel/plugin-syntax-export-default-from" "^7.0.0"
|
3440 | 3624 | "@babel/plugin-syntax-flow" "^7.2.0"
|
| 3625 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 3626 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
3441 | 3627 | "@babel/plugin-transform-arrow-functions" "^7.0.0"
|
3442 | 3628 | "@babel/plugin-transform-block-scoping" "^7.0.0"
|
3443 | 3629 | "@babel/plugin-transform-classes" "^7.0.0"
|
|
3453 | 3639 | "@babel/plugin-transform-parameters" "^7.0.0"
|
3454 | 3640 | "@babel/plugin-transform-react-display-name" "^7.0.0"
|
3455 | 3641 | "@babel/plugin-transform-react-jsx" "^7.0.0"
|
| 3642 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
3456 | 3643 | "@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
3457 | 3644 | "@babel/plugin-transform-regenerator" "^7.0.0"
|
3458 | 3645 | "@babel/plugin-transform-runtime" "^7.0.0"
|
3459 | 3646 | "@babel/plugin-transform-shorthand-properties" "^7.0.0"
|
3460 | 3647 | "@babel/plugin-transform-spread" "^7.0.0"
|
3461 | 3648 | "@babel/plugin-transform-sticky-regex" "^7.0.0"
|
3462 | 3649 | "@babel/plugin-transform-template-literals" "^7.0.0"
|
3463 |
| - "@babel/plugin-transform-typescript" "^7.0.0" |
| 3650 | + "@babel/plugin-transform-typescript" "^7.5.0" |
3464 | 3651 | "@babel/plugin-transform-unicode-regex" "^7.0.0"
|
3465 | 3652 | "@babel/template" "^7.0.0"
|
3466 |
| - react-refresh "^0.2.0" |
| 3653 | + react-refresh "^0.4.0" |
3467 | 3654 |
|
3468 | 3655 | [email protected], metro-react-native-babel-transformer@^0.54.1:
|
3469 | 3656 | version "0.54.1"
|
@@ -4309,9 +4496,10 @@ react-proxy@^1.1.7:
|
4309 | 4496 | lodash "^4.6.1"
|
4310 | 4497 | react-deep-force-update "^1.0.0"
|
4311 | 4498 |
|
4312 |
| -react-refresh@^0.2.0: |
4313 |
| - version "0.2.0" |
4314 |
| - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.2.0.tgz#f0cff375e8f75dea7133a847a1b40cf5c073dd0d" |
| 4499 | +react-refresh@^0.4.0: |
| 4500 | + version "0.4.3" |
| 4501 | + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53" |
| 4502 | + integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA== |
4315 | 4503 |
|
4316 | 4504 | react-transform-hmr@^1.0.4:
|
4317 | 4505 | version "1.0.4"
|
|
0 commit comments