From 9df0915009a2395b02711613309a2c8c3a4a1234 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Apr 2022 21:41:22 +0000 Subject: [PATCH] Update dependency @testing-library/react to v13.1.0 --- test-app/package.json | 2 +- test-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test-app/package.json b/test-app/package.json index b8bfcfc8..7b2d2130 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -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", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index e4702d19..f8d77999 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -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"