From eef3726578471362ea8a5a6c23a8390414a03204 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2020 19:17:12 +0000 Subject: [PATCH] Update dependency @testing-library/react to v10.4.2 --- ghost/portal/package.json | 2 +- ghost/portal/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/portal/package.json b/ghost/portal/package.json index f86483f1a2..70c97e761b 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@testing-library/jest-dom": "5.10.1", - "@testing-library/react": "10.4.1", + "@testing-library/react": "10.4.2", "@testing-library/user-event": "11.4.2", "prop-types": "15.7.2", "react": "16.13.1", diff --git a/ghost/portal/yarn.lock b/ghost/portal/yarn.lock index ec049091b1..01d409c70e 100644 --- a/ghost/portal/yarn.lock +++ b/ghost/portal/yarn.lock @@ -1306,10 +1306,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@10.4.1": - version "10.4.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.1.tgz#d38dee4abab172c06f6cf8894c51190e6c503f61" - integrity sha512-QX31fRDGLnOdBYoQ95VEOYgRahaPfsI+toOaYhlvuGNFQrcagZv/KLWCIctRGB0h1PTsQt3JpLBbbLGM63yy5Q== +"@testing-library/react@10.4.2": + version "10.4.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.2.tgz#9f1ee0051a516469d4afaf350d2a467ac19cd57f" + integrity sha512-srhsdY+Mq2xhjE/ha8xh0U9YJSCNYbOhzPsUiNvxy4bgltB87PjuxDtkWMWwWJOIkngyJaMgoJuHm13EOq4V0Q== dependencies: "@babel/runtime" "^7.10.3" "@testing-library/dom" "^7.17.1"