From e77c497b96a475cd88db2b38ceea34def0bf0103 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 Oct 2021 14:26:59 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v12.1.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5131d2ae..0c2b1593 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@storybook/addon-notes": "5.3.21", "@storybook/addon-options": "5.3.21", "@storybook/react": "6.3.9", - "@testing-library/react": "12.1.1", + "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", "@types/jest": "27.0.2", "@types/react": "17.0.0", diff --git a/yarn.lock b/yarn.lock index 19367b81..33422c2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4514,10 +4514,10 @@ "@types/react-test-renderer" ">=16.9.0" react-error-boundary "^3.1.0" -"@testing-library/react@12.1.1": - version "12.1.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5" - integrity sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ== +"@testing-library/react@12.1.2": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76" + integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0"