From 2eeb0f43b0bc75c9bab167b25bb3f5bf309d1ed8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Feb 2020 15:49:41 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v9.4.1 --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9ff6e1640c..27115d7be7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@storybook/addon-notes": "5.3.13", "@storybook/addon-options": "5.3.13", "@storybook/react": "5.3.13", - "@testing-library/react": "9.4.0", + "@testing-library/react": "9.4.1", "@testing-library/react-hooks": "3.2.1", "@types/jest": "25.1.3", "@types/react": "16.9.11", diff --git a/yarn.lock b/yarn.lock index ac1d0b75ce..a112aa00c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1684,6 +1684,13 @@ dependencies: regenerator-runtime "^0.13.2" +"@babel/runtime@^7.8.3": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" + integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== + dependencies: + regenerator-runtime "^0.13.2" + "@babel/template@^7.7.0": version "7.7.0" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0" @@ -2973,12 +2980,12 @@ "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^3.0.0" -"@testing-library/react@9.4.0": - version "9.4.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.4.0.tgz#b021ac8cb987c8dc54c6841875f745bf9b2e88e5" - integrity sha512-XdhDWkI4GktUPsz0AYyeQ8M9qS/JFie06kcSnUVcpgOwFjAu9vhwR83qBl+lw9yZWkbECjL8Hd+n5hH6C0oWqg== +"@testing-library/react@9.4.1": + version "9.4.1" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.4.1.tgz#955771568aa3216107d307bfdf470bf2394308a0" + integrity sha512-sta3ui24HPgW92quHyQj6gpOkNgLNx8BX/QOU4k1bddo43ZdqlGwmzCYwL93bExfhergwiau+IzBGl7TCsSFeA== dependencies: - "@babel/runtime" "^7.7.6" + "@babel/runtime" "^7.8.3" "@testing-library/dom" "^6.11.0" "@types/testing-library__react" "^9.1.2"