|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.10.4"
|
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.12.13": |
| 27 | + version "7.12.13" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
| 29 | + integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.12.13" |
| 32 | + |
26 | 33 | "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
|
27 | 34 | version "7.12.7"
|
28 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
29 | 36 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
30 | 37 |
|
31 |
| -"@babel/core@7.12.10", "@babel/core@^7.12.3": |
| 38 | +"@babel/compat-data@^7.13.0": |
| 39 | + version "7.13.0" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744" |
| 41 | + integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA== |
| 42 | + |
| 43 | +"@babel/core@7.13.1": |
| 44 | + version "7.13.1" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf" |
| 46 | + integrity sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w== |
| 47 | + dependencies: |
| 48 | + "@babel/code-frame" "^7.12.13" |
| 49 | + "@babel/generator" "^7.13.0" |
| 50 | + "@babel/helper-compilation-targets" "^7.13.0" |
| 51 | + "@babel/helper-module-transforms" "^7.13.0" |
| 52 | + "@babel/helpers" "^7.13.0" |
| 53 | + "@babel/parser" "^7.13.0" |
| 54 | + "@babel/template" "^7.12.13" |
| 55 | + "@babel/traverse" "^7.13.0" |
| 56 | + "@babel/types" "^7.13.0" |
| 57 | + convert-source-map "^1.7.0" |
| 58 | + debug "^4.1.0" |
| 59 | + gensync "^1.0.0-beta.2" |
| 60 | + json5 "^2.1.2" |
| 61 | + lodash "^4.17.19" |
| 62 | + semver "7.0.0" |
| 63 | + source-map "^0.5.0" |
| 64 | + |
| 65 | +"@babel/core@^7.12.3": |
32 | 66 | version "7.12.10"
|
33 | 67 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
|
34 | 68 | integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
|
|
67 | 101 | jsesc "^2.5.1"
|
68 | 102 | source-map "^0.5.0"
|
69 | 103 |
|
| 104 | +"@babel/generator@^7.13.0": |
| 105 | + version "7.13.0" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c" |
| 107 | + integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== |
| 108 | + dependencies: |
| 109 | + "@babel/types" "^7.13.0" |
| 110 | + jsesc "^2.5.1" |
| 111 | + source-map "^0.5.0" |
| 112 | + |
70 | 113 | "@babel/helper-annotate-as-pure@^7.10.1":
|
71 | 114 | version "7.10.1"
|
72 | 115 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
116 | 159 | browserslist "^4.14.5"
|
117 | 160 | semver "^5.5.0"
|
118 | 161 |
|
| 162 | +"@babel/helper-compilation-targets@^7.13.0": |
| 163 | + version "7.13.0" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1" |
| 165 | + integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q== |
| 166 | + dependencies: |
| 167 | + "@babel/compat-data" "^7.13.0" |
| 168 | + "@babel/helper-validator-option" "^7.12.17" |
| 169 | + browserslist "^4.14.5" |
| 170 | + semver "7.0.0" |
| 171 | + |
119 | 172 | "@babel/helper-create-class-features-plugin@^7.12.1":
|
120 | 173 | version "7.12.1"
|
121 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
|
|
169 | 222 | "@babel/template" "^7.10.4"
|
170 | 223 | "@babel/types" "^7.10.4"
|
171 | 224 |
|
| 225 | +"@babel/helper-function-name@^7.12.13": |
| 226 | + version "7.12.13" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" |
| 228 | + integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== |
| 229 | + dependencies: |
| 230 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 231 | + "@babel/template" "^7.12.13" |
| 232 | + "@babel/types" "^7.12.13" |
| 233 | + |
172 | 234 | "@babel/helper-get-function-arity@^7.10.4":
|
173 | 235 | version "7.10.4"
|
174 | 236 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
|
175 | 237 | integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
|
176 | 238 | dependencies:
|
177 | 239 | "@babel/types" "^7.10.4"
|
178 | 240 |
|
| 241 | +"@babel/helper-get-function-arity@^7.12.13": |
| 242 | + version "7.12.13" |
| 243 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
| 244 | + integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 245 | + dependencies: |
| 246 | + "@babel/types" "^7.12.13" |
| 247 | + |
179 | 248 | "@babel/helper-hoist-variables@^7.10.4":
|
180 | 249 | version "7.10.4"
|
181 | 250 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
|
|
190 | 259 | dependencies:
|
191 | 260 | "@babel/types" "^7.12.7"
|
192 | 261 |
|
| 262 | +"@babel/helper-member-expression-to-functions@^7.13.0": |
| 263 | + version "7.13.0" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
| 265 | + integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== |
| 266 | + dependencies: |
| 267 | + "@babel/types" "^7.13.0" |
| 268 | + |
193 | 269 | "@babel/helper-module-imports@^7.0.0":
|
194 | 270 | version "7.10.1"
|
195 | 271 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
|
|
204 | 280 | dependencies:
|
205 | 281 | "@babel/types" "^7.12.5"
|
206 | 282 |
|
| 283 | +"@babel/helper-module-imports@^7.12.13": |
| 284 | + version "7.12.13" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" |
| 286 | + integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== |
| 287 | + dependencies: |
| 288 | + "@babel/types" "^7.12.13" |
| 289 | + |
207 | 290 | "@babel/helper-module-transforms@^7.12.1":
|
208 | 291 | version "7.12.1"
|
209 | 292 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
|
|
219 | 302 | "@babel/types" "^7.12.1"
|
220 | 303 | lodash "^4.17.19"
|
221 | 304 |
|
| 305 | +"@babel/helper-module-transforms@^7.13.0": |
| 306 | + version "7.13.0" |
| 307 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
| 308 | + integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== |
| 309 | + dependencies: |
| 310 | + "@babel/helper-module-imports" "^7.12.13" |
| 311 | + "@babel/helper-replace-supers" "^7.13.0" |
| 312 | + "@babel/helper-simple-access" "^7.12.13" |
| 313 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 314 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 315 | + "@babel/template" "^7.12.13" |
| 316 | + "@babel/traverse" "^7.13.0" |
| 317 | + "@babel/types" "^7.13.0" |
| 318 | + lodash "^4.17.19" |
| 319 | + |
222 | 320 | "@babel/helper-optimise-call-expression@^7.10.4":
|
223 | 321 | version "7.12.7"
|
224 | 322 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
|
225 | 323 | integrity sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==
|
226 | 324 | dependencies:
|
227 | 325 | "@babel/types" "^7.12.7"
|
228 | 326 |
|
| 327 | +"@babel/helper-optimise-call-expression@^7.12.13": |
| 328 | + version "7.12.13" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
| 330 | + integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
| 331 | + dependencies: |
| 332 | + "@babel/types" "^7.12.13" |
| 333 | + |
229 | 334 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0":
|
230 | 335 | version "7.10.1"
|
231 | 336 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
|
|
262 | 367 | "@babel/traverse" "^7.12.5"
|
263 | 368 | "@babel/types" "^7.12.5"
|
264 | 369 |
|
| 370 | +"@babel/helper-replace-supers@^7.13.0": |
| 371 | + version "7.13.0" |
| 372 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" |
| 373 | + integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== |
| 374 | + dependencies: |
| 375 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 376 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 377 | + "@babel/traverse" "^7.13.0" |
| 378 | + "@babel/types" "^7.13.0" |
| 379 | + |
265 | 380 | "@babel/helper-simple-access@^7.12.1":
|
266 | 381 | version "7.12.1"
|
267 | 382 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
|
268 | 383 | integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
|
269 | 384 | dependencies:
|
270 | 385 | "@babel/types" "^7.12.1"
|
271 | 386 |
|
| 387 | +"@babel/helper-simple-access@^7.12.13": |
| 388 | + version "7.12.13" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" |
| 390 | + integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== |
| 391 | + dependencies: |
| 392 | + "@babel/types" "^7.12.13" |
| 393 | + |
272 | 394 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
273 | 395 | version "7.12.1"
|
274 | 396 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
|
|
283 | 405 | dependencies:
|
284 | 406 | "@babel/types" "^7.11.0"
|
285 | 407 |
|
| 408 | +"@babel/helper-split-export-declaration@^7.12.13": |
| 409 | + version "7.12.13" |
| 410 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
| 411 | + integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
| 412 | + dependencies: |
| 413 | + "@babel/types" "^7.12.13" |
| 414 | + |
286 | 415 | "@babel/helper-validator-identifier@^7.10.1":
|
287 | 416 | version "7.10.1"
|
288 | 417 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
|
293 | 422 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
294 | 423 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
295 | 424 |
|
| 425 | +"@babel/helper-validator-identifier@^7.12.11": |
| 426 | + version "7.12.11" |
| 427 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 428 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 429 | + |
296 | 430 | "@babel/helper-validator-option@^7.12.1":
|
297 | 431 | version "7.12.1"
|
298 | 432 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
|
299 | 433 | integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
|
300 | 434 |
|
| 435 | +"@babel/helper-validator-option@^7.12.17": |
| 436 | + version "7.12.17" |
| 437 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 438 | + integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== |
| 439 | + |
301 | 440 | "@babel/helper-wrap-function@^7.10.4":
|
302 | 441 | version "7.12.3"
|
303 | 442 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
|
|
317 | 456 | "@babel/traverse" "^7.12.5"
|
318 | 457 | "@babel/types" "^7.12.5"
|
319 | 458 |
|
| 459 | +"@babel/helpers@^7.13.0": |
| 460 | + version "7.13.0" |
| 461 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" |
| 462 | + integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== |
| 463 | + dependencies: |
| 464 | + "@babel/template" "^7.12.13" |
| 465 | + "@babel/traverse" "^7.13.0" |
| 466 | + "@babel/types" "^7.13.0" |
| 467 | + |
320 | 468 | "@babel/highlight@^7.10.1":
|
321 | 469 | version "7.10.1"
|
322 | 470 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
|
|
335 | 483 | chalk "^2.0.0"
|
336 | 484 | js-tokens "^4.0.0"
|
337 | 485 |
|
| 486 | +"@babel/highlight@^7.12.13": |
| 487 | + version "7.12.13" |
| 488 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c" |
| 489 | + integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== |
| 490 | + dependencies: |
| 491 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 492 | + chalk "^2.0.0" |
| 493 | + js-tokens "^4.0.0" |
| 494 | + |
338 | 495 | "@babel/parser@^7.12.10":
|
339 | 496 | version "7.12.10"
|
340 | 497 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
|
341 | 498 | integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
|
342 | 499 |
|
| 500 | +"@babel/parser@^7.12.13", "@babel/parser@^7.13.0": |
| 501 | + version "7.13.0" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78" |
| 503 | + integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g== |
| 504 | + |
343 | 505 | "@babel/parser@^7.12.7":
|
344 | 506 | version "7.12.7"
|
345 | 507 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
|
|
1026 | 1188 | "@babel/parser" "^7.12.7"
|
1027 | 1189 | "@babel/types" "^7.12.7"
|
1028 | 1190 |
|
| 1191 | +"@babel/template@^7.12.13": |
| 1192 | + version "7.12.13" |
| 1193 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
| 1194 | + integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
| 1195 | + dependencies: |
| 1196 | + "@babel/code-frame" "^7.12.13" |
| 1197 | + "@babel/parser" "^7.12.13" |
| 1198 | + "@babel/types" "^7.12.13" |
| 1199 | + |
1029 | 1200 | "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.10":
|
1030 | 1201 | version "7.12.10"
|
1031 | 1202 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
|
|
1056 | 1227 | globals "^11.1.0"
|
1057 | 1228 | lodash "^4.17.19"
|
1058 | 1229 |
|
| 1230 | +"@babel/traverse@^7.13.0": |
| 1231 | + version "7.13.0" |
| 1232 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
| 1233 | + integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
| 1234 | + dependencies: |
| 1235 | + "@babel/code-frame" "^7.12.13" |
| 1236 | + "@babel/generator" "^7.13.0" |
| 1237 | + "@babel/helper-function-name" "^7.12.13" |
| 1238 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1239 | + "@babel/parser" "^7.13.0" |
| 1240 | + "@babel/types" "^7.13.0" |
| 1241 | + debug "^4.1.0" |
| 1242 | + globals "^11.1.0" |
| 1243 | + lodash "^4.17.19" |
| 1244 | + |
1059 | 1245 | "@babel/types@^7.10.1", "@babel/types@^7.4.4":
|
1060 | 1246 | version "7.10.2"
|
1061 | 1247 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
|
1083 | 1269 | lodash "^4.17.19"
|
1084 | 1270 | to-fast-properties "^2.0.0"
|
1085 | 1271 |
|
| 1272 | +"@babel/types@^7.12.13", "@babel/types@^7.13.0": |
| 1273 | + version "7.13.0" |
| 1274 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
| 1275 | + integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
| 1276 | + dependencies: |
| 1277 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1278 | + lodash "^4.17.19" |
| 1279 | + to-fast-properties "^2.0.0" |
| 1280 | + |
1086 | 1281 | "@emotion/cache@^10.0.27":
|
1087 | 1282 | version "10.0.29"
|
1088 | 1283 | resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
|
@@ -4926,6 +5121,11 @@ gensync@^1.0.0-beta.1:
|
4926 | 5121 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
|
4927 | 5122 | integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
|
4928 | 5123 |
|
| 5124 | +gensync@^1.0.0-beta.2: |
| 5125 | + version "1.0.0-beta.2" |
| 5126 | + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
| 5127 | + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
| 5128 | + |
4929 | 5129 | get-value@^2.0.3, get-value@^2.0.6:
|
4930 | 5130 | version "2.0.6"
|
4931 | 5131 | resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
|
|
0 commit comments