Skip to content

Commit 853d8eb

Browse files
committed
chore(deps): update dependency @testing-library/react to v13.0.1
1 parent c8fc5ab commit 853d8eb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@babel/preset-react": "7.16.7",
5757
"@testing-library/dom": "8.13.0",
5858
"@testing-library/jest-dom": "5.16.4",
59-
"@testing-library/react": "13.0.0",
59+
"@testing-library/react": "13.0.1",
6060
"@testing-library/user-event": "14.1.0",
6161
"babel-jest": "27.5.1",
6262
"babel-loader": "8.2.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,14 +1289,14 @@
12891289
lodash "^4.17.15"
12901290
redent "^3.0.0"
12911291

1292-
"@testing-library/[email protected].0":
1293-
version "13.0.0"
1294-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0.tgz#8cdaf4667c6c2b082eb0513731551e9db784e8bc"
1295-
integrity sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==
1292+
"@testing-library/[email protected].1":
1293+
version "13.0.1"
1294+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.1.tgz#00d223e182923d341a9610590561fb9dd1324110"
1295+
integrity sha512-zeHx3PohYYp+4bTJwrixQY8zSBZjWUGwYc7OhD1EpWTHS92RleApLoP72NdwaWxOrM1P1Uezt3XvGf6t2XSWPQ==
12961296
dependencies:
12971297
"@babel/runtime" "^7.12.5"
12981298
"@testing-library/dom" "^8.5.0"
1299-
"@types/react-dom" "*"
1299+
"@types/react-dom" "^18.0.0"
13001300

13011301
"@testing-library/[email protected]":
13021302
version "14.1.0"
@@ -1509,7 +1509,7 @@
15091509
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
15101510
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
15111511

1512-
"@types/react-dom@*":
1512+
"@types/react-dom@^18.0.0":
15131513
version "18.0.0"
15141514
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
15151515
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==

0 commit comments

Comments
 (0)