Skip to content

Commit

Permalink
Update dependency @testing-library/react to v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jackton1 committed Apr 15, 2022
1 parent 702ed86 commit 9df0915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.0.1",
"@testing-library/react": "13.1.0",
"@testing-library/user-event": "14.1.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.24",
Expand Down
8 changes: 4 additions & 4 deletions test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1597,10 +1597,10 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/react@13.0.1":
version "13.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.1.tgz#00d223e182923d341a9610590561fb9dd1324110"
integrity sha512-zeHx3PohYYp+4bTJwrixQY8zSBZjWUGwYc7OhD1EpWTHS92RleApLoP72NdwaWxOrM1P1Uezt3XvGf6t2XSWPQ==
"@testing-library/react@13.1.0":
version "13.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.1.0.tgz#31fce8d37f314daf4c8096fdcc280eeeb4552923"
integrity sha512-neStnDZdhkvZNNmPhhhi8+BXg3YCvjNmd8yGdr44VLVcFUDPForwokJWpDRCh3DvuX/M37Pt94fLwkM7aNut/A==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^8.5.0"
Expand Down

0 comments on commit 9df0915

Please sign in to comment.