Skip to content

Commit cb9f56b

Browse files
chore(dev-deps): update dependency @testing-library/react to v14.3.1 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b2fa5b commit cb9f56b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@testing-library/jest-dom": "6.4.2",
26-
"@testing-library/react": "14.3.0",
26+
"@testing-library/react": "14.3.1",
2727
"@testing-library/user-event": "14.5.2",
2828
"prettier": "3.2.5",
2929
"react-scripts": "5.0.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,10 +1858,10 @@
18581858
lodash "^4.17.15"
18591859
redent "^3.0.0"
18601860

1861-
"@testing-library/[email protected].0":
1862-
version "14.3.0"
1863-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.3.0.tgz#8183eb5a5f465b5b8cc495fcbd9bad0a16b8dd3b"
1864-
integrity sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==
1861+
"@testing-library/[email protected].1":
1862+
version "14.3.1"
1863+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.3.1.tgz#29513fc3770d6fb75245c4e1245c470e4ffdd830"
1864+
integrity sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==
18651865
dependencies:
18661866
"@babel/runtime" "^7.12.5"
18671867
"@testing-library/dom" "^9.0.0"

0 commit comments

Comments
 (0)