From 60108c2bc52a9923dfbfc7e0f80ac60c824e8f5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Jul 2020 17:30:08 +0000 Subject: [PATCH] Update dependency @testing-library/react to v10.4.4 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3229045..11f28d98 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@pika/plugin-build-types": "0.9.2", "@pika/plugin-build-web": "0.9.2", "@pika/plugin-ts-standard-pkg": "0.9.2", - "@testing-library/react": "10.4.1", + "@testing-library/react": "10.4.4", "@testing-library/react-hooks": "3.3.0", "@types/jest": "26.0.3", "@types/react": "16.9.41", diff --git a/yarn.lock b/yarn.lock index 5c5c4830..2a9b5bb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2508,13 +2508,14 @@ "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^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.4": + version "10.4.4" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.4.tgz#f05edf827df288c6c7b19fe96fff2b33cddbb809" + integrity sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g== dependencies: "@babel/runtime" "^7.10.3" "@testing-library/dom" "^7.17.1" + semver "^7.3.2" "@theme-ui/typography@^0.2.5": version "0.2.46"