From b337fd3a788b233dc26562eed3950c18a52572f7 Mon Sep 17 00:00:00 2001 From: Tomek Zawadzki Date: Mon, 3 Jul 2023 11:10:42 +0200 Subject: [PATCH] Bump react-native to 0.72.1 (#4662) ## Summary This PR bumps React Native in Example and FabricExample apps from 0.72.0-rc.6 to 0.72.1 as well as bumps react-native-gesture-handler to 2.12.0, react-native-svg to 13.9.0 and react-native-safe-area-context to 4.6.3. ## Test plan --- Example/ios/Podfile.lock | 396 ++++---- Example/package.json | 10 +- Example/yarn.lock | 204 ++-- FabricExample/ios/Podfile.lock | 926 +++++++++--------- FabricExample/package.json | 10 +- ...react-native-safe-area-context+4.5.1.patch | 13 - .../patches/react-native-svg+13.9.0.patch | 13 + FabricExample/yarn.lock | 204 ++-- app/package.json | 6 +- app/yarn.lock | 18 +- package.json | 2 +- yarn.lock | 178 ++-- 12 files changed, 990 insertions(+), 990 deletions(-) delete mode 100644 FabricExample/patches/react-native-safe-area-context+4.5.1.patch create mode 100644 FabricExample/patches/react-native-svg+13.9.0.patch diff --git a/Example/ios/Podfile.lock b/Example/ios/Podfile.lock index 656bfa6aef06..37b2b82b7b1e 100644 --- a/Example/ios/Podfile.lock +++ b/Example/ios/Podfile.lock @@ -2,14 +2,14 @@ PODS: - boost (1.76.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.72.0-rc.6) - - FBReactNativeSpec (0.72.0-rc.6): + - FBLazyVector (0.72.1) + - FBReactNativeSpec (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Core (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) + - React-Core (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) - Flipper (0.182.0): - Flipper-Folly (~> 2.6) - Flipper-Boost-iOSX (1.76.0.1.11) @@ -70,9 +70,9 @@ PODS: - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) - - hermes-engine (0.72.0-rc.6): - - hermes-engine/Pre-built (= 0.72.0-rc.6) - - hermes-engine/Pre-built (0.72.0-rc.6) + - hermes-engine (0.72.1): + - hermes-engine/Pre-built (= 0.72.1) + - hermes-engine/Pre-built (0.72.1) - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) - RCT-Folly (2021.07.22.00): @@ -92,26 +92,26 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.72.0-rc.6) - - RCTTypeSafety (0.72.0-rc.6): - - FBLazyVector (= 0.72.0-rc.6) - - RCTRequired (= 0.72.0-rc.6) - - React-Core (= 0.72.0-rc.6) - - React (0.72.0-rc.6): - - React-Core (= 0.72.0-rc.6) - - React-Core/DevSupport (= 0.72.0-rc.6) - - React-Core/RCTWebSocket (= 0.72.0-rc.6) - - React-RCTActionSheet (= 0.72.0-rc.6) - - React-RCTAnimation (= 0.72.0-rc.6) - - React-RCTBlob (= 0.72.0-rc.6) - - React-RCTImage (= 0.72.0-rc.6) - - React-RCTLinking (= 0.72.0-rc.6) - - React-RCTNetwork (= 0.72.0-rc.6) - - React-RCTSettings (= 0.72.0-rc.6) - - React-RCTText (= 0.72.0-rc.6) - - React-RCTVibration (= 0.72.0-rc.6) - - React-callinvoker (0.72.0-rc.6) - - React-Codegen (0.72.0-rc.6): + - RCTRequired (0.72.1) + - RCTTypeSafety (0.72.1): + - FBLazyVector (= 0.72.1) + - RCTRequired (= 0.72.1) + - React-Core (= 0.72.1) + - React (0.72.1): + - React-Core (= 0.72.1) + - React-Core/DevSupport (= 0.72.1) + - React-Core/RCTWebSocket (= 0.72.1) + - React-RCTActionSheet (= 0.72.1) + - React-RCTAnimation (= 0.72.1) + - React-RCTBlob (= 0.72.1) + - React-RCTImage (= 0.72.1) + - React-RCTLinking (= 0.72.1) + - React-RCTNetwork (= 0.72.1) + - React-RCTSettings (= 0.72.1) + - React-RCTText (= 0.72.1) + - React-RCTVibration (= 0.72.1) + - React-callinvoker (0.72.1) + - React-Codegen (0.72.1): - DoubleConversion - FBReactNativeSpec - glog @@ -126,11 +126,11 @@ PODS: - React-rncore - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.72.0-rc.6): + - React-Core (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) + - React-Core/Default (= 0.72.1) - React-cxxreact - React-hermes - React-jsi @@ -138,9 +138,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/CoreModulesHeaders (0.72.0-rc.6): + - React-Core/CoreModulesHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -152,9 +152,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/Default (0.72.0-rc.6): + - React-Core/Default (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -165,25 +165,25 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/DevSupport (0.72.0-rc.6): + - React-Core/DevSupport (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) - - React-Core/RCTWebSocket (= 0.72.0-rc.6) + - React-Core/Default (= 0.72.1) + - React-Core/RCTWebSocket (= 0.72.1) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.72.0-rc.6) + - React-jsinspector (= 0.72.1) - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.72.0-rc.6): + - React-Core/RCTActionSheetHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -195,9 +195,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTAnimationHeaders (0.72.0-rc.6): + - React-Core/RCTAnimationHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -209,9 +209,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTBlobHeaders (0.72.0-rc.6): + - React-Core/RCTBlobHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -223,9 +223,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTImageHeaders (0.72.0-rc.6): + - React-Core/RCTImageHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -237,9 +237,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTLinkingHeaders (0.72.0-rc.6): + - React-Core/RCTLinkingHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -251,9 +251,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTNetworkHeaders (0.72.0-rc.6): + - React-Core/RCTNetworkHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -265,9 +265,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTSettingsHeaders (0.72.0-rc.6): + - React-Core/RCTSettingsHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -279,9 +279,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTTextHeaders (0.72.0-rc.6): + - React-Core/RCTTextHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -293,9 +293,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTVibrationHeaders (0.72.0-rc.6): + - React-Core/RCTVibrationHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -307,13 +307,13 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTWebSocket (0.72.0-rc.6): + - React-Core/RCTWebSocket (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) + - React-Core/Default (= 0.72.1) - React-cxxreact - React-hermes - React-jsi @@ -321,58 +321,58 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-CoreModules (0.72.0-rc.6): + - React-CoreModules (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/CoreModulesHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/CoreModulesHeaders (= 0.72.1) + - React-jsi (= 0.72.1) - React-RCTBlob - - React-RCTImage (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - SocketRocket (= 0.6.0) - - React-cxxreact (0.72.0-rc.6): + - React-RCTImage (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - SocketRocket (= 0.6.1) + - React-cxxreact (0.72.1): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsinspector (= 0.72.0-rc.6) - - React-logger (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - React-runtimeexecutor (= 0.72.0-rc.6) - - React-debug (0.72.0-rc.6) - - React-hermes (0.72.0-rc.6): + - React-callinvoker (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsinspector (= 0.72.1) + - React-logger (= 0.72.1) + - React-perflogger (= 0.72.1) + - React-runtimeexecutor (= 0.72.1) + - React-debug (0.72.1) + - React-hermes (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.72.0-rc.6) + - React-cxxreact (= 0.72.1) - React-jsi - - React-jsiexecutor (= 0.72.0-rc.6) - - React-jsinspector (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - React-jsi (0.72.0-rc.6): + - React-jsiexecutor (= 0.72.1) + - React-jsinspector (= 0.72.1) + - React-perflogger (= 0.72.1) + - React-jsi (0.72.1): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.72.0-rc.6): + - React-jsiexecutor (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - React-jsinspector (0.72.0-rc.6) - - React-logger (0.72.0-rc.6): + - React-cxxreact (= 0.72.1) + - React-jsi (= 0.72.1) + - React-perflogger (= 0.72.1) + - React-jsinspector (0.72.1) + - React-logger (0.72.1): - glog - react-native-box2d (0.2.5): - React-Core @@ -381,7 +381,7 @@ PODS: - React-Core - react-native-pager-view (5.4.24): - React-Core - - react-native-safe-area-context (4.5.1): + - react-native-safe-area-context (4.6.3): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -389,7 +389,7 @@ PODS: - ReactCommon/turbomodule/core - react-native-slider (4.4.2): - React-Core - - React-NativeModulesApple (0.72.0-rc.6): + - React-NativeModulesApple (0.72.1): - hermes-engine - React-callinvoker - React-Core @@ -398,17 +398,17 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.72.0-rc.6) - - React-RCTActionSheet (0.72.0-rc.6): - - React-Core/RCTActionSheetHeaders (= 0.72.0-rc.6) - - React-RCTAnimation (0.72.0-rc.6): + - React-perflogger (0.72.1) + - React-RCTActionSheet (0.72.1): + - React-Core/RCTActionSheetHeaders (= 0.72.1) + - React-RCTAnimation (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTAnimationHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTAppDelegate (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTAnimationHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTAppDelegate (0.72.1): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -420,54 +420,54 @@ PODS: - React-RCTNetwork - React-runtimescheduler - ReactCommon/turbomodule/core - - React-RCTBlob (0.72.0-rc.6): + - React-RCTBlob (0.72.1): - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTBlobHeaders (= 0.72.0-rc.6) - - React-Core/RCTWebSocket (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-RCTNetwork (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTImage (0.72.0-rc.6): + - React-Codegen (= 0.72.1) + - React-Core/RCTBlobHeaders (= 0.72.1) + - React-Core/RCTWebSocket (= 0.72.1) + - React-jsi (= 0.72.1) + - React-RCTNetwork (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTImage (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTImageHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-RCTNetwork (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTLinking (0.72.0-rc.6): - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTLinkingHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTNetwork (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTImageHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - React-RCTNetwork (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTLinking (0.72.1): + - React-Codegen (= 0.72.1) + - React-Core/RCTLinkingHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTNetwork (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTNetworkHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTSettings (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTNetworkHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTSettings (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTSettingsHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTText (0.72.0-rc.6): - - React-Core/RCTTextHeaders (= 0.72.0-rc.6) - - React-RCTVibration (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTSettingsHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTText (0.72.1): + - React-Core/RCTTextHeaders (= 0.72.1) + - React-RCTVibration (0.72.1): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTVibrationHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-rncore (0.72.0-rc.6) - - React-runtimeexecutor (0.72.0-rc.6): - - React-jsi (= 0.72.0-rc.6) - - React-runtimescheduler (0.72.0-rc.6): + - React-Codegen (= 0.72.1) + - React-Core/RCTVibrationHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-rncore (0.72.1) + - React-runtimeexecutor (0.72.1): + - React-jsi (= 0.72.1) + - React-runtimescheduler (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -475,30 +475,30 @@ PODS: - React-debug - React-jsi - React-runtimeexecutor - - React-utils (0.72.0-rc.6): + - React-utils (0.72.1): - glog - RCT-Folly (= 2021.07.22.00) - React-debug - - ReactCommon/turbomodule/bridging (0.72.0-rc.6): + - ReactCommon/turbomodule/bridging (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0-rc.6) - - React-cxxreact (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-logger (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (0.72.0-rc.6): + - React-callinvoker (= 0.72.1) + - React-cxxreact (= 0.72.1) + - React-jsi (= 0.72.1) + - React-logger (= 0.72.1) + - React-perflogger (= 0.72.1) + - ReactCommon/turbomodule/core (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0-rc.6) - - React-cxxreact (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-logger (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) + - React-callinvoker (= 0.72.1) + - React-cxxreact (= 0.72.1) + - React-jsi (= 0.72.1) + - React-logger (= 0.72.1) + - React-perflogger (= 0.72.1) - RNCAsyncStorage (1.18.1): - React-Core - RNCMaskedView (0.2.9): @@ -536,12 +536,12 @@ PODS: - React-RCTText - ReactCommon/turbomodule/core - Yoga - - RNScreens (3.21.0): + - RNScreens (3.22.0): - React-Core - React-RCTImage - RNSVG (13.9.0): - React-Core - - SocketRocket (0.6.0) + - SocketRocket (0.6.1) - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -746,8 +746,8 @@ SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: b327077cb8fb7b15c901db6748abc4f971c1c9cc - FBReactNativeSpec: e25625d9e8f5ef40015568bb069814f02bb50d33 + FBLazyVector: 55cd4593d570bd9e5e227488d637ce6a9581ce51 + FBReactNativeSpec: 799b0e1a1561699cd0e424e24fe5624da38402f0 Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 @@ -758,54 +758,54 @@ SPEC CHECKSUMS: FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - hermes-engine: b7b46b6fedb0d8befdb394e1b0e109b87db39687 + hermes-engine: 9df83855a0fd15ef8eb61694652bae636b0c466e libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 881fc393d0025a76cd0191e3349ceb736ec50799 - RCTTypeSafety: 77a1f5e830d1f5683703c33aa4753c0e26ea997f - React: 6d972a04537887ab0812de2f8758f658d31d9fc1 - React-callinvoker: 412f0bfcb32bce15000bcef52c28a4ef4a9e0ba9 - React-Codegen: bd498538c8325390118e0c2cd18cc0e13e81b4d3 - React-Core: 9e900e8e77ba418f111621d461a93f21e76a4543 - React-CoreModules: 4fce20f69edee84fb7708330729cb1c9d4b80366 - React-cxxreact: e006b2a8034868e747b1fd6fd90de2dbe849c9cd - React-debug: aa37d4b18af17d58c15bff93a60d9ebd87535d73 - React-hermes: fea5cade517f826d985196a6299ba46bf4038a1a - React-jsi: 3cda877ae5cd4426c09fda573c00378536af20bd - React-jsiexecutor: d67920d4867084a5b623b1d5e0626469a649239f - React-jsinspector: c99ac821c8d3668addbe9806c67b148248e80828 - React-logger: 51643121d274c21ca716923edee5fd5189428487 + RCTRequired: c52ee8fb2b35c1b54031dd8e92d88ad4dba8f2ce + RCTTypeSafety: 75fa444becadf0ebfa0a456b8c64560c7c89c7df + React: 3e5b3962f27b7334eaf5517a35b3434503df35ad + React-callinvoker: c3a225610efe0caadac78da53b6fe78e53eb2b03 + React-Codegen: bba20685e5c1515f8ecb289bd9770835a1338125 + React-Core: 6f6564ea4c5fc118757c945b6359a36aaea86216 + React-CoreModules: ab635016811b610a93e873485f6f900ce0582192 + React-cxxreact: f82f0f1832606fabb9e8c9d61c4230704a3d2d2f + React-debug: 8aa2bd54b0f0011049300ce3339b0e51254ef3b5 + React-hermes: f076cb5f7351d6cc1600125bef3259ea880460fb + React-jsi: 9f381c8594161b2328b93cd3ba5d0bcfcd1e093a + React-jsiexecutor: 184eae1ecdedc7a083194bd9ff809c93f08fd34c + React-jsinspector: d0b5bfd1085599265f4212034321e829bdf83cc0 + React-logger: b8103c9b04e707b50cdd2b1aeb382483900cbb37 react-native-box2d: a5126c70227755b79a1b5b8d867e3932041631b3 react-native-pager-view: 95d0418c3c74279840abec6926653d32447bafb6 - react-native-safe-area-context: f5549f36508b1b7497434baa0cd97d7e470920d4 + react-native-safe-area-context: 36cc67648134e89465663b8172336a19eeda493d react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d - React-NativeModulesApple: 8b5255fe93e8a49ebb53c7f3b508f2a4b0ec8cfc - React-perflogger: c1a35079d1650dd3251f1124825d87ef89daf0d5 - React-RCTActionSheet: 328269f83b39c7d2bc081ab286b7b203df06d3c8 - React-RCTAnimation: ae7281dfca522186aa6a16e8d5a94b34932668e3 - React-RCTAppDelegate: c9f50d8480d9df8deb84ccaefcf1852a477cb48d - React-RCTBlob: 310cc6633fb669dd9d8178ec42af2c8087c0ba54 - React-RCTImage: 4938b3fc638fbbf27f65863d4316ce7959a829ca - React-RCTLinking: a293119b2a124882eb4dbc9eccb0a288ab192545 - React-RCTNetwork: 4af4fd79b7ec6f11591e22c6cf1289129d480222 - React-RCTSettings: caefab543e5b20d027c7b8c61daac448049e601a - React-RCTText: 2e01374e3b49287ebe6d9ec956d97285d336c5c7 - React-RCTVibration: 6dc8d33d4f95220f4d74e62fdfdfe73d9df947e1 - React-rncore: 685cdfea2f18ec91fdbcef1df90ccc6b4398aee3 - React-runtimeexecutor: b3a712130fa860c67d9e25eb3e133a9757ada4f9 - React-runtimescheduler: db65884681ac1783322cd68883754743b306e774 - React-utils: d60ffef504983522e67ea57af91b9b06221e016f - ReactCommon: 60d83b96ccf3ee5921a1ca908afcf686691f306c + React-NativeModulesApple: 4f31a812364443cee6ef768d256c594ad3b20f53 + React-perflogger: 3d501f34c8d4b10cb75f348e43591765788525ad + React-RCTActionSheet: f5335572c979198c0c3daff67b07bd1ad8370c1d + React-RCTAnimation: 5d0d31a4f9c49a70f93f32e4da098fb49b5ae0b3 + React-RCTAppDelegate: 01ddbdeb01b7cefa932cb66a17299d60620e820d + React-RCTBlob: 280d2605ba10b8f2282f1e8a849584368577251a + React-RCTImage: e15d22db53406401cdd1407ce51080a66a9c7ed4 + React-RCTLinking: 39815800ec79d6fb15e6329244d195ebeabf7541 + React-RCTNetwork: 2a6548e13d2577b112d4250ac5be74ae62e1e86b + React-RCTSettings: a76aee44d5398144646be146c334b15c90ad9582 + React-RCTText: afad390f3838f210c2bc9e1a19bb048003b2a771 + React-RCTVibration: 29bbaa5c57c02dc036d7e557584b492000b1d3e7 + React-rncore: 50966ce412d63bee9ffe5c98249857c23870a3c4 + React-runtimeexecutor: d129f2b53d61298093d7c7d8ebfafa664f911ce6 + React-runtimescheduler: 67707a955b9ecc628cc38bdc721fbc498910f0fd + React-utils: 0a70ea97d4e2749f336b450c082905be1d389435 + ReactCommon: e593d19c9e271a6da4d0bd7f13b28cfeae5d164b RNCAsyncStorage: b90b71f45b8b97be43bc4284e71a6af48ac9f547 RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700 RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5 RNReanimated: 2072c65be5a7fe9f704e99df2ee563c07435a719 - RNScreens: d037903436160a4b039d32606668350d2a808806 + RNScreens: 68fd1060f57dd1023880bf4c05d74784b5392789 RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315 - SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 - Yoga: 92ab64929c1f79204763209c223497c6c8d3ac1e + SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 + Yoga: 65286bb6a07edce5e4fe8c90774da977ae8fc009 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: f37cea0ea1b6dc523fb88a9c2bdb9993f4b567ce diff --git a/Example/package.json b/Example/package.json index 78fab0065aba..a72916c0bcec 100644 --- a/Example/package.json +++ b/Example/package.json @@ -20,21 +20,21 @@ "@react-navigation/native-stack": "^6.9.0", "react": "18.2.0", "react-dom": "^16.13.1", - "react-native": "0.72.0-rc.6", + "react-native": "0.72.1", "react-native-box2d": "^0.2.5", "react-native-gesture-handler": "^2.12.0", "react-native-pager-view": "5.4.24", "react-native-reanimated": "link:../", - "react-native-safe-area-context": "^4.5.0", - "react-native-screens": "^3.21.0", - "react-native-svg": "^13.8.0" + "react-native-safe-area-context": "^4.6.3", + "react-native-screens": "^3.22.0", + "react-native-svg": "^13.9.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", - "@react-native/metro-config": "^0.72.6", + "@react-native/metro-config": "^0.72.7", "@tsconfig/react-native": "^3.0.0", "@types/jest": "^29.2.1", "@types/react": "^18.0.24", diff --git a/Example/yarn.lock b/Example/yarn.lock index 032b76fda887..ee566fcedf78 100644 --- a/Example/yarn.lock +++ b/Example/yarn.lock @@ -1551,44 +1551,44 @@ dependencies: merge-options "^3.0.4" -"@react-native-community/cli-clean@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.2.tgz#45dc0aa379deeb13834b661f8eeb2e63ed34316f" - integrity sha512-OIKeP8fYtaa9qw4bpf1m3WJDWx4GvcxTYkyycH5SDu+pZjYWNix7XtKhwoL3Ol2NJLWxdY4LnmQG1yy8OGeIRw== +"@react-native-community/cli-clean@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.3.tgz#e3b2d5a374f1b35d158087c3be196b59e1757262" + integrity sha512-5csu0Z2wNkLRZs4AxA+5UVtOdyGqdjZ9DEPccePlkN9IXEHTia2GdDuWZVVnlC50Ab3eTaGDKvFzy9QONHQusw== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.2.tgz#1bf268589f7261920dd65a78d7a0a1099792a7f9" - integrity sha512-hMAIR3QTjzDUmOSsbroXeNkZAcf8lpOGo1fj8CwJNfjuVho1RZZSlHKp8G7FU2sgqZmb8jWN+9tFvCRACXVYoQ== +"@react-native-community/cli-config@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.3.tgz#85dc44dd4f43a73f73b395241db24235e81c5914" + integrity sha512-j87RHJlybNHD1mYSkHnWA4qLkEO6qVn0+sREZGdQ6gVmOzxvLzvEB+YMoNEEqFGmPiyt3WTMLgi7jUr6WVoKuQ== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" cosmiconfig "^5.1.0" deepmerge "^4.3.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.2.tgz#35f29daf8354e8e516cb05ca471fb705780efdd7" - integrity sha512-pAKBcjrNl0iJoi42Ekqn3UH/QZ48pxfAIhsKkc3WmBqYetdByobhkYWfchHq3j9bilgiaBquPQaKzkg69kQw3w== +"@react-native-community/cli-debugger-ui@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.3.tgz#4bdf5665926c63d73a96d21adde03a93df447215" + integrity sha512-iVKcwyK2iKlq/qVtSbhk5fGsrOamAx7j50QhDMrZ6NmYZq+k75k253+YTzXoxWdPPZhsdhmILuBJgf8orIYCPQ== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.2.tgz#d8eb867b80da66ce7b11e0e6e4e07ab152ffbf7b" - integrity sha512-tvmAQzz+qOJwtBCVEdhHweMeGaoHauGn3ef4tsHyqlDc0fF1K5No9DGXSESlLHpsopg066sIHWGq0PmAIeChiA== +"@react-native-community/cli-doctor@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.3.tgz#cc0066e60f0a73e6d061681661ab9f1a2f1550ed" + integrity sha512-11MlCYZkZ602lmoxZUM6FZYjqFgyYci0X0QoBgBHi+3hqmrlA9JkYR/6OpPo34ASVObhE4DQ7eZ1+EQnVJHXsA== dependencies: - "@react-native-community/cli-config" "11.3.2" - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-platform-ios" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-config" "11.3.3" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-platform-ios" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -1604,47 +1604,47 @@ wcwidth "^1.0.1" yaml "^2.2.1" -"@react-native-community/cli-hermes@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.2.tgz#842b21a1cd3960295eed3591ab81e6f9e68aa606" - integrity sha512-IfzdYTjxu+BFEvweY9TXpLkOmWq0sxK8PTN+u0BduiT9cJRvcO0CxjOpLHAabVrSJc6o+7aLfEvogBmdN53Xfg== +"@react-native-community/cli-hermes@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.3.tgz#f3006a119ce8888a10b2b52a4e7cfb2ffbb2c59f" + integrity sha512-IoBLspPg4EwKwYj+5Ki4xrGUz7vVeE9soULCXJij2IKB68U63WmjG42+ng96+ryJDaQqERqF7NGll1jqnenJYQ== dependencies: - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.2.tgz#d9528306c3751f7d6d1fd3d5a56187708dd65829" - integrity sha512-NKxyBP0/gwL4/tNWrkevFSjeb7Dw2SByNfE9wFXBaAvZHxbxxJUjZOTOW3ueOXEpgOMU7IYYOiSOz2M10IRQ2A== +"@react-native-community/cli-platform-android@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.3.tgz#b4dad813f8ccbe84872baa2bc27fcd9b93f0b784" + integrity sha512-hjkPTJXKw2PZNKdeZZ1I4Mv2gRbPOfZmpgRVXtDwEP4cXZUGTDP54lBhFnC+8KxiKJBWJ/m4wYyC3ZqX87M2jg== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.2.tgz#cfecce27641950603d736e1f41fcae088e3ada1f" - integrity sha512-XPrfsI7dNY3f9crsKDDRIss+GHYX/snuYfMrjg4ZBHpYB5JdLepO8FJ5bFz+/s9KXDm045ijo8QFcIf3XJR0YQ== +"@react-native-community/cli-platform-ios@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.3.tgz#b7f7387928e38f9deb4c1fd1c2efd3f6abbed57d" + integrity sha512-mFdZjOaPCQy3y4DoMdA5l5/zVXtvsi8pbJFTV7ms7avNShuqqvue/Fm4wmiccZd0Zfi5p9TOP3Bh9Aw/jC+UAQ== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" fast-xml-parser "^4.0.12" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.2.tgz#dbdf6d04b3c608a11dea833a9f882420352dda44" - integrity sha512-r1rZYCFfxZWIiUlukjMcDlxfCtm+QNYu+vFyVfE9yvN9gaNPBAi9029eVzkRkFuJ8Rxwr67HnYEAdGYLWQ1uIw== +"@react-native-community/cli-plugin-metro@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.3.tgz#a838a09fe371f50d54f4968271d5e852dd781b6d" + integrity sha512-jbutvKqjIUTIuSK6mGmVt+x/MygLAIG6VNIwbywFtY+P4CCxUxo8o8h3O2cPRB2xeg9qikksm3Wys7fME4Ly+A== dependencies: - "@react-native-community/cli-server-api" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-server-api" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" metro "0.76.5" @@ -1655,13 +1655,13 @@ metro-runtime "0.76.5" readline "^1.3.0" -"@react-native-community/cli-server-api@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.2.tgz#79f06606aa1cf7f84dc5c4c53f9a6de0d98142d4" - integrity sha512-6rMb37HYWOdmiMGCxsttHDLIP7KmcJjWvzTJzb2tm9P5FoMvSSmSOn981MuP835Lk1U+IdjVcwtsA247Im4mkg== +"@react-native-community/cli-server-api@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.3.tgz#fe5c8b57abeadad743954ca65bf0b47c8728154d" + integrity sha512-3ja7WZzXMCeGTaeWLzKxAoueqLjsuo0YURcAjqf044rkY5F1Xk5yIaTN8fb66Lnl2eB3DwuatqEB4dYl34/GZw== dependencies: - "@react-native-community/cli-debugger-ui" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-debugger-ui" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.1" @@ -1670,10 +1670,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.2.tgz#29c01e0978199e3d65a2ed234a629a9cf05db8ca" - integrity sha512-rAnFPzRITeEhBLwC73ucvWsYjsGyotSOI4c+k8t9wUqcIk1Q+RFnuWozGc13msOPdESvBHt2MPJBwXrtKgKn1g== +"@react-native-community/cli-tools@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.3.tgz#96fa0b5979f8d1a3feb785ce8d3566a2d31e0e88" + integrity sha512-rRFSOAVVwI9R9PyPMff5WqmHbgJYrzGHFH1PA+tFvuiSmWlAf51bzkZIPehTBAQON03a6d5epNsGlBKMLA/BKw== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -1685,27 +1685,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.2.tgz#09531e83ddda582c7321752d1d80674578bc8ea7" - integrity sha512-jba1Z1YgC4JIHPADSqpl4ATsrJaOja1zlQCbH/yE8McHRjVBzeYGeHIvG5jw7iU5cw6FFifH5vvr23JPGk8oyw== +"@react-native-community/cli-types@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.3.tgz#72840a6dab9593cd96591bc69c37807ee31aa72e" + integrity sha512-/u7N93ZUsKAGv3WSGAjKhpK2uCPBkyaw/SuScjHAuL9ifPjvwDhi71K5NbCcYl3ZYh5K39EF3Hm664Jfk9c0MQ== dependencies: joi "^17.2.1" -"@react-native-community/cli@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.2.tgz#a14c341c2421a929a322b11d02a60f7ac8ff5ee9" - integrity sha512-riyMvro6HH2NLUhcnjUrOFwi2IHb6/GOC1WKf7GvGH1L4KnIo/jP4Sk9QV+pROg1Gd9btrCTnyY7WbWuPWJJ3w== - dependencies: - "@react-native-community/cli-clean" "11.3.2" - "@react-native-community/cli-config" "11.3.2" - "@react-native-community/cli-debugger-ui" "11.3.2" - "@react-native-community/cli-doctor" "11.3.2" - "@react-native-community/cli-hermes" "11.3.2" - "@react-native-community/cli-plugin-metro" "11.3.2" - "@react-native-community/cli-server-api" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" - "@react-native-community/cli-types" "11.3.2" +"@react-native-community/cli@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.3.tgz#a18634282f535f5cec7436aeda1ffacd796b7a0c" + integrity sha512-+XwD9IEtaff0q8hyWTQL4xVc7V4P8B7zD0zpcEV8FVV+qUfIFMbNpaYNJFlNOFYRzZmo0/hXsa66S/Im5perlQ== + dependencies: + "@react-native-community/cli-clean" "11.3.3" + "@react-native-community/cli-config" "11.3.3" + "@react-native-community/cli-debugger-ui" "11.3.3" + "@react-native-community/cli-doctor" "11.3.3" + "@react-native-community/cli-hermes" "11.3.3" + "@react-native-community/cli-plugin-metro" "11.3.3" + "@react-native-community/cli-server-api" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" + "@react-native-community/cli-types" "11.3.3" chalk "^4.1.2" commander "^9.4.1" execa "^5.0.0" @@ -1769,20 +1769,20 @@ resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.72.0.tgz#7ec4c6a73dfde4bd6b4a4d3c462cfdc2637bf91d" integrity sha512-xWQthnyKd+H22TBqeJUTFebsyWAAwzUb7EQCT8F/WMZsS1sv5UG+2cM/cU9/2HEbVZgxHYuLIi915WznjKPvlg== -"@react-native/gradle-plugin@^0.72.10": - version "0.72.10" - resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.10.tgz#cd7ad2203039dc1f97fb849898d689442776b004" - integrity sha512-/3KZSdFOWpTCHlp468NOgNfSIhENEH44O3Xq+dmgp4kJ/WhTvCmI+7glJ0Io6T7AizcWlIuW5VKA2+Pb3GHXmg== +"@react-native/gradle-plugin@^0.72.11": + version "0.72.11" + resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz#c063ef12778706611de7a1e42b74b14d9405fb9f" + integrity sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw== "@react-native/js-polyfills@^0.72.1": version "0.72.1" resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz#905343ef0c51256f128256330fccbdb35b922291" integrity sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA== -"@react-native/metro-config@^0.72.6": - version "0.72.6" - resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.6.tgz#77efdcdc51ff0df0269031dc4442b7dbb50ef9eb" - integrity sha512-hkV0okTi/N/ui1PF4ZgxPV9zajHkxuu+arpQwk8rY+QPZgGM8SIAN5tf68DWJTbPCfAiZLFoW1TgMNbvKrSY1A== +"@react-native/metro-config@^0.72.7": + version "0.72.7" + resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.7.tgz#2252fc796fbb487b8584161e1bcdd3eecf8d1aa6" + integrity sha512-v+RhvCcMzAUZOibBJQ0na6Ah/HEloGrOPGJmxhdwlxGp05L7ejfu/gPghKeYEx35nlp519YSLiOlO4VW4dI5+g== dependencies: "@react-native/js-polyfills" "^0.72.1" metro-config "0.76.5" @@ -1799,10 +1799,10 @@ resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz#14294b7ed3c1d92176d2a00df48456e8d7d62212" integrity sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw== -"@react-native/virtualized-lists@^0.72.5": - version "0.72.5" - resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.5.tgz#a7b261357ec7e0e5aa97a24d4acab1d903811e09" - integrity sha512-AtKE3dez3lf89O87wC2ZglV5aPsifopQgn/UmFhXAwi18Yp1BJfEGh3sUqOPNgZNByYPAGxFANeZq44VATXeJA== +"@react-native/virtualized-lists@^0.72.6": + version "0.72.6" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.6.tgz#375f88a1371927d803afad8d8a0ede3261464030" + integrity sha512-JhT6ydu35LvbSKdwnhWDuGHMOwM0WAh9oza/X8vXHA8ELHRyQ/4p8eKz/bTQcbQziJaaleUURToGhFuCtgiMoA== dependencies: invariant "^2.2.4" nullthrows "^1.1.1" @@ -5908,20 +5908,20 @@ react-native-pager-view@5.4.24: version "0.0.0" uid "" -react-native-safe-area-context@^4.5.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.1.tgz#6651d216b86ce84a8e9399220a1010d3902d7a2e" - integrity sha512-bKcwk6zZvyz+VLoG6Uia1oiYU1jSbv1ysjEKSRLsLtPcDsbixsTc0UgfrPqjZxNTPzvYLMcr8ufA90UQauN4mw== +react-native-safe-area-context@^4.6.3: + version "4.6.3" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.6.3.tgz#f06cfea05b1c4b018aa9758667a109f619c62b55" + integrity sha512-3CeZM9HFXkuqiU9HqhOQp1yxhXw6q99axPWrT+VJkITd67gnPSU03+U27Xk2/cr9XrLUnakM07kj7H0hdPnFiQ== -react-native-screens@^3.21.0: - version "3.21.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.21.0.tgz#aec157e3f57e976ea3e092b67064314f1915743a" - integrity sha512-SybzBhceTN2LUfzvEQxpZ9SchlFgEdsR/+YOKcpIhKg2BdRObdIyQsRoJBvduZ55lKbO9Gpyl3Ke8tngz3873g== +react-native-screens@^3.22.0: + version "3.22.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.22.0.tgz#7d892baf964fddb642b5eec71a09e2aeb501e578" + integrity sha512-csLypBSXIt/egh37YJmokETptZJCtZdoZBsZNLR9n31GesDyVogprT+MM22dEPDuxPxt/mFWq+lSpVwk7khuTw== dependencies: react-freeze "^1.0.0" warn-once "^0.1.0" -react-native-svg@^13.8.0: +react-native-svg@^13.9.0: version "13.9.0" resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.9.0.tgz#8df8a690dd00362601f074dec5d3a86dd0f99c7f" integrity sha512-Ey18POH0dA0ob/QiwCBVrxIiwflhYuw0P0hBlOHeY4J5cdbs8ngdKHeWC/Kt9+ryP6fNoEQ1PUgPYw2Bs/rp5Q== @@ -5929,21 +5929,21 @@ react-native-svg@^13.8.0: css-select "^5.1.0" css-tree "^1.1.3" -react-native@0.72.0-rc.6: - version "0.72.0-rc.6" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.0-rc.6.tgz#fe9bf9356d70cac43ab112adbef57d141451ff4c" - integrity sha512-pGF0kTTRPsf64+27PnlL1ERLi3Cczuvyi9pjBdNHtVIxiVPOzNsmHLmBUX7EtAL9G1z/iTYdXqB0wgkj5D++Mw== +react-native@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.1.tgz#a60f8494ec74cc201ed095aaf2ff2c912c708ec6" + integrity sha512-O9cIVD++kt2XQl0XLCUGUgwSKr8xp+yo0ho5QK6KYWJrCFnnvQLTKL0+HD0rZUcuqFfGknHQJh3h0moQO2EMDg== dependencies: "@jest/create-cache-key-function" "^29.2.1" - "@react-native-community/cli" "11.3.2" - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-platform-ios" "11.3.2" + "@react-native-community/cli" "11.3.3" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-platform-ios" "11.3.3" "@react-native/assets-registry" "^0.72.0" "@react-native/codegen" "^0.72.6" - "@react-native/gradle-plugin" "^0.72.10" + "@react-native/gradle-plugin" "^0.72.11" "@react-native/js-polyfills" "^0.72.1" "@react-native/normalize-colors" "^0.72.0" - "@react-native/virtualized-lists" "^0.72.5" + "@react-native/virtualized-lists" "^0.72.6" abort-controller "^3.0.0" anser "^1.4.9" base64-js "^1.1.2" diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index cd925f92197c..310e14714442 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - boost (1.76.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.72.0-rc.6) + - FBLazyVector (0.72.1) - Flipper (0.182.0): - Flipper-Folly (~> 2.6) - Flipper-Boost-iOSX (1.76.0.1.11) @@ -63,9 +63,9 @@ PODS: - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) - - hermes-engine (0.72.0-rc.6): - - hermes-engine/Pre-built (= 0.72.0-rc.6) - - hermes-engine/Pre-built (0.72.0-rc.6) + - hermes-engine (0.72.1): + - hermes-engine/Pre-built (= 0.72.1) + - hermes-engine/Pre-built (0.72.1) - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) - RCT-Folly (2021.07.22.00): @@ -90,26 +90,26 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.72.0-rc.6) - - RCTTypeSafety (0.72.0-rc.6): - - FBLazyVector (= 0.72.0-rc.6) - - RCTRequired (= 0.72.0-rc.6) - - React-Core (= 0.72.0-rc.6) - - React (0.72.0-rc.6): - - React-Core (= 0.72.0-rc.6) - - React-Core/DevSupport (= 0.72.0-rc.6) - - React-Core/RCTWebSocket (= 0.72.0-rc.6) - - React-RCTActionSheet (= 0.72.0-rc.6) - - React-RCTAnimation (= 0.72.0-rc.6) - - React-RCTBlob (= 0.72.0-rc.6) - - React-RCTImage (= 0.72.0-rc.6) - - React-RCTLinking (= 0.72.0-rc.6) - - React-RCTNetwork (= 0.72.0-rc.6) - - React-RCTSettings (= 0.72.0-rc.6) - - React-RCTText (= 0.72.0-rc.6) - - React-RCTVibration (= 0.72.0-rc.6) - - React-callinvoker (0.72.0-rc.6) - - React-Codegen (0.72.0-rc.6): + - RCTRequired (0.72.1) + - RCTTypeSafety (0.72.1): + - FBLazyVector (= 0.72.1) + - RCTRequired (= 0.72.1) + - React-Core (= 0.72.1) + - React (0.72.1): + - React-Core (= 0.72.1) + - React-Core/DevSupport (= 0.72.1) + - React-Core/RCTWebSocket (= 0.72.1) + - React-RCTActionSheet (= 0.72.1) + - React-RCTAnimation (= 0.72.1) + - React-RCTBlob (= 0.72.1) + - React-RCTImage (= 0.72.1) + - React-RCTLinking (= 0.72.1) + - React-RCTNetwork (= 0.72.1) + - React-RCTSettings (= 0.72.1) + - React-RCTText (= 0.72.1) + - React-RCTVibration (= 0.72.1) + - React-callinvoker (0.72.1) + - React-Codegen (0.72.1): - DoubleConversion - glog - hermes-engine @@ -126,11 +126,11 @@ PODS: - React-utils - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.72.0-rc.6): + - React-Core (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) + - React-Core/Default (= 0.72.1) - React-cxxreact - React-hermes - React-jsi @@ -138,9 +138,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/CoreModulesHeaders (0.72.0-rc.6): + - React-Core/CoreModulesHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -152,9 +152,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/Default (0.72.0-rc.6): + - React-Core/Default (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -165,25 +165,25 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/DevSupport (0.72.0-rc.6): + - React-Core/DevSupport (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) - - React-Core/RCTWebSocket (= 0.72.0-rc.6) + - React-Core/Default (= 0.72.1) + - React-Core/RCTWebSocket (= 0.72.1) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.72.0-rc.6) + - React-jsinspector (= 0.72.1) - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.72.0-rc.6): + - React-Core/RCTActionSheetHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -195,9 +195,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTAnimationHeaders (0.72.0-rc.6): + - React-Core/RCTAnimationHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -209,9 +209,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTBlobHeaders (0.72.0-rc.6): + - React-Core/RCTBlobHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -223,9 +223,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTImageHeaders (0.72.0-rc.6): + - React-Core/RCTImageHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -237,9 +237,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTLinkingHeaders (0.72.0-rc.6): + - React-Core/RCTLinkingHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -251,9 +251,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTNetworkHeaders (0.72.0-rc.6): + - React-Core/RCTNetworkHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -265,9 +265,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTSettingsHeaders (0.72.0-rc.6): + - React-Core/RCTSettingsHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -279,9 +279,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTTextHeaders (0.72.0-rc.6): + - React-Core/RCTTextHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -293,9 +293,9 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTVibrationHeaders (0.72.0-rc.6): + - React-Core/RCTVibrationHeaders (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -307,13 +307,13 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTWebSocket (0.72.0-rc.6): + - React-Core/RCTWebSocket (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) + - React-Core/Default (= 0.72.1) - React-cxxreact - React-hermes - React-jsi @@ -321,592 +321,592 @@ PODS: - React-perflogger - React-runtimeexecutor - React-utils - - SocketRocket (= 0.6.0) + - SocketRocket (= 0.6.1) - Yoga - - React-CoreModules (0.72.0-rc.6): + - React-CoreModules (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/CoreModulesHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/CoreModulesHeaders (= 0.72.1) + - React-jsi (= 0.72.1) - React-RCTBlob - - React-RCTImage (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - SocketRocket (= 0.6.0) - - React-cxxreact (0.72.0-rc.6): + - React-RCTImage (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - SocketRocket (= 0.6.1) + - React-cxxreact (0.72.1): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsinspector (= 0.72.0-rc.6) - - React-logger (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - React-runtimeexecutor (= 0.72.0-rc.6) - - React-debug (0.72.0-rc.6) - - React-Fabric (0.72.0-rc.6): + - React-callinvoker (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsinspector (= 0.72.1) + - React-logger (= 0.72.1) + - React-perflogger (= 0.72.1) + - React-runtimeexecutor (= 0.72.1) + - React-debug (0.72.1) + - React-Fabric (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-Fabric/animations (= 0.72.0-rc.6) - - React-Fabric/attributedstring (= 0.72.0-rc.6) - - React-Fabric/butter (= 0.72.0-rc.6) - - React-Fabric/componentregistry (= 0.72.0-rc.6) - - React-Fabric/componentregistrynative (= 0.72.0-rc.6) - - React-Fabric/components (= 0.72.0-rc.6) - - React-Fabric/config (= 0.72.0-rc.6) - - React-Fabric/core (= 0.72.0-rc.6) - - React-Fabric/debug_renderer (= 0.72.0-rc.6) - - React-Fabric/imagemanager (= 0.72.0-rc.6) - - React-Fabric/leakchecker (= 0.72.0-rc.6) - - React-Fabric/mapbuffer (= 0.72.0-rc.6) - - React-Fabric/mounting (= 0.72.0-rc.6) - - React-Fabric/scheduler (= 0.72.0-rc.6) - - React-Fabric/telemetry (= 0.72.0-rc.6) - - React-Fabric/templateprocessor (= 0.72.0-rc.6) - - React-Fabric/textlayoutmanager (= 0.72.0-rc.6) - - React-Fabric/uimanager (= 0.72.0-rc.6) - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-Fabric/animations (= 0.72.1) + - React-Fabric/attributedstring (= 0.72.1) + - React-Fabric/butter (= 0.72.1) + - React-Fabric/componentregistry (= 0.72.1) + - React-Fabric/componentregistrynative (= 0.72.1) + - React-Fabric/components (= 0.72.1) + - React-Fabric/config (= 0.72.1) + - React-Fabric/core (= 0.72.1) + - React-Fabric/debug_renderer (= 0.72.1) + - React-Fabric/imagemanager (= 0.72.1) + - React-Fabric/leakchecker (= 0.72.1) + - React-Fabric/mapbuffer (= 0.72.1) + - React-Fabric/mounting (= 0.72.1) + - React-Fabric/scheduler (= 0.72.1) + - React-Fabric/telemetry (= 0.72.1) + - React-Fabric/templateprocessor (= 0.72.1) + - React-Fabric/textlayoutmanager (= 0.72.1) + - React-Fabric/uimanager (= 0.72.1) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/animations (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/animations (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/attributedstring (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/attributedstring (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/butter (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/butter (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/componentregistry (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/componentregistry (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/componentregistrynative (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/componentregistrynative (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-Fabric/components/activityindicator (= 0.72.0-rc.6) - - React-Fabric/components/image (= 0.72.0-rc.6) - - React-Fabric/components/inputaccessory (= 0.72.0-rc.6) - - React-Fabric/components/legacyviewmanagerinterop (= 0.72.0-rc.6) - - React-Fabric/components/modal (= 0.72.0-rc.6) - - React-Fabric/components/rncore (= 0.72.0-rc.6) - - React-Fabric/components/root (= 0.72.0-rc.6) - - React-Fabric/components/safeareaview (= 0.72.0-rc.6) - - React-Fabric/components/scrollview (= 0.72.0-rc.6) - - React-Fabric/components/text (= 0.72.0-rc.6) - - React-Fabric/components/textinput (= 0.72.0-rc.6) - - React-Fabric/components/unimplementedview (= 0.72.0-rc.6) - - React-Fabric/components/view (= 0.72.0-rc.6) - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-Fabric/components/activityindicator (= 0.72.1) + - React-Fabric/components/image (= 0.72.1) + - React-Fabric/components/inputaccessory (= 0.72.1) + - React-Fabric/components/legacyviewmanagerinterop (= 0.72.1) + - React-Fabric/components/modal (= 0.72.1) + - React-Fabric/components/rncore (= 0.72.1) + - React-Fabric/components/root (= 0.72.1) + - React-Fabric/components/safeareaview (= 0.72.1) + - React-Fabric/components/scrollview (= 0.72.1) + - React-Fabric/components/text (= 0.72.1) + - React-Fabric/components/textinput (= 0.72.1) + - React-Fabric/components/unimplementedview (= 0.72.1) + - React-Fabric/components/view (= 0.72.1) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/activityindicator (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/activityindicator (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/image (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/image (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/inputaccessory (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/inputaccessory (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/legacyviewmanagerinterop (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/legacyviewmanagerinterop (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/modal (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/modal (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/rncore (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/rncore (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/root (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/root (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/safeareaview (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/safeareaview (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/scrollview (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/scrollview (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/text (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/text (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/textinput (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/textinput (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/unimplementedview (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/unimplementedview (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/components/view (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/components/view (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) + - ReactCommon/turbomodule/core (= 0.72.1) - Yoga - - React-Fabric/config (0.72.0-rc.6): + - React-Fabric/config (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/core (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/core (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/debug_renderer (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/debug_renderer (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/imagemanager (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/imagemanager (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/leakchecker (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/leakchecker (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/mapbuffer (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/mapbuffer (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/mounting (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/mounting (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/scheduler (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/scheduler (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/telemetry (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/telemetry (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/templateprocessor (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/templateprocessor (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/textlayoutmanager (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/textlayoutmanager (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - React-Fabric/uimanager - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-Fabric/uimanager (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-Fabric/uimanager (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.72.0-rc.6) - - RCTTypeSafety (= 0.72.0-rc.6) + - RCTRequired (= 0.72.1) + - RCTTypeSafety (= 0.72.1) - React-Core - React-debug - - React-graphics (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-jsiexecutor (= 0.72.0-rc.6) + - React-graphics (= 0.72.1) + - React-jsi (= 0.72.1) + - React-jsiexecutor (= 0.72.1) - React-logger - React-runtimescheduler - React-utils - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-graphics (0.72.0-rc.6): + - ReactCommon/turbomodule/core (= 0.72.1) + - React-graphics (0.72.1): - glog - RCT-Folly/Fabric (= 2021.07.22.00) - - React-Core/Default (= 0.72.0-rc.6) - - React-hermes (0.72.0-rc.6): + - React-Core/Default (= 0.72.1) + - React-hermes (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.72.0-rc.6) + - React-cxxreact (= 0.72.1) - React-jsi - - React-jsiexecutor (= 0.72.0-rc.6) - - React-jsinspector (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - React-ImageManager (0.72.0-rc.6): + - React-jsiexecutor (= 0.72.1) + - React-jsinspector (= 0.72.1) + - React-perflogger (= 0.72.1) + - React-ImageManager (0.72.1): - glog - RCT-Folly/Fabric - React-Core/Default @@ -914,22 +914,22 @@ PODS: - React-Fabric - React-RCTImage - React-utils - - React-jsi (0.72.0-rc.6): + - React-jsi (0.72.1): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.72.0-rc.6): + - React-jsiexecutor (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - React-jsinspector (0.72.0-rc.6) - - React-logger (0.72.0-rc.6): + - React-cxxreact (= 0.72.1) + - React-jsi (= 0.72.1) + - React-perflogger (= 0.72.1) + - React-jsinspector (0.72.1) + - React-logger (0.72.1): - glog - react-native-box2d (0.2.5): - React-Core @@ -938,21 +938,21 @@ PODS: - React-Core - react-native-pager-view (5.4.24): - React-Core - - react-native-safe-area-context (4.5.1): + - react-native-safe-area-context (4.6.3): - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - - react-native-safe-area-context/common (= 4.5.1) - - react-native-safe-area-context/fabric (= 4.5.1) + - react-native-safe-area-context/common (= 4.6.3) + - react-native-safe-area-context/fabric (= 4.6.3) - ReactCommon/turbomodule/core - - react-native-safe-area-context/common (4.5.1): + - react-native-safe-area-context/common (4.6.3): - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - ReactCommon/turbomodule/core - - react-native-safe-area-context/fabric (4.5.1): + - react-native-safe-area-context/fabric (4.6.3): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -969,7 +969,7 @@ PODS: - React-Core - React-RCTFabric - ReactCommon/turbomodule/core - - React-NativeModulesApple (0.72.0-rc.6): + - React-NativeModulesApple (0.72.1): - hermes-engine - React-callinvoker - React-Core @@ -978,17 +978,17 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.72.0-rc.6) - - React-RCTActionSheet (0.72.0-rc.6): - - React-Core/RCTActionSheetHeaders (= 0.72.0-rc.6) - - React-RCTAnimation (0.72.0-rc.6): + - React-perflogger (0.72.1) + - React-RCTActionSheet (0.72.1): + - React-Core/RCTActionSheetHeaders (= 0.72.1) + - React-RCTAnimation (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTAnimationHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTAppDelegate (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTAnimationHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTAppDelegate (0.72.1): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -1004,66 +1004,66 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-RCTBlob (0.72.0-rc.6): + - React-RCTBlob (0.72.1): - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTBlobHeaders (= 0.72.0-rc.6) - - React-Core/RCTWebSocket (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-RCTNetwork (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTFabric (0.72.0-rc.6): + - React-Codegen (= 0.72.1) + - React-Core/RCTBlobHeaders (= 0.72.1) + - React-Core/RCTWebSocket (= 0.72.1) + - React-jsi (= 0.72.1) + - React-RCTNetwork (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTFabric (0.72.1): - glog - hermes-engine - RCT-Folly/Fabric (= 2021.07.22.00) - - React-Core (= 0.72.0-rc.6) - - React-Fabric (= 0.72.0-rc.6) + - React-Core (= 0.72.1) + - React-Fabric (= 0.72.1) - React-ImageManager - - React-RCTImage (= 0.72.0-rc.6) + - React-RCTImage (= 0.72.1) - React-RCTText - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.72.0-rc.6): + - React-RCTImage (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTImageHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-RCTNetwork (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTLinking (0.72.0-rc.6): - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTLinkingHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTNetwork (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTImageHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - React-RCTNetwork (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTLinking (0.72.1): + - React-Codegen (= 0.72.1) + - React-Core/RCTLinkingHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTNetwork (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTNetworkHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTSettings (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTNetworkHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTSettings (0.72.1): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.0-rc.6) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTSettingsHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-RCTText (0.72.0-rc.6): - - React-Core/RCTTextHeaders (= 0.72.0-rc.6) - - React-RCTVibration (0.72.0-rc.6): + - RCTTypeSafety (= 0.72.1) + - React-Codegen (= 0.72.1) + - React-Core/RCTSettingsHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-RCTText (0.72.1): + - React-Core/RCTTextHeaders (= 0.72.1) + - React-RCTVibration (0.72.1): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.0-rc.6) - - React-Core/RCTVibrationHeaders (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (= 0.72.0-rc.6) - - React-rncore (0.72.0-rc.6) - - React-runtimeexecutor (0.72.0-rc.6): - - React-jsi (= 0.72.0-rc.6) - - React-runtimescheduler (0.72.0-rc.6): + - React-Codegen (= 0.72.1) + - React-Core/RCTVibrationHeaders (= 0.72.1) + - React-jsi (= 0.72.1) + - ReactCommon/turbomodule/core (= 0.72.1) + - React-rncore (0.72.1) + - React-runtimeexecutor (0.72.1): + - React-jsi (= 0.72.1) + - React-runtimescheduler (0.72.1): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) @@ -1071,30 +1071,30 @@ PODS: - React-debug - React-jsi - React-runtimeexecutor - - React-utils (0.72.0-rc.6): + - React-utils (0.72.1): - glog - RCT-Folly (= 2021.07.22.00) - React-debug - - ReactCommon/turbomodule/bridging (0.72.0-rc.6): + - ReactCommon/turbomodule/bridging (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0-rc.6) - - React-cxxreact (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-logger (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) - - ReactCommon/turbomodule/core (0.72.0-rc.6): + - React-callinvoker (= 0.72.1) + - React-cxxreact (= 0.72.1) + - React-jsi (= 0.72.1) + - React-logger (= 0.72.1) + - React-perflogger (= 0.72.1) + - ReactCommon/turbomodule/core (0.72.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.0-rc.6) - - React-cxxreact (= 0.72.0-rc.6) - - React-jsi (= 0.72.0-rc.6) - - React-logger (= 0.72.0-rc.6) - - React-perflogger (= 0.72.0-rc.6) + - React-callinvoker (= 0.72.1) + - React-cxxreact (= 0.72.1) + - React-jsi (= 0.72.1) + - React-logger (= 0.72.1) + - React-perflogger (= 0.72.1) - RNCAsyncStorage (1.18.1): - React-Core - RNCMaskedView (0.2.9): @@ -1139,7 +1139,7 @@ PODS: - React-RCTText - ReactCommon/turbomodule/core - Yoga - - RNScreens (3.21.0): + - RNScreens (3.22.0): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -1147,8 +1147,8 @@ PODS: - React-Codegen - React-RCTFabric - ReactCommon/turbomodule/core - - RNScreens/common (= 3.21.0) - - RNScreens/common (3.21.0): + - RNScreens/common (= 3.22.0) + - RNScreens/common (3.22.0): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -1173,7 +1173,7 @@ PODS: - React-Codegen - React-RCTFabric - ReactCommon/turbomodule/core - - SocketRocket (0.6.0) + - SocketRocket (0.6.1) - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -1388,7 +1388,7 @@ SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: b327077cb8fb7b15c901db6748abc4f971c1c9cc + FBLazyVector: 55cd4593d570bd9e5e227488d637ce6a9581ce51 Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 @@ -1399,58 +1399,58 @@ SPEC CHECKSUMS: FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - hermes-engine: b7b46b6fedb0d8befdb394e1b0e109b87db39687 + hermes-engine: 9df83855a0fd15ef8eb61694652bae636b0c466e libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 881fc393d0025a76cd0191e3349ceb736ec50799 - RCTTypeSafety: 77a1f5e830d1f5683703c33aa4753c0e26ea997f - React: 6d972a04537887ab0812de2f8758f658d31d9fc1 - React-callinvoker: 412f0bfcb32bce15000bcef52c28a4ef4a9e0ba9 - React-Codegen: 957f53491ced5cc50113395b598773e9e26f27bf - React-Core: 9e900e8e77ba418f111621d461a93f21e76a4543 - React-CoreModules: 4fce20f69edee84fb7708330729cb1c9d4b80366 - React-cxxreact: e006b2a8034868e747b1fd6fd90de2dbe849c9cd - React-debug: aa37d4b18af17d58c15bff93a60d9ebd87535d73 - React-Fabric: b13a7613860bc0c0c3f532241814d1c37f5f40ea - React-graphics: e603428ed1fe5b037a214bfb2e0c9e856f4ed885 - React-hermes: fea5cade517f826d985196a6299ba46bf4038a1a - React-ImageManager: 408447f5da0a1f9a1cd962f66605199f0e42d00d - React-jsi: 3cda877ae5cd4426c09fda573c00378536af20bd - React-jsiexecutor: d67920d4867084a5b623b1d5e0626469a649239f - React-jsinspector: c99ac821c8d3668addbe9806c67b148248e80828 - React-logger: 51643121d274c21ca716923edee5fd5189428487 + RCTRequired: c52ee8fb2b35c1b54031dd8e92d88ad4dba8f2ce + RCTTypeSafety: 75fa444becadf0ebfa0a456b8c64560c7c89c7df + React: 3e5b3962f27b7334eaf5517a35b3434503df35ad + React-callinvoker: c3a225610efe0caadac78da53b6fe78e53eb2b03 + React-Codegen: 182241a33b278ef2aacbe33ef6b477f492f95e6c + React-Core: 6f6564ea4c5fc118757c945b6359a36aaea86216 + React-CoreModules: ab635016811b610a93e873485f6f900ce0582192 + React-cxxreact: f82f0f1832606fabb9e8c9d61c4230704a3d2d2f + React-debug: 8aa2bd54b0f0011049300ce3339b0e51254ef3b5 + React-Fabric: 5c44af0b1fff92642e5333f3a90dc3d8e8887a29 + React-graphics: 2d2ce15d50b2b449e942c4ab7ec0d9d8992e4b07 + React-hermes: f076cb5f7351d6cc1600125bef3259ea880460fb + React-ImageManager: 74faa903afe83565e80c350f40239f157d9743db + React-jsi: 9f381c8594161b2328b93cd3ba5d0bcfcd1e093a + React-jsiexecutor: 184eae1ecdedc7a083194bd9ff809c93f08fd34c + React-jsinspector: d0b5bfd1085599265f4212034321e829bdf83cc0 + React-logger: b8103c9b04e707b50cdd2b1aeb382483900cbb37 react-native-box2d: a5126c70227755b79a1b5b8d867e3932041631b3 react-native-pager-view: 95d0418c3c74279840abec6926653d32447bafb6 - react-native-safe-area-context: 0dfc8e3a7d5ff115d100bafe4269d64a2c0a1456 + react-native-safe-area-context: 405fb2c993ba6b670652292112e14bbf7e261818 react-native-slider: 5469a8940a754f73c26ea4bb97c0faace6170f01 - React-NativeModulesApple: 8b5255fe93e8a49ebb53c7f3b508f2a4b0ec8cfc - React-perflogger: c1a35079d1650dd3251f1124825d87ef89daf0d5 - React-RCTActionSheet: 328269f83b39c7d2bc081ab286b7b203df06d3c8 - React-RCTAnimation: ae7281dfca522186aa6a16e8d5a94b34932668e3 - React-RCTAppDelegate: 7e0f5ef3eb50374c45ce30017a23fe844b12514f - React-RCTBlob: 310cc6633fb669dd9d8178ec42af2c8087c0ba54 - React-RCTFabric: 8f5e2c49fa1cc4e435f39414696b1fb5e5ba76a4 - React-RCTImage: 4938b3fc638fbbf27f65863d4316ce7959a829ca - React-RCTLinking: a293119b2a124882eb4dbc9eccb0a288ab192545 - React-RCTNetwork: 4af4fd79b7ec6f11591e22c6cf1289129d480222 - React-RCTSettings: caefab543e5b20d027c7b8c61daac448049e601a - React-RCTText: 2e01374e3b49287ebe6d9ec956d97285d336c5c7 - React-RCTVibration: 6dc8d33d4f95220f4d74e62fdfdfe73d9df947e1 - React-rncore: 8909e9730aa6aeaeba8c342eb3b17bf7297115d4 - React-runtimeexecutor: b3a712130fa860c67d9e25eb3e133a9757ada4f9 - React-runtimescheduler: db65884681ac1783322cd68883754743b306e774 - React-utils: d60ffef504983522e67ea57af91b9b06221e016f - ReactCommon: 60d83b96ccf3ee5921a1ca908afcf686691f306c + React-NativeModulesApple: 4f31a812364443cee6ef768d256c594ad3b20f53 + React-perflogger: 3d501f34c8d4b10cb75f348e43591765788525ad + React-RCTActionSheet: f5335572c979198c0c3daff67b07bd1ad8370c1d + React-RCTAnimation: 5d0d31a4f9c49a70f93f32e4da098fb49b5ae0b3 + React-RCTAppDelegate: 68f1f9af12e5be8bac5e3566f5a106906c2b6990 + React-RCTBlob: 280d2605ba10b8f2282f1e8a849584368577251a + React-RCTFabric: 9c4ff9a5bb3373146cff554d07f05956cd981658 + React-RCTImage: e15d22db53406401cdd1407ce51080a66a9c7ed4 + React-RCTLinking: 39815800ec79d6fb15e6329244d195ebeabf7541 + React-RCTNetwork: 2a6548e13d2577b112d4250ac5be74ae62e1e86b + React-RCTSettings: a76aee44d5398144646be146c334b15c90ad9582 + React-RCTText: afad390f3838f210c2bc9e1a19bb048003b2a771 + React-RCTVibration: 29bbaa5c57c02dc036d7e557584b492000b1d3e7 + React-rncore: b47f9142400d3234cd6ec455d0cb6e8611ffd346 + React-runtimeexecutor: d129f2b53d61298093d7c7d8ebfafa664f911ce6 + React-runtimescheduler: 67707a955b9ecc628cc38bdc721fbc498910f0fd + React-utils: 0a70ea97d4e2749f336b450c082905be1d389435 + ReactCommon: e593d19c9e271a6da4d0bd7f13b28cfeae5d164b RNCAsyncStorage: b90b71f45b8b97be43bc4284e71a6af48ac9f547 RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700 RNGestureHandler: d8224aad6d7081834ae6e6cf925397059485b69e RNReanimated: 30b0a8bb00d68cb215e2c72fbace23cb15ee0235 - RNScreens: 8e13360d58411c3f6ef6ee6592f19a89655dfc57 + RNScreens: 9d61ea7595ba14c8ef38c010e1e918bcc51fc5c3 RNSVG: a9204714b832d82b483b0cbaee9e675646426b8d - SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 - Yoga: 92ab64929c1f79204763209c223497c6c8d3ac1e + SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 + Yoga: 65286bb6a07edce5e4fe8c90774da977ae8fc009 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: aa6908dfa38be86281ee11bf70805ff4622ae1c6 diff --git a/FabricExample/package.json b/FabricExample/package.json index 1b3d7a9b7926..8c53e8e4f25f 100644 --- a/FabricExample/package.json +++ b/FabricExample/package.json @@ -19,21 +19,21 @@ "@react-navigation/native": "^6.0.13", "@react-navigation/native-stack": "^6.9.0", "react": "18.2.0", - "react-native": "0.72.0-rc.6", + "react-native": "0.72.1", "react-native-box2d": "^0.2.5", "react-native-gesture-handler": "^2.12.0", "react-native-pager-view": "5.4.24", "react-native-reanimated": "link:../", - "react-native-safe-area-context": "^4.5.0", - "react-native-screens": "^3.21.0", - "react-native-svg": "^13.8.0" + "react-native-safe-area-context": "^4.6.3", + "react-native-screens": "^3.22.0", + "react-native-svg": "^13.9.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", - "@react-native/metro-config": "^0.72.6", + "@react-native/metro-config": "^0.72.7", "@tsconfig/react-native": "^3.0.0", "@types/jest": "^29.2.1", "@types/react": "^18.0.24", diff --git a/FabricExample/patches/react-native-safe-area-context+4.5.1.patch b/FabricExample/patches/react-native-safe-area-context+4.5.1.patch deleted file mode 100644 index c8dc05f08e0c..000000000000 --- a/FabricExample/patches/react-native-safe-area-context+4.5.1.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h b/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h -index d9c4c19..b4dc98b 100644 ---- a/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h -+++ b/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h -@@ -1,7 +1,7 @@ - #pragma once - - #include --#include -+#include - #include - - #ifdef ANDROID diff --git a/FabricExample/patches/react-native-svg+13.9.0.patch b/FabricExample/patches/react-native-svg+13.9.0.patch new file mode 100644 index 000000000000..16bdfdad5e03 --- /dev/null +++ b/FabricExample/patches/react-native-svg+13.9.0.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/react-native-svg/common/cpp/react/renderer/components/rnsvg/RNSVGImageShadowNode.h b/node_modules/react-native-svg/common/cpp/react/renderer/components/rnsvg/RNSVGImageShadowNode.h +index d06bcd4..b679d94 100644 +--- a/node_modules/react-native-svg/common/cpp/react/renderer/components/rnsvg/RNSVGImageShadowNode.h ++++ b/node_modules/react-native-svg/common/cpp/react/renderer/components/rnsvg/RNSVGImageShadowNode.h +@@ -48,7 +48,7 @@ class JSI_EXPORT RNSVGImageShadowNode final : public ConcreteViewShadowNode< + ShadowNodeFamilyFragment const &familyFragment, + ComponentDescriptor const &componentDescriptor) { + auto imageSource = ImageSource{ImageSource::Type::Invalid}; +- return {imageSource, {imageSource, nullptr}}; ++ return {imageSource, {imageSource, nullptr, SharedFunction<>()}}; + } + + #pragma mark - LayoutableShadowNode diff --git a/FabricExample/yarn.lock b/FabricExample/yarn.lock index d33d048bbb91..a7c9058ded74 100644 --- a/FabricExample/yarn.lock +++ b/FabricExample/yarn.lock @@ -1468,44 +1468,44 @@ dependencies: merge-options "^3.0.4" -"@react-native-community/cli-clean@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.2.tgz#45dc0aa379deeb13834b661f8eeb2e63ed34316f" - integrity sha512-OIKeP8fYtaa9qw4bpf1m3WJDWx4GvcxTYkyycH5SDu+pZjYWNix7XtKhwoL3Ol2NJLWxdY4LnmQG1yy8OGeIRw== +"@react-native-community/cli-clean@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.3.tgz#e3b2d5a374f1b35d158087c3be196b59e1757262" + integrity sha512-5csu0Z2wNkLRZs4AxA+5UVtOdyGqdjZ9DEPccePlkN9IXEHTia2GdDuWZVVnlC50Ab3eTaGDKvFzy9QONHQusw== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.2.tgz#1bf268589f7261920dd65a78d7a0a1099792a7f9" - integrity sha512-hMAIR3QTjzDUmOSsbroXeNkZAcf8lpOGo1fj8CwJNfjuVho1RZZSlHKp8G7FU2sgqZmb8jWN+9tFvCRACXVYoQ== +"@react-native-community/cli-config@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.3.tgz#85dc44dd4f43a73f73b395241db24235e81c5914" + integrity sha512-j87RHJlybNHD1mYSkHnWA4qLkEO6qVn0+sREZGdQ6gVmOzxvLzvEB+YMoNEEqFGmPiyt3WTMLgi7jUr6WVoKuQ== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" cosmiconfig "^5.1.0" deepmerge "^4.3.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.2.tgz#35f29daf8354e8e516cb05ca471fb705780efdd7" - integrity sha512-pAKBcjrNl0iJoi42Ekqn3UH/QZ48pxfAIhsKkc3WmBqYetdByobhkYWfchHq3j9bilgiaBquPQaKzkg69kQw3w== +"@react-native-community/cli-debugger-ui@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.3.tgz#4bdf5665926c63d73a96d21adde03a93df447215" + integrity sha512-iVKcwyK2iKlq/qVtSbhk5fGsrOamAx7j50QhDMrZ6NmYZq+k75k253+YTzXoxWdPPZhsdhmILuBJgf8orIYCPQ== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.2.tgz#d8eb867b80da66ce7b11e0e6e4e07ab152ffbf7b" - integrity sha512-tvmAQzz+qOJwtBCVEdhHweMeGaoHauGn3ef4tsHyqlDc0fF1K5No9DGXSESlLHpsopg066sIHWGq0PmAIeChiA== +"@react-native-community/cli-doctor@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.3.tgz#cc0066e60f0a73e6d061681661ab9f1a2f1550ed" + integrity sha512-11MlCYZkZ602lmoxZUM6FZYjqFgyYci0X0QoBgBHi+3hqmrlA9JkYR/6OpPo34ASVObhE4DQ7eZ1+EQnVJHXsA== dependencies: - "@react-native-community/cli-config" "11.3.2" - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-platform-ios" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-config" "11.3.3" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-platform-ios" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -1521,47 +1521,47 @@ wcwidth "^1.0.1" yaml "^2.2.1" -"@react-native-community/cli-hermes@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.2.tgz#842b21a1cd3960295eed3591ab81e6f9e68aa606" - integrity sha512-IfzdYTjxu+BFEvweY9TXpLkOmWq0sxK8PTN+u0BduiT9cJRvcO0CxjOpLHAabVrSJc6o+7aLfEvogBmdN53Xfg== +"@react-native-community/cli-hermes@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.3.tgz#f3006a119ce8888a10b2b52a4e7cfb2ffbb2c59f" + integrity sha512-IoBLspPg4EwKwYj+5Ki4xrGUz7vVeE9soULCXJij2IKB68U63WmjG42+ng96+ryJDaQqERqF7NGll1jqnenJYQ== dependencies: - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.2.tgz#d9528306c3751f7d6d1fd3d5a56187708dd65829" - integrity sha512-NKxyBP0/gwL4/tNWrkevFSjeb7Dw2SByNfE9wFXBaAvZHxbxxJUjZOTOW3ueOXEpgOMU7IYYOiSOz2M10IRQ2A== +"@react-native-community/cli-platform-android@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.3.tgz#b4dad813f8ccbe84872baa2bc27fcd9b93f0b784" + integrity sha512-hjkPTJXKw2PZNKdeZZ1I4Mv2gRbPOfZmpgRVXtDwEP4cXZUGTDP54lBhFnC+8KxiKJBWJ/m4wYyC3ZqX87M2jg== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.2.tgz#cfecce27641950603d736e1f41fcae088e3ada1f" - integrity sha512-XPrfsI7dNY3f9crsKDDRIss+GHYX/snuYfMrjg4ZBHpYB5JdLepO8FJ5bFz+/s9KXDm045ijo8QFcIf3XJR0YQ== +"@react-native-community/cli-platform-ios@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.3.tgz#b7f7387928e38f9deb4c1fd1c2efd3f6abbed57d" + integrity sha512-mFdZjOaPCQy3y4DoMdA5l5/zVXtvsi8pbJFTV7ms7avNShuqqvue/Fm4wmiccZd0Zfi5p9TOP3Bh9Aw/jC+UAQ== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" fast-xml-parser "^4.0.12" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.2.tgz#dbdf6d04b3c608a11dea833a9f882420352dda44" - integrity sha512-r1rZYCFfxZWIiUlukjMcDlxfCtm+QNYu+vFyVfE9yvN9gaNPBAi9029eVzkRkFuJ8Rxwr67HnYEAdGYLWQ1uIw== +"@react-native-community/cli-plugin-metro@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.3.tgz#a838a09fe371f50d54f4968271d5e852dd781b6d" + integrity sha512-jbutvKqjIUTIuSK6mGmVt+x/MygLAIG6VNIwbywFtY+P4CCxUxo8o8h3O2cPRB2xeg9qikksm3Wys7fME4Ly+A== dependencies: - "@react-native-community/cli-server-api" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-server-api" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" metro "0.76.5" @@ -1572,13 +1572,13 @@ metro-runtime "0.76.5" readline "^1.3.0" -"@react-native-community/cli-server-api@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.2.tgz#79f06606aa1cf7f84dc5c4c53f9a6de0d98142d4" - integrity sha512-6rMb37HYWOdmiMGCxsttHDLIP7KmcJjWvzTJzb2tm9P5FoMvSSmSOn981MuP835Lk1U+IdjVcwtsA247Im4mkg== +"@react-native-community/cli-server-api@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.3.tgz#fe5c8b57abeadad743954ca65bf0b47c8728154d" + integrity sha512-3ja7WZzXMCeGTaeWLzKxAoueqLjsuo0YURcAjqf044rkY5F1Xk5yIaTN8fb66Lnl2eB3DwuatqEB4dYl34/GZw== dependencies: - "@react-native-community/cli-debugger-ui" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-debugger-ui" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.1" @@ -1587,10 +1587,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.2.tgz#29c01e0978199e3d65a2ed234a629a9cf05db8ca" - integrity sha512-rAnFPzRITeEhBLwC73ucvWsYjsGyotSOI4c+k8t9wUqcIk1Q+RFnuWozGc13msOPdESvBHt2MPJBwXrtKgKn1g== +"@react-native-community/cli-tools@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.3.tgz#96fa0b5979f8d1a3feb785ce8d3566a2d31e0e88" + integrity sha512-rRFSOAVVwI9R9PyPMff5WqmHbgJYrzGHFH1PA+tFvuiSmWlAf51bzkZIPehTBAQON03a6d5epNsGlBKMLA/BKw== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -1602,27 +1602,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.2.tgz#09531e83ddda582c7321752d1d80674578bc8ea7" - integrity sha512-jba1Z1YgC4JIHPADSqpl4ATsrJaOja1zlQCbH/yE8McHRjVBzeYGeHIvG5jw7iU5cw6FFifH5vvr23JPGk8oyw== +"@react-native-community/cli-types@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.3.tgz#72840a6dab9593cd96591bc69c37807ee31aa72e" + integrity sha512-/u7N93ZUsKAGv3WSGAjKhpK2uCPBkyaw/SuScjHAuL9ifPjvwDhi71K5NbCcYl3ZYh5K39EF3Hm664Jfk9c0MQ== dependencies: joi "^17.2.1" -"@react-native-community/cli@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.2.tgz#a14c341c2421a929a322b11d02a60f7ac8ff5ee9" - integrity sha512-riyMvro6HH2NLUhcnjUrOFwi2IHb6/GOC1WKf7GvGH1L4KnIo/jP4Sk9QV+pROg1Gd9btrCTnyY7WbWuPWJJ3w== - dependencies: - "@react-native-community/cli-clean" "11.3.2" - "@react-native-community/cli-config" "11.3.2" - "@react-native-community/cli-debugger-ui" "11.3.2" - "@react-native-community/cli-doctor" "11.3.2" - "@react-native-community/cli-hermes" "11.3.2" - "@react-native-community/cli-plugin-metro" "11.3.2" - "@react-native-community/cli-server-api" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" - "@react-native-community/cli-types" "11.3.2" +"@react-native-community/cli@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.3.tgz#a18634282f535f5cec7436aeda1ffacd796b7a0c" + integrity sha512-+XwD9IEtaff0q8hyWTQL4xVc7V4P8B7zD0zpcEV8FVV+qUfIFMbNpaYNJFlNOFYRzZmo0/hXsa66S/Im5perlQ== + dependencies: + "@react-native-community/cli-clean" "11.3.3" + "@react-native-community/cli-config" "11.3.3" + "@react-native-community/cli-debugger-ui" "11.3.3" + "@react-native-community/cli-doctor" "11.3.3" + "@react-native-community/cli-hermes" "11.3.3" + "@react-native-community/cli-plugin-metro" "11.3.3" + "@react-native-community/cli-server-api" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" + "@react-native-community/cli-types" "11.3.3" chalk "^4.1.2" commander "^9.4.1" execa "^5.0.0" @@ -1686,20 +1686,20 @@ resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.72.0.tgz#7ec4c6a73dfde4bd6b4a4d3c462cfdc2637bf91d" integrity sha512-xWQthnyKd+H22TBqeJUTFebsyWAAwzUb7EQCT8F/WMZsS1sv5UG+2cM/cU9/2HEbVZgxHYuLIi915WznjKPvlg== -"@react-native/gradle-plugin@^0.72.10": - version "0.72.10" - resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.10.tgz#cd7ad2203039dc1f97fb849898d689442776b004" - integrity sha512-/3KZSdFOWpTCHlp468NOgNfSIhENEH44O3Xq+dmgp4kJ/WhTvCmI+7glJ0Io6T7AizcWlIuW5VKA2+Pb3GHXmg== +"@react-native/gradle-plugin@^0.72.11": + version "0.72.11" + resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz#c063ef12778706611de7a1e42b74b14d9405fb9f" + integrity sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw== "@react-native/js-polyfills@^0.72.1": version "0.72.1" resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz#905343ef0c51256f128256330fccbdb35b922291" integrity sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA== -"@react-native/metro-config@^0.72.6": - version "0.72.6" - resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.6.tgz#77efdcdc51ff0df0269031dc4442b7dbb50ef9eb" - integrity sha512-hkV0okTi/N/ui1PF4ZgxPV9zajHkxuu+arpQwk8rY+QPZgGM8SIAN5tf68DWJTbPCfAiZLFoW1TgMNbvKrSY1A== +"@react-native/metro-config@^0.72.7": + version "0.72.7" + resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.7.tgz#2252fc796fbb487b8584161e1bcdd3eecf8d1aa6" + integrity sha512-v+RhvCcMzAUZOibBJQ0na6Ah/HEloGrOPGJmxhdwlxGp05L7ejfu/gPghKeYEx35nlp519YSLiOlO4VW4dI5+g== dependencies: "@react-native/js-polyfills" "^0.72.1" metro-config "0.76.5" @@ -1716,10 +1716,10 @@ resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz#14294b7ed3c1d92176d2a00df48456e8d7d62212" integrity sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw== -"@react-native/virtualized-lists@^0.72.5": - version "0.72.5" - resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.5.tgz#a7b261357ec7e0e5aa97a24d4acab1d903811e09" - integrity sha512-AtKE3dez3lf89O87wC2ZglV5aPsifopQgn/UmFhXAwi18Yp1BJfEGh3sUqOPNgZNByYPAGxFANeZq44VATXeJA== +"@react-native/virtualized-lists@^0.72.6": + version "0.72.6" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.6.tgz#375f88a1371927d803afad8d8a0ede3261464030" + integrity sha512-JhT6ydu35LvbSKdwnhWDuGHMOwM0WAh9oza/X8vXHA8ELHRyQ/4p8eKz/bTQcbQziJaaleUURToGhFuCtgiMoA== dependencies: invariant "^2.2.4" nullthrows "^1.1.1" @@ -5576,20 +5576,20 @@ react-native-pager-view@5.4.24: version "0.0.0" uid "" -react-native-safe-area-context@^4.5.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.1.tgz#6651d216b86ce84a8e9399220a1010d3902d7a2e" - integrity sha512-bKcwk6zZvyz+VLoG6Uia1oiYU1jSbv1ysjEKSRLsLtPcDsbixsTc0UgfrPqjZxNTPzvYLMcr8ufA90UQauN4mw== +react-native-safe-area-context@^4.6.3: + version "4.6.3" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.6.3.tgz#f06cfea05b1c4b018aa9758667a109f619c62b55" + integrity sha512-3CeZM9HFXkuqiU9HqhOQp1yxhXw6q99axPWrT+VJkITd67gnPSU03+U27Xk2/cr9XrLUnakM07kj7H0hdPnFiQ== -react-native-screens@^3.21.0: - version "3.21.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.21.0.tgz#aec157e3f57e976ea3e092b67064314f1915743a" - integrity sha512-SybzBhceTN2LUfzvEQxpZ9SchlFgEdsR/+YOKcpIhKg2BdRObdIyQsRoJBvduZ55lKbO9Gpyl3Ke8tngz3873g== +react-native-screens@^3.22.0: + version "3.22.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.22.0.tgz#7d892baf964fddb642b5eec71a09e2aeb501e578" + integrity sha512-csLypBSXIt/egh37YJmokETptZJCtZdoZBsZNLR9n31GesDyVogprT+MM22dEPDuxPxt/mFWq+lSpVwk7khuTw== dependencies: react-freeze "^1.0.0" warn-once "^0.1.0" -react-native-svg@^13.8.0: +react-native-svg@^13.9.0: version "13.9.0" resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.9.0.tgz#8df8a690dd00362601f074dec5d3a86dd0f99c7f" integrity sha512-Ey18POH0dA0ob/QiwCBVrxIiwflhYuw0P0hBlOHeY4J5cdbs8ngdKHeWC/Kt9+ryP6fNoEQ1PUgPYw2Bs/rp5Q== @@ -5597,21 +5597,21 @@ react-native-svg@^13.8.0: css-select "^5.1.0" css-tree "^1.1.3" -react-native@0.72.0-rc.6: - version "0.72.0-rc.6" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.0-rc.6.tgz#fe9bf9356d70cac43ab112adbef57d141451ff4c" - integrity sha512-pGF0kTTRPsf64+27PnlL1ERLi3Cczuvyi9pjBdNHtVIxiVPOzNsmHLmBUX7EtAL9G1z/iTYdXqB0wgkj5D++Mw== +react-native@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.1.tgz#a60f8494ec74cc201ed095aaf2ff2c912c708ec6" + integrity sha512-O9cIVD++kt2XQl0XLCUGUgwSKr8xp+yo0ho5QK6KYWJrCFnnvQLTKL0+HD0rZUcuqFfGknHQJh3h0moQO2EMDg== dependencies: "@jest/create-cache-key-function" "^29.2.1" - "@react-native-community/cli" "11.3.2" - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-platform-ios" "11.3.2" + "@react-native-community/cli" "11.3.3" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-platform-ios" "11.3.3" "@react-native/assets-registry" "^0.72.0" "@react-native/codegen" "^0.72.6" - "@react-native/gradle-plugin" "^0.72.10" + "@react-native/gradle-plugin" "^0.72.11" "@react-native/js-polyfills" "^0.72.1" "@react-native/normalize-colors" "^0.72.0" - "@react-native/virtualized-lists" "^0.72.5" + "@react-native/virtualized-lists" "^0.72.6" abort-controller "^3.0.0" anser "^1.4.9" base64-js "^1.1.2" diff --git a/app/package.json b/app/package.json index f4fead778463..94b12cae0bbb 100644 --- a/app/package.json +++ b/app/package.json @@ -25,9 +25,9 @@ "react-native-gesture-handler": "^2.12.0", "react-native-pager-view": "5.4.24", "react-native-reanimated": "link:../", - "react-native-safe-area-context": "^4.5.0", - "react-native-screens": "^3.21.0", - "react-native-svg": "^13.8.0", + "react-native-safe-area-context": "^4.6.3", + "react-native-screens": "^3.22.0", + "react-native-svg": "^13.9.0", "react-native-web": "~0.18.12" }, "devDependencies": { diff --git a/app/yarn.lock b/app/yarn.lock index bc3694352fc2..61a308624f6d 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1459,20 +1459,20 @@ react-native-pager-view@5.4.24: version "0.0.0" uid "" -react-native-safe-area-context@^4.5.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.1.tgz#6651d216b86ce84a8e9399220a1010d3902d7a2e" - integrity sha512-bKcwk6zZvyz+VLoG6Uia1oiYU1jSbv1ysjEKSRLsLtPcDsbixsTc0UgfrPqjZxNTPzvYLMcr8ufA90UQauN4mw== +react-native-safe-area-context@^4.6.3: + version "4.6.3" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.6.3.tgz#f06cfea05b1c4b018aa9758667a109f619c62b55" + integrity sha512-3CeZM9HFXkuqiU9HqhOQp1yxhXw6q99axPWrT+VJkITd67gnPSU03+U27Xk2/cr9XrLUnakM07kj7H0hdPnFiQ== -react-native-screens@^3.21.0: - version "3.21.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.21.0.tgz#aec157e3f57e976ea3e092b67064314f1915743a" - integrity sha512-SybzBhceTN2LUfzvEQxpZ9SchlFgEdsR/+YOKcpIhKg2BdRObdIyQsRoJBvduZ55lKbO9Gpyl3Ke8tngz3873g== +react-native-screens@^3.22.0: + version "3.22.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.22.0.tgz#7d892baf964fddb642b5eec71a09e2aeb501e578" + integrity sha512-csLypBSXIt/egh37YJmokETptZJCtZdoZBsZNLR9n31GesDyVogprT+MM22dEPDuxPxt/mFWq+lSpVwk7khuTw== dependencies: react-freeze "^1.0.0" warn-once "^0.1.0" -react-native-svg@^13.8.0: +react-native-svg@^13.9.0: version "13.9.0" resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.9.0.tgz#8df8a690dd00362601f074dec5d3a86dd0f99c7f" integrity sha512-Ey18POH0dA0ob/QiwCBVrxIiwflhYuw0P0hBlOHeY4J5cdbs8ngdKHeWC/Kt9+ryP6fNoEQ1PUgPYw2Bs/rp5Q== diff --git a/package.json b/package.json index 01d84e44bd8a..e70379efe083 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "madge": "^5.0.1", "prettier": "^2.5.1", "react": "17.0.2", - "react-native": "0.72.0-rc.6", + "react-native": "0.72.1", "react-native-builder-bob": "^0.18.3", "react-native-gesture-handler": "^2.12.0", "react-native-web": "~0.18.12", diff --git a/yarn.lock b/yarn.lock index 3e8897f5332b..644867adfdc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1530,44 +1530,44 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@react-native-community/cli-clean@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.2.tgz#45dc0aa379deeb13834b661f8eeb2e63ed34316f" - integrity sha512-OIKeP8fYtaa9qw4bpf1m3WJDWx4GvcxTYkyycH5SDu+pZjYWNix7XtKhwoL3Ol2NJLWxdY4LnmQG1yy8OGeIRw== +"@react-native-community/cli-clean@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.3.tgz#e3b2d5a374f1b35d158087c3be196b59e1757262" + integrity sha512-5csu0Z2wNkLRZs4AxA+5UVtOdyGqdjZ9DEPccePlkN9IXEHTia2GdDuWZVVnlC50Ab3eTaGDKvFzy9QONHQusw== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.2.tgz#1bf268589f7261920dd65a78d7a0a1099792a7f9" - integrity sha512-hMAIR3QTjzDUmOSsbroXeNkZAcf8lpOGo1fj8CwJNfjuVho1RZZSlHKp8G7FU2sgqZmb8jWN+9tFvCRACXVYoQ== +"@react-native-community/cli-config@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.3.tgz#85dc44dd4f43a73f73b395241db24235e81c5914" + integrity sha512-j87RHJlybNHD1mYSkHnWA4qLkEO6qVn0+sREZGdQ6gVmOzxvLzvEB+YMoNEEqFGmPiyt3WTMLgi7jUr6WVoKuQ== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" cosmiconfig "^5.1.0" deepmerge "^4.3.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.2.tgz#35f29daf8354e8e516cb05ca471fb705780efdd7" - integrity sha512-pAKBcjrNl0iJoi42Ekqn3UH/QZ48pxfAIhsKkc3WmBqYetdByobhkYWfchHq3j9bilgiaBquPQaKzkg69kQw3w== +"@react-native-community/cli-debugger-ui@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.3.tgz#4bdf5665926c63d73a96d21adde03a93df447215" + integrity sha512-iVKcwyK2iKlq/qVtSbhk5fGsrOamAx7j50QhDMrZ6NmYZq+k75k253+YTzXoxWdPPZhsdhmILuBJgf8orIYCPQ== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.2.tgz#d8eb867b80da66ce7b11e0e6e4e07ab152ffbf7b" - integrity sha512-tvmAQzz+qOJwtBCVEdhHweMeGaoHauGn3ef4tsHyqlDc0fF1K5No9DGXSESlLHpsopg066sIHWGq0PmAIeChiA== +"@react-native-community/cli-doctor@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.3.tgz#cc0066e60f0a73e6d061681661ab9f1a2f1550ed" + integrity sha512-11MlCYZkZ602lmoxZUM6FZYjqFgyYci0X0QoBgBHi+3hqmrlA9JkYR/6OpPo34ASVObhE4DQ7eZ1+EQnVJHXsA== dependencies: - "@react-native-community/cli-config" "11.3.2" - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-platform-ios" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-config" "11.3.3" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-platform-ios" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -1583,47 +1583,47 @@ wcwidth "^1.0.1" yaml "^2.2.1" -"@react-native-community/cli-hermes@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.2.tgz#842b21a1cd3960295eed3591ab81e6f9e68aa606" - integrity sha512-IfzdYTjxu+BFEvweY9TXpLkOmWq0sxK8PTN+u0BduiT9cJRvcO0CxjOpLHAabVrSJc6o+7aLfEvogBmdN53Xfg== +"@react-native-community/cli-hermes@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.3.tgz#f3006a119ce8888a10b2b52a4e7cfb2ffbb2c59f" + integrity sha512-IoBLspPg4EwKwYj+5Ki4xrGUz7vVeE9soULCXJij2IKB68U63WmjG42+ng96+ryJDaQqERqF7NGll1jqnenJYQ== dependencies: - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.2.tgz#d9528306c3751f7d6d1fd3d5a56187708dd65829" - integrity sha512-NKxyBP0/gwL4/tNWrkevFSjeb7Dw2SByNfE9wFXBaAvZHxbxxJUjZOTOW3ueOXEpgOMU7IYYOiSOz2M10IRQ2A== +"@react-native-community/cli-platform-android@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.3.tgz#b4dad813f8ccbe84872baa2bc27fcd9b93f0b784" + integrity sha512-hjkPTJXKw2PZNKdeZZ1I4Mv2gRbPOfZmpgRVXtDwEP4cXZUGTDP54lBhFnC+8KxiKJBWJ/m4wYyC3ZqX87M2jg== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.2.tgz#cfecce27641950603d736e1f41fcae088e3ada1f" - integrity sha512-XPrfsI7dNY3f9crsKDDRIss+GHYX/snuYfMrjg4ZBHpYB5JdLepO8FJ5bFz+/s9KXDm045ijo8QFcIf3XJR0YQ== +"@react-native-community/cli-platform-ios@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.3.tgz#b7f7387928e38f9deb4c1fd1c2efd3f6abbed57d" + integrity sha512-mFdZjOaPCQy3y4DoMdA5l5/zVXtvsi8pbJFTV7ms7avNShuqqvue/Fm4wmiccZd0Zfi5p9TOP3Bh9Aw/jC+UAQ== dependencies: - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" fast-xml-parser "^4.0.12" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.2.tgz#dbdf6d04b3c608a11dea833a9f882420352dda44" - integrity sha512-r1rZYCFfxZWIiUlukjMcDlxfCtm+QNYu+vFyVfE9yvN9gaNPBAi9029eVzkRkFuJ8Rxwr67HnYEAdGYLWQ1uIw== +"@react-native-community/cli-plugin-metro@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.3.tgz#a838a09fe371f50d54f4968271d5e852dd781b6d" + integrity sha512-jbutvKqjIUTIuSK6mGmVt+x/MygLAIG6VNIwbywFtY+P4CCxUxo8o8h3O2cPRB2xeg9qikksm3Wys7fME4Ly+A== dependencies: - "@react-native-community/cli-server-api" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-server-api" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" chalk "^4.1.2" execa "^5.0.0" metro "0.76.5" @@ -1634,13 +1634,13 @@ metro-runtime "0.76.5" readline "^1.3.0" -"@react-native-community/cli-server-api@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.2.tgz#79f06606aa1cf7f84dc5c4c53f9a6de0d98142d4" - integrity sha512-6rMb37HYWOdmiMGCxsttHDLIP7KmcJjWvzTJzb2tm9P5FoMvSSmSOn981MuP835Lk1U+IdjVcwtsA247Im4mkg== +"@react-native-community/cli-server-api@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.3.tgz#fe5c8b57abeadad743954ca65bf0b47c8728154d" + integrity sha512-3ja7WZzXMCeGTaeWLzKxAoueqLjsuo0YURcAjqf044rkY5F1Xk5yIaTN8fb66Lnl2eB3DwuatqEB4dYl34/GZw== dependencies: - "@react-native-community/cli-debugger-ui" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-debugger-ui" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.1" @@ -1649,10 +1649,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.2.tgz#29c01e0978199e3d65a2ed234a629a9cf05db8ca" - integrity sha512-rAnFPzRITeEhBLwC73ucvWsYjsGyotSOI4c+k8t9wUqcIk1Q+RFnuWozGc13msOPdESvBHt2MPJBwXrtKgKn1g== +"@react-native-community/cli-tools@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.3.tgz#96fa0b5979f8d1a3feb785ce8d3566a2d31e0e88" + integrity sha512-rRFSOAVVwI9R9PyPMff5WqmHbgJYrzGHFH1PA+tFvuiSmWlAf51bzkZIPehTBAQON03a6d5epNsGlBKMLA/BKw== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -1664,27 +1664,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.2.tgz#09531e83ddda582c7321752d1d80674578bc8ea7" - integrity sha512-jba1Z1YgC4JIHPADSqpl4ATsrJaOja1zlQCbH/yE8McHRjVBzeYGeHIvG5jw7iU5cw6FFifH5vvr23JPGk8oyw== +"@react-native-community/cli-types@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.3.tgz#72840a6dab9593cd96591bc69c37807ee31aa72e" + integrity sha512-/u7N93ZUsKAGv3WSGAjKhpK2uCPBkyaw/SuScjHAuL9ifPjvwDhi71K5NbCcYl3ZYh5K39EF3Hm664Jfk9c0MQ== dependencies: joi "^17.2.1" -"@react-native-community/cli@11.3.2": - version "11.3.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.2.tgz#a14c341c2421a929a322b11d02a60f7ac8ff5ee9" - integrity sha512-riyMvro6HH2NLUhcnjUrOFwi2IHb6/GOC1WKf7GvGH1L4KnIo/jP4Sk9QV+pROg1Gd9btrCTnyY7WbWuPWJJ3w== - dependencies: - "@react-native-community/cli-clean" "11.3.2" - "@react-native-community/cli-config" "11.3.2" - "@react-native-community/cli-debugger-ui" "11.3.2" - "@react-native-community/cli-doctor" "11.3.2" - "@react-native-community/cli-hermes" "11.3.2" - "@react-native-community/cli-plugin-metro" "11.3.2" - "@react-native-community/cli-server-api" "11.3.2" - "@react-native-community/cli-tools" "11.3.2" - "@react-native-community/cli-types" "11.3.2" +"@react-native-community/cli@11.3.3": + version "11.3.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.3.tgz#a18634282f535f5cec7436aeda1ffacd796b7a0c" + integrity sha512-+XwD9IEtaff0q8hyWTQL4xVc7V4P8B7zD0zpcEV8FVV+qUfIFMbNpaYNJFlNOFYRzZmo0/hXsa66S/Im5perlQ== + dependencies: + "@react-native-community/cli-clean" "11.3.3" + "@react-native-community/cli-config" "11.3.3" + "@react-native-community/cli-debugger-ui" "11.3.3" + "@react-native-community/cli-doctor" "11.3.3" + "@react-native-community/cli-hermes" "11.3.3" + "@react-native-community/cli-plugin-metro" "11.3.3" + "@react-native-community/cli-server-api" "11.3.3" + "@react-native-community/cli-tools" "11.3.3" + "@react-native-community/cli-types" "11.3.3" chalk "^4.1.2" commander "^9.4.1" execa "^5.0.0" @@ -1733,10 +1733,10 @@ resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.72.0.tgz#7ec4c6a73dfde4bd6b4a4d3c462cfdc2637bf91d" integrity sha512-xWQthnyKd+H22TBqeJUTFebsyWAAwzUb7EQCT8F/WMZsS1sv5UG+2cM/cU9/2HEbVZgxHYuLIi915WznjKPvlg== -"@react-native/gradle-plugin@^0.72.10": - version "0.72.10" - resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.10.tgz#cd7ad2203039dc1f97fb849898d689442776b004" - integrity sha512-/3KZSdFOWpTCHlp468NOgNfSIhENEH44O3Xq+dmgp4kJ/WhTvCmI+7glJ0Io6T7AizcWlIuW5VKA2+Pb3GHXmg== +"@react-native/gradle-plugin@^0.72.11": + version "0.72.11" + resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz#c063ef12778706611de7a1e42b74b14d9405fb9f" + integrity sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw== "@react-native/js-polyfills@^0.72.1": version "0.72.1" @@ -1753,10 +1753,10 @@ resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz#14294b7ed3c1d92176d2a00df48456e8d7d62212" integrity sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw== -"@react-native/virtualized-lists@^0.72.5": - version "0.72.5" - resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.5.tgz#a7b261357ec7e0e5aa97a24d4acab1d903811e09" - integrity sha512-AtKE3dez3lf89O87wC2ZglV5aPsifopQgn/UmFhXAwi18Yp1BJfEGh3sUqOPNgZNByYPAGxFANeZq44VATXeJA== +"@react-native/virtualized-lists@^0.72.6": + version "0.72.6" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.6.tgz#375f88a1371927d803afad8d8a0ede3261464030" + integrity sha512-JhT6ydu35LvbSKdwnhWDuGHMOwM0WAh9oza/X8vXHA8ELHRyQ/4p8eKz/bTQcbQziJaaleUURToGhFuCtgiMoA== dependencies: invariant "^2.2.4" nullthrows "^1.1.1" @@ -6508,21 +6508,21 @@ react-native-web@~0.18.12: postcss-value-parser "^4.2.0" styleq "^0.1.2" -react-native@0.72.0-rc.6: - version "0.72.0-rc.6" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.0-rc.6.tgz#fe9bf9356d70cac43ab112adbef57d141451ff4c" - integrity sha512-pGF0kTTRPsf64+27PnlL1ERLi3Cczuvyi9pjBdNHtVIxiVPOzNsmHLmBUX7EtAL9G1z/iTYdXqB0wgkj5D++Mw== +react-native@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.1.tgz#a60f8494ec74cc201ed095aaf2ff2c912c708ec6" + integrity sha512-O9cIVD++kt2XQl0XLCUGUgwSKr8xp+yo0ho5QK6KYWJrCFnnvQLTKL0+HD0rZUcuqFfGknHQJh3h0moQO2EMDg== dependencies: "@jest/create-cache-key-function" "^29.2.1" - "@react-native-community/cli" "11.3.2" - "@react-native-community/cli-platform-android" "11.3.2" - "@react-native-community/cli-platform-ios" "11.3.2" + "@react-native-community/cli" "11.3.3" + "@react-native-community/cli-platform-android" "11.3.3" + "@react-native-community/cli-platform-ios" "11.3.3" "@react-native/assets-registry" "^0.72.0" "@react-native/codegen" "^0.72.6" - "@react-native/gradle-plugin" "^0.72.10" + "@react-native/gradle-plugin" "^0.72.11" "@react-native/js-polyfills" "^0.72.1" "@react-native/normalize-colors" "^0.72.0" - "@react-native/virtualized-lists" "^0.72.5" + "@react-native/virtualized-lists" "^0.72.6" abort-controller "^3.0.0" anser "^1.4.9" base64-js "^1.1.2"