From 94ebe83a81aaadbf360bff3c889f1dddb224731e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 03:29:44 +0000 Subject: [PATCH] chore(deps-dev): bump react-testing-library from 7.0.1 to 8.0.1 Bumps [react-testing-library](https://github.com/kentcdodds/react-testing-library) from 7.0.1 to 8.0.1. - [Release notes](https://github.com/kentcdodds/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/react-testing-library/compare/v7.0.1...v8.0.1) --- package.json | 2 +- yarn.lock | 21 ++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index d06d53b..bec9238 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^16.8.4", "react-dom": "^16.8.4", "react-hooks-testing-library": "^0.4.1", - "react-testing-library": "^7.0.0", + "react-testing-library": "^8.0.1", "standard-version": "^6.0.1", "xo": "^0.24.0" }, diff --git a/yarn.lock b/yarn.lock index 9324b12..3f0315d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2262,16 +2262,6 @@ dom-testing-library@^3.19.0: pretty-format "^24.7.0" wait-for-expect "^1.1.1" -dom-testing-library@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/dom-testing-library/-/dom-testing-library-4.1.0.tgz#273264e62e9e63f4e404f7349ddd7b9356aacd23" - integrity sha512-654GHd0oPC31S+ll1bJH9NUOBRzcHcrf23/XzJh41o6g67uGUpF9tn23qmbcwjNauoRqKQfAdHCDwr/Ez/Ot7A== - dependencies: - "@babel/runtime" "^7.4.3" - "@sheerun/mutationobserver-shim" "^0.3.2" - pretty-format "^24.7.0" - wait-for-expect "^1.1.1" - domexception@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" @@ -5620,13 +5610,10 @@ react-testing-library@^6.0.3: "@babel/runtime" "^7.4.2" dom-testing-library "^3.19.0" -react-testing-library@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-7.0.1.tgz#0cf113bb53a78599f018378f6854e91a52dbf205" - integrity sha512-doQkM3/xPcIm22x9jgTkGxU8xqXg4iWvM1WwbbQ7CI5/EMk3DhloYBwMyk+Ywtta3dIAIh9sC7llXoKovf3L+w== - dependencies: - "@babel/runtime" "^7.4.3" - dom-testing-library "^4.1.0" +react-testing-library@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-8.0.1.tgz#b3dd43bce3fa88423cf0a23292fb819023c227cc" + integrity sha512-Gq4JC9r3prA4hYwo7afcbHHMFckO29+5Nrh2KblAEPuK/DWaU0bJE1vtpAgLhzhY9bBirmcgjjIHljHEwGAXKw== react@^16.8.4: version "16.12.0"