-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e878c97
commit c00ca50
Showing
2 changed files
with
158 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2785,6 +2785,13 @@ | |
"@types/node" "*" | ||
jest-mock "^27.5.1" | ||
|
||
"@jest/expect-utils@^29.5.0": | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.5.0.tgz#f74fad6b6e20f924582dc8ecbf2cb800fe43a036" | ||
integrity sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg== | ||
dependencies: | ||
jest-get-type "^29.4.3" | ||
|
||
"@jest/fake-timers@^27.2.4": | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.4.tgz#00df08bd60332bd59503cb5b6db21e4903785f86" | ||
|
@@ -2888,6 +2895,13 @@ | |
terminal-link "^2.0.0" | ||
v8-to-istanbul "^8.1.0" | ||
|
||
"@jest/schemas@^29.4.3": | ||
version "29.4.3" | ||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788" | ||
integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg== | ||
dependencies: | ||
"@sinclair/typebox" "^0.25.16" | ||
|
||
"@jest/source-map@^27.0.6": | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.0.6.tgz#be9e9b93565d49b0548b86e232092491fb60551f" | ||
|
@@ -3010,6 +3024,18 @@ | |
"@types/yargs" "^16.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^29.5.0": | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593" | ||
integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog== | ||
dependencies: | ||
"@jest/schemas" "^29.4.3" | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
"@types/yargs" "^17.0.8" | ||
chalk "^4.0.0" | ||
|
||
"@jridgewell/gen-mapping@^0.3.2": | ||
version "0.3.2" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" | ||
|
@@ -3271,6 +3297,11 @@ | |
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.7.tgz#82f83dcc2eb9b1e1d559b3aca96783e285eb8592" | ||
integrity sha512-3Zi2LGbCLDz4IIL7ir6wD0u/ggHotLkK5SlVzFzTcYaNgPR4MAt/9JYZqXWKcofPWEoptfpnCJU8Bq9sxw8QUg== | ||
|
||
"@sinclair/typebox@^0.25.16": | ||
version "0.25.24" | ||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" | ||
integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== | ||
|
||
"@sinonjs/commons@^1.7.0": | ||
version "1.8.3" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" | ||
|
@@ -4134,13 +4165,13 @@ | |
dependencies: | ||
"@types/istanbul-lib-report" "*" | ||
|
||
"@types/jest@27.5.2": | ||
version "27.5.2" | ||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" | ||
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== | ||
"@types/jest@29.5.2": | ||
version "29.5.2" | ||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b" | ||
integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg== | ||
dependencies: | ||
jest-matcher-utils "^27.0.0" | ||
pretty-format "^27.0.0" | ||
expect "^29.0.0" | ||
pretty-format "^29.0.0" | ||
|
||
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": | ||
version "7.0.9" | ||
|
@@ -4191,10 +4222,10 @@ | |
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.2.tgz#5764ca9aa94470adb4e1185fe2e9f19458992b2e" | ||
integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ== | ||
|
||
"@types/[email protected].23": | ||
version "16.18.23" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90" | ||
integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g== | ||
"@types/node@18.16.18": | ||
version "18.16.18" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390" | ||
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== | ||
|
||
"@types/node@^14.0.10": | ||
version "14.17.20" | ||
|
@@ -4253,12 +4284,12 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react-dom@17.0.19": | ||
version "17.0.19" | ||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.19.tgz#36feef3aa35d045cacd5ed60fe0eef5272f19492" | ||
integrity sha512-PiYG40pnQRdPHnlf7tZnp0aQ6q9tspYr72vD61saO6zFCybLfMqwUCN0va1/P+86DXn18ZWeW30Bk7xlC5eEAQ== | ||
"@types/react-dom@18.2.6": | ||
version "18.2.6" | ||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.6.tgz#ad621fa71a8db29af7c31b41b2ea3d8a6f4144d1" | ||
integrity sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A== | ||
dependencies: | ||
"@types/react" "^17" | ||
"@types/react" "*" | ||
|
||
"@types/[email protected]": | ||
version "11.0.4" | ||
|
@@ -4274,12 +4305,12 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react-test-renderer@17.0.2": | ||
version "17.0.2" | ||
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-17.0.2.tgz#5f800a39b12ac8d2a2149e7e1885215bcf4edbbf" | ||
integrity sha512-+F1KONQTBHDBBhbHuT2GNydeMpPuviduXIVJRB7Y4nma4NR5DrTJfMMZ+jbhEHbpwL+Uqhs1WXh4KHiyrtYTPg== | ||
"@types/react-test-renderer@18.0.0": | ||
version "18.0.0" | ||
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz#7b7f69ca98821ea5501b21ba24ea7b6139da2243" | ||
integrity sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ== | ||
dependencies: | ||
"@types/react" "^17" | ||
"@types/react" "*" | ||
|
||
"@types/react-textarea-autosize@^4.3.3": | ||
version "4.3.6" | ||
|
@@ -4297,19 +4328,10 @@ | |
"@types/scheduler" "*" | ||
csstype "^3.0.2" | ||
|
||
"@types/[email protected]": | ||
version "17.0.55" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.55.tgz#f94eac1a37929cd86d1cc084c239c08dcfd10e5f" | ||
integrity sha512-kBcAhmT8RivFDYxHdy8QfPKu+WyfiiGjdPb9pIRtd6tj05j0zRHq5DBGW5Ogxv5cwSKd93BVgUk/HZ4I9p3zNg== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
csstype "^3.0.2" | ||
|
||
"@types/react@^17": | ||
version "17.0.44" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" | ||
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g== | ||
"@types/[email protected]": | ||
version "18.2.14" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127" | ||
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
|
@@ -4406,6 +4428,13 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@types/yargs@^17.0.8": | ||
version "17.0.24" | ||
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.24.tgz#b3ef8d50ad4aa6aecf6ddc97c580a00f5aa11902" | ||
integrity sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw== | ||
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/parser@^4.20.0": | ||
version "4.32.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5" | ||
|
@@ -7346,6 +7375,11 @@ diff-sequences@^27.5.1: | |
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327" | ||
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ== | ||
|
||
diff-sequences@^29.4.3: | ||
version "29.4.3" | ||
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2" | ||
integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA== | ||
|
||
diffie-hellman@^5.0.0: | ||
version "5.0.3" | ||
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" | ||
|
@@ -8193,6 +8227,17 @@ expect@^27.5.1: | |
jest-matcher-utils "^27.5.1" | ||
jest-message-util "^27.5.1" | ||
|
||
expect@^29.0.0: | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/expect/-/expect-29.5.0.tgz#68c0509156cb2a0adb8865d413b137eeaae682f7" | ||
integrity sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg== | ||
dependencies: | ||
"@jest/expect-utils" "^29.5.0" | ||
jest-get-type "^29.4.3" | ||
jest-matcher-utils "^29.5.0" | ||
jest-message-util "^29.5.0" | ||
jest-util "^29.5.0" | ||
|
||
express@^4.17.1: | ||
version "4.17.1" | ||
resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" | ||
|
@@ -10186,6 +10231,16 @@ jest-diff@^27.5.1: | |
jest-get-type "^27.5.1" | ||
pretty-format "^27.5.1" | ||
|
||
jest-diff@^29.5.0: | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.5.0.tgz#e0d83a58eb5451dcc1fa61b1c3ee4e8f5a290d63" | ||
integrity sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw== | ||
dependencies: | ||
chalk "^4.0.0" | ||
diff-sequences "^29.4.3" | ||
jest-get-type "^29.4.3" | ||
pretty-format "^29.5.0" | ||
|
||
jest-docblock@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.0.6.tgz#cc78266acf7fe693ca462cbbda0ea4e639e4e5f3" | ||
|
@@ -10282,6 +10337,11 @@ jest-get-type@^27.5.1: | |
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1" | ||
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== | ||
|
||
jest-get-type@^29.4.3: | ||
version "29.4.3" | ||
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5" | ||
integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== | ||
|
||
jest-haste-map@^27.2.4: | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.4.tgz#f8974807bedf07348ca9fd24e5861ab7c8e61aba" | ||
|
@@ -10385,7 +10445,17 @@ jest-leak-detector@^27.5.1: | |
jest-get-type "^27.5.1" | ||
pretty-format "^27.5.1" | ||
|
||
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: | ||
jest-matcher-utils@^27.2.4: | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.4.tgz#008fff018151415ad1b6cfc083fd70fe1e012525" | ||
integrity sha512-nQeLfFAIPPkyhkDfifAPfP/U5wm1x0fLtAzqXZSSKckXDNuk2aaOfQiDYv1Mgf5GY6yOsxfUnvNm3dDjXM+BXw== | ||
dependencies: | ||
chalk "^4.0.0" | ||
jest-diff "^27.2.4" | ||
jest-get-type "^27.0.6" | ||
pretty-format "^27.2.4" | ||
|
||
jest-matcher-utils@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab" | ||
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw== | ||
|
@@ -10395,15 +10465,15 @@ jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: | |
jest-get-type "^27.5.1" | ||
pretty-format "^27.5.1" | ||
|
||
jest-matcher-utils@^27.2.4: | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.4.tgz#008fff018151415ad1b6cfc083fd70fe1e012525" | ||
integrity sha512-nQeLfFAIPPkyhkDfifAPfP/U5wm1x0fLtAzqXZSSKckXDNuk2aaOfQiDYv1Mgf5GY6yOsxfUnvNm3dDjXM+BXw== | ||
jest-matcher-utils@^29.5.0: | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz#d957af7f8c0692c5453666705621ad4abc2c59c5" | ||
integrity sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw== | ||
dependencies: | ||
chalk "^4.0.0" | ||
jest-diff "^27.2.4" | ||
jest-get-type "^27.0.6" | ||
pretty-format "^27.2.4" | ||
jest-diff "^29.5.0" | ||
jest-get-type "^29.4.3" | ||
pretty-format "^29.5.0" | ||
|
||
jest-message-util@^27.2.4: | ||
version "27.2.4" | ||
|
@@ -10435,6 +10505,21 @@ jest-message-util@^27.5.1: | |
slash "^3.0.0" | ||
stack-utils "^2.0.3" | ||
|
||
jest-message-util@^29.5.0: | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.5.0.tgz#1f776cac3aca332ab8dd2e3b41625435085c900e" | ||
integrity sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@jest/types" "^29.5.0" | ||
"@types/stack-utils" "^2.0.0" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.9" | ||
micromatch "^4.0.4" | ||
pretty-format "^29.5.0" | ||
slash "^3.0.0" | ||
stack-utils "^2.0.3" | ||
|
||
jest-mock@^27.2.4: | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.2.4.tgz#c8f0ef33f73d8ff53e3f60b16d59f1128f4072ae" | ||
|
@@ -10737,6 +10822,18 @@ jest-util@^27.5.1: | |
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-util@^29.5.0: | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f" | ||
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ== | ||
dependencies: | ||
"@jest/types" "^29.5.0" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
ci-info "^3.2.0" | ||
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-validate@^27.2.4: | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.4.tgz#b66d462b2fb93d7e16a47d1aa8763d5600bf2cfa" | ||
|
@@ -12700,7 +12797,7 @@ pretty-error@^2.1.1: | |
lodash "^4.17.20" | ||
renderkid "^2.0.4" | ||
|
||
pretty-format@^27.0.0, pretty-format@^27.2.4: | ||
pretty-format@^27.2.4: | ||
version "27.2.4" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.4.tgz#08ea39c5eab41b082852d7093059a091f6ddc748" | ||
integrity sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg== | ||
|
@@ -12719,6 +12816,15 @@ pretty-format@^27.5.1: | |
ansi-styles "^5.0.0" | ||
react-is "^17.0.1" | ||
|
||
pretty-format@^29.0.0, pretty-format@^29.5.0: | ||
version "29.5.0" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.5.0.tgz#283134e74f70e2e3e7229336de0e4fce94ccde5a" | ||
integrity sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw== | ||
dependencies: | ||
"@jest/schemas" "^29.4.3" | ||
ansi-styles "^5.0.0" | ||
react-is "^18.0.0" | ||
|
||
pretty-hrtime@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" | ||
|
@@ -13173,6 +13279,11 @@ react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.3, react-i | |
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" | ||
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== | ||
|
||
react-is@^18.0.0: | ||
version "18.2.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" | ||
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== | ||
|
||
react-lifecycles-compat@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" | ||
|