Skip to content

Commit 9fd834e

Browse files
chore(deps): update dependency @testing-library/react to v14
1 parent d5db48f commit 9fd834e

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/preset-react": "7.18.6",
5656
"@testing-library/dom": "9.0.0",
5757
"@testing-library/jest-dom": "5.16.5",
58-
"@testing-library/react": "13.4.0",
58+
"@testing-library/react": "14.0.0",
5959
"@testing-library/user-event": "14.4.3",
6060
"babel-jest": "29.4.3",
6161
"babel-loader": "9.1.2",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@
13641364
dependencies:
13651365
"@sinonjs/commons" "^2.0.0"
13661366

1367-
"@testing-library/dom@9.0.0":
1367+
"@testing-library/dom@9.0.0", "@testing-library/dom@^9.0.0":
13681368
version "9.0.0"
13691369
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e"
13701370
integrity sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==
@@ -1378,20 +1378,6 @@
13781378
lz-string "^1.4.4"
13791379
pretty-format "^27.0.2"
13801380

1381-
"@testing-library/dom@^8.5.0":
1382-
version "8.20.0"
1383-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6"
1384-
integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==
1385-
dependencies:
1386-
"@babel/code-frame" "^7.10.4"
1387-
"@babel/runtime" "^7.12.5"
1388-
"@types/aria-query" "^5.0.1"
1389-
aria-query "^5.0.0"
1390-
chalk "^4.1.0"
1391-
dom-accessibility-api "^0.5.9"
1392-
lz-string "^1.4.4"
1393-
pretty-format "^27.0.2"
1394-
13951381
"@testing-library/jest-dom@5.16.5":
13961382
version "5.16.5"
13971383
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz#3912846af19a29b2dbf32a6ae9c31ef52580074e"
@@ -1407,13 +1393,13 @@
14071393
lodash "^4.17.15"
14081394
redent "^3.0.0"
14091395

1410-
"@testing-library/react@13.4.0":
1411-
version "13.4.0"
1412-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
1413-
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
1396+
"@testing-library/react@14.0.0":
1397+
version "14.0.0"
1398+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
1399+
integrity sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
14141400
dependencies:
14151401
"@babel/runtime" "^7.12.5"
1416-
"@testing-library/dom" "^8.5.0"
1402+
"@testing-library/dom" "^9.0.0"
14171403
"@types/react-dom" "^18.0.0"
14181404

14191405
"@testing-library/user-event@14.4.3":

0 commit comments

Comments
 (0)