From f623c8aa1c09cccd51809dead959bdb02c98b1f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Jun 2020 04:36:28 +0000 Subject: [PATCH] Update dependency @testing-library/react to v10.4.3 --- 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 70c97e761b..be5ad6ae0e 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.2", + "@testing-library/react": "10.4.3", "@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 01d409c70e..aeec7a3774 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.2": - version "10.4.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.2.tgz#9f1ee0051a516469d4afaf350d2a467ac19cd57f" - integrity sha512-srhsdY+Mq2xhjE/ha8xh0U9YJSCNYbOhzPsUiNvxy4bgltB87PjuxDtkWMWwWJOIkngyJaMgoJuHm13EOq4V0Q== +"@testing-library/react@10.4.3": + version "10.4.3" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.3.tgz#c6f356688cffc51f6b35385583d664bb11a161f4" + integrity sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg== dependencies: "@babel/runtime" "^7.10.3" "@testing-library/dom" "^7.17.1"