Skip to content

Commit 279f857

Browse files
Bump @testing-library/react from 12.1.5 to 13.2.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 13.2.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@v12.1.5...v13.2.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a93f316 commit 279f857

File tree

2 files changed

+31
-26
lines changed

2 files changed

+31
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@testing-library/cypress": "8.0.2",
3535
"@testing-library/jest-dom": "5.16.4",
36-
"@testing-library/react": "12.1.5",
36+
"@testing-library/react": "13.2.0",
3737
"@testing-library/user-event": "13.5.0",
3838
"@types/jest": "27.5.1",
3939
"@types/node": "16.11.35",

yarn.lock

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,17 +1123,17 @@
11231123
lz-string "^1.4.4"
11241124
pretty-format "^26.6.2"
11251125

1126-
"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.1.0":
1127-
version "8.2.0"
1128-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.2.0.tgz#ac46a1b9d7c81f0d341ae38fb5424b64c27d151e"
1129-
integrity sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA==
1126+
"@testing-library/dom@^8.1.0", "@testing-library/dom@^8.5.0":
1127+
version "8.13.0"
1128+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5"
1129+
integrity sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==
11301130
dependencies:
11311131
"@babel/code-frame" "^7.10.4"
11321132
"@babel/runtime" "^7.12.5"
11331133
"@types/aria-query" "^4.2.0"
1134-
aria-query "^4.2.2"
1134+
aria-query "^5.0.0"
11351135
chalk "^4.1.0"
1136-
dom-accessibility-api "^0.5.6"
1136+
dom-accessibility-api "^0.5.9"
11371137
lz-string "^1.4.4"
11381138
pretty-format "^27.0.2"
11391139

@@ -1152,14 +1152,14 @@
11521152
lodash "^4.17.15"
11531153
redent "^3.0.0"
11541154

1155-
"@testing-library/react@12.1.5":
1156-
version "12.1.5"
1157-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
1158-
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
1155+
"@testing-library/react@13.2.0":
1156+
version "13.2.0"
1157+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.2.0.tgz#2db00bc94d71c4e90e5c25582e90a650ae2925bf"
1158+
integrity sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g==
11591159
dependencies:
11601160
"@babel/runtime" "^7.12.5"
1161-
"@testing-library/dom" "^8.0.0"
1162-
"@types/react-dom" "<18.0.0"
1161+
"@testing-library/dom" "^8.5.0"
1162+
"@types/react-dom" "^18.0.0"
11631163

11641164
"@testing-library/user-event@13.5.0":
11651165
version "13.5.0"
@@ -1294,26 +1294,26 @@
12941294
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
12951295
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
12961296

1297-
"@types/react-dom@<18.0.0":
1298-
version "17.0.15"
1299-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
1300-
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
1297+
"@types/react-dom@^18.0.0":
1298+
version "18.0.4"
1299+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.4.tgz#dcbcadb277bcf6c411ceff70069424c57797d375"
1300+
integrity sha512-FgTtbqPOCI3dzZPZoC2T/sx3L34qxy99ITWn4eoSA95qPyXDMH0ALoAqUp49ITniiJFsXUVBtalh/KffMpg21Q==
13011301
dependencies:
1302-
"@types/react" "^17"
1302+
"@types/react" "*"
13031303

1304-
"@types/react@17.0.45":
1305-
version "17.0.45"
1306-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
1307-
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
1304+
"@types/react@*":
1305+
version "18.0.9"
1306+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.9.tgz#d6712a38bd6cd83469603e7359511126f122e878"
1307+
integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==
13081308
dependencies:
13091309
"@types/prop-types" "*"
13101310
"@types/scheduler" "*"
13111311
csstype "^3.0.2"
13121312

1313-
"@types/react@^17":
1314-
version "17.0.44"
1315-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
1316-
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
1313+
"@types/react@17.0.45":
1314+
version "17.0.45"
1315+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
1316+
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
13171317
dependencies:
13181318
"@types/prop-types" "*"
13191319
"@types/scheduler" "*"
@@ -2342,6 +2342,11 @@ dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6:
23422342
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz#8c2aa6325968f2933160a0b7dbb380893ddf3e7d"
23432343
integrity sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA==
23442344

2345+
dom-accessibility-api@^0.5.9:
2346+
version "0.5.14"
2347+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
2348+
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==
2349+
23452350
domexception@^2.0.1:
23462351
version "2.0.1"
23472352
resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"

0 commit comments

Comments
 (0)