Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #984
Browse files Browse the repository at this point in the history
984: Update dependency @testing-library/react to v8.0.8 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/react](https://togithub.com/testing-library/react-testing-library) | devDependencies | patch | [`8.0.7` -> `8.0.8`](https://renovatebot.com/diffs/npm/@testing-library%2freact/8.0.7/8.0.8) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Aug 7, 2019
2 parents 24b94ac + 786c63e commit 3edb888
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"webpack-merge": "4.2.1"
},
"devDependencies": {
"@testing-library/react": "8.0.7",
"@testing-library/react": "8.0.8",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"dotenv": "8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1077,10 +1077,10 @@
pretty-format "^24.8.0"
wait-for-expect "^1.2.0"

"@testing-library/react@8.0.7":
version "8.0.7"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.7.tgz#b5992c9156e926850a0e3a7c882ae1aed83b1c77"
integrity sha512-6XoeWSr3UCdxMswbkW0BmuXYw8a6w+stt+5gg4D4zAcljfhXETQ5o28bjJFwNab4OPg8gBNK8KIVot86L4Q8Vg==
"@testing-library/react@8.0.8":
version "8.0.8"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.8.tgz#aeba59adaf2b9258117bea927428a8fe4240db06"
integrity sha512-GvA5rcyT2TsFozqijEejXI64P4mMmzX2qkEfb7JNKrkdFXLiXdZqSYr/96PerLpsN23gJkKicAhqqT8qo9Kr3g==
dependencies:
"@babel/runtime" "^7.5.4"
"@testing-library/dom" "^5.5.4"
Expand Down

0 comments on commit 3edb888

Please sign in to comment.