Skip to content

Commit ee165bf

Browse files
committed
Update react testing library
1 parent 7da8b91 commit ee165bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@testing-library/jest-dom": "^5.14.1",
23-
"@testing-library/react": "^13.0.0",
23+
"@testing-library/react": "^13.1.1",
2424
"@testing-library/react-12": "npm:@testing-library/react@^12.1.2",
2525
"@testing-library/react-hooks": "^7.0.2",
2626
"@types/jest": "^27.0.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -768,14 +768,14 @@
768768
"@types/react" "^16.8.22"
769769
"@types/react-test-renderer" "^16.8.2"
770770

771-
"@testing-library/react@^13.0.0":
772-
version "13.0.0"
773-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0.tgz#8cdaf4667c6c2b082eb0513731551e9db784e8bc"
774-
integrity sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==
771+
"@testing-library/react@^13.1.1":
772+
version "13.1.1"
773+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.1.1.tgz#6c1635e25acca8ca5be8ee3b19ad1391681c5846"
774+
integrity sha512-8mirlAa0OKaUvnqnZF6MdAh2tReYA2KtWVw1PKvaF5EcCZqgK5pl8iF+3uW90JdG5Ua2c2c2E2wtLdaug3dsVg==
775775
dependencies:
776776
"@babel/runtime" "^7.12.5"
777777
"@testing-library/dom" "^8.5.0"
778-
"@types/react-dom" "*"
778+
"@types/react-dom" "^18.0.0"
779779

780780
"@tootallnate/once@1":
781781
version "1.1.2"

0 commit comments

Comments
 (0)