Skip to content

Commit c3f9831

Browse files
Update dependency @testing-library/react to v14.3.0
1 parent 6f62205 commit c3f9831

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
@@ -78,7 +78,7 @@
7878
"devDependencies": {
7979
"@rollup/plugin-alias": "5.1.0",
8080
"@testing-library/jest-dom": "6.4.2",
81-
"@testing-library/react": "14.2.2",
81+
"@testing-library/react": "14.3.0",
8282
"@types/jest": "29.5.12",
8383
"@types/loadable__component": "5.13.9",
8484
"@types/node": "20.12.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,10 +1850,10 @@
18501850
lodash "^4.17.15"
18511851
redent "^3.0.0"
18521852

1853-
"@testing-library/react@14.2.2":
1854-
version "14.2.2"
1855-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.2.tgz#74f855215c57d423282486a395a4348a837d3c5a"
1856-
integrity sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==
1853+
"@testing-library/react@14.3.0":
1854+
version "14.3.0"
1855+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.3.0.tgz#8183eb5a5f465b5b8cc495fcbd9bad0a16b8dd3b"
1856+
integrity sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==
18571857
dependencies:
18581858
"@babel/runtime" "^7.12.5"
18591859
"@testing-library/dom" "^9.0.0"

0 commit comments

Comments
 (0)