Update rsocket-core to the latest version � (#649)
Summary: ## The dependency [rsocket-core](https://github.com/rsocket/rsocket-js) was updated from `0.0.16` to `0.0.17`. 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:** [stevegury](https://www.npmjs.com/~stevegury) **License:** BSD-3-Clause [Find out more about this release](https://github.com/rsocket/rsocket-js). --- <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 🌴 Pull Request resolved: https://github.com/facebook/flipper/pull/649 Reviewed By: passy Differential Revision: D18626827 Pulled By: cekkaewnumchai fbshipit-source-id: e3b7a05f6eaa987feb9cac8bee0b27eb54e14fe4
This commit is contained in:
committed by
Facebook Github Bot
parent
d07993ea6b
commit
8d0812d435
@@ -169,7 +169,7 @@
|
|||||||
"redux": "^4.0.0",
|
"redux": "^4.0.0",
|
||||||
"redux-persist": "^6.0.0",
|
"redux-persist": "^6.0.0",
|
||||||
"remote-redux-devtools": "^0.5.16",
|
"remote-redux-devtools": "^0.5.16",
|
||||||
"rsocket-core": "^0.0.16",
|
"rsocket-core": "^0.0.17",
|
||||||
"rsocket-tcp-server": "^0.0.16",
|
"rsocket-tcp-server": "^0.0.16",
|
||||||
"socket.io": "^2.0.4",
|
"socket.io": "^2.0.4",
|
||||||
"string-natural-compare": "^3.0.0",
|
"string-natural-compare": "^3.0.0",
|
||||||
|
|||||||
@@ -7839,6 +7839,15 @@ rsocket-core@^0.0.16:
|
|||||||
rsocket-flowable "^0.0.14"
|
rsocket-flowable "^0.0.14"
|
||||||
rsocket-types "^0.0.16"
|
rsocket-types "^0.0.16"
|
||||||
|
|
||||||
|
rsocket-core@^0.0.17:
|
||||||
|
version "0.0.17"
|
||||||
|
resolved "https://registry.yarnpkg.com/rsocket-core/-/rsocket-core-0.0.17.tgz#20c184ac5f476cbd0dd7dee588ce7515696537d6"
|
||||||
|
integrity sha512-nChnqHMIJcUVY3UbiDtv84v2uqV6WpmVqSFZD6X5nsvRrWr2e6ZOVslOOmYDAFJQw2EbLWksbTWyoST5tVxvyQ==
|
||||||
|
dependencies:
|
||||||
|
fbjs "^1.0.0"
|
||||||
|
rsocket-flowable "^0.0.14"
|
||||||
|
rsocket-types "^0.0.16"
|
||||||
|
|
||||||
rsocket-flowable@^0.0.14:
|
rsocket-flowable@^0.0.14:
|
||||||
version "0.0.14"
|
version "0.0.14"
|
||||||
resolved "https://registry.yarnpkg.com/rsocket-flowable/-/rsocket-flowable-0.0.14.tgz#5195dbd2972a98afe4a4ee082904fbc5890bc630"
|
resolved "https://registry.yarnpkg.com/rsocket-flowable/-/rsocket-flowable-0.0.14.tgz#5195dbd2972a98afe4a4ee082904fbc5890bc630"
|
||||||
|
|||||||
Reference in New Issue
Block a user