|
19 | 19 | dependencies:
|
20 | 20 | "@babel/highlight" "^7.0.0"
|
21 | 21 |
|
| 22 | +"@babel/code-frame@^7.12.13": |
| 23 | + version "7.12.13" |
| 24 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
| 25 | + integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
| 26 | + dependencies: |
| 27 | + "@babel/highlight" "^7.12.13" |
| 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.13.16": |
| 81 | + version "7.13.16" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14" |
| 83 | + integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg== |
| 84 | + dependencies: |
| 85 | + "@babel/types" "^7.13.16" |
| 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.13.0": |
| 122 | + version "7.13.11" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6" |
| 124 | + integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw== |
| 125 | + dependencies: |
| 126 | + "@babel/helper-function-name" "^7.12.13" |
| 127 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 128 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 129 | + "@babel/helper-replace-supers" "^7.13.0" |
| 130 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 131 | + |
105 | 132 | "@babel/helper-create-class-features-plugin@^7.3.0", "@babel/helper-create-class-features-plugin@^7.4.0":
|
106 | 133 | version "7.4.3"
|
107 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.3.tgz#5bbd279c6c3ac6a60266b89bbfe7f8021080a1ef"
|
|
140 | 167 | "@babel/template" "^7.1.0"
|
141 | 168 | "@babel/types" "^7.0.0"
|
142 | 169 |
|
| 170 | +"@babel/helper-function-name@^7.12.13": |
| 171 | + version "7.12.13" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" |
| 173 | + integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== |
| 174 | + dependencies: |
| 175 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 176 | + "@babel/template" "^7.12.13" |
| 177 | + "@babel/types" "^7.12.13" |
| 178 | + |
143 | 179 | "@babel/helper-get-function-arity@^7.0.0":
|
144 | 180 | version "7.0.0"
|
145 | 181 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
146 | 182 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
147 | 183 | dependencies:
|
148 | 184 | "@babel/types" "^7.0.0"
|
149 | 185 |
|
| 186 | +"@babel/helper-get-function-arity@^7.12.13": |
| 187 | + version "7.12.13" |
| 188 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
| 189 | + integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 190 | + dependencies: |
| 191 | + "@babel/types" "^7.12.13" |
| 192 | + |
150 | 193 | "@babel/helper-hoist-variables@^7.4.0":
|
151 | 194 | version "7.4.0"
|
152 | 195 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.0.tgz#25b621399ae229869329730a62015bbeb0a6fbd6"
|
|
161 | 204 | dependencies:
|
162 | 205 | "@babel/types" "^7.0.0"
|
163 | 206 |
|
| 207 | +"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12": |
| 208 | + version "7.13.12" |
| 209 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
| 210 | + integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
| 211 | + dependencies: |
| 212 | + "@babel/types" "^7.13.12" |
| 213 | + |
164 | 214 | "@babel/helper-module-imports@^7.0.0":
|
165 | 215 | version "7.0.0"
|
166 | 216 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
|
187 | 237 | dependencies:
|
188 | 238 | "@babel/types" "^7.0.0"
|
189 | 239 |
|
| 240 | +"@babel/helper-optimise-call-expression@^7.12.13": |
| 241 | + version "7.12.13" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
| 243 | + integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
| 244 | + dependencies: |
| 245 | + "@babel/types" "^7.12.13" |
| 246 | + |
190 | 247 | "@babel/helper-plugin-utils@^7.0.0":
|
191 | 248 | version "7.0.0"
|
192 | 249 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
193 | 250 | integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
|
194 | 251 |
|
| 252 | +"@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0": |
| 253 | + version "7.13.0" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" |
| 255 | + integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== |
| 256 | + |
195 | 257 | "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.3":
|
196 | 258 | version "7.4.3"
|
197 | 259 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.3.tgz#9d6e5428bfd638ab53b37ae4ec8caf0477495147"
|
|
220 | 282 | "@babel/traverse" "^7.4.0"
|
221 | 283 | "@babel/types" "^7.4.0"
|
222 | 284 |
|
| 285 | +"@babel/helper-replace-supers@^7.13.0": |
| 286 | + version "7.13.12" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" |
| 288 | + integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== |
| 289 | + dependencies: |
| 290 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 291 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 292 | + "@babel/traverse" "^7.13.0" |
| 293 | + "@babel/types" "^7.13.12" |
| 294 | + |
223 | 295 | "@babel/helper-simple-access@^7.1.0":
|
224 | 296 | version "7.1.0"
|
225 | 297 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
|
235 | 307 | dependencies:
|
236 | 308 | "@babel/types" "^7.4.0"
|
237 | 309 |
|
| 310 | +"@babel/helper-split-export-declaration@^7.12.13": |
| 311 | + version "7.12.13" |
| 312 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
| 313 | + integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
| 314 | + dependencies: |
| 315 | + "@babel/types" "^7.12.13" |
| 316 | + |
| 317 | +"@babel/helper-validator-identifier@^7.12.11": |
| 318 | + version "7.12.11" |
| 319 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 320 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 321 | + |
238 | 322 | "@babel/helper-wrap-function@^7.1.0":
|
239 | 323 | version "7.2.0"
|
240 | 324 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
263 | 347 | esutils "^2.0.2"
|
264 | 348 | js-tokens "^4.0.0"
|
265 | 349 |
|
| 350 | +"@babel/highlight@^7.12.13": |
| 351 | + version "7.13.10" |
| 352 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1" |
| 353 | + integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== |
| 354 | + dependencies: |
| 355 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 356 | + chalk "^2.0.0" |
| 357 | + js-tokens "^4.0.0" |
| 358 | + |
266 | 359 | "@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
|
267 | 360 | version "7.4.3"
|
268 | 361 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
|
269 | 362 | integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
|
270 | 363 |
|
| 364 | +"@babel/parser@^7.12.13", "@babel/parser@^7.13.16": |
| 365 | + version "7.13.16" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37" |
| 367 | + integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== |
| 368 | + |
271 | 369 | "@babel/plugin-external-helpers@^7.0.0":
|
272 | 370 | version "7.2.0"
|
273 | 371 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
430 | 528 | dependencies:
|
431 | 529 | "@babel/helper-plugin-utils" "^7.0.0"
|
432 | 530 |
|
| 531 | +"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0": |
| 532 | + version "7.8.3" |
| 533 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" |
| 534 | + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== |
| 535 | + dependencies: |
| 536 | + "@babel/helper-plugin-utils" "^7.8.0" |
| 537 | + |
433 | 538 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
|
434 | 539 | version "7.2.0"
|
435 | 540 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
|
|
451 | 556 | dependencies:
|
452 | 557 | "@babel/helper-plugin-utils" "^7.0.0"
|
453 | 558 |
|
| 559 | +"@babel/plugin-syntax-optional-chaining@^7.0.0": |
| 560 | + version "7.8.3" |
| 561 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" |
| 562 | + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== |
| 563 | + dependencies: |
| 564 | + "@babel/helper-plugin-utils" "^7.8.0" |
| 565 | + |
454 | 566 | "@babel/plugin-syntax-optional-chaining@^7.2.0":
|
455 | 567 | version "7.2.0"
|
456 | 568 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
|
457 | 569 | integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
|
458 | 570 | dependencies:
|
459 | 571 | "@babel/helper-plugin-utils" "^7.0.0"
|
460 | 572 |
|
| 573 | +"@babel/plugin-syntax-typescript@^7.12.13": |
| 574 | + version "7.12.13" |
| 575 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474" |
| 576 | + integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== |
| 577 | + dependencies: |
| 578 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 579 | + |
461 | 580 | "@babel/plugin-syntax-typescript@^7.2.0":
|
462 | 581 | version "7.3.3"
|
463 | 582 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
|
|
811 | 930 | "@babel/helper-plugin-utils" "^7.0.0"
|
812 | 931 | "@babel/plugin-syntax-typescript" "^7.2.0"
|
813 | 932 |
|
| 933 | +"@babel/plugin-transform-typescript@^7.5.0": |
| 934 | + version "7.13.0" |
| 935 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853" |
| 936 | + integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== |
| 937 | + dependencies: |
| 938 | + "@babel/helper-create-class-features-plugin" "^7.13.0" |
| 939 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 940 | + "@babel/plugin-syntax-typescript" "^7.12.13" |
| 941 | + |
814 | 942 | "@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 | 943 | version "7.4.3"
|
816 | 944 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.3.tgz#3868703fc0e8f443dda65654b298df576f7b863b"
|
|
992 | 1120 | "@babel/parser" "^7.4.0"
|
993 | 1121 | "@babel/types" "^7.4.0"
|
994 | 1122 |
|
| 1123 | +"@babel/template@^7.12.13": |
| 1124 | + version "7.12.13" |
| 1125 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
| 1126 | + integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
| 1127 | + dependencies: |
| 1128 | + "@babel/code-frame" "^7.12.13" |
| 1129 | + "@babel/parser" "^7.12.13" |
| 1130 | + "@babel/types" "^7.12.13" |
| 1131 | + |
995 | 1132 | "@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 | 1133 | version "7.4.3"
|
997 | 1134 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
|
|
1007 | 1144 | globals "^11.1.0"
|
1008 | 1145 | lodash "^4.17.11"
|
1009 | 1146 |
|
| 1147 | +"@babel/traverse@^7.13.0": |
| 1148 | + version "7.13.17" |
| 1149 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3" |
| 1150 | + integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg== |
| 1151 | + dependencies: |
| 1152 | + "@babel/code-frame" "^7.12.13" |
| 1153 | + "@babel/generator" "^7.13.16" |
| 1154 | + "@babel/helper-function-name" "^7.12.13" |
| 1155 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1156 | + "@babel/parser" "^7.13.16" |
| 1157 | + "@babel/types" "^7.13.17" |
| 1158 | + debug "^4.1.0" |
| 1159 | + globals "^11.1.0" |
| 1160 | + |
1010 | 1161 | "@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 | 1162 | version "7.4.0"
|
1012 | 1163 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
|
|
1016 | 1167 | lodash "^4.17.11"
|
1017 | 1168 | to-fast-properties "^2.0.0"
|
1018 | 1169 |
|
| 1170 | +"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.13.17": |
| 1171 | + version "7.13.17" |
| 1172 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4" |
| 1173 | + integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA== |
| 1174 | + dependencies: |
| 1175 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1176 | + to-fast-properties "^2.0.0" |
| 1177 | + |
1019 | 1178 | "@bara/barn@^2.3.1":
|
1020 | 1179 | version "2.3.1"
|
1021 | 1180 | resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.1.tgz#74af0cac66534fd881cc4e31e5ad8d7011bb017c"
|
|
8072 | 8231 | dependencies:
|
8073 | 8232 | "@babel/helper-module-imports" "^7.0.0"
|
8074 | 8233 |
|
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 | 8234 |
|
8083 | 8235 | version "0.51.1"
|
8084 | 8236 | resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.51.1.tgz#d0b296eab8e009214413bba87e4eac3d9b44cd04"
|
|
8204 | 8356 | metro-babel7-plugin-react-transform "0.51.1"
|
8205 | 8357 | react-transform-hmr "^1.0.4"
|
8206 | 8358 |
|
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== |
| 8359 | +metro-react-native-babel-preset@0.66.0: |
| 8360 | + version "0.66.0" |
| 8361 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.0.tgz#a4495df4b24a2eb9f82705e0a53f4cbbd36d983e" |
| 8362 | + integrity sha512-rO3yayxplLNxFDc7HyMShN+psgEb2mbw15EMreNvgV8QnXNYHmgU6e15tLbtEvC8LuftOLuSufEdSmR/ykm+aA== |
8211 | 8363 | dependencies:
|
| 8364 | + "@babel/core" "^7.0.0" |
8212 | 8365 | "@babel/plugin-proposal-class-properties" "^7.0.0"
|
8213 | 8366 | "@babel/plugin-proposal-export-default-from" "^7.0.0"
|
8214 | 8367 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
|
|
8218 | 8371 | "@babel/plugin-syntax-dynamic-import" "^7.0.0"
|
8219 | 8372 | "@babel/plugin-syntax-export-default-from" "^7.0.0"
|
8220 | 8373 | "@babel/plugin-syntax-flow" "^7.2.0"
|
| 8374 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 8375 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
8221 | 8376 | "@babel/plugin-transform-arrow-functions" "^7.0.0"
|
| 8377 | + "@babel/plugin-transform-async-to-generator" "^7.0.0" |
8222 | 8378 | "@babel/plugin-transform-block-scoping" "^7.0.0"
|
8223 | 8379 | "@babel/plugin-transform-classes" "^7.0.0"
|
8224 | 8380 | "@babel/plugin-transform-computed-properties" "^7.0.0"
|
|
8233 | 8389 | "@babel/plugin-transform-parameters" "^7.0.0"
|
8234 | 8390 | "@babel/plugin-transform-react-display-name" "^7.0.0"
|
8235 | 8391 | "@babel/plugin-transform-react-jsx" "^7.0.0"
|
| 8392 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
8236 | 8393 | "@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
8237 | 8394 | "@babel/plugin-transform-regenerator" "^7.0.0"
|
8238 | 8395 | "@babel/plugin-transform-runtime" "^7.0.0"
|
8239 | 8396 | "@babel/plugin-transform-shorthand-properties" "^7.0.0"
|
8240 | 8397 | "@babel/plugin-transform-spread" "^7.0.0"
|
8241 | 8398 | "@babel/plugin-transform-sticky-regex" "^7.0.0"
|
8242 | 8399 | "@babel/plugin-transform-template-literals" "^7.0.0"
|
8243 |
| - "@babel/plugin-transform-typescript" "^7.0.0" |
| 8400 | + "@babel/plugin-transform-typescript" "^7.5.0" |
8244 | 8401 | "@babel/plugin-transform-unicode-regex" "^7.0.0"
|
8245 | 8402 | "@babel/template" "^7.0.0"
|
8246 |
| - metro-babel7-plugin-react-transform "0.53.1" |
8247 |
| - react-transform-hmr "^1.0.4" |
| 8403 | + react-refresh "^0.4.0" |
8248 | 8404 |
|
8249 | 8405 |
|
8250 | 8406 | version "0.51.0"
|
@@ -10652,6 +10808,11 @@ react-proxy@^1.1.7:
|
10652 | 10808 | lodash "^4.6.1"
|
10653 | 10809 | react-deep-force-update "^1.0.0"
|
10654 | 10810 |
|
| 10811 | +react-refresh@^0.4.0: |
| 10812 | + version "0.4.3" |
| 10813 | + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53" |
| 10814 | + integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA== |
| 10815 | + |
10655 | 10816 |
|
10656 | 10817 | version "2.1.8"
|
10657 | 10818 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.8.tgz#21195bb928b2c0462aa98b2d32edf7d034cff2a9"
|
|
0 commit comments