From 8efe50afd24bb0cf9f50d70e5e48425c5a33d8ab Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 04:36:13 -0800 Subject: [PATCH] =?UTF-8?q?Update=20@types/rsocket-core=20to=20the=20lates?= =?UTF-8?q?t=20version=20=EF=BF=BD=20(#658)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The devDependency [types/rsocket-core](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `0.0.2` to `0.0.3`. 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/658 Reviewed By: passy Differential Revision: D18672998 Pulled By: cekkaewnumchai fbshipit-source-id: 6d39c50f9a69d4a1f3c067290f921484dae34968 --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6cbcf88b3..8f92a1828 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/react-virtualized-auto-sizer": "^1.0.0", "@types/react-window": "^1.8.1", "@types/redux-persist": "^4.3.1", - "@types/rsocket-core": "^0.0.2", + "@types/rsocket-core": "^0.0.3", "@types/testing-library__react": "^9.1.2", "@types/tmp": "^0.1.0", "@types/uuid": "^3.4.5", diff --git a/yarn.lock b/yarn.lock index 1702e22bf..e9fdaa872 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1378,7 +1378,7 @@ resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d" integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== -"@types/rsocket-core@*", "@types/rsocket-core@^0.0.2": +"@types/rsocket-core@*": version "0.0.2" resolved "https://registry.yarnpkg.com/@types/rsocket-core/-/rsocket-core-0.0.2.tgz#9f5d5b1acc2269a53ed2dd8185432b5b7fcdda86" integrity sha512-dUpBxZ6f+dCw+Q9GM/OOqz5iPrU3VghfOzf/qnvE0ok7PwO//opHbOYAwXHGwCHxdDbntH4yy3NUYe0KchCZRQ== @@ -1387,6 +1387,15 @@ "@types/rsocket-flowable" "*" "@types/rsocket-types" "*" +"@types/rsocket-core@^0.0.3": + version "0.0.3" + resolved "https://registry.yarnpkg.com/@types/rsocket-core/-/rsocket-core-0.0.3.tgz#7a2d188002aaa62690fa97bd92138434e6b31cda" + integrity sha512-dCVQF0manLKbkcAggnafCR7Nkl5wBm3mqydcSUOA8JWeGeSp2k4aXTImhASkgFdyulB/RzGSUEIPOaJR4sB3qA== + dependencies: + "@types/node" "*" + "@types/rsocket-flowable" "*" + "@types/rsocket-types" "*" + "@types/rsocket-flowable@*": version "0.0.2" resolved "https://registry.yarnpkg.com/@types/rsocket-flowable/-/rsocket-flowable-0.0.2.tgz#2a795798e3bcde5905772a4acc692290e32e85aa"