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"