Skip to content

Commit cc23f3b

Browse files
chore(deps): update dependency @testing-library/react to v16
1 parent ed5896c commit cc23f3b

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@storybook/testing-library": "0.2.2",
116116
"@storybook/theming": "7.5.3",
117117
"@testing-library/jest-dom": "6.1.6",
118-
"@testing-library/react": "14.1.2",
118+
"@testing-library/react": "16.1.0",
119119
"@testing-library/react-hooks": "8.0.1",
120120
"@testing-library/user-event": "14.5.2",
121121
"@types/jest": "29.5.14",

yarn.lock

+4-13
Original file line numberDiff line numberDiff line change
@@ -4912,14 +4912,12 @@
49124912
"@babel/runtime" "^7.12.5"
49134913
react-error-boundary "^3.1.0"
49144914

4915-
"@testing-library/react@14.1.2":
4916-
version "14.1.2"
4917-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32"
4918-
integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==
4915+
"@testing-library/react@16.1.0":
4916+
version "16.1.0"
4917+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71"
4918+
integrity sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==
49194919
dependencies:
49204920
"@babel/runtime" "^7.12.5"
4921-
"@testing-library/dom" "^9.0.0"
4922-
"@types/react-dom" "^18.0.0"
49234921

49244922
"@testing-library/[email protected]":
49254923
version "14.5.2"
@@ -5393,13 +5391,6 @@
53935391
dependencies:
53945392
"@types/react" "*"
53955393

5396-
"@types/react-dom@^18.0.0":
5397-
version "18.2.7"
5398-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63"
5399-
integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
5400-
dependencies:
5401-
"@types/react" "*"
5402-
54035394
"@types/react@*", "@types/react@>=16":
54045395
version "18.2.18"
54055396
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516"

0 commit comments

Comments
 (0)