|
40 | 40 | dependencies:
|
41 | 41 | "@babel/highlight" "^7.16.7"
|
42 | 42 |
|
| 43 | +"@babel/code-frame@^7.18.6": |
| 44 | + version "7.18.6" |
| 45 | + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
| 46 | + integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
| 47 | + dependencies: |
| 48 | + "@babel/highlight" "^7.18.6" |
| 49 | + |
43 | 50 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
|
44 | 51 | version "7.15.0"
|
45 | 52 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
124 | 131 | jsesc "^2.5.1"
|
125 | 132 | source-map "^0.5.0"
|
126 | 133 |
|
| 134 | +"@babel/generator@^7.19.4": |
| 135 | + version "7.19.5" |
| 136 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7" |
| 137 | + integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg== |
| 138 | + dependencies: |
| 139 | + "@babel/types" "^7.19.4" |
| 140 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 141 | + jsesc "^2.5.1" |
| 142 | + |
127 | 143 | "@babel/helper-annotate-as-pure@^7.14.5":
|
128 | 144 | version "7.15.4"
|
129 | 145 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
|
226 | 242 | dependencies:
|
227 | 243 | "@babel/types" "^7.16.7"
|
228 | 244 |
|
| 245 | +"@babel/helper-environment-visitor@^7.18.9": |
| 246 | + version "7.18.9" |
| 247 | + resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
| 248 | + integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
| 249 | + |
229 | 250 | "@babel/helper-explode-assignable-expression@^7.16.7":
|
230 | 251 | version "7.16.7"
|
231 | 252 | resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
|
|
250 | 271 | "@babel/template" "^7.16.7"
|
251 | 272 | "@babel/types" "^7.17.0"
|
252 | 273 |
|
| 274 | +"@babel/helper-function-name@^7.19.0": |
| 275 | + version "7.19.0" |
| 276 | + resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
| 277 | + integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 278 | + dependencies: |
| 279 | + "@babel/template" "^7.18.10" |
| 280 | + "@babel/types" "^7.19.0" |
| 281 | + |
253 | 282 | "@babel/helper-get-function-arity@^7.15.4":
|
254 | 283 | version "7.15.4"
|
255 | 284 | resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
|
|
271 | 300 | dependencies:
|
272 | 301 | "@babel/types" "^7.16.7"
|
273 | 302 |
|
| 303 | +"@babel/helper-hoist-variables@^7.18.6": |
| 304 | + version "7.18.6" |
| 305 | + resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
| 306 | + integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 307 | + dependencies: |
| 308 | + "@babel/types" "^7.18.6" |
| 309 | + |
274 | 310 | "@babel/helper-member-expression-to-functions@^7.15.4":
|
275 | 311 | version "7.15.4"
|
276 | 312 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
|
|
299 | 335 | dependencies:
|
300 | 336 | "@babel/types" "^7.16.7"
|
301 | 337 |
|
| 338 | +"@babel/helper-module-imports@^7.18.6": |
| 339 | + version "7.18.6" |
| 340 | + resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
| 341 | + integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== |
| 342 | + dependencies: |
| 343 | + "@babel/types" "^7.18.6" |
| 344 | + |
302 | 345 | "@babel/helper-module-transforms@^7.15.4":
|
303 | 346 | version "7.15.7"
|
304 | 347 | resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226"
|
|
327 | 370 | "@babel/traverse" "^7.17.3"
|
328 | 371 | "@babel/types" "^7.17.0"
|
329 | 372 |
|
| 373 | +"@babel/helper-module-transforms@^7.18.6": |
| 374 | + version "7.19.0" |
| 375 | + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" |
| 376 | + integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ== |
| 377 | + dependencies: |
| 378 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 379 | + "@babel/helper-module-imports" "^7.18.6" |
| 380 | + "@babel/helper-simple-access" "^7.18.6" |
| 381 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 382 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 383 | + "@babel/template" "^7.18.10" |
| 384 | + "@babel/traverse" "^7.19.0" |
| 385 | + "@babel/types" "^7.19.0" |
| 386 | + |
330 | 387 | "@babel/helper-optimise-call-expression@^7.15.4":
|
331 | 388 | version "7.15.4"
|
332 | 389 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
|
351 | 408 | resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
|
352 | 409 | integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
|
353 | 410 |
|
| 411 | +"@babel/helper-plugin-utils@^7.18.6": |
| 412 | + version "7.19.0" |
| 413 | + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf" |
| 414 | + integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== |
| 415 | + |
354 | 416 | "@babel/helper-remap-async-to-generator@^7.16.8":
|
355 | 417 | version "7.16.8"
|
356 | 418 | resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
|
|
395 | 457 | dependencies:
|
396 | 458 | "@babel/types" "^7.17.0"
|
397 | 459 |
|
| 460 | +"@babel/helper-simple-access@^7.18.6": |
| 461 | + version "7.19.4" |
| 462 | + resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
| 463 | + integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 464 | + dependencies: |
| 465 | + "@babel/types" "^7.19.4" |
| 466 | + |
398 | 467 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
399 | 468 | version "7.16.0"
|
400 | 469 | resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
|
|
416 | 485 | dependencies:
|
417 | 486 | "@babel/types" "^7.16.7"
|
418 | 487 |
|
| 488 | +"@babel/helper-split-export-declaration@^7.18.6": |
| 489 | + version "7.18.6" |
| 490 | + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
| 491 | + integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
| 492 | + dependencies: |
| 493 | + "@babel/types" "^7.18.6" |
| 494 | + |
| 495 | +"@babel/helper-string-parser@^7.19.4": |
| 496 | + version "7.19.4" |
| 497 | + resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
| 498 | + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 499 | + |
419 | 500 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
|
420 | 501 | version "7.15.7"
|
421 | 502 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
|
426 | 507 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
427 | 508 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
428 | 509 |
|
| 510 | +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
| 511 | + version "7.19.1" |
| 512 | + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
| 513 | + integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
| 514 | + |
429 | 515 | "@babel/helper-validator-option@^7.14.5":
|
430 | 516 | version "7.14.5"
|
431 | 517 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
482 | 568 | chalk "^2.0.0"
|
483 | 569 | js-tokens "^4.0.0"
|
484 | 570 |
|
| 571 | +"@babel/highlight@^7.18.6": |
| 572 | + version "7.18.6" |
| 573 | + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
| 574 | + integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
| 575 | + dependencies: |
| 576 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 577 | + chalk "^2.0.0" |
| 578 | + js-tokens "^4.0.0" |
| 579 | + |
485 | 580 | "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2":
|
486 | 581 | version "7.15.7"
|
487 | 582 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
|
497 | 592 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
|
498 | 593 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
|
499 | 594 |
|
| 595 | +"@babel/parser@^7.18.10", "@babel/parser@^7.19.4": |
| 596 | + version "7.19.4" |
| 597 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc" |
| 598 | + integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA== |
| 599 | + |
500 | 600 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
501 | 601 | version "7.16.7"
|
502 | 602 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
903 | 1003 | "@babel/helper-plugin-utils" "^7.16.7"
|
904 | 1004 | babel-plugin-dynamic-import-node "^2.3.3"
|
905 | 1005 |
|
906 |
| -"@babel/ [email protected]", "@babel/plugin-transform-modules-commonjs@^7.17.9": |
| 1006 | + |
| 1007 | + version "7.18.6" |
| 1008 | + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883" |
| 1009 | + integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q== |
| 1010 | + dependencies: |
| 1011 | + "@babel/helper-module-transforms" "^7.18.6" |
| 1012 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 1013 | + "@babel/helper-simple-access" "^7.18.6" |
| 1014 | + babel-plugin-dynamic-import-node "^2.3.3" |
| 1015 | + |
| 1016 | +"@babel/plugin-transform-modules-commonjs@^7.17.9": |
907 | 1017 | version "7.17.9"
|
908 | 1018 | resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz#274be1a2087beec0254d4abd4d86e52442e1e5b6"
|
909 | 1019 | integrity sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==
|
|
1178 | 1288 | "@babel/parser" "^7.16.7"
|
1179 | 1289 | "@babel/types" "^7.16.7"
|
1180 | 1290 |
|
| 1291 | +"@babel/template@^7.18.10": |
| 1292 | + version "7.18.10" |
| 1293 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
| 1294 | + integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 1295 | + dependencies: |
| 1296 | + "@babel/code-frame" "^7.18.6" |
| 1297 | + "@babel/parser" "^7.18.10" |
| 1298 | + "@babel/types" "^7.18.10" |
| 1299 | + |
1181 | 1300 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
|
1182 | 1301 | version "7.15.4"
|
1183 | 1302 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
|
|
1225 | 1344 | debug "^4.1.0"
|
1226 | 1345 | globals "^11.1.0"
|
1227 | 1346 |
|
| 1347 | +"@babel/traverse@^7.19.0": |
| 1348 | + version "7.19.4" |
| 1349 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8" |
| 1350 | + integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g== |
| 1351 | + dependencies: |
| 1352 | + "@babel/code-frame" "^7.18.6" |
| 1353 | + "@babel/generator" "^7.19.4" |
| 1354 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1355 | + "@babel/helper-function-name" "^7.19.0" |
| 1356 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1357 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1358 | + "@babel/parser" "^7.19.4" |
| 1359 | + "@babel/types" "^7.19.4" |
| 1360 | + debug "^4.1.0" |
| 1361 | + globals "^11.1.0" |
| 1362 | + |
1228 | 1363 | "@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
1229 | 1364 | version "7.15.6"
|
1230 | 1365 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
|
|
1257 | 1392 | "@babel/helper-validator-identifier" "^7.16.7"
|
1258 | 1393 | to-fast-properties "^2.0.0"
|
1259 | 1394 |
|
| 1395 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4": |
| 1396 | + version "7.19.4" |
| 1397 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
| 1398 | + integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== |
| 1399 | + dependencies: |
| 1400 | + "@babel/helper-string-parser" "^7.19.4" |
| 1401 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1402 | + to-fast-properties "^2.0.0" |
| 1403 | + |
1260 | 1404 | "@changesets/apply-release-plan@^6.1.1":
|
1261 | 1405 | version "6.1.1"
|
1262 | 1406 | resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-6.1.1.tgz#14ec261c11c9b90d110a83b8b96412ddb7303ddf"
|
|
1705 | 1849 | "@jridgewell/set-array" "^1.0.0"
|
1706 | 1850 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1707 | 1851 |
|
1708 |
| -"@jridgewell/gen-mapping@^0.3.0": |
| 1852 | +"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": |
1709 | 1853 | version "0.3.2"
|
1710 | 1854 | resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
|
1711 | 1855 | integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
|
|
0 commit comments