Skip to content

Commit 0653ff5

Browse files
Bump @testing-library/react to ^14.0.0
1 parent b9a26a1 commit 0653ff5

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
@@ -2809,7 +2809,7 @@
28092809
dependencies:
28102810
defer-to-connect "^2.0.0"
28112811

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

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

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

0 commit comments

Comments
 (0)