|
19 | 19 | dependencies:
|
20 | 20 | "@babel/highlight" "^7.0.0"
|
21 | 21 |
|
| 22 | +"@babel/code-frame@^7.10.4": |
| 23 | + version "7.10.4" |
| 24 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| 25 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 26 | + dependencies: |
| 27 | + "@babel/highlight" "^7.10.4" |
| 28 | + |
22 | 29 |
|
23 | 30 | version "7.2.2"
|
24 | 31 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
|
|
70 | 77 | source-map "^0.5.0"
|
71 | 78 | trim-right "^1.0.1"
|
72 | 79 |
|
| 80 | +"@babel/generator@^7.11.0": |
| 81 | + version "7.11.4" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
| 83 | + integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
| 84 | + dependencies: |
| 85 | + "@babel/types" "^7.11.0" |
| 86 | + jsesc "^2.5.1" |
| 87 | + source-map "^0.5.0" |
| 88 | + |
73 | 89 | "@babel/helper-annotate-as-pure@^7.0.0":
|
74 | 90 | version "7.0.0"
|
75 | 91 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
102 | 118 | "@babel/traverse" "^7.4.0"
|
103 | 119 | "@babel/types" "^7.4.0"
|
104 | 120 |
|
| 121 | +"@babel/helper-create-class-features-plugin@^7.10.5": |
| 122 | + version "7.10.5" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d" |
| 124 | + integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== |
| 125 | + dependencies: |
| 126 | + "@babel/helper-function-name" "^7.10.4" |
| 127 | + "@babel/helper-member-expression-to-functions" "^7.10.5" |
| 128 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 129 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 130 | + "@babel/helper-replace-supers" "^7.10.4" |
| 131 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 132 | + |
105 | 133 | "@babel/helper-create-class-features-plugin@^7.3.0", "@babel/helper-create-class-features-plugin@^7.4.0":
|
106 | 134 | version "7.4.3"
|
107 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.3.tgz#5bbd279c6c3ac6a60266b89bbfe7f8021080a1ef"
|
|
140 | 168 | "@babel/template" "^7.1.0"
|
141 | 169 | "@babel/types" "^7.0.0"
|
142 | 170 |
|
| 171 | +"@babel/helper-function-name@^7.10.4": |
| 172 | + version "7.10.4" |
| 173 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
| 174 | + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
| 175 | + dependencies: |
| 176 | + "@babel/helper-get-function-arity" "^7.10.4" |
| 177 | + "@babel/template" "^7.10.4" |
| 178 | + "@babel/types" "^7.10.4" |
| 179 | + |
143 | 180 | "@babel/helper-get-function-arity@^7.0.0":
|
144 | 181 | version "7.0.0"
|
145 | 182 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
146 | 183 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
147 | 184 | dependencies:
|
148 | 185 | "@babel/types" "^7.0.0"
|
149 | 186 |
|
| 187 | +"@babel/helper-get-function-arity@^7.10.4": |
| 188 | + version "7.10.4" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
| 190 | + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 191 | + dependencies: |
| 192 | + "@babel/types" "^7.10.4" |
| 193 | + |
150 | 194 | "@babel/helper-hoist-variables@^7.4.0":
|
151 | 195 | version "7.4.0"
|
152 | 196 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.0.tgz#25b621399ae229869329730a62015bbeb0a6fbd6"
|
|
161 | 205 | dependencies:
|
162 | 206 | "@babel/types" "^7.0.0"
|
163 | 207 |
|
| 208 | +"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5": |
| 209 | + version "7.11.0" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" |
| 211 | + integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== |
| 212 | + dependencies: |
| 213 | + "@babel/types" "^7.11.0" |
| 214 | + |
164 | 215 | "@babel/helper-module-imports@^7.0.0":
|
165 | 216 | version "7.0.0"
|
166 | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
|
187 | 238 | dependencies:
|
188 | 239 | "@babel/types" "^7.0.0"
|
189 | 240 |
|
| 241 | +"@babel/helper-optimise-call-expression@^7.10.4": |
| 242 | + version "7.10.4" |
| 243 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
| 244 | + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
| 245 | + dependencies: |
| 246 | + "@babel/types" "^7.10.4" |
| 247 | + |
190 | 248 | "@babel/helper-plugin-utils@^7.0.0":
|
191 | 249 | version "7.0.0"
|
192 | 250 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
193 | 251 | integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
|
194 | 252 |
|
| 253 | +"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": |
| 254 | + version "7.10.4" |
| 255 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
| 256 | + integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
| 257 | + |
195 | 258 | "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.3":
|
196 | 259 | version "7.4.3"
|
197 | 260 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.3.tgz#9d6e5428bfd638ab53b37ae4ec8caf0477495147"
|
|
220 | 283 | "@babel/traverse" "^7.4.0"
|
221 | 284 | "@babel/types" "^7.4.0"
|
222 | 285 |
|
| 286 | +"@babel/helper-replace-supers@^7.10.4": |
| 287 | + version "7.10.4" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
| 289 | + integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
| 290 | + dependencies: |
| 291 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 292 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 293 | + "@babel/traverse" "^7.10.4" |
| 294 | + "@babel/types" "^7.10.4" |
| 295 | + |
223 | 296 | "@babel/helper-simple-access@^7.1.0":
|
224 | 297 | version "7.1.0"
|
225 | 298 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
|
235 | 308 | dependencies:
|
236 | 309 | "@babel/types" "^7.4.0"
|
237 | 310 |
|
| 311 | +"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": |
| 312 | + version "7.11.0" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 314 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 315 | + dependencies: |
| 316 | + "@babel/types" "^7.11.0" |
| 317 | + |
| 318 | +"@babel/helper-validator-identifier@^7.10.4": |
| 319 | + version "7.10.4" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 321 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 322 | + |
238 | 323 | "@babel/helper-wrap-function@^7.1.0":
|
239 | 324 | version "7.2.0"
|
240 | 325 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
263 | 348 | esutils "^2.0.2"
|
264 | 349 | js-tokens "^4.0.0"
|
265 | 350 |
|
| 351 | +"@babel/highlight@^7.10.4": |
| 352 | + version "7.10.4" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 354 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
| 355 | + dependencies: |
| 356 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 357 | + chalk "^2.0.0" |
| 358 | + js-tokens "^4.0.0" |
| 359 | + |
266 | 360 | "@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
|
267 | 361 | version "7.4.3"
|
268 | 362 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
|
269 | 363 | integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
|
270 | 364 |
|
| 365 | +"@babel/parser@^7.10.4", "@babel/parser@^7.11.0": |
| 366 | + version "7.11.4" |
| 367 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
| 368 | + integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
| 369 | + |
271 | 370 | "@babel/plugin-external-helpers@^7.0.0":
|
272 | 371 | version "7.2.0"
|
273 | 372 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
430 | 529 | dependencies:
|
431 | 530 | "@babel/helper-plugin-utils" "^7.0.0"
|
432 | 531 |
|
| 532 | +"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0": |
| 533 | + version "7.8.3" |
| 534 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" |
| 535 | + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== |
| 536 | + dependencies: |
| 537 | + "@babel/helper-plugin-utils" "^7.8.0" |
| 538 | + |
433 | 539 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
|
434 | 540 | version "7.2.0"
|
435 | 541 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
|
|
451 | 557 | dependencies:
|
452 | 558 | "@babel/helper-plugin-utils" "^7.0.0"
|
453 | 559 |
|
| 560 | +"@babel/plugin-syntax-optional-chaining@^7.0.0": |
| 561 | + version "7.8.3" |
| 562 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" |
| 563 | + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== |
| 564 | + dependencies: |
| 565 | + "@babel/helper-plugin-utils" "^7.8.0" |
| 566 | + |
454 | 567 | "@babel/plugin-syntax-optional-chaining@^7.2.0":
|
455 | 568 | version "7.2.0"
|
456 | 569 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
|
457 | 570 | integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
|
458 | 571 | dependencies:
|
459 | 572 | "@babel/helper-plugin-utils" "^7.0.0"
|
460 | 573 |
|
| 574 | +"@babel/plugin-syntax-typescript@^7.10.4": |
| 575 | + version "7.10.4" |
| 576 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25" |
| 577 | + integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== |
| 578 | + dependencies: |
| 579 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 580 | + |
461 | 581 | "@babel/plugin-syntax-typescript@^7.2.0":
|
462 | 582 | version "7.3.3"
|
463 | 583 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
|
|
811 | 931 | "@babel/helper-plugin-utils" "^7.0.0"
|
812 | 932 | "@babel/plugin-syntax-typescript" "^7.2.0"
|
813 | 933 |
|
| 934 | +"@babel/plugin-transform-typescript@^7.5.0": |
| 935 | + version "7.11.0" |
| 936 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb" |
| 937 | + integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== |
| 938 | + dependencies: |
| 939 | + "@babel/helper-create-class-features-plugin" "^7.10.5" |
| 940 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 941 | + "@babel/plugin-syntax-typescript" "^7.10.4" |
| 942 | + |
814 | 943 | "@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.2.0", "@babel/plugin-transform-unicode-regex@^7.4.3":
|
815 | 944 | version "7.4.3"
|
816 | 945 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.3.tgz#3868703fc0e8f443dda65654b298df576f7b863b"
|
|
992 | 1121 | "@babel/parser" "^7.4.0"
|
993 | 1122 | "@babel/types" "^7.4.0"
|
994 | 1123 |
|
| 1124 | +"@babel/template@^7.10.4": |
| 1125 | + version "7.10.4" |
| 1126 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
| 1127 | + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 1128 | + dependencies: |
| 1129 | + "@babel/code-frame" "^7.10.4" |
| 1130 | + "@babel/parser" "^7.10.4" |
| 1131 | + "@babel/types" "^7.10.4" |
| 1132 | + |
995 | 1133 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.2.2", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.3":
|
996 | 1134 | version "7.4.3"
|
997 | 1135 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
|
|
1007 | 1145 | globals "^11.1.0"
|
1008 | 1146 | lodash "^4.17.11"
|
1009 | 1147 |
|
| 1148 | +"@babel/traverse@^7.10.4": |
| 1149 | + version "7.11.0" |
| 1150 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
| 1151 | + integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1152 | + dependencies: |
| 1153 | + "@babel/code-frame" "^7.10.4" |
| 1154 | + "@babel/generator" "^7.11.0" |
| 1155 | + "@babel/helper-function-name" "^7.10.4" |
| 1156 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1157 | + "@babel/parser" "^7.11.0" |
| 1158 | + "@babel/types" "^7.11.0" |
| 1159 | + debug "^4.1.0" |
| 1160 | + globals "^11.1.0" |
| 1161 | + lodash "^4.17.19" |
| 1162 | + |
1010 | 1163 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0":
|
1011 | 1164 | version "7.4.0"
|
1012 | 1165 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
|
|
1016 | 1169 | lodash "^4.17.11"
|
1017 | 1170 | to-fast-properties "^2.0.0"
|
1018 | 1171 |
|
| 1172 | +"@babel/types@^7.10.4", "@babel/types@^7.11.0": |
| 1173 | + version "7.11.0" |
| 1174 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 1175 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 1176 | + dependencies: |
| 1177 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1178 | + lodash "^4.17.19" |
| 1179 | + to-fast-properties "^2.0.0" |
| 1180 | + |
1019 | 1181 | "@bara/barn@^2.3.1":
|
1020 | 1182 | version "2.3.1"
|
1021 | 1183 | resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.1.tgz#74af0cac66534fd881cc4e31e5ad8d7011bb017c"
|
@@ -7793,6 +7955,11 @@ lodash.uniq@^4.5.0:
|
7793 | 7955 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
7794 | 7956 | integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
|
7795 | 7957 |
|
| 7958 | +lodash@^4.17.19: |
| 7959 | + version "4.17.20" |
| 7960 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" |
| 7961 | + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== |
| 7962 | + |
7796 | 7963 | log-symbols@^1.0.2:
|
7797 | 7964 | version "1.0.2"
|
7798 | 7965 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
|
|
8072 | 8239 | dependencies:
|
8073 | 8240 | "@babel/helper-module-imports" "^7.0.0"
|
8074 | 8241 |
|
8075 |
| - |
8076 |
| - version "0.53.1" |
8077 |
| - resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.53.1.tgz#9ad31e5c84f5003333a6a3cf79f2d093cd3b2ddc" |
8078 |
| - integrity sha512-98lEpTu7mox/7QurxVuLnbjrGDdayjpS2Z1T4vkLcP+mBxzloKJuTRnmtyWC8cNlx9qjimHGDlqtNY78rQ8rsA== |
8079 |
| - dependencies: |
8080 |
| - "@babel/helper-module-imports" "^7.0.0" |
8081 |
| - |
8082 | 8242 |
|
8083 | 8243 | version "0.51.1"
|
8084 | 8244 | resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.51.1.tgz#d0b296eab8e009214413bba87e4eac3d9b44cd04"
|
|
8204 | 8364 | metro-babel7-plugin-react-transform "0.51.1"
|
8205 | 8365 | react-transform-hmr "^1.0.4"
|
8206 | 8366 |
|
8207 |
| -metro-react-native-babel-preset@0.53.1: |
8208 |
| - version "0.53.1" |
8209 |
| - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.53.1.tgz#6cd9e41a1b9a6e210e71ef2adf114219b4eaf2ec" |
8210 |
| - integrity sha512-Uf8EGL8kIPhDkoSdAAysNPxPQclUS2R1QC4cwnc8bkk2f6yqGn+1CorfiY9AaqlLEth5mKQqdtRYFDTFfB9QyA== |
| 8367 | +metro-react-native-babel-preset@0.63.0: |
| 8368 | + version "0.63.0" |
| 8369 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.63.0.tgz#bc67d4d251ac72f30b7f3d92a069aea825577751" |
| 8370 | + integrity sha512-iTM6V/hzqTd2dg0LHtD4f/TU+d4A7MFiMPUmIYDb0OZmCq6avfcxHQTXk/ZNbAr+eRoN/owx9OIkjt/CvG4vUA== |
8211 | 8371 | dependencies:
|
| 8372 | + "@babel/core" "^7.0.0" |
8212 | 8373 | "@babel/plugin-proposal-class-properties" "^7.0.0"
|
8213 | 8374 | "@babel/plugin-proposal-export-default-from" "^7.0.0"
|
8214 | 8375 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
|
|
8218 | 8379 | "@babel/plugin-syntax-dynamic-import" "^7.0.0"
|
8219 | 8380 | "@babel/plugin-syntax-export-default-from" "^7.0.0"
|
8220 | 8381 | "@babel/plugin-syntax-flow" "^7.2.0"
|
| 8382 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 8383 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
8221 | 8384 | "@babel/plugin-transform-arrow-functions" "^7.0.0"
|
8222 | 8385 | "@babel/plugin-transform-block-scoping" "^7.0.0"
|
8223 | 8386 | "@babel/plugin-transform-classes" "^7.0.0"
|
|
8233 | 8396 | "@babel/plugin-transform-parameters" "^7.0.0"
|
8234 | 8397 | "@babel/plugin-transform-react-display-name" "^7.0.0"
|
8235 | 8398 | "@babel/plugin-transform-react-jsx" "^7.0.0"
|
| 8399 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
8236 | 8400 | "@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
8237 | 8401 | "@babel/plugin-transform-regenerator" "^7.0.0"
|
8238 | 8402 | "@babel/plugin-transform-runtime" "^7.0.0"
|
8239 | 8403 | "@babel/plugin-transform-shorthand-properties" "^7.0.0"
|
8240 | 8404 | "@babel/plugin-transform-spread" "^7.0.0"
|
8241 | 8405 | "@babel/plugin-transform-sticky-regex" "^7.0.0"
|
8242 | 8406 | "@babel/plugin-transform-template-literals" "^7.0.0"
|
8243 |
| - "@babel/plugin-transform-typescript" "^7.0.0" |
| 8407 | + "@babel/plugin-transform-typescript" "^7.5.0" |
8244 | 8408 | "@babel/plugin-transform-unicode-regex" "^7.0.0"
|
8245 | 8409 | "@babel/template" "^7.0.0"
|
8246 |
| - metro-babel7-plugin-react-transform "0.53.1" |
8247 |
| - react-transform-hmr "^1.0.4" |
| 8410 | + react-refresh "^0.4.0" |
8248 | 8411 |
|
8249 | 8412 |
|
8250 | 8413 | version "0.51.0"
|
@@ -10652,6 +10815,11 @@ react-proxy@^1.1.7:
|
10652 | 10815 | lodash "^4.6.1"
|
10653 | 10816 | react-deep-force-update "^1.0.0"
|
10654 | 10817 |
|
| 10818 | +react-refresh@^0.4.0: |
| 10819 | + version "0.4.3" |
| 10820 | + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53" |
| 10821 | + integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA== |
| 10822 | + |
10655 | 10823 |
|
10656 | 10824 | version "2.1.8"
|
10657 | 10825 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.8.tgz#21195bb928b2c0462aa98b2d32edf7d034cff2a9"
|
|
0 commit comments