Skip to content

Commit 9a4a852

Browse files
chore(deps): update dependency @testing-library/dom to v8 (#208)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c9aa9a0 commit 9a4a852

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/react-dom": "17.0.9",
4545
"@typescript-eslint/eslint-plugin": "4.33.0",
4646
"@typescript-eslint/parser": "4.33.0",
47-
"@testing-library/dom": "7.31.2",
47+
"@testing-library/dom": "8.7.2",
4848
"@testing-library/jest-dom": "5.14.1",
4949
"@testing-library/react": "11.2.7",
5050
"@testing-library/react-hooks": "7.0.2",

yarn.lock

+16-2
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,21 @@
23972397
dependencies:
23982398
defer-to-connect "^2.0.0"
23992399

2400-
"@testing-library/dom@7.31.2", "@testing-library/dom@^7.28.1":
2400+
"@testing-library/dom@8.7.2":
2401+
version "8.7.2"
2402+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.7.2.tgz#234315c6971be380fc9cbf0b031ada3e9f0bfe09"
2403+
integrity sha512-2zN0Zv9dMnaMAd4c/1E1ZChu4QrICyvWtkUvHFQBPhS1oG3VYGcM7SLGLYdda7187ILRXzIUOvOsbXQm4EASjA==
2404+
dependencies:
2405+
"@babel/code-frame" "^7.10.4"
2406+
"@babel/runtime" "^7.12.5"
2407+
"@types/aria-query" "^4.2.0"
2408+
aria-query "^4.2.2"
2409+
chalk "^4.1.0"
2410+
dom-accessibility-api "^0.5.6"
2411+
lz-string "^1.4.4"
2412+
pretty-format "^27.0.2"
2413+
2414+
"@testing-library/dom@^7.28.1":
24012415
version "7.31.2"
24022416
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a"
24032417
integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==
@@ -11371,7 +11385,7 @@ pretty-format@^27.0.0, pretty-format@^27.0.6:
1137111385
ansi-styles "^5.0.0"
1137211386
react-is "^17.0.1"
1137311387

11374-
pretty-format@^27.2.5:
11388+
pretty-format@^27.0.2, pretty-format@^27.2.5:
1137511389
version "27.2.5"
1137611390
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.5.tgz#7cfe2a8e8f01a5b5b29296a0b70f4140df0830c5"
1137711391
integrity sha512-+nYn2z9GgicO9JiqmY25Xtq8SYfZ/5VCpEU3pppHHNAhd1y+ZXxmNPd1evmNcAd6Hz4iBV2kf0UpGth5A/VJ7g==

0 commit comments

Comments
 (0)