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

Commit cb866eb

Browse files
greenkeeper[bot]kodiakhq[bot]
authored andcommitted
Update @testing-library/react to the latest version πŸš€ (#89)
## 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 🌴
1 parent cb6a330 commit cb866eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@babel/core": "^7.4.5",
2525
"@babel/preset-flow": "7.0.0",
26-
"@testing-library/react": "8.0.1",
26+
"@testing-library/react": "8.0.2",
2727
"babel-core": "7.0.0-bridge.0",
2828
"babel-eslint": "10.0.2",
2929
"babel-jest": "24.8.0",

β€Žyarn.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,10 @@
11031103
pretty-format "^24.8.0"
11041104
wait-for-expect "^1.2.0"
11051105

1106-
"@testing-library/[email protected].1":
1107-
version "8.0.1"
1108-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.1.tgz#91c254adf855b13de50020613cb5d3915f9f7875"
1109-
integrity sha512-N/1pJfhEnNYkGyxuw4xbp03evaS0z/CT8o0QgTfJqGlukAcU15xf9uU1w03NHKZJcU69nOCBAoAkXHtHzYwMbg==
1106+
"@testing-library/[email protected].2":
1107+
version "8.0.2"
1108+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.2.tgz#e5df2102fca261b887ca5da803f3e520fe5eb8aa"
1109+
integrity sha512-CPne8wzJGs3mcUA4W7Mo/WVtjsZto4/54s6vIfgWQSDIxBGbJ3qipikSq3c9Jg8Sbncj3bTIoIrzbg+NYpQphA==
11101110
dependencies:
11111111
"@babel/runtime" "^7.4.5"
11121112
"@testing-library/dom" "^5.0.0"

0 commit comments

Comments
Β (0)