Skip to content

Commit 86b8dc3

Browse files
Bump @testing-library/react from 12.1.5 to 13.3.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 13.3.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.3.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 221ba60 commit 86b8dc3

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.3",
3535
"@testing-library/jest-dom": "5.16.4",
36-
"@testing-library/react": "12.1.5",
36+
"@testing-library/react": "13.3.0",
3737
"@testing-library/user-event": "13.5.0",
3838
"@types/jest": "27.5.2",
3939
"@types/node": "16.11.45",

yarn.lock

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,17 +1135,17 @@
11351135
lz-string "^1.4.4"
11361136
pretty-format "^26.6.2"
11371137

1138-
"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.1.0":
1139-
version "8.2.0"
1140-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.2.0.tgz#ac46a1b9d7c81f0d341ae38fb5424b64c27d151e"
1141-
integrity sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA==
1138+
"@testing-library/dom@^8.1.0", "@testing-library/dom@^8.5.0":
1139+
version "8.16.0"
1140+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.16.0.tgz#d6fc50250aed17b1035ca1bd64655e342db3936a"
1141+
integrity sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w==
11421142
dependencies:
11431143
"@babel/code-frame" "^7.10.4"
11441144
"@babel/runtime" "^7.12.5"
11451145
"@types/aria-query" "^4.2.0"
1146-
aria-query "^4.2.2"
1146+
aria-query "^5.0.0"
11471147
chalk "^4.1.0"
1148-
dom-accessibility-api "^0.5.6"
1148+
dom-accessibility-api "^0.5.9"
11491149
lz-string "^1.4.4"
11501150
pretty-format "^27.0.2"
11511151

@@ -1164,14 +1164,14 @@
11641164
lodash "^4.17.15"
11651165
redent "^3.0.0"
11661166

1167-
"@testing-library/react@12.1.5":
1168-
version "12.1.5"
1169-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
1170-
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
1167+
"@testing-library/react@13.3.0":
1168+
version "13.3.0"
1169+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5"
1170+
integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ==
11711171
dependencies:
11721172
"@babel/runtime" "^7.12.5"
1173-
"@testing-library/dom" "^8.0.0"
1174-
"@types/react-dom" "<18.0.0"
1173+
"@testing-library/dom" "^8.5.0"
1174+
"@types/react-dom" "^18.0.0"
11751175

11761176
"@testing-library/user-event@13.5.0":
11771177
version "13.5.0"
@@ -1306,26 +1306,26 @@
13061306
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
13071307
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
13081308

1309-
"@types/react-dom@<18.0.0":
1310-
version "17.0.15"
1311-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
1312-
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
1309+
"@types/react-dom@^18.0.0":
1310+
version "18.0.6"
1311+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
1312+
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==
13131313
dependencies:
1314-
"@types/react" "^17"
1314+
"@types/react" "*"
13151315

1316-
"@types/react@17.0.47":
1317-
version "17.0.47"
1318-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.47.tgz#4ee71aaf4c5a9e290e03aa4d0d313c5d666b3b78"
1319-
integrity sha512-mk0BL8zBinf2ozNr3qPnlu1oyVTYq+4V7WA76RgxUAtf0Em/Wbid38KN6n4abEkvO4xMTBWmnP1FtQzgkEiJoA==
1316+
"@types/react@*":
1317+
version "18.0.15"
1318+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe"
1319+
integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==
13201320
dependencies:
13211321
"@types/prop-types" "*"
13221322
"@types/scheduler" "*"
13231323
csstype "^3.0.2"
13241324

1325-
"@types/react@^17":
1326-
version "17.0.44"
1327-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
1328-
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
1325+
"@types/react@17.0.47":
1326+
version "17.0.47"
1327+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.47.tgz#4ee71aaf4c5a9e290e03aa4d0d313c5d666b3b78"
1328+
integrity sha512-mk0BL8zBinf2ozNr3qPnlu1oyVTYq+4V7WA76RgxUAtf0Em/Wbid38KN6n4abEkvO4xMTBWmnP1FtQzgkEiJoA==
13291329
dependencies:
13301330
"@types/prop-types" "*"
13311331
"@types/scheduler" "*"
@@ -2370,6 +2370,11 @@ dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6:
23702370
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz#8c2aa6325968f2933160a0b7dbb380893ddf3e7d"
23712371
integrity sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA==
23722372

2373+
dom-accessibility-api@^0.5.9:
2374+
version "0.5.14"
2375+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
2376+
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==
2377+
23732378
domexception@^2.0.1:
23742379
version "2.0.1"
23752380
resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"

0 commit comments

Comments
 (0)