Skip to content

Commit 289e094

Browse files
fix(deps): update dependency @testing-library/jest-dom to v6.1.0
1 parent 648c7ab commit 289e094

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "6.0.1",
6+
"@testing-library/jest-dom": "6.1.0",
77
"@testing-library/react": "14.0.0",
88
"@testing-library/user-event": "14.4.3",
99
"@types/jest": "29.5.4",

test-app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,10 +1882,10 @@
18821882
lz-string "^1.5.0"
18831883
pretty-format "^27.0.2"
18841884

1885-
"@testing-library/jest-dom@6.0.1":
1886-
version "6.0.1"
1887-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.0.1.tgz#60c2aa05e0e3c07cbfaa319689e43227d95fa7c4"
1888-
integrity sha512-0hx/AWrJp8EKr8LmC5jrV3Lx8TZySH7McU1Ix2czBPQnLd458CefSEGjZy7w8kaBRA6LhoPkGjoZ3yqSs338IQ==
1885+
"@testing-library/jest-dom@6.1.0":
1886+
version "6.1.0"
1887+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.0.tgz#8e5017514d374b8e7abe294441130063e2b74a49"
1888+
integrity sha512-EUAg9pvOkzmGXUSyAPt0h6yAXHxsn+FMNS1o7OX8TErmldZML2ywt10lotZXx/a1PDiSnq0fGGyEV/ybKSLPWQ==
18891889
dependencies:
18901890
"@adobe/css-tools" "^4.0.1"
18911891
"@babel/runtime" "^7.9.2"

0 commit comments

Comments
 (0)