weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit c41ec4f02123f94f01567e7cd20a17ee947983ec
parent 8f9cc81e2dd86cd1e2051e71887f97fd0de8d26d
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Mon,  2 Apr 2018 18:30:16 +0200

Upgrade react version

Diffstat:
Mpackage.json | 2+-
Myarn.lock | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json @@ -11,7 +11,7 @@ "date-fns": "^1.29.0", "js-sha256": "^0.9.0", "lodash": "^4.17.5", - "react": "^16.3.0-alpha.1", + "react": "16.3.0", "react-apple-easing": "^0.0.2", "react-native": "0.54.4", "react-native-drawer": "^2.5.0", diff --git a/yarn.lock b/yarn.lock @@ -4419,9 +4419,9 @@ react-transform-hmr@^1.0.4: global "^4.3.0" react-proxy "^1.1.7" -react@^16.3.0-alpha.1: - version "16.3.0-rc.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.3.0-rc.0.tgz#07ddbe3ef14b910038576ef4afb29793d9e20f84" +react@16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.3.0.tgz#fc5a01c68f91e9b38e92cf83f7b795ebdca8ddff" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0"