Skip to content

Commit 581cd7e

Browse files
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](testing-library/react-testing-library@v7.0.1...v8.0.1)
1 parent 78b2752 commit 581cd7e

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "^16.8.4",
3232
"react-dom": "^16.8.4",
3333
"react-hooks-testing-library": "^0.4.1",
34-
"react-testing-library": "^7.0.0",
34+
"react-testing-library": "^8.0.1",
3535
"standard-version": "^6.0.1",
3636
"xo": "^0.24.0"
3737
},

yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,16 +2197,6 @@ dom-testing-library@^3.19.0:
21972197
pretty-format "^24.7.0"
21982198
wait-for-expect "^1.1.1"
21992199

2200-
dom-testing-library@^4.1.0:
2201-
version "4.1.0"
2202-
resolved "https://registry.yarnpkg.com/dom-testing-library/-/dom-testing-library-4.1.0.tgz#273264e62e9e63f4e404f7349ddd7b9356aacd23"
2203-
integrity sha512-654GHd0oPC31S+ll1bJH9NUOBRzcHcrf23/XzJh41o6g67uGUpF9tn23qmbcwjNauoRqKQfAdHCDwr/Ez/Ot7A==
2204-
dependencies:
2205-
"@babel/runtime" "^7.4.3"
2206-
"@sheerun/mutationobserver-shim" "^0.3.2"
2207-
pretty-format "^24.7.0"
2208-
wait-for-expect "^1.1.1"
2209-
22102200
domexception@^1.0.1:
22112201
version "1.0.1"
22122202
resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90"
@@ -5564,13 +5554,10 @@ react-testing-library@^6.0.3:
55645554
"@babel/runtime" "^7.4.2"
55655555
dom-testing-library "^3.19.0"
55665556

5567-
react-testing-library@^7.0.0:
5568-
version "7.0.1"
5569-
resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-7.0.1.tgz#0cf113bb53a78599f018378f6854e91a52dbf205"
5570-
integrity sha512-doQkM3/xPcIm22x9jgTkGxU8xqXg4iWvM1WwbbQ7CI5/EMk3DhloYBwMyk+Ywtta3dIAIh9sC7llXoKovf3L+w==
5571-
dependencies:
5572-
"@babel/runtime" "^7.4.3"
5573-
dom-testing-library "^4.1.0"
5557+
react-testing-library@^8.0.1:
5558+
version "8.0.1"
5559+
resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-8.0.1.tgz#b3dd43bce3fa88423cf0a23292fb819023c227cc"
5560+
integrity sha512-Gq4JC9r3prA4hYwo7afcbHHMFckO29+5Nrh2KblAEPuK/DWaU0bJE1vtpAgLhzhY9bBirmcgjjIHljHEwGAXKw==
55745561

55755562
react@^16.8.4:
55765563
version "16.10.2"

0 commit comments

Comments
 (0)