From ce8052fff53688401775b34af52f1154e9a243ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 10:18:55 +0200 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v13.3.0 (#1404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: Clément Vannicatte --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5f5d7359..dda22923 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@rollup/plugin-replace": "2.3.3", "@testing-library/dom": "8.11.3", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "13.2.0", + "@testing-library/react": "13.3.0", "@testing-library/user-event": "13.5.0", "@types/jest": "^27.0.0", "@types/jest-diff": "^24.3.0", diff --git a/yarn.lock b/yarn.lock index 2d8089bd..c75a0556 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6697,10 +6697,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@13.2.0": - version "13.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.2.0.tgz#2db00bc94d71c4e90e5c25582e90a650ae2925bf" - integrity sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g== +"@testing-library/react@13.3.0": + version "13.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5" + integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.5.0"