Skip to content

Commit edf7ddd

Browse files
Bump @testing-library/react to ^14.0.0 (#36260)
1 parent 21a686d commit edf7ddd

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
@@ -91,7 +91,7 @@
9191
"@playwright/test": "1.30.0",
9292
"@rollup/plugin-replace": "^5.0.2",
9393
"@testing-library/dom": "^8.20.0",
94-
"@testing-library/react": "^13.4.0",
94+
"@testing-library/react": "^14.0.0",
9595
"@types/chai": "^4.3.4",
9696
"@types/chai-dom": "^1.11.0",
9797
"@types/enzyme": "^3.10.12",

yarn.lock

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,7 +2808,7 @@
28082808
dependencies:
28092809
defer-to-connect "^2.0.0"
28102810

2811-
"@testing-library/dom@^8.20.0", "@testing-library/dom@^8.5.0":
2811+
"@testing-library/dom@^8.20.0":
28122812
version "8.20.0"
28132813
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6"
28142814
integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==
@@ -2822,13 +2822,27 @@
28222822
lz-string "^1.4.4"
28232823
pretty-format "^27.0.2"
28242824

2825-
"@testing-library/react@^13.4.0":
2826-
version "13.4.0"
2827-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
2828-
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
2825+
"@testing-library/dom@^9.0.0":
2826+
version "9.0.0"
2827+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e"
2828+
integrity sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==
2829+
dependencies:
2830+
"@babel/code-frame" "^7.10.4"
2831+
"@babel/runtime" "^7.12.5"
2832+
"@types/aria-query" "^5.0.1"
2833+
aria-query "^5.0.0"
2834+
chalk "^4.1.0"
2835+
dom-accessibility-api "^0.5.9"
2836+
lz-string "^1.4.4"
2837+
pretty-format "^27.0.2"
2838+
2839+
"@testing-library/react@^14.0.0":
2840+
version "14.0.0"
2841+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
2842+
integrity sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
28292843
dependencies:
28302844
"@babel/runtime" "^7.12.5"
2831-
"@testing-library/dom" "^8.5.0"
2845+
"@testing-library/dom" "^9.0.0"
28322846
"@types/react-dom" "^18.0.0"
28332847

28342848
"@theme-ui/color-modes@^0.15.5":

0 commit comments

Comments
 (0)