From 16c11ec815d82da2044cf379ebf4f8c53a1fc2ad Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 10:04:40 -0700 Subject: [PATCH] =?UTF-8?q?Update=20@types/testing-library=5F=5Freact=20in?= =?UTF-8?q?=20group=20main=20to=20the=20latest=20version=20=EF=BF=BD=20(#9?= =?UTF-8?q?37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: *** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeeper.io) *** ## The devDependency [types/testing-library__react](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `9.1.3` to `10.0.0`. 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. --- **Publisher:** [types](https://www.npmjs.com/~types) **License:** MIT [Find out more about this release](https://github.com/DefinitelyTyped/DefinitelyTyped). ---
FAQ and help 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).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/937 Reviewed By: nikoant Differential Revision: D20701052 Pulled By: passy fbshipit-source-id: 06d069a66a48dca5b9d3abdf5900d3f25a55d7db --- desktop/package.json | 2 +- desktop/yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 7ebf33e9c..1d5916295 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -138,7 +138,7 @@ "@types/rsocket-core": "^0.0.5", "@types/rsocket-tcp-server": "^0.0.2", "@types/socket.io": "^2.1.4", - "@types/testing-library__react": "^9.1.2", + "@types/testing-library__react": "^10.0.0", "@types/tmp": "^0.1.0", "@types/uuid": "^7.0.0", "@types/which": "^1.3.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 6a5b96b12..6219fb68d 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2214,7 +2214,16 @@ dependencies: pretty-format "^24.3.0" -"@types/testing-library__react@^9.1.0", "@types/testing-library__react@^9.1.2": +"@types/testing-library__react@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.0.tgz#8413a47f435bf7ce50bbc1b6d119300d39aed5bd" + integrity sha512-aByqRiRn9psCWbgW7a+gfW/LUQY/ChznnuPyWwLipcJm+rXaLNeYM4qL21jWPGn9W1H//oXgLE9aDlpkZSY3CQ== + dependencies: + "@types/react-dom" "*" + "@types/testing-library__dom" "*" + pretty-format "^25.1.0" + +"@types/testing-library__react@^9.1.0": version "9.1.2" resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.2.tgz#e33af9124c60a010fc03a34eff8f8a34a75c4351" integrity sha512-CYaMqrswQ+cJACy268jsLAw355DZtPZGt3Jwmmotlcu8O/tkoXBI6AeZ84oZBJsIsesozPKzWzmv/0TIU+1E9Q==