Skip to content

Commit 6545bcd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @testing-library/jest-dom to ^5.14.1
1 parent 689c05c commit 6545bcd

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "https://amilajack.github.io/compat-browser",
66
"dependencies": {
7-
"@testing-library/jest-dom": "^5.12.0",
7+
"@testing-library/jest-dom": "^5.14.1",
88
"@testing-library/react": "^10.4.9",
99
"@testing-library/user-event": "^12.8.3",
1010
"ag-grid-community": "^23.2.1",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,17 +1386,18 @@
13861386
dom-accessibility-api "^0.5.1"
13871387
pretty-format "^26.4.2"
13881388

1389-
"@testing-library/jest-dom@^5.12.0":
1390-
version "5.12.0"
1391-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz#6a5d340b092c44b7bce17a4791b47d9bc2c61443"
1392-
integrity sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow==
1389+
"@testing-library/jest-dom@^5.14.1":
1390+
version "5.14.1"
1391+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
1392+
integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==
13931393
dependencies:
13941394
"@babel/runtime" "^7.9.2"
13951395
"@types/testing-library__jest-dom" "^5.9.1"
13961396
aria-query "^4.2.2"
13971397
chalk "^3.0.0"
13981398
css "^3.0.0"
13991399
css.escape "^1.5.1"
1400+
dom-accessibility-api "^0.5.6"
14001401
lodash "^4.17.15"
14011402
redent "^3.0.0"
14021403

@@ -3710,6 +3711,11 @@ dom-accessibility-api@^0.5.1:
37103711
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.2.tgz#ef3cdb5d3f0d599d8f9c8b18df2fb63c9793739d"
37113712
integrity sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA==
37123713

3714+
dom-accessibility-api@^0.5.6:
3715+
version "0.5.6"
3716+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
3717+
integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
3718+
37133719
dom-converter@^0.2:
37143720
version "0.2.0"
37153721
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
 (0)