Skip to content

Commit c9d456c

Browse files
chore(deps-dev): bump @testing-library/react from 9.5.0 to 13.4.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9.5.0 to 13.4.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v9.5.0...v13.4.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65aa345 commit c9d456c

File tree

2 files changed

+24
-143
lines changed

2 files changed

+24
-143
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@dhis2/cypress-commands": "^7.0.0",
2929
"@dhis2/cypress-plugins": "^7.0.0",
3030
"@testing-library/jest-dom": "^5.8.0",
31-
"@testing-library/react": "^9.4.0",
31+
"@testing-library/react": "^13.4.0",
3232
"query-string": "^6.12.1"
3333
},
3434
"dependencies": {

yarn.lock

Lines changed: 23 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,14 +1089,7 @@
10891089
core-js-pure "^3.20.2"
10901090
regenerator-runtime "^0.13.4"
10911091

1092-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1093-
version "7.18.3"
1094-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
1095-
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
1096-
dependencies:
1097-
regenerator-runtime "^0.13.4"
1098-
1099-
"@babel/runtime@^7.18.3":
1092+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
11001093
version "7.18.6"
11011094
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580"
11021095
integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==
@@ -2709,25 +2702,6 @@
27092702
source-map "^0.6.1"
27102703
write-file-atomic "^3.0.0"
27112704

2712-
"@jest/types@^24.9.0":
2713-
version "24.9.0"
2714-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
2715-
integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==
2716-
dependencies:
2717-
"@types/istanbul-lib-coverage" "^2.0.0"
2718-
"@types/istanbul-reports" "^1.1.1"
2719-
"@types/yargs" "^13.0.0"
2720-
2721-
"@jest/types@^25.5.0":
2722-
version "25.5.0"
2723-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
2724-
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
2725-
dependencies:
2726-
"@types/istanbul-lib-coverage" "^2.0.0"
2727-
"@types/istanbul-reports" "^1.1.1"
2728-
"@types/yargs" "^15.0.0"
2729-
chalk "^3.0.0"
2730-
27312705
"@jest/types@^27.5.1":
27322706
version "27.5.1"
27332707
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
@@ -3043,11 +3017,6 @@
30433017
dependencies:
30443018
any-observable "^0.3.0"
30453019

3046-
"@sheerun/mutationobserver-shim@^0.3.2":
3047-
version "0.3.3"
3048-
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz#5405ee8e444ed212db44e79351f0c70a582aae25"
3049-
integrity sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==
3050-
30513020
"@sinclair/typebox@^0.23.3":
30523021
version "0.23.5"
30533022
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
@@ -3192,10 +3161,10 @@
31923161
dependencies:
31933162
defer-to-connect "^1.0.1"
31943163

3195-
"@testing-library/dom@*", "@testing-library/dom@^8.0.0":
3196-
version "8.14.0"
3197-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.14.0.tgz#c9830a21006d87b9ef6e1aae306cf49b0283e28e"
3198-
integrity sha512-m8FOdUo77iMTwVRCyzWcqxlEIk+GnopbrRI15a0EaLbpZSCinIVI4kSQzWhkShK83GogvEFJSsHF3Ws0z1vrqA==
3164+
"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.5.0":
3165+
version "8.17.1"
3166+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.17.1.tgz#2d7af4ff6dad8d837630fecd08835aee08320ad7"
3167+
integrity sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==
31993168
dependencies:
32003169
"@babel/code-frame" "^7.10.4"
32013170
"@babel/runtime" "^7.12.5"
@@ -3206,19 +3175,6 @@
32063175
lz-string "^1.4.4"
32073176
pretty-format "^27.0.2"
32083177

3209-
"@testing-library/dom@^6.15.0":
3210-
version "6.16.0"
3211-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.16.0.tgz#04ada27ed74ad4c0f0d984a1245bb29b1fd90ba9"
3212-
integrity sha512-lBD88ssxqEfz0wFL6MeUyyWZfV/2cjEZZV3YRpb2IoJRej/4f1jB0TzqIOznTpfR1r34CNesrubxwIlAQ8zgPA==
3213-
dependencies:
3214-
"@babel/runtime" "^7.8.4"
3215-
"@sheerun/mutationobserver-shim" "^0.3.2"
3216-
"@types/testing-library__dom" "^6.12.1"
3217-
aria-query "^4.0.2"
3218-
dom-accessibility-api "^0.3.0"
3219-
pretty-format "^25.1.0"
3220-
wait-for-expect "^3.0.2"
3221-
32223178
"@testing-library/jest-dom@^5.8.0":
32233179
version "5.16.4"
32243180
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz#938302d7b8b483963a3ae821f1c0808f872245cd"
@@ -3243,14 +3199,14 @@
32433199
"@testing-library/dom" "^8.0.0"
32443200
"@types/react-dom" "<18.0.0"
32453201

3246-
"@testing-library/react@^9.4.0":
3247-
version "9.5.0"
3248-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.5.0.tgz#71531655a7890b61e77a1b39452fbedf0472ca5e"
3249-
integrity sha512-di1b+D0p+rfeboHO5W7gTVeZDIK5+maEgstrZbWZSSvxDyfDRkkyBE1AJR5Psd6doNldluXlCWqXriUfqu/9Qg==
3202+
"@testing-library/react@^13.4.0":
3203+
version "13.4.0"
3204+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
3205+
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
32503206
dependencies:
3251-
"@babel/runtime" "^7.8.4"
3252-
"@testing-library/dom" "^6.15.0"
3253-
"@types/testing-library__react" "^9.1.2"
3207+
"@babel/runtime" "^7.12.5"
3208+
"@testing-library/dom" "^8.5.0"
3209+
"@types/react-dom" "^18.0.0"
32543210

32553211
"@tootallnate/once@1":
32563212
version "1.1.2"
@@ -3544,14 +3500,6 @@
35443500
dependencies:
35453501
"@types/istanbul-lib-coverage" "*"
35463502

3547-
"@types/istanbul-reports@^1.1.1":
3548-
version "1.1.2"
3549-
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2"
3550-
integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==
3551-
dependencies:
3552-
"@types/istanbul-lib-coverage" "*"
3553-
"@types/istanbul-lib-report" "*"
3554-
35553503
"@types/istanbul-reports@^3.0.0":
35563504
version "3.0.1"
35573505
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
@@ -3664,20 +3612,20 @@
36643612
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
36653613
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
36663614

3667-
"@types/react-dom@*":
3668-
version "18.0.5"
3669-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.5.tgz#330b2d472c22f796e5531446939eacef8378444a"
3670-
integrity sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==
3671-
dependencies:
3672-
"@types/react" "*"
3673-
36743615
"@types/react-dom@<18.0.0":
36753616
version "17.0.17"
36763617
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
36773618
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
36783619
dependencies:
36793620
"@types/react" "^17"
36803621

3622+
"@types/react-dom@^18.0.0":
3623+
version "18.0.6"
3624+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
3625+
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==
3626+
dependencies:
3627+
"@types/react" "*"
3628+
36813629
"@types/react-transition-group@^2.0.8":
36823630
version "2.9.2"
36833631
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.9.2.tgz#c48cf2a11977c8b4ff539a1c91d259eaa627028d"
@@ -3757,36 +3705,13 @@
37573705
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
37583706
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
37593707

3760-
"@types/testing-library__dom@*":
3761-
version "7.5.0"
3762-
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-7.5.0.tgz#e0a00dd766983b1d6e9d10d33e708005ce6ad13e"
3763-
integrity sha512-mj1aH4cj3XUpMEgVpognma5kHVtbm6U6cHZmEFzCRiXPvKkuHrFr3+yXdGLXvfFRBaQIVshPGHI+hGTOJlhS/g==
3764-
dependencies:
3765-
"@testing-library/dom" "*"
3766-
3767-
"@types/testing-library__dom@^6.12.1":
3768-
version "6.14.0"
3769-
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-6.14.0.tgz#1aede831cb4ed4a398448df5a2c54b54a365644e"
3770-
integrity sha512-sMl7OSv0AvMOqn1UJ6j1unPMIHRXen0Ita1ujnMX912rrOcawe4f7wu0Zt9GIQhBhJvH2BaibqFgQ3lP+Pj2hA==
3771-
dependencies:
3772-
pretty-format "^24.3.0"
3773-
37743708
"@types/testing-library__jest-dom@^5.9.1":
37753709
version "5.14.4"
37763710
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.4.tgz#21567ec845f4efee55923842c79728dc49c1650b"
37773711
integrity sha512-EUCs9PTBOEyfRtLKkKd31YrRCx/9Wxjy2Uqb6IH/KAOr7/vP0i8iClOyxQqjm/UxMGU5r5s2vOBM7vSPQVmabg==
37783712
dependencies:
37793713
"@types/jest" "*"
37803714

3781-
"@types/testing-library__react@^9.1.2":
3782-
version "9.1.3"
3783-
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.3.tgz#35eca61cc6ea923543796f16034882a1603d7302"
3784-
integrity sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w==
3785-
dependencies:
3786-
"@types/react-dom" "*"
3787-
"@types/testing-library__dom" "*"
3788-
pretty-format "^25.1.0"
3789-
37903715
"@types/trusted-types@^2.0.2":
37913716
version "2.0.2"
37923717
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
@@ -3804,20 +3729,6 @@
38043729
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
38053730
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
38063731

3807-
"@types/yargs@^13.0.0":
3808-
version "13.0.12"
3809-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.12.tgz#d895a88c703b78af0465a9de88aa92c61430b092"
3810-
integrity sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==
3811-
dependencies:
3812-
"@types/yargs-parser" "*"
3813-
3814-
"@types/yargs@^15.0.0":
3815-
version "15.0.14"
3816-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
3817-
integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
3818-
dependencies:
3819-
"@types/yargs-parser" "*"
3820-
38213732
"@types/yargs@^16.0.0":
38223733
version "16.0.4"
38233734
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977"
@@ -4302,12 +4213,12 @@ ansi-regex@^3.0.0:
43024213
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
43034214
integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
43044215

4305-
ansi-regex@^4.0.0, ansi-regex@^4.1.0:
4216+
ansi-regex@^4.1.0:
43064217
version "4.1.1"
43074218
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
43084219
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
43094220

4310-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
4221+
ansi-regex@^5.0.1:
43114222
version "5.0.1"
43124223
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
43134224
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -4425,7 +4336,7 @@ argparse@^2.0.1:
44254336
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
44264337
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
44274338

4428-
aria-query@^4.0.2, aria-query@^4.2.2:
4339+
aria-query@^4.2.2:
44294340
version "4.2.2"
44304341
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
44314342
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
@@ -7065,11 +6976,6 @@ doctrine@^3.0.0:
70656976
dependencies:
70666977
esutils "^2.0.2"
70676978

7068-
dom-accessibility-api@^0.3.0:
7069-
version "0.3.0"
7070-
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz#511e5993dd673b97c87ea47dba0e3892f7e0c983"
7071-
integrity sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA==
7072-
70736979
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
70746980
version "0.5.14"
70756981
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
@@ -13075,26 +12981,6 @@ pretty-error@^4.0.0:
1307512981
lodash "^4.17.20"
1307612982
renderkid "^3.0.0"
1307712983

13078-
pretty-format@^24.3.0:
13079-
version "24.9.0"
13080-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
13081-
integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==
13082-
dependencies:
13083-
"@jest/types" "^24.9.0"
13084-
ansi-regex "^4.0.0"
13085-
ansi-styles "^3.2.0"
13086-
react-is "^16.8.4"
13087-
13088-
pretty-format@^25.1.0:
13089-
version "25.5.0"
13090-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
13091-
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
13092-
dependencies:
13093-
"@jest/types" "^25.5.0"
13094-
ansi-regex "^5.0.0"
13095-
ansi-styles "^4.0.0"
13096-
react-is "^16.12.0"
13097-
1309812984
pretty-format@^27.0.2, pretty-format@^27.5.1:
1309912985
version "27.5.1"
1310012986
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
@@ -13462,7 +13348,7 @@ react-input-autosize@^2.2.1:
1346213348
dependencies:
1346313349
prop-types "^15.5.8"
1346413350

13465-
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.4:
13351+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0:
1346613352
version "16.13.1"
1346713353
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1346813354
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -16225,11 +16111,6 @@ w3c-xmlserializer@^2.0.0:
1622516111
dependencies:
1622616112
xml-name-validator "^3.0.0"
1622716113

16228-
wait-for-expect@^3.0.2:
16229-
version "3.0.2"
16230-
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-3.0.2.tgz#d2f14b2f7b778c9b82144109c8fa89ceaadaa463"
16231-
integrity sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag==
16232-
1623316114
wait-on@^4.0.2:
1623416115
version "4.0.2"
1623516116
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-4.0.2.tgz#6ee9b5751b4e0329630abbb5fdba787802b32914"

0 commit comments

Comments
 (0)