Skip to content

Commit d5db48f

Browse files
renovate[bot]danez
authored andcommitted
chore(deps): update dependency @testing-library/dom to v9
1 parent 634fbfb commit d5db48f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/eslint-parser": "7.19.1",
5454
"@babel/preset-env": "7.20.2",
5555
"@babel/preset-react": "7.18.6",
56-
"@testing-library/dom": "8.20.0",
56+
"@testing-library/dom": "9.0.0",
5757
"@testing-library/jest-dom": "5.16.5",
5858
"@testing-library/react": "13.4.0",
5959
"@testing-library/user-event": "14.4.3",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,21 @@
13641364
dependencies:
13651365
"@sinonjs/commons" "^2.0.0"
13661366

1367-
"@testing-library/dom@8.20.0", "@testing-library/dom@^8.5.0":
1367+
"@testing-library/dom@9.0.0":
1368+
version "9.0.0"
1369+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e"
1370+
integrity sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==
1371+
dependencies:
1372+
"@babel/code-frame" "^7.10.4"
1373+
"@babel/runtime" "^7.12.5"
1374+
"@types/aria-query" "^5.0.1"
1375+
aria-query "^5.0.0"
1376+
chalk "^4.1.0"
1377+
dom-accessibility-api "^0.5.9"
1378+
lz-string "^1.4.4"
1379+
pretty-format "^27.0.2"
1380+
1381+
"@testing-library/dom@^8.5.0":
13681382
version "8.20.0"
13691383
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6"
13701384
integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==

0 commit comments

Comments
 (0)