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

Commit

Permalink
Merge #998
Browse files Browse the repository at this point in the history
998: Update dependency @testing-library/react to v9.1.0 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 | minor | [`9.0.2` -> `9.1.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/9.0.2/9.1.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Aug 12, 2019
2 parents 39cb38f + 28d4c5d commit bd6d562
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": "9.0.2",
"@testing-library/react": "9.1.0",
"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 @@ -1014,10 +1014,10 @@
pretty-format "^24.8.0"
wait-for-expect "^1.3.0"

"@testing-library/react@9.0.2":
version "9.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.0.2.tgz#6164cef63e9cd1a721ca8d5f2edd23e6387057d2"
integrity sha512-bM7NczdgG9p/Uni5kTAACU8ofuwbLsI4X8bKjuUAxnrQ+fX2XMbo2juur1sYn9wcNReStxbZIXAwcRcUBi5aug==
"@testing-library/react@9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.1.0.tgz#c00c4ff90c5f9015365f63b7759a57c428b6ab56"
integrity sha512-XMtU8AmGX472c7+qXaaVZ2QpDKPA56vRaVEjlFBPDL8im2erM6DF0KJlwzLcc2wrvfYkcMDbreFyL0vdalubrQ==
dependencies:
"@babel/runtime" "^7.5.5"
"@testing-library/dom" "^6.0.0"
Expand Down

0 comments on commit bd6d562

Please sign in to comment.