From 39687d35b7d4f9da0c44bbc3f82014718dfcd4e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Sep 2021 01:23:10 +0000 Subject: [PATCH] Update dependency @testing-library/react to v12.1.0 (#1499) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3315ec111..fbb75b886 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@hedgedoc/markdown-it-task-lists": "1.0.2", "@matejmazur/react-katex": "3.1.3", "@testing-library/jest-dom": "5.14.1", - "@testing-library/react": "12.0.0", + "@testing-library/react": "12.1.0", "@testing-library/user-event": "13.2.1", "@types/codemirror": "5.60.2", "@types/d3-graphviz": "2.6.7", diff --git a/yarn.lock b/yarn.lock index 046f11949..485f06dad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1919,10 +1919,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@12.0.0": - version "12.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.0.0.tgz#9aeb2264521522ab9b68f519eaf15136148f164a" - integrity sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA== +"@testing-library/react@12.1.0": + version "12.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.0.tgz#3e9a4002b0b8f986a738a2f88fc458b5af319f35" + integrity sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0"