From f73485425b9e1451dc567712f09c31baeae9233f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Apr 2020 18:11:27 +0000 Subject: [PATCH] Update dependency @testing-library/react to v10.0.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7b61502..b949fe2b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@stryker-mutator/jest-runner": "3.1.0", "@stryker-mutator/typescript": "3.1.0", "@testing-library/jest-dom": "5.5.0", - "@testing-library/react": "10.0.2", + "@testing-library/react": "10.0.3", "@types/jest": "25.2.1", "@types/react": "16.9.34", "@types/react-dom": "16.9.6", diff --git a/yarn.lock b/yarn.lock index 9db48bf6..f857f58d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1237,10 +1237,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.2.tgz#8eca7aa52d810cf7150048a2829fdc487162006d" - integrity sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA== +"@testing-library/react@10.0.3": + version "10.0.3" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.3.tgz#7781adc75cce172f8cda28faa77be29c6270ab43" + integrity sha512-EVmd3ghDFBEjOSLnISUdi7OcLdP6tsqjmTprpMaBz5TreoM8jnxGKIPkLD579CE0LYGqK01iffQiy6wwW/RUig== dependencies: "@babel/runtime" "^7.9.2" "@testing-library/dom" "^7.1.0"