mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-06-19 18:13:45 +08:00
Update dependencies
This commit is contained in:
@@ -25,4 +25,4 @@ android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# Version of flipper SDK to use with React Native
|
||||
FLIPPER_VERSION=0.36.0
|
||||
FLIPPER_VERSION=0.37.0
|
||||
|
||||
@@ -1,14 +1,37 @@
|
||||
platform :ios, '9.0'
|
||||
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||||
|
||||
def add_flipper_pods!
|
||||
version = '~> 0.36.0'
|
||||
pod 'FlipperKit', version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutComponentKitSupport', version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitUserDefaultsPlugin', version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitReactPlugin', version, :configuration => 'Debug'
|
||||
def add_flipper_pods!(versions = {})
|
||||
versions['Flipper'] ||= '~> 0.37.0'
|
||||
versions['DoubleConversion'] ||= '1.1.7'
|
||||
versions['Flipper-Folly'] ||= '~> 2.2'
|
||||
versions['Flipper-Glog'] ||= '0.3.6'
|
||||
versions['Flipper-PeerTalk'] ||= '~> 0.0.4'
|
||||
versions['Flipper-RSocket'] ||= '~> 1.1'
|
||||
|
||||
pod 'FlipperKit', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutComponentKitSupport', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitUserDefaultsPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitReactPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||
|
||||
# List all transitive dependencies for FlipperKit pods
|
||||
# to avoid them being linked in Release builds
|
||||
pod 'Flipper', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'Flipper-DoubleConversion', versions['DoubleConversion'], :configuration => 'Debug'
|
||||
pod 'Flipper-Folly', versions['Flipper-Folly'], :configuration => 'Debug'
|
||||
pod 'Flipper-Glog', versions['Flipper-Glog'], :configuration => 'Debug'
|
||||
pod 'Flipper-PeerTalk', versions['Flipper-PeerTalk'], :configuration => 'Debug'
|
||||
pod 'Flipper-RSocket', versions['Flipper-RSocket'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/Core', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/CppBridge', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FBCxxFollyDynamicConvert', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FBDefines', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FKPortForwarding', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitHighlightOverlay', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||
end
|
||||
|
||||
# Post Install processing for Flipper
|
||||
|
||||
@@ -6,19 +6,19 @@ PODS:
|
||||
- RenderCore (= 0.30)
|
||||
- Yoga (~> 1.14)
|
||||
- DoubleConversion (1.1.6)
|
||||
- FBLazyVector (0.62.1)
|
||||
- FBReactNativeSpec (0.62.1):
|
||||
- FBLazyVector (0.62.2)
|
||||
- FBReactNativeSpec (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTRequired (= 0.62.1)
|
||||
- RCTTypeSafety (= 0.62.1)
|
||||
- React-Core (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- Flipper (0.36.0):
|
||||
- Flipper-Folly (~> 2.1)
|
||||
- Flipper-RSocket (~> 1.0)
|
||||
- RCTRequired (= 0.62.2)
|
||||
- RCTTypeSafety (= 0.62.2)
|
||||
- React-Core (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- Flipper (0.37.0):
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- Flipper-RSocket (~> 1.1)
|
||||
- Flipper-DoubleConversion (1.1.7)
|
||||
- Flipper-Folly (2.1.1):
|
||||
- Flipper-Folly (2.2.0):
|
||||
- boost-for-react-native
|
||||
- CocoaLibEvent (~> 1.0)
|
||||
- Flipper-DoubleConversion
|
||||
@@ -26,44 +26,44 @@ PODS:
|
||||
- OpenSSL-Universal (= 1.0.2.19)
|
||||
- Flipper-Glog (0.3.6)
|
||||
- Flipper-PeerTalk (0.0.4)
|
||||
- Flipper-RSocket (1.0.0):
|
||||
- Flipper-Folly (~> 2.0)
|
||||
- FlipperKit (0.36.0):
|
||||
- FlipperKit/Core (= 0.36.0)
|
||||
- FlipperKit/Core (0.36.0):
|
||||
- Flipper (~> 0.36.0)
|
||||
- Flipper-RSocket (1.1.0):
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- FlipperKit (0.37.0):
|
||||
- FlipperKit/Core (= 0.37.0)
|
||||
- FlipperKit/Core (0.37.0):
|
||||
- Flipper (~> 0.37.0)
|
||||
- FlipperKit/CppBridge
|
||||
- FlipperKit/FBCxxFollyDynamicConvert
|
||||
- FlipperKit/FBDefines
|
||||
- FlipperKit/FKPortForwarding
|
||||
- FlipperKit/CppBridge (0.36.0):
|
||||
- Flipper (~> 0.36.0)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (0.36.0):
|
||||
- Flipper-Folly (~> 2.1)
|
||||
- FlipperKit/FBDefines (0.36.0)
|
||||
- FlipperKit/FKPortForwarding (0.36.0):
|
||||
- FlipperKit/CppBridge (0.37.0):
|
||||
- Flipper (~> 0.37.0)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (0.37.0):
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- FlipperKit/FBDefines (0.37.0)
|
||||
- FlipperKit/FKPortForwarding (0.37.0):
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Flipper-PeerTalk (~> 0.0.4)
|
||||
- FlipperKit/FlipperKitHighlightOverlay (0.36.0)
|
||||
- FlipperKit/FlipperKitLayoutComponentKitSupport (0.36.0):
|
||||
- FlipperKit/FlipperKitHighlightOverlay (0.37.0)
|
||||
- FlipperKit/FlipperKitLayoutComponentKitSupport (0.37.0):
|
||||
- ComponentKit (~> 0.0)
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitHighlightOverlay
|
||||
- FlipperKit/FlipperKitLayoutPlugin
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable
|
||||
- FlipperKit/FlipperKitLayoutPlugin (0.36.0):
|
||||
- FlipperKit/FlipperKitLayoutPlugin (0.37.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitHighlightOverlay
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable
|
||||
- YogaKit (~> 1.18)
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (0.36.0)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (0.36.0):
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (0.37.0)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (0.37.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitReactPlugin (0.36.0):
|
||||
- FlipperKit/FlipperKitReactPlugin (0.37.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (0.36.0):
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (0.37.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/SKIOSNetworkPlugin (0.36.0):
|
||||
- FlipperKit/SKIOSNetworkPlugin (0.37.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitNetworkPlugin
|
||||
- Folly (2018.10.22.00):
|
||||
@@ -79,232 +79,232 @@ PODS:
|
||||
- OpenSSL-Universal (1.0.2.19):
|
||||
- OpenSSL-Universal/Static (= 1.0.2.19)
|
||||
- OpenSSL-Universal/Static (1.0.2.19)
|
||||
- RCTRequired (0.62.1)
|
||||
- RCTTypeSafety (0.62.1):
|
||||
- FBLazyVector (= 0.62.1)
|
||||
- RCTRequired (0.62.2)
|
||||
- RCTTypeSafety (0.62.2):
|
||||
- FBLazyVector (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTRequired (= 0.62.1)
|
||||
- React-Core (= 0.62.1)
|
||||
- React (0.62.1):
|
||||
- React-Core (= 0.62.1)
|
||||
- React-Core/DevSupport (= 0.62.1)
|
||||
- React-Core/RCTWebSocket (= 0.62.1)
|
||||
- React-RCTActionSheet (= 0.62.1)
|
||||
- React-RCTAnimation (= 0.62.1)
|
||||
- React-RCTBlob (= 0.62.1)
|
||||
- React-RCTImage (= 0.62.1)
|
||||
- React-RCTLinking (= 0.62.1)
|
||||
- React-RCTNetwork (= 0.62.1)
|
||||
- React-RCTSettings (= 0.62.1)
|
||||
- React-RCTText (= 0.62.1)
|
||||
- React-RCTVibration (= 0.62.1)
|
||||
- React-Core (0.62.1):
|
||||
- RCTRequired (= 0.62.2)
|
||||
- React-Core (= 0.62.2)
|
||||
- React (0.62.2):
|
||||
- React-Core (= 0.62.2)
|
||||
- React-Core/DevSupport (= 0.62.2)
|
||||
- React-Core/RCTWebSocket (= 0.62.2)
|
||||
- React-RCTActionSheet (= 0.62.2)
|
||||
- React-RCTAnimation (= 0.62.2)
|
||||
- React-RCTBlob (= 0.62.2)
|
||||
- React-RCTImage (= 0.62.2)
|
||||
- React-RCTLinking (= 0.62.2)
|
||||
- React-RCTNetwork (= 0.62.2)
|
||||
- React-RCTSettings (= 0.62.2)
|
||||
- React-RCTText (= 0.62.2)
|
||||
- React-RCTVibration (= 0.62.2)
|
||||
- React-Core (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-Core/Default (= 0.62.2)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/CoreModulesHeaders (0.62.1):
|
||||
- React-Core/CoreModulesHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/Default (0.62.1):
|
||||
- React-Core/Default (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/DevSupport (0.62.1):
|
||||
- React-Core/DevSupport (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default (= 0.62.1)
|
||||
- React-Core/RCTWebSocket (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-jsinspector (= 0.62.1)
|
||||
- React-Core/Default (= 0.62.2)
|
||||
- React-Core/RCTWebSocket (= 0.62.2)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- React-jsinspector (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTActionSheetHeaders (0.62.1):
|
||||
- React-Core/RCTActionSheetHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTAnimationHeaders (0.62.1):
|
||||
- React-Core/RCTAnimationHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTBlobHeaders (0.62.1):
|
||||
- React-Core/RCTBlobHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTImageHeaders (0.62.1):
|
||||
- React-Core/RCTImageHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTLinkingHeaders (0.62.1):
|
||||
- React-Core/RCTLinkingHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTNetworkHeaders (0.62.1):
|
||||
- React-Core/RCTNetworkHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTSettingsHeaders (0.62.1):
|
||||
- React-Core/RCTSettingsHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTTextHeaders (0.62.1):
|
||||
- React-Core/RCTTextHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTVibrationHeaders (0.62.1):
|
||||
- React-Core/RCTVibrationHeaders (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-Core/RCTWebSocket (0.62.1):
|
||||
- React-Core/RCTWebSocket (0.62.2):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core/Default (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsiexecutor (= 0.62.1)
|
||||
- React-Core/Default (= 0.62.2)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsiexecutor (= 0.62.2)
|
||||
- Yoga
|
||||
- React-CoreModules (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- React-CoreModules (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTTypeSafety (= 0.62.1)
|
||||
- React-Core/CoreModulesHeaders (= 0.62.1)
|
||||
- React-RCTImage (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-cxxreact (0.62.1):
|
||||
- RCTTypeSafety (= 0.62.2)
|
||||
- React-Core/CoreModulesHeaders (= 0.62.2)
|
||||
- React-RCTImage (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-cxxreact (0.62.2):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-jsinspector (= 0.62.1)
|
||||
- React-jsi (0.62.1):
|
||||
- React-jsinspector (= 0.62.2)
|
||||
- React-jsi (0.62.2):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-jsi/Default (= 0.62.1)
|
||||
- React-jsi/Default (0.62.1):
|
||||
- React-jsi/Default (= 0.62.2)
|
||||
- React-jsi/Default (0.62.2):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-jsiexecutor (0.62.1):
|
||||
- React-jsiexecutor (0.62.2):
|
||||
- DoubleConversion
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-jsinspector (0.62.1)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-jsinspector (0.62.2)
|
||||
- react-native-get-random-values (1.3.1):
|
||||
- React
|
||||
- react-native-safe-area-context (0.7.3):
|
||||
- React
|
||||
- React-RCTActionSheet (0.62.1):
|
||||
- React-Core/RCTActionSheetHeaders (= 0.62.1)
|
||||
- React-RCTAnimation (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- React-RCTActionSheet (0.62.2):
|
||||
- React-Core/RCTActionSheetHeaders (= 0.62.2)
|
||||
- React-RCTAnimation (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTTypeSafety (= 0.62.1)
|
||||
- React-Core/RCTAnimationHeaders (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-RCTBlob (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- RCTTypeSafety (= 0.62.2)
|
||||
- React-Core/RCTAnimationHeaders (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-RCTBlob (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- React-Core/RCTBlobHeaders (= 0.62.1)
|
||||
- React-Core/RCTWebSocket (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- React-RCTNetwork (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-RCTImage (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- React-Core/RCTBlobHeaders (= 0.62.2)
|
||||
- React-Core/RCTWebSocket (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- React-RCTNetwork (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-RCTImage (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTTypeSafety (= 0.62.1)
|
||||
- React-Core/RCTImageHeaders (= 0.62.1)
|
||||
- React-RCTNetwork (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-RCTLinking (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- React-Core/RCTLinkingHeaders (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-RCTNetwork (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- RCTTypeSafety (= 0.62.2)
|
||||
- React-Core/RCTImageHeaders (= 0.62.2)
|
||||
- React-RCTNetwork (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-RCTLinking (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- React-Core/RCTLinkingHeaders (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-RCTNetwork (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTTypeSafety (= 0.62.1)
|
||||
- React-Core/RCTNetworkHeaders (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-RCTSettings (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- RCTTypeSafety (= 0.62.2)
|
||||
- React-Core/RCTNetworkHeaders (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-RCTSettings (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- RCTTypeSafety (= 0.62.1)
|
||||
- React-Core/RCTSettingsHeaders (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- React-RCTText (0.62.1):
|
||||
- React-Core/RCTTextHeaders (= 0.62.1)
|
||||
- React-RCTVibration (0.62.1):
|
||||
- FBReactNativeSpec (= 0.62.1)
|
||||
- RCTTypeSafety (= 0.62.2)
|
||||
- React-Core/RCTSettingsHeaders (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- React-RCTText (0.62.2):
|
||||
- React-Core/RCTTextHeaders (= 0.62.2)
|
||||
- React-RCTVibration (0.62.2):
|
||||
- FBReactNativeSpec (= 0.62.2)
|
||||
- Folly (= 2018.10.22.00)
|
||||
- React-Core/RCTVibrationHeaders (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (= 0.62.1)
|
||||
- ReactCommon/callinvoker (0.62.1):
|
||||
- React-Core/RCTVibrationHeaders (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||
- ReactCommon/callinvoker (0.62.2):
|
||||
- DoubleConversion
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- ReactCommon/turbomodule/core (0.62.1):
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- ReactCommon/turbomodule/core (0.62.2):
|
||||
- DoubleConversion
|
||||
- Folly (= 2018.10.22.00)
|
||||
- glog
|
||||
- React-Core (= 0.62.1)
|
||||
- React-cxxreact (= 0.62.1)
|
||||
- React-jsi (= 0.62.1)
|
||||
- ReactCommon/callinvoker (= 0.62.1)
|
||||
- React-Core (= 0.62.2)
|
||||
- React-cxxreact (= 0.62.2)
|
||||
- React-jsi (= 0.62.2)
|
||||
- ReactCommon/callinvoker (= 0.62.2)
|
||||
- RenderCore (0.30)
|
||||
- Yoga (1.14.0)
|
||||
- YogaKit (1.18.1):
|
||||
@@ -314,12 +314,26 @@ DEPENDENCIES:
|
||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
||||
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
|
||||
- FlipperKit (~> 0.36.0)
|
||||
- FlipperKit/FlipperKitLayoutComponentKitSupport (~> 0.36.0)
|
||||
- FlipperKit/FlipperKitLayoutPlugin (~> 0.36.0)
|
||||
- FlipperKit/FlipperKitReactPlugin (~> 0.36.0)
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.36.0)
|
||||
- FlipperKit/SKIOSNetworkPlugin (~> 0.36.0)
|
||||
- Flipper (~> 0.37.0)
|
||||
- Flipper-DoubleConversion (= 1.1.7)
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- Flipper-Glog (= 0.3.6)
|
||||
- Flipper-PeerTalk (~> 0.0.4)
|
||||
- Flipper-RSocket (~> 1.1)
|
||||
- FlipperKit (~> 0.37.0)
|
||||
- FlipperKit/Core (~> 0.37.0)
|
||||
- FlipperKit/CppBridge (~> 0.37.0)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (~> 0.37.0)
|
||||
- FlipperKit/FBDefines (~> 0.37.0)
|
||||
- FlipperKit/FKPortForwarding (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitHighlightOverlay (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitLayoutComponentKitSupport (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitLayoutPlugin (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitReactPlugin (~> 0.37.0)
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.37.0)
|
||||
- FlipperKit/SKIOSNetworkPlugin (~> 0.37.0)
|
||||
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
||||
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
||||
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
||||
@@ -427,43 +441,43 @@ SPEC CHECKSUMS:
|
||||
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
|
||||
ComponentKit: c34da1ab3515cf18db68a4ba22c6599568d1de74
|
||||
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
|
||||
FBLazyVector: 95ee3e58937a6052f86b0e32f142388c22fa22c5
|
||||
FBReactNativeSpec: 26dd6459299e48cd64eb397c45635e466dba9f45
|
||||
Flipper: 7a86ab09a81b0999bced1930358a9cfe2262e66d
|
||||
FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
|
||||
FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
|
||||
Flipper: 1670db365568191bd123a0c905b834e77ba9e3d3
|
||||
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
|
||||
Flipper-Folly: 2de3d03e0acc7064d5e4ed9f730e2f217486f162
|
||||
Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
|
||||
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
|
||||
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||
Flipper-RSocket: 1260a31c05c238eabfa9bb8a64e3983049048371
|
||||
FlipperKit: 6339bfd4fe581745af9ef79b4258d8f47cb89f96
|
||||
Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
|
||||
FlipperKit: afd4259ef9eadeeb2d30250b37d95cb3b6b97a69
|
||||
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
|
||||
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
|
||||
OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
|
||||
RCTRequired: e291538a455f5ad1afc2139a4288990be0cadd46
|
||||
RCTTypeSafety: 8b6237185765dd9a03a3647807e08864105b1f95
|
||||
React: 7b33e15fab929c47ac9c3c94c409258b13cfe452
|
||||
React-Core: 9a164d53492e2d8a84e7acf87988253dff09cf93
|
||||
React-CoreModules: 9aba468d44532cbc301e1323a62b3d796c69c26d
|
||||
React-cxxreact: 1eed6bc2a4f8e25910994b5dfca1acf1878b25c7
|
||||
React-jsi: 600d8e42510c3254fd2abd702f4b9d3f598d8f52
|
||||
React-jsiexecutor: e9698dee4fd43ceb44832baf15d5745f455b0157
|
||||
React-jsinspector: f74a62727e5604119abd4a1eda52c0a12144bcd5
|
||||
RCTRequired: cec6a34b3ac8a9915c37e7e4ad3aa74726ce4035
|
||||
RCTTypeSafety: 93006131180074cffa227a1075802c89a49dd4ce
|
||||
React: 29a8b1a02bd764fb7644ef04019270849b9a7ac3
|
||||
React-Core: b12bffb3f567fdf99510acb716ef1abd426e0e05
|
||||
React-CoreModules: 4a9b87bbe669d6c3173c0132c3328e3b000783d0
|
||||
React-cxxreact: e65f9c2ba0ac5be946f53548c1aaaee5873a8103
|
||||
React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
|
||||
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
|
||||
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
|
||||
react-native-get-random-values: 148a42f97f2ce180a52d219144e83c278d4fe24b
|
||||
react-native-safe-area-context: e200d4433aba6b7e60b52da5f37af11f7a0b0392
|
||||
React-RCTActionSheet: af8f28dd82fec89b8fe29637b8c779829e016a88
|
||||
React-RCTAnimation: 0d21fff7c20fb8ee41de5f2ebb63221127febd96
|
||||
React-RCTBlob: 9496bd93130b22069bfbc5d35e98653dae7c35c6
|
||||
React-RCTImage: a220d154ab3b92bc8a3d040651a21a047c5876b7
|
||||
React-RCTLinking: 07b694640ae4a43e25c0e3e54713345f9ef1a706
|
||||
React-RCTNetwork: 043479410782020c2081498b5766db136aea6fe9
|
||||
React-RCTSettings: 826bed85c8887cec143f561a27bb3044f28fbde4
|
||||
React-RCTText: 239e040f401505001327a109f9188a4e6dad1bd2
|
||||
React-RCTVibration: 072c3b427dd29e730c2ee5bfc509cf5054741a50
|
||||
ReactCommon: 3585806280c51d5c2c0d3aa5a99014c3badb629d
|
||||
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
|
||||
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
|
||||
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
|
||||
React-RCTImage: e70be9b9c74fe4e42d0005f42cace7981c994ac3
|
||||
React-RCTLinking: c1b9739a88d56ecbec23b7f63650e44672ab2ad2
|
||||
React-RCTNetwork: 73138b6f45e5a2768ad93f3d57873c2a18d14b44
|
||||
React-RCTSettings: 6e3738a87e21b39a8cb08d627e68c44acf1e325a
|
||||
React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
|
||||
React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
|
||||
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
|
||||
RenderCore: d779c47622b313ce2d51bb36d084517af38b0dc1
|
||||
Yoga: 50fb6eb13d2152e7363293ff603385db380815b1
|
||||
Yoga: 3ebccbdd559724312790e7742142d062476b698e
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: bde9732abdf426d1fa6bf4ac1a80f6825d55f971
|
||||
PODFILE CHECKSUM: acbd6610b7831a74207daab8c8f1f3a49b537e00
|
||||
|
||||
COCOAPODS: 1.9.1
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.13.1",
|
||||
"react-native": "^0.62.1",
|
||||
"react-native": "^0.62.2",
|
||||
"react-native-get-random-values": "^1.3.1",
|
||||
"react-native-safe-area-context": "^0.7.3"
|
||||
},
|
||||
@@ -25,10 +25,10 @@
|
||||
"@types/jest": "^25.2.1",
|
||||
"@types/react-native": "^0.62.2",
|
||||
"@types/react-test-renderer": "^16.9.2",
|
||||
"babel-jest": "^25.2.6",
|
||||
"babel-jest": "^25.3.0",
|
||||
"casual": "^1.6.2",
|
||||
"gts": "^1.1.2",
|
||||
"jest": "^25.2.7",
|
||||
"jest": "^25.3.0",
|
||||
"metro-react-native-babel-preset": "^0.59.0",
|
||||
"react-test-renderer": "^16.13.1",
|
||||
"typescript": "^3.8.3"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -27,12 +27,12 @@
|
||||
"@types/react-native": "^0.62.2",
|
||||
"@types/react-test-renderer": "^16.9.2",
|
||||
"@types/uuid": "^7.0.2",
|
||||
"babel-jest": "^25.2.6",
|
||||
"babel-jest": "^25.3.0",
|
||||
"gts": "^1.1.2",
|
||||
"jest": "^25.2.7",
|
||||
"jest": "^25.3.0",
|
||||
"metro-react-native-babel-preset": "^0.59.0",
|
||||
"react": "^16.13.1",
|
||||
"react-native": "^0.62.1",
|
||||
"react-native": "^0.62.2",
|
||||
"react-native-get-random-values": "^1.3.1",
|
||||
"react-native-safe-area-context": "^0.7.3",
|
||||
"react-native-testing-library": "^1.13.0",
|
||||
|
||||
Reference in New Issue
Block a user