Skip to content

Commit f8cbf46

Browse files
chore(deps): update dependency @testing-library/react to v15
1 parent df5c6d2 commit f8cbf46

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "15.0.7",
119119
"@testing-library/react-hooks": "8.0.1",
120120
"@testing-library/user-event": "14.5.2",
121121
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4876,6 +4876,20 @@
48764876
dependencies:
48774877
defer-to-connect "^2.0.0"
48784878

4879+
"@testing-library/dom@^10.0.0":
4880+
version "10.4.0"
4881+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
4882+
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
4883+
dependencies:
4884+
"@babel/code-frame" "^7.10.4"
4885+
"@babel/runtime" "^7.12.5"
4886+
"@types/aria-query" "^5.0.1"
4887+
aria-query "5.3.0"
4888+
chalk "^4.1.0"
4889+
dom-accessibility-api "^0.5.9"
4890+
lz-string "^1.5.0"
4891+
pretty-format "^27.0.2"
4892+
48794893
"@testing-library/dom@^9.0.0":
48804894
version "9.3.1"
48814895
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"
@@ -4912,13 +4926,13 @@
49124926
"@babel/runtime" "^7.12.5"
49134927
react-error-boundary "^3.1.0"
49144928

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==
4929+
"@testing-library/react@15.0.7":
4930+
version "15.0.7"
4931+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.7.tgz#ff733ce0893c875cb5a47672e8e772897128f4ae"
4932+
integrity sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==
49194933
dependencies:
49204934
"@babel/runtime" "^7.12.5"
4921-
"@testing-library/dom" "^9.0.0"
4935+
"@testing-library/dom" "^10.0.0"
49224936
"@types/react-dom" "^18.0.0"
49234937

49244938
"@testing-library/user-event@14.5.2":
@@ -6112,7 +6126,7 @@ aria-query@5.1.3:
61126126
dependencies:
61136127
deep-equal "^2.0.5"
61146128

6115-
aria-query@^5.0.0, aria-query@^5.1.3, aria-query@^5.3.0:
6129+
aria-query@5.3.0, aria-query@^5.0.0, aria-query@^5.1.3, aria-query@^5.3.0:
61166130
version "5.3.0"
61176131
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
61186132
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==

0 commit comments

Comments
 (0)