Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Update @testing-library/react to the latest version 🚀 (#89)
Browse files Browse the repository at this point in the history
## The devDependency [@testing-library/react](https://github.com/testing-library/react-testing-library) was updated from `8.0.1` to `8.0.2`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for v8.0.2</summary>

<h2><a href="https://urls.greenkeeper.io/testing-library/react-testing-library/compare/v8.0.1...v8.0.2">8.0.2</a> (2019-06-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Specify baseElement without container (<a href="https://urls.greenkeeper.io/testing-library/react-testing-library/issues/394" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-testing-library/pull/394/hovercard">#394</a>) (<a href="https://urls.greenkeeper.io/testing-library/react-testing-library/commit/8e99f3c">8e99f3c</a>)</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 2 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/testing-library/react-testing-library/commit/8e99f3cf99b76afbf2b20993745b802def3bb6c9"><code>8e99f3c</code></a> <code>fix: Specify baseElement without container (#394)</code></li>
<li><a href="https://urls.greenkeeper.io/testing-library/react-testing-library/commit/3076b119172b8b7188603509bfe576b7d2914de3"><code>3076b11</code></a> <code>docs: add pascalduez as a contributor (#383)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/testing-library/react-testing-library/compare/76d112cff16823be1874f1baa265dad5753c127c...8e99f3cf99b76afbf2b20993745b802def3bb6c9">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
  • Loading branch information
greenkeeper[bot] authored and kodiakhq[bot] committed Jul 26, 2019
1 parent cb6a330 commit cb866eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-flow": "7.0.0",
"@testing-library/react": "8.0.1",
"@testing-library/react": "8.0.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1103,10 +1103,10 @@
pretty-format "^24.8.0"
wait-for-expect "^1.2.0"

"@testing-library/react@8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.1.tgz#91c254adf855b13de50020613cb5d3915f9f7875"
integrity sha512-N/1pJfhEnNYkGyxuw4xbp03evaS0z/CT8o0QgTfJqGlukAcU15xf9uU1w03NHKZJcU69nOCBAoAkXHtHzYwMbg==
"@testing-library/react@8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.2.tgz#e5df2102fca261b887ca5da803f3e520fe5eb8aa"
integrity sha512-CPne8wzJGs3mcUA4W7Mo/WVtjsZto4/54s6vIfgWQSDIxBGbJ3qipikSq3c9Jg8Sbncj3bTIoIrzbg+NYpQphA==
dependencies:
"@babel/runtime" "^7.4.5"
"@testing-library/dom" "^5.0.0"
Expand Down

1 comment on commit cb866eb

@vercel
Copy link

@vercel vercel bot commented on cb866eb Jul 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.