From e6030871329c3da4a6df2655e6ad1eb638557011 Mon Sep 17 00:00:00 2001 From: Tomek Zawadzki Date: Tue, 23 Aug 2022 10:21:46 +0200 Subject: [PATCH] Bump react-native to 0.70.0-rc.4 (#3478) ## Description This PR bumps `react-native` in Example and FabricExample apps to 0.70.0-rc.4 according to the [upgrade helper](https://react-native-community.github.io/upgrade-helper/?from=0.70.0-rc.2&to=0.70.0-rc.4). --- Example/.gitignore | 17 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- Example/ios/Podfile.lock | 478 +++---- Example/package.json | 4 +- Example/yarn.lock | 419 +++---- FabricExample/.gitignore | 1 + FabricExample/android/app/build.gradle | 40 +- .../android/app/src/main/jni/Android.mk | 53 - .../android/app/src/main/jni/CMakeLists.txt | 5 + .../gradle/wrapper/gradle-wrapper.properties | 2 +- FabricExample/ios/Podfile.lock | 1100 ++++++++--------- FabricExample/package.json | 4 +- FabricExample/yarn.lock | 486 ++++---- package.json | 2 +- yarn.lock | 419 +++---- 15 files changed, 1459 insertions(+), 1573 deletions(-) delete mode 100644 FabricExample/android/app/src/main/jni/Android.mk create mode 100644 FabricExample/android/app/src/main/jni/CMakeLists.txt diff --git a/Example/.gitignore b/Example/.gitignore index c28c6c066da..50988200761 100644 --- a/Example/.gitignore +++ b/Example/.gitignore @@ -20,7 +20,7 @@ DerivedData *.hmap *.ipa *.xcuserstate -project.xcworkspace +ios/.xcode.env.local # Android/IntelliJ # @@ -29,6 +29,8 @@ build/ .gradle local.properties *.iml +*.hprof +.cxx/ # node.js # @@ -40,6 +42,7 @@ yarn-error.log buck-out/ \.buckd/ *.keystore +!debug.keystore # fastlane # @@ -48,16 +51,18 @@ buck-out/ # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/ -*/fastlane/report.xml -*/fastlane/Preview.html -*/fastlane/screenshots +**/fastlane/report.xml +**/fastlane/Preview.html +**/fastlane/screenshots +**/fastlane/test_output # Bundle artifact *.jsbundle -# CocoaPods +# Ruby / CocoaPods /ios/Pods/ +/vendor/bundle/ # Expo /.expo -/web-build \ No newline at end of file +/web-build diff --git a/Example/android/gradle/wrapper/gradle-wrapper.properties b/Example/android/gradle/wrapper/gradle-wrapper.properties index 2ec77e51a9c..8fad3f5a98b 100644 --- a/Example/android/gradle/wrapper/gradle-wrapper.properties +++ b/Example/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/Example/ios/Podfile.lock b/Example/ios/Podfile.lock index a2adaaf62ee..6628c0f3a5f 100644 --- a/Example/ios/Podfile.lock +++ b/Example/ios/Podfile.lock @@ -1,17 +1,17 @@ PODS: - boost (1.76.0) - DoubleConversion (1.1.6) - - FBLazyVector (0.70.0-rc.2) - - FBReactNativeSpec (0.70.0-rc.2): + - FBLazyVector (0.70.0-rc.4) + - FBReactNativeSpec (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) - fmt (6.2.1) - glog (0.3.5) - - hermes-engine (0.70.0-rc.2) + - hermes-engine (0.70.0-rc.4) - libevent (2.1.12) - RCT-Folly (2021.07.22.00): - boost @@ -30,214 +30,214 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.70.0-rc.2) - - RCTTypeSafety (0.70.0-rc.2): - - FBLazyVector (= 0.70.0-rc.2) - - RCTRequired (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React (0.70.0-rc.2): - - React-Core (= 0.70.0-rc.2) - - React-Core/DevSupport (= 0.70.0-rc.2) - - React-Core/RCTWebSocket (= 0.70.0-rc.2) - - React-RCTActionSheet (= 0.70.0-rc.2) - - React-RCTAnimation (= 0.70.0-rc.2) - - React-RCTBlob (= 0.70.0-rc.2) - - React-RCTImage (= 0.70.0-rc.2) - - React-RCTLinking (= 0.70.0-rc.2) - - React-RCTNetwork (= 0.70.0-rc.2) - - React-RCTSettings (= 0.70.0-rc.2) - - React-RCTText (= 0.70.0-rc.2) - - React-RCTVibration (= 0.70.0-rc.2) - - React-bridging (0.70.0-rc.2): + - RCTRequired (0.70.0-rc.4) + - RCTTypeSafety (0.70.0-rc.4): + - FBLazyVector (= 0.70.0-rc.4) + - RCTRequired (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React (0.70.0-rc.4): + - React-Core (= 0.70.0-rc.4) + - React-Core/DevSupport (= 0.70.0-rc.4) + - React-Core/RCTWebSocket (= 0.70.0-rc.4) + - React-RCTActionSheet (= 0.70.0-rc.4) + - React-RCTAnimation (= 0.70.0-rc.4) + - React-RCTBlob (= 0.70.0-rc.4) + - React-RCTImage (= 0.70.0-rc.4) + - React-RCTLinking (= 0.70.0-rc.4) + - React-RCTNetwork (= 0.70.0-rc.4) + - React-RCTSettings (= 0.70.0-rc.4) + - React-RCTText (= 0.70.0-rc.4) + - React-RCTVibration (= 0.70.0-rc.4) + - React-bridging (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - React-jsi (= 0.70.0-rc.2) - - React-callinvoker (0.70.0-rc.2) - - React-Codegen (0.70.0-rc.2): - - FBReactNativeSpec (= 0.70.0-rc.2) + - React-jsi (= 0.70.0-rc.4) + - React-callinvoker (0.70.0-rc.4) + - React-Codegen (0.70.0-rc.4): + - FBReactNativeSpec (= 0.70.0-rc.4) - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Core (0.70.0-rc.2): + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Core (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-Core/Default (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/CoreModulesHeaders (0.70.0-rc.2): + - React-Core/CoreModulesHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/Default (0.70.0-rc.2): + - React-Core/Default (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/DevSupport (0.70.0-rc.2): + - React-Core/DevSupport (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-Core/RCTWebSocket (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-jsinspector (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-Core/Default (= 0.70.0-rc.4) + - React-Core/RCTWebSocket (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-jsinspector (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTActionSheetHeaders (0.70.0-rc.2): + - React-Core/RCTActionSheetHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTAnimationHeaders (0.70.0-rc.2): + - React-Core/RCTAnimationHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTBlobHeaders (0.70.0-rc.2): + - React-Core/RCTBlobHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTImageHeaders (0.70.0-rc.2): + - React-Core/RCTImageHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTLinkingHeaders (0.70.0-rc.2): + - React-Core/RCTLinkingHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTNetworkHeaders (0.70.0-rc.2): + - React-Core/RCTNetworkHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTSettingsHeaders (0.70.0-rc.2): + - React-Core/RCTSettingsHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTTextHeaders (0.70.0-rc.2): + - React-Core/RCTTextHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTVibrationHeaders (0.70.0-rc.2): + - React-Core/RCTVibrationHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTWebSocket (0.70.0-rc.2): + - React-Core/RCTWebSocket (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-Core/Default (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-CoreModules (0.70.0-rc.2): + - React-CoreModules (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/CoreModulesHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-RCTImage (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-cxxreact (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/CoreModulesHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-RCTImage (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-cxxreact (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsinspector (= 0.70.0-rc.2) - - React-logger (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - React-runtimeexecutor (= 0.70.0-rc.2) - - React-hermes (0.70.0-rc.2): + - React-callinvoker (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsinspector (= 0.70.0-rc.4) + - React-logger (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - React-runtimeexecutor (= 0.70.0-rc.4) + - React-hermes (0.70.0-rc.4): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-jsinspector (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - React-jsi (0.70.0-rc.2): + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-jsinspector (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - React-jsi (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsi/Default (= 0.70.0-rc.2) - - React-jsi/Default (0.70.0-rc.2): + - React-jsi/Default (= 0.70.0-rc.4) + - React-jsi/Default (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.70.0-rc.2): + - React-jsiexecutor (0.70.0-rc.4): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - React-jsinspector (0.70.0-rc.2) - - React-logger (0.70.0-rc.2): + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - React-jsinspector (0.70.0-rc.4) + - React-logger (0.70.0-rc.4): - glog - react-native-pager-view (5.4.1): - React-Core @@ -245,84 +245,84 @@ PODS: - React-Core - react-native-slider (4.1.7): - React-Core - - React-perflogger (0.70.0-rc.2) - - React-RCTActionSheet (0.70.0-rc.2): - - React-Core/RCTActionSheetHeaders (= 0.70.0-rc.2) - - React-RCTAnimation (0.70.0-rc.2): + - React-perflogger (0.70.0-rc.4) + - React-RCTActionSheet (0.70.0-rc.4): + - React-Core/RCTActionSheetHeaders (= 0.70.0-rc.4) + - React-RCTAnimation (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTAnimationHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTBlob (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTAnimationHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTBlob (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTBlobHeaders (= 0.70.0-rc.2) - - React-Core/RCTWebSocket (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-RCTNetwork (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTImage (0.70.0-rc.2): + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTBlobHeaders (= 0.70.0-rc.4) + - React-Core/RCTWebSocket (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-RCTNetwork (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTImage (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTImageHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-RCTNetwork (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTLinking (0.70.0-rc.2): - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTLinkingHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTNetwork (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTImageHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-RCTNetwork (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTLinking (0.70.0-rc.4): + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTLinkingHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTNetwork (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTNetworkHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTSettings (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTNetworkHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTSettings (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTSettingsHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTText (0.70.0-rc.2): - - React-Core/RCTTextHeaders (= 0.70.0-rc.2) - - React-RCTVibration (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTSettingsHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTText (0.70.0-rc.4): + - React-Core/RCTTextHeaders (= 0.70.0-rc.4) + - React-RCTVibration (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTVibrationHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-runtimeexecutor (0.70.0-rc.2): - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (0.70.0-rc.2): + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTVibrationHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-runtimeexecutor (0.70.0-rc.4): + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (0.70.0-rc.4): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-bridging (= 0.70.0-rc.2) - - React-callinvoker (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-logger (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - ReactCommon/turbomodule/samples (0.70.0-rc.2): + - React-bridging (= 0.70.0-rc.4) + - React-callinvoker (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-logger (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - ReactCommon/turbomodule/samples (0.70.0-rc.4): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-bridging (= 0.70.0-rc.2) - - React-callinvoker (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-logger (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) + - React-bridging (= 0.70.0-rc.4) + - React-callinvoker (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-logger (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) - RNCMaskedView (0.1.10): - React - RNCPicker (1.8.1): @@ -506,50 +506,50 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 - DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 - FBLazyVector: 0cab5b1620c2810b4a2a814e4d9490c480e35917 - FBReactNativeSpec: 0b6e1cbcc2f1c4a47d03f8ab9961759d0f644c05 + DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 + FBLazyVector: ca5e2a9b7be6a528ff7790e860999acc69d099a2 + FBReactNativeSpec: 47c340f9cc1c083613e120434e16dba79eae3354 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 476ee3e89abb49e07f822b48323c51c57124b572 - hermes-engine: 83648c4de4acf97aacf1f68d457b1b6bb015388c + glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b + hermes-engine: a09b7f6ed0c4824288a040cbbf5a31e539f43743 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda - RCTRequired: e4a63a01e7a98f9bb8817621c3d34e6de2d62808 - RCTTypeSafety: 50233347cfe581367fd659d4a4a3879793c70621 - React: 34f81355f915320f6391d36d87d2da3859bf378d - React-bridging: 385f8ed9e1b25f9df019ad583b600e4b2e2d5904 - React-callinvoker: 3feb7776f0fce8dc90c4bec2bda66b7d10116213 - React-Codegen: b86c8b638cd43afa87d7c26558fb4bbdfc611527 - React-Core: 8937a6008f5dbba07ee4523d7923fb5a925917f4 - React-CoreModules: 1ebd1ce1c33721b5d4dc947fd1f16fa602569edc - React-cxxreact: b7b693ac5cdf3cae90ce6ea298c2f7203e740ea2 - React-hermes: 933a3cda8758ace580797b8895e8531ae50e2663 - React-jsi: b32459e2fc03a2936f3ef6dfb479d6bd4a1b2ac8 - React-jsiexecutor: 12d1ed281abeda9428fb16c1026487542395c3b7 - React-jsinspector: 49a8875f27791316bb0039fa7627b4c1f0578cc7 - React-logger: 55ff3b00451ad1dc82654ba60134ec82ae4dbfed + RCTRequired: e58eeb018c2ad27f069ccfe6685150b94b20d0d5 + RCTTypeSafety: 41fe362b3c5e21ef94e844c2fa83e593f6fff45c + React: 59f814bd7cc1a820af4df113e1b426f7e7048abb + React-bridging: c76d04bb8ea9e6f6259e4f355f2cafcdc00383a6 + React-callinvoker: 23493e3e6dd8ba3ea1400f18137c843b7af3f4ef + React-Codegen: eecb55b8d30d6601c1bbef4afc77c2b135bb7f9f + React-Core: 99f2b162e2a63ddee39d866c0e4c1e2fb3aa6f0c + React-CoreModules: a941c54a8ea7798960a6a32d9033bf7b5e700030 + React-cxxreact: a4b750954d954d35084e04ff79ead2f7ac637bce + React-hermes: 5b0a1dfc0bf4a6fbb189215e429b8a90c6e6a619 + React-jsi: 63f6a04b57e6c91ef43225cac61bc009bb22eb52 + React-jsiexecutor: abf77621602eb4368ec41801d6ab02c5a07967e8 + React-jsinspector: 3fc204b32b220edf07c00d0e8e377a05ee333472 + React-logger: d03f1b84a9206196a9fdab9518dd5fe09537fa26 react-native-pager-view: 43f51f45f37ec9715f6c188e4af46ccdf79872e8 react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94 react-native-slider: 269d81247e2a87358ee03241da55b00c919e4d7a - React-perflogger: f53712c718e55b63c34140834fea4e8775948930 - React-RCTActionSheet: 476de07b325fcd61e89b5556125272b1fa7475e8 - React-RCTAnimation: b6e0756c75e3eb88a3d353cf4e6f4fb64a0c95d4 - React-RCTBlob: bd8e3c8fb7d58649dc7439cfc2c4c67f15056ff4 - React-RCTImage: 1f0da7dda69298b94e1a6b63a38fc59020e30d74 - React-RCTLinking: 7b9b158fce18712ac99e9067d275ec6aaf6e3f4f - React-RCTNetwork: 91ee1f67414d6081122fa76fa81b3f9d8a53364d - React-RCTSettings: 045e4060d3d386851616e2b2fa4dce3dbd9cbb5a - React-RCTText: 52aba682bd0bd23c8f6e6a7706a0a15988fad9ce - React-RCTVibration: c1459baf923fb7565f87ddd5c95dd2d6906c04d3 - React-runtimeexecutor: 211acec6c78026ab9a8c19dce305031158d33336 - ReactCommon: e192c52229a978dc7ab7bfb21aa38c686005db31 + React-perflogger: b023ed0865112a3375eb967bb3ab7268f5be9396 + React-RCTActionSheet: db20c7fd86ebca2db0bcdb3ba86b6d4a626515cb + React-RCTAnimation: 29e5ca364edfe8ba6df27c9c90a4eafabc731852 + React-RCTBlob: 6462913b1f9373c27450d6568ecc431d87cff93c + React-RCTImage: efc16ff536869377d37469899545dd88311d63a6 + React-RCTLinking: 17e23e34fdd7c860c9f75e2fb77a745a119db60d + React-RCTNetwork: 0bedaf37080eeabbae9444859219af91c9cafe0a + React-RCTSettings: 87bbccae4c8e3aef55802020afcae30c7c44392a + React-RCTText: d991a75f171768fe9081afb5b2560e824f136a20 + React-RCTVibration: 34483e2b18e28423fd7b1e348db50c2fe283b6bc + React-runtimeexecutor: acdac2c12107f252067a4a9ce763401be24ce241 + ReactCommon: cd66b63dd9594a99e8b882b28342e8ba3fab9b39 RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4 RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50 RNReanimated: 519f4b9b272a1183c23f8f082b9a450067ff229c RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7 RNSVG: ce9d996113475209013317e48b05c21ee988d42e - Yoga: f2aa7bc41e39cbf8edc0251a86fa89193b51491b + Yoga: d7ebba05ea16d2c8b196d640cb8107f9f0aefcde PODFILE CHECKSUM: b791cbee722f6239849c3e8800f24bf481293ccd diff --git a/Example/package.json b/Example/package.json index ca7cb0fcf3b..7105cdb4d14 100644 --- a/Example/package.json +++ b/Example/package.json @@ -37,7 +37,7 @@ "expo-asset": "^8.2.0", "react": "18.1.0", "react-dom": "^16.13.1", - "react-native": "0.70.0-rc.2", + "react-native": "0.70.0-rc.4", "react-native-gesture-handler": "^2.5.0", "react-native-pager-view": "^5.4.1", "react-native-safe-area-context": "^3.1.9", @@ -66,7 +66,7 @@ "jasmine-core": "^3.5.0", "jest": "^26.6.3", "jest-circus": "^27.1.0", - "metro-react-native-babel-preset": "^0.72.0", + "metro-react-native-babel-preset": "^0.72.1", "postinstall-postinstall": "^2.1.0", "prettier": "^2.6.1", "react-native-gradle-plugin": "^0.0.4", diff --git a/Example/yarn.lock b/Example/yarn.lock index 83a5de006db..f956255dba3 100644 --- a/Example/yarn.lock +++ b/Example/yarn.lock @@ -3876,42 +3876,42 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@react-native-community/cli-clean@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.0.0-alpha.10.tgz#d213387d74e4459f9e901028df4843f0fa2ef24f" - integrity sha512-uaLFGUiGfGNMZGm/Z3eEKNJ56z+fpiytEMGbhCAdM44aXgkIslGJXRgnTszekd7ZbIqc2nlODXSj1Nuamgnpig== +"@react-native-community/cli-clean@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.0.0.tgz#b56fa97683f86d59f82d63080a5161bf612a7f5e" + integrity sha512-PaSz11fdSr5YI4YPl/auPdk7UCJaKFsH3gyFm8fKHqry2iPYQ3v3K8/FccVzmGbHgrvOcgAoWyhdVaFznXSp7A== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.0.0-alpha.10.tgz#60fb2633ddb74fe3b064e0e902a891cd8e4d5372" - integrity sha512-AcHLIkG2cOpUrEaBSy5ejD6sSGsiymYvqRuKFWlWc9ebPArpM/ltqMW6lIlI0t7wFnCX3vBn/yu02dKEMc7aCg== +"@react-native-community/cli-config@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.0.0.tgz#1bce91ebadd8e87fdc3a8b62d27ce99486314ec5" + integrity sha512-f61VjBZP/GoD1wwYdz4Y8lQeRpUwEtc/vgWSP6FDlsmGjCh0qtS7k2joEq7fJGStTC9xSl7weEx0+mo4yj3oUA== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" cosmiconfig "^5.1.0" deepmerge "^3.2.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@^9.0.0-alpha.4": - version "9.0.0-alpha.4" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-9.0.0-alpha.4.tgz#700d04b6020ba609e4b381dd4c9c9aee4147711e" - integrity sha512-UD4X2dRb26JB6elQjogkzx22EXj4VlRSE8q5O7zQDs7miEi+LEjfucs9N3U6pHmtMqan2D9VO8HVV2tBDhB2wA== +"@react-native-community/cli-debugger-ui@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-9.0.0.tgz#ea5c5dad6008bccd840d858e160d42bb2ced8793" + integrity sha512-7hH05ZwU9Tp0yS6xJW0bqcZPVt0YCK7gwj7gnRu1jDNN2kughf6Lg0Ys29rAvtZ7VO1PK5c1O+zs7yFnylQDUA== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.0.0-alpha.10.tgz#0de3a75f786e219a777d58534ae22b41528fe123" - integrity sha512-5LFVz1vs0HZlX9bX+LOfuYIAlkYeIgGxoMcANPdOCV5aLopI1gKy7hrDY8K6wTAqVsF5bajWqotVXGFPfocuBw== +"@react-native-community/cli-doctor@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.0.0.tgz#d0f6da3dcffd4f606a46e3a3a051b3f820c3058c" + integrity sha512-W5Z0V+vaOM5hcbOUGakhXjYAa4qrH4XVEw4wnpmVb+2Qme0Cwdf9pH4wdGXsCz2cu2CWQu6DfxB6qbDFR5+HiQ== dependencies: - "@react-native-community/cli-config" "^9.0.0-alpha.10" - "@react-native-community/cli-platform-ios" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-config" "^9.0.0" + "@react-native-community/cli-platform-ios" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -3926,23 +3926,23 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/cli-hermes@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.0.0-alpha.10.tgz#75e8ae58c03f2a388759056ab058c620a0fe68f2" - integrity sha512-fJADR0xFJZ0zcOoYnuJzf4atlZR/QesmtnQ4UzoXsLv67IG0EDeBdiJ7ioI91o6c7C0C8HPK7fq57yygXSzPWw== +"@react-native-community/cli-hermes@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.0.0.tgz#c48b2aeec8bf4959c429d5bead033ffbf8d305fb" + integrity sha512-wdv8coZ2Ptw0QQ24M8oKYsncrdIjCXIOb4d2lFp5fFmWaEbL05e8zYOavS/WSMBHwsTKiz6wCxhRYcOcX9ysFA== dependencies: - "@react-native-community/cli-platform-android" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-platform-android" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@^9.0.0-alpha.10", "@react-native-community/cli-platform-android@^9.0.0-alpha.5": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0-alpha.10.tgz#bfd2f8c3241b41b42b46c96a8b67a73ea74c59ae" - integrity sha512-+rgrl1d/urp4B02IcuDWELTPY5Ocm2jehwwMCoHmHJoxBHsAc5QYdfFx7PUWZCfbpotHSIG8rlQKG51ZJHeiIQ== +"@react-native-community/cli-platform-android@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0.tgz#c21b26f456c568687c0e58a6e42ba8b11b607b8a" + integrity sha512-4Rp5OUZW/7Qc9hyCd+ZEikuu2k9dW3ssu6KzWygbVc9wY80i4GQmvjfsiUi21o3uPDvL4KUMANmnQqoTOIcVMA== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" fs-extra "^8.1.0" @@ -3950,40 +3950,40 @@ logkitty "^0.7.1" slash "^3.0.0" -"@react-native-community/cli-platform-ios@^9.0.0-alpha.10", "@react-native-community/cli-platform-ios@^9.0.0-alpha.5": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0-alpha.10.tgz#e22f51619875439778815b6620da8696929e4bcc" - integrity sha512-emgQzlpTKlFYDogWsmpS4Md4nINDVtyzimjxBCG7WmCYDYDX0INS11hiFU5+WZopwyd779SpE7dwLzdLqQj3LA== +"@react-native-community/cli-platform-ios@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0.tgz#90d95272197cef84a8bcf5801f0b8a1c5964fc62" + integrity sha512-ODS/DiNvKlEqL+Y4tU/DOIff7th733JOkJRC/GZFCWlCyC0gyutxtbGfWxPW5ifm6NS5oc/EXiIZvCtzTnFnhQ== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.0.0-alpha.10.tgz#c38dbdf9d4b89dcfafa7c32db3d6096f9f33072d" - integrity sha512-ikwIiW0qqjh6o/RCNlmMPE4IninlhG/ibAw6VnlZ5hh7y0P7QR8J36M1O9JYLHx58TBUJDGgsLKCBcc9juru1Q== +"@react-native-community/cli-plugin-metro@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.0.0.tgz#a54c2242205a740a3627f3f8e0c3d250aeca53dc" + integrity sha512-kKQa2vhkg1HJA/ZBdGX9dFR8WqBGgUe41BX9kinvB5zYmfWeX/JwOxorGKNSmvql88LROckrvZtzH+p9YR0G5g== dependencies: - "@react-native-community/cli-server-api" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-server-api" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" - metro "^0.72.0" - metro-config "^0.72.0" - metro-core "^0.72.0" - metro-react-native-babel-transformer "^0.72.0" - metro-resolver "^0.72.0" - metro-runtime "^0.72.0" + metro "^0.72.1" + metro-config "^0.72.1" + metro-core "^0.72.1" + metro-react-native-babel-transformer "^0.72.1" + metro-resolver "^0.72.1" + metro-runtime "^0.72.1" readline "^1.3.0" -"@react-native-community/cli-server-api@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.0.0-alpha.10.tgz#a1ef70947848fcec18c8d9f59f65e6819b075886" - integrity sha512-1rWN2SFErf3j0OU8OAvKIOBvG3Nq3aIywa9XGmMNEKvmOu4tueJQ4OVf3IBJ7MZO1skLz2FqfVP3efSpTGBFHw== +"@react-native-community/cli-server-api@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.0.0.tgz#3cf289c17428b48be3c3054ce624d7c14d8e8034" + integrity sha512-4b7yOsTeqZGBD7eIczjMkzegvegIRQGT0lLtofNCpI5Gof0vMYpo1rM2cY76TgjIQiBhVA0pVKcfXUD/u9BA9Q== dependencies: - "@react-native-community/cli-debugger-ui" "^9.0.0-alpha.4" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-debugger-ui" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.0" @@ -3992,10 +3992,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0-alpha.10.tgz#5615c8c32d6f265b67882c10f8abdcbb45d9c6cd" - integrity sha512-fbGYwHD8vyRLYIcWsGtcoJdZmwDAO6fD2tctwt1VY2lreHvZlSx6xRtReYzumr81I0/Fh4XXWRyrYITyPh14GA== +"@react-native-community/cli-tools@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0.tgz#62d2ce2b253e62b62ff722bc985f6e414a3abf5c" + integrity sha512-qv8e9i4ybdRVw2VxolvVGv1mH9lMhstEuMvxvpwqHGNhTyevwpdVevuR5D/lbPz2EXogQpnMdQMLCiDoxxV4Ow== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -4007,27 +4007,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@^9.0.0-alpha.0": - version "9.0.0-alpha.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.0.0-alpha.0.tgz#b0809b868e1a2a0c326a0f218abdbb8ff7744272" - integrity sha512-pnQVEN9XcYfqIPKwRbzv5HRH3aEjyJYr3V2cOPOaCMuAKU1tWdHXakY1zfui1jTiQG6h6hOkmmMjr3j2vY1ndQ== +"@react-native-community/cli-types@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.0.0.tgz#bceed6f34180c926039c244b841afa71727eb29c" + integrity sha512-EsDHzJwGA7Fkb1TErxiWMZIu50836NKgX3/dzPTwI/5KfvGPRjt4sBHvKJ7cQVMe1IgHwPhcO6izjcK69MPjTA== dependencies: joi "^17.2.1" -"@react-native-community/cli@^9.0.0-alpha.9": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.0.0-alpha.10.tgz#262e46f9e85d4953a778fd6f366d36a9046eb82b" - integrity sha512-JM17o3vyIVvTQgJsHBdjGjBpak6qxCO8hmHG3fthDYBF3KZmYE62Af+m7r7MlHkqPFlsuwqHdQHfD2f5XpwrEA== - dependencies: - "@react-native-community/cli-clean" "^9.0.0-alpha.10" - "@react-native-community/cli-config" "^9.0.0-alpha.10" - "@react-native-community/cli-debugger-ui" "^9.0.0-alpha.4" - "@react-native-community/cli-doctor" "^9.0.0-alpha.10" - "@react-native-community/cli-hermes" "^9.0.0-alpha.10" - "@react-native-community/cli-plugin-metro" "^9.0.0-alpha.10" - "@react-native-community/cli-server-api" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" - "@react-native-community/cli-types" "^9.0.0-alpha.0" +"@react-native-community/cli@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.0.0.tgz#dcbf3815046d925f05e11fe862fbcd9c4575345b" + integrity sha512-PHt4aPMw3TP/QSaFvlUjfcCniEjz7egXamIMNxNVdUsSr2JhDr6W0l+CflpRMU2ZYlb+79o8lXHWAo38drJ0ow== + dependencies: + "@react-native-community/cli-clean" "^9.0.0" + "@react-native-community/cli-config" "^9.0.0" + "@react-native-community/cli-debugger-ui" "^9.0.0" + "@react-native-community/cli-doctor" "^9.0.0" + "@react-native-community/cli-hermes" "^9.0.0" + "@react-native-community/cli-plugin-metro" "^9.0.0" + "@react-native-community/cli-server-api" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" + "@react-native-community/cli-types" "^9.0.0" chalk "^4.1.2" commander "^9.4.0" execa "^1.0.0" @@ -8756,53 +8756,53 @@ metro-babel-transformer@0.59.0: "@babel/core" "^7.0.0" metro-source-map "0.59.0" -metro-babel-transformer@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.72.0.tgz#18a425865fcdc817363e0982f6d1e3f6a1f8ee74" - integrity sha512-bezw+WQo7S+XmOqlIQ699TVWhTrHAEVtOZdK1JQeBTlxE4dvFu5xl8G2xYOvcmlE3UFbFZVjxD1kwKxRuFk0vQ== +metro-babel-transformer@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.72.1.tgz#53129a496f7309cd434cfc9f8d978317e928cae1" + integrity sha512-VK7A9gepnhrKC0DMoxtPjYYHjkkfNwzLMYJgeL6Il6IaX/K/VHTILSEqgpxfNDos2jrXazuR5+rXDLE/RCzqmw== dependencies: "@babel/core" "^7.14.0" hermes-parser "0.8.0" - metro-source-map "0.72.0" + metro-source-map "0.72.1" nullthrows "^1.1.1" -metro-cache-key@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.72.0.tgz#347eebbe5a7b806f675e52890722ab1b88c953d9" - integrity sha512-zoZ2SXzjJeXkwGikx2V97r7D/yo6rZOdM9iARKugj+Dk+9W+VdehiGNnmIwKmbIudCWulWOpWkJOeygeUkTfIw== +metro-cache-key@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.72.1.tgz#49ac573871303daed827c7f788b0fec3349a246f" + integrity sha512-srw2FYEUnFDGXn3I/wlFUSR+B0uA1OKf0qCms8mYA0X2zrP0AsNKtqGzCJZZMfgz9x+OVZWYr0LrJsS7vTC9Yw== -metro-cache@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.72.0.tgz#423e38d9c45b815ff1ef2800a60f5a3c1bc333b0" - integrity sha512-Ui7qilKLjDMdc+IlkyhQXQ0wVAz9ji6qAyUC6q6WUkEyo9fp3j1Bv2c7MogXeGoRLkfw0YGXa3DFqZG8vBNDbg== +metro-cache@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.72.1.tgz#287dc9c49adc4b3123f004f16c71fcbe0bfaa38c" + integrity sha512-g/R4rO5/DdV0S5GW73g5JHDoRxXrMMQ5AQm3/JwgZUSGPayIjSXvAi5mn/ksasyhVTjKAy/YoJE/UnDY2DaaDw== dependencies: - metro-core "0.72.0" + metro-core "0.72.1" rimraf "^2.5.4" -metro-config@0.72.0, metro-config@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.72.0.tgz#c027dc429d1750a6d44033fb2f5bf11c0cc4df4c" - integrity sha512-hdJUbASzO/zPo6Ip9s7FH+nnWhEqPc610xzQUBjP5PZlpfl4sOqTn+cpmy2fk1LdMV8x4Wr6y6lsEJI+pbVDKA== +metro-config@0.72.1, metro-config@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.72.1.tgz#2e225160d9340f4621cc1a4667f077ae9897b64f" + integrity sha512-hOPxvAaRhpqF5toDu3KhZA47YKUPXtClM9TCw3PoW/ziB3v30WDFLLdFqNty5fhbeZSKqkFj/Mcc/bolQzjm+g== dependencies: cosmiconfig "^5.0.5" jest-validate "^26.5.2" - metro "0.72.0" - metro-cache "0.72.0" - metro-core "0.72.0" - metro-runtime "0.72.0" + metro "0.72.1" + metro-cache "0.72.1" + metro-core "0.72.1" + metro-runtime "0.72.1" -metro-core@0.72.0, metro-core@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.72.0.tgz#1eb6cdde21293a7bd7a188c419780180004e9925" - integrity sha512-MeEdRBl1OQxUukI2VBAOFjUl4hU2Ll9+I72WGX1mz9qqCrslJ7++4tEmnTplbLaYBSPb0PSH3+zC073aL1yeRg== +metro-core@0.72.1, metro-core@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.72.1.tgz#e49df266fd1ea17fd1c113252aca8540e39c474b" + integrity sha512-VyKuuXn6ArNmQbAa220Ql36Nz7ZP8pyVZH3kYJw6a7yh1bDjRvOauyass//lvTorwXiOYKqckGb1ygRT1gSF5A== dependencies: lodash.throttle "^4.1.1" - metro-resolver "0.72.0" + metro-resolver "0.72.1" -metro-file-map@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.72.0.tgz#943f068f0cefe70d37d9fda13dd21ec94fdecf2e" - integrity sha512-bKkwgrrGOlGtdhuYqqdaiiNH7dRKLDgNNgVps9uOBqpJMX/d8/f+4uurRAFSZeRcJGZ1bu7ljvFg9+8xYZlKig== +metro-file-map@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.72.1.tgz#dc00d96d4f90316daa5984ce96230093e83ff090" + integrity sha512-lhP33VyPerDpv2oHxXsfzpWzBMQuDejKo8ZP2mQPQFyNISIEiURWJHaItbsV8DUDyd3aTHKxAspz8qJO5aI0aw== dependencies: abort-controller "^3.0.0" anymatch "^3.0.3" @@ -8819,25 +8819,25 @@ metro-file-map@0.72.0: optionalDependencies: fsevents "^2.1.2" -metro-hermes-compiler@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.72.0.tgz#b754df502e48c02c9523b92ef1ed5e19b1d94921" - integrity sha512-QkY8rHFKhjVlrrxB2FEj8bGzYVHNTOx/IENSlKx3PxlchFMGCG8fxVgzB8u5VyIW610hKd5d+Ux2pXldtm/vSA== +metro-hermes-compiler@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.72.1.tgz#0a666ca8a006e85bd5428457473fe8ce70ed82a2" + integrity sha512-WBT5U85R/VZRAmwFgmxnSS/jbUSy/j08wXY2Gf7XCBCo+g4W+AFVauHeQ9iaczGeLVF6jnY5Osd6weQAGWcvaA== -metro-inspector-proxy@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.72.0.tgz#a0cb144af9cce828731d2fccde143e0fd4e42286" - integrity sha512-GIToyQr9xkap/ayt1MVMCU7/ZecVsPrCqOjL58TgXfE/5L7wF87p+mPy8nqceHAqgajCukfQC4n5McwxFEp4KA== +metro-inspector-proxy@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.72.1.tgz#506f22d0867729e02c732feb3608ed5aa51903e9" + integrity sha512-C2JoQc4EKRTgmIVrpSAH/bgJf9HUy8aSZh1M9VRqjnDICtD+pie54eUPBFqiJ41EOa7ToD3FtA6p7ITTuw2Llg== dependencies: connect "^3.6.5" debug "^2.2.0" ws "^7.5.1" yargs "^15.3.1" -metro-minify-uglify@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.72.0.tgz#1a4a0f1734c841771f60aa5664b27d922dc69ba8" - integrity sha512-3NtBGA1w9+9524bTCvsRajq+YqEw/p/MQTeZ1746Qs8QjtrvXgxGlCeRvH/6yhQpss+LnXmiPO60Ql9YvT8yYw== +metro-minify-uglify@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.72.1.tgz#aef8a58bd47dd618c5efa51edc079832fb81b519" + integrity sha512-wGRsOlTx01g0wNDF/QHy9nrMARxBc/Kv+ph/Rv+JeNapwYK2jaEiMjmWizTlZjCHq9Y/wqH79je4mDfyzgjo8w== dependencies: uglify-es "^3.1.9" @@ -8885,10 +8885,10 @@ metro-react-native-babel-preset@0.59.0, metro-react-native-babel-preset@~0.59.0: "@babel/template" "^7.0.0" react-refresh "^0.4.0" -metro-react-native-babel-preset@0.72.0, metro-react-native-babel-preset@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.0.tgz#7cbb0fa9cc918aca372c40791291f159e7cd2d36" - integrity sha512-AcS5X/eacckVj6oX8G0/KT4Q9+PsZoUchTe5xnBimHAJ1ZjOhjnHSkdAM7+MHRQlp4L63pCSp0/bsJoDbF6X1g== +metro-react-native-babel-preset@0.72.1, metro-react-native-babel-preset@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.1.tgz#6da276375f20312306c1545c47c439e445b9c628" + integrity sha512-DlvMw2tFrCqD9OXBoN11fPM09kHC22FZpnkTmG4Pr4kecV+aDmEGxwakjUcjELrX1JCXz2MLPvqeJkbiP1f5CA== dependencies: "@babel/core" "^7.14.0" "@babel/plugin-proposal-async-generator-functions" "^7.0.0" @@ -8930,17 +8930,17 @@ metro-react-native-babel-preset@0.72.0, metro-react-native-babel-preset@^0.72.0: "@babel/template" "^7.0.0" react-refresh "^0.4.0" -metro-react-native-babel-transformer@0.72.0, metro-react-native-babel-transformer@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.72.0.tgz#5f6ae8454646d735cda57ccd2dbb7b0d692d5234" - integrity sha512-DsZPRgS/QOQDhAVzchGLa/luAiE2UDaIzVRLFfwT1zRUdryWqaaJO8JK+oGVDpdxoqi3qV7sHu/4WzkL7wvwbA== +metro-react-native-babel-transformer@0.72.1, metro-react-native-babel-transformer@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.72.1.tgz#e2611c2c1afde1eaaa127d72fe92d94a2d8d9058" + integrity sha512-hMnN0MOgVloAk94YuXN7sLeDaZ51Y6xIcJXxIU1s/KaygAGXk6o7VAdwf2MY/IV1SIct5lkW4Gn71u/9/EvfXA== dependencies: "@babel/core" "^7.14.0" babel-preset-fbjs "^3.4.0" hermes-parser "0.8.0" - metro-babel-transformer "0.72.0" - metro-react-native-babel-preset "0.72.0" - metro-source-map "0.72.0" + metro-babel-transformer "0.72.1" + metro-react-native-babel-preset "0.72.1" + metro-source-map "0.72.1" nullthrows "^1.1.1" metro-react-native-babel-transformer@^0.59.0: @@ -8954,19 +8954,20 @@ metro-react-native-babel-transformer@^0.59.0: metro-react-native-babel-preset "0.59.0" metro-source-map "0.59.0" -metro-resolver@0.72.0, metro-resolver@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.0.tgz#a0877267a16ab3fdd730a5bcabde08c8f437e108" - integrity sha512-aQ3ILLFs6e7lju60WVhU3lxROJ+fZluiOncqLq0o0QECCnrEbWQTRVMQmDTpq5cI/w7k6tSbNMhlUzPPLFI5Uw== +metro-resolver@0.72.1, metro-resolver@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.1.tgz#3b1eb4f9053efb0b8e5a8a66e38280d10be89dff" + integrity sha512-/wAP/hSdjHz4EZsI/Mg/RFz1zybApjmGoB+gNwo4mPeLrwGOrkscazkWIQTS653fA4DLsXcZmsmOv3T9240L3Q== dependencies: absolute-path "^0.0.0" -metro-runtime@0.72.0, metro-runtime@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.72.0.tgz#f72b158fc5072a83b6274d6eae1db41fb065d77e" - integrity sha512-ZY372filZa8KApndcC2MuuObUufW8A4UEYHaKv6onIT0maCX2mzNGaDIiOXs6i5gHjb801qaR0a3UqCVxhGgeQ== +metro-runtime@0.72.1, metro-runtime@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.72.1.tgz#155d7042b68215f688d56d5d0d709b0f15d5978c" + integrity sha512-CO+fvJKYHKuR2vo7kjsegQ2oF3FMwa4YhnUInQ+xPVxWoy8DbOpmruKBoTsQVgHwyIziXzvJa+mze/6CFvT+3A== dependencies: "@babel/runtime" "^7.0.0" + react-refresh "^0.4.0" metro-source-map@0.59.0: version "0.59.0" @@ -8981,17 +8982,17 @@ metro-source-map@0.59.0: source-map "^0.5.6" vlq "^1.0.0" -metro-source-map@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.72.0.tgz#1f15e838a81060573a0d0011a726001a9a08ad29" - integrity sha512-uLeyQu2pyW9IlelWX1CJx4PfGYZTbKHKQ8NVFutv+j299UgUvcav+zUG7mvqrYZH4JX4YbnnD9ppqOxiFuq1IA== +metro-source-map@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.72.1.tgz#2869058e3ef4cf9161b7b53dc6ba94980f26dd93" + integrity sha512-77TZuf10Ru+USo97HwDT8UceSzOGBZB8EYTObOsR0n1sjQHjvKsMflLA9Pco13o9NsIYAG6c6P/0vIpiHKqaKA== dependencies: "@babel/traverse" "^7.14.0" "@babel/types" "^7.0.0" invariant "^2.2.4" - metro-symbolicate "0.72.0" + metro-symbolicate "0.72.1" nullthrows "^1.1.1" - ob1 "0.72.0" + ob1 "0.72.1" source-map "^0.5.6" vlq "^1.0.0" @@ -9006,22 +9007,22 @@ metro-symbolicate@0.59.0: through2 "^2.0.1" vlq "^1.0.0" -metro-symbolicate@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.72.0.tgz#ca46943d522cef8123735b71fb81b57cc867c48f" - integrity sha512-+sTL57kzRVnYdNfjaGbNCO0RLQowGN+U5bpkhOcB6Ax7Dn+9vLVwLaBMSNQIBfiua1a88Z4GFRvFiPNHR8hYKw== +metro-symbolicate@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.72.1.tgz#8ae41085e888a3bbe49c89904e7c482e1f6bda9b" + integrity sha512-ScC3dVd2XrfZSd6kubOw7EJNp2oHdjrqOjGpFohtcXGjhqkzDosp7Fg84VgwQGN8g720xvUyEBfSMmUCXcicOQ== dependencies: invariant "^2.2.4" - metro-source-map "0.72.0" + metro-source-map "0.72.1" nullthrows "^1.1.1" source-map "^0.5.6" through2 "^2.0.1" vlq "^1.0.0" -metro-transform-plugins@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.72.0.tgz#d495c6a535da33d986430dc0ef6eee7549dbe47b" - integrity sha512-IV7znwPOKusmfRbZi/TLUrdJqQTZBaufNZJ+evW+yM7Vjy4mGHy1GDlgOkGiMjzjIqB8yFSNh1oVo3q7LJlxlA== +metro-transform-plugins@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.72.1.tgz#d414ad1640df6d7d9971f9753dc9c9f00fdcdf86" + integrity sha512-SK8RCMbJ9WsCs69a3kOsvjldPqNOjUo8ZHTVxl8QmB5M6KkxlbxYxpa5y0whgVR/zvEglhnzQ0EIvc1OJrcQwg== dependencies: "@babel/core" "^7.14.0" "@babel/generator" "^7.14.0" @@ -9029,29 +9030,29 @@ metro-transform-plugins@0.72.0: "@babel/traverse" "^7.14.0" nullthrows "^1.1.1" -metro-transform-worker@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.72.0.tgz#3b9dd519b6383b32ea82e3deeb2229de2aa25fe5" - integrity sha512-QUFXeU4R4xgLkxczZUmI63XHbu418YlEh2km1c2vUwuDpEYvKndBi15tlwBkXU5uaWWqUVA59FnJdccExWtD8Q== +metro-transform-worker@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.72.1.tgz#e74c692291ac316898f362c291720055c355a052" + integrity sha512-fR99e/n9U/g5SqwhQEIUd9yKrTQ4gljJJPpm/CJjTN4FrzHXC5SXGbj4JZ8WBbTEfKXCJuZAmXEQZ9yljPzlUQ== dependencies: "@babel/core" "^7.14.0" "@babel/generator" "^7.14.0" "@babel/parser" "^7.14.0" "@babel/types" "^7.0.0" babel-preset-fbjs "^3.4.0" - metro "0.72.0" - metro-babel-transformer "0.72.0" - metro-cache "0.72.0" - metro-cache-key "0.72.0" - metro-hermes-compiler "0.72.0" - metro-source-map "0.72.0" - metro-transform-plugins "0.72.0" + metro "0.72.1" + metro-babel-transformer "0.72.1" + metro-cache "0.72.1" + metro-cache-key "0.72.1" + metro-hermes-compiler "0.72.1" + metro-source-map "0.72.1" + metro-transform-plugins "0.72.1" nullthrows "^1.1.1" -metro@0.72.0, metro@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.72.0.tgz#6b7d536b28a36422bffa4e815fd27224df0273c6" - integrity sha512-LyZfgtAHkxtXBU99SBeN06UfnZyE1pcmEw7fkslZvFS2DXe30WeRosPvy/5uVgeD9du2y62Q3T7H73qRepJggQ== +metro@0.72.1, metro@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.72.1.tgz#b5eb6849605be8299e3e632ce81db7a4b58fe8f8" + integrity sha512-O3EEQEEz2RxXbd53lvUhrVniOcrM+sQBNDVeud/brpaZTqJer5jvICYtHoLkSl9i6ykQA41wd9un5DE8rwiRkg== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.14.0" @@ -9076,22 +9077,22 @@ metro@0.72.0, metro@^0.72.0: invariant "^2.2.4" jest-worker "^27.2.0" lodash.throttle "^4.1.1" - metro-babel-transformer "0.72.0" - metro-cache "0.72.0" - metro-cache-key "0.72.0" - metro-config "0.72.0" - metro-core "0.72.0" - metro-file-map "0.72.0" - metro-hermes-compiler "0.72.0" - metro-inspector-proxy "0.72.0" - metro-minify-uglify "0.72.0" - metro-react-native-babel-preset "0.72.0" - metro-resolver "0.72.0" - metro-runtime "0.72.0" - metro-source-map "0.72.0" - metro-symbolicate "0.72.0" - metro-transform-plugins "0.72.0" - metro-transform-worker "0.72.0" + metro-babel-transformer "0.72.1" + metro-cache "0.72.1" + metro-cache-key "0.72.1" + metro-config "0.72.1" + metro-core "0.72.1" + metro-file-map "0.72.1" + metro-hermes-compiler "0.72.1" + metro-inspector-proxy "0.72.1" + metro-minify-uglify "0.72.1" + metro-react-native-babel-preset "0.72.1" + metro-resolver "0.72.1" + metro-runtime "0.72.1" + metro-source-map "0.72.1" + metro-symbolicate "0.72.1" + metro-transform-plugins "0.72.1" + metro-transform-worker "0.72.1" mime-types "^2.1.27" node-fetch "^2.2.0" nullthrows "^1.1.1" @@ -9457,10 +9458,10 @@ ob1@0.59.0: resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.59.0.tgz#ee103619ef5cb697f2866e3577da6f0ecd565a36" integrity sha512-opXMTxyWJ9m68ZglCxwo0OPRESIC/iGmKFPXEXzMZqsVIrgoRXOHmoMDkQzz4y3irVjbyPJRAh5pI9fd0MJTFQ== -ob1@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.72.0.tgz#13fa85d2fd1444d534156ac701c492fa6c17c956" - integrity sha512-QwCDyk1SvGg6KVEgpvAK9xG+7+0sEUZYuzNBT+aucFFVDkw0nHmsgfpzxNiiZwcSpWb04IxGp4CKAmFQBmLQPw== +ob1@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.72.1.tgz#043943baf35a3fff1c1a436ad29410cfada8b912" + integrity sha512-TyQX2gO08klGTMuzD+xm3iVrzXiIygCB7t+NWeicOR05hkzgeWOiAZ8q40uMfIDRfEAc6hd66sJdIEhU/yUZZA== object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" @@ -10137,10 +10138,10 @@ react-native-codegen@*: jscodeshift "^0.13.1" nullthrows "^1.1.1" -react-native-codegen@^0.70.3: - version "0.70.3" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.3.tgz#83f5df704f4856d89c136c963d326d051d30c4e0" - integrity sha512-OYEXmlfhk9BcvukuQ6LxcbyigPqv91/HVPsUWr6tjBp9mpiqkBdQnSebH7kSq+ork1EguOpVKd+l3Qe61odMHQ== +react-native-codegen@^0.70.4: + version "0.70.4" + resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.4.tgz#10a02cd9a3e9ead922305c13b9940a048b69d165" + integrity sha512-bPyd5jm840omfx24VRyMP+KPzAefpRDwE18w5ywMWHCWZBSqLn1qI9WgBPnavlIrjTEuzxznWQNcaA26lw8AMQ== dependencies: "@babel/parser" "^7.14.0" flow-parser "^0.121.0" @@ -10165,10 +10166,10 @@ react-native-gradle-plugin@^0.0.4: dependencies: react-native-codegen "*" -react-native-gradle-plugin@^0.70.1: - version "0.70.1" - resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.1.tgz#3d12a7db9c6ac655accf6854b72cf262e205dce4" - integrity sha512-6bfvoIL2lOqf4Dg+os+Pp7GMkBQYr/5pcoN8U/m7fgUSnDYJc4JLVyaA+ftwlaTW11YBcJU+aylMlBHyKzCOVA== +react-native-gradle-plugin@^0.70.2: + version "0.70.2" + resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.2.tgz#b5130f2c196e27c4c5912706503d69b8790f1937" + integrity sha512-k7d+CVh0fs/VntA2WaKD58cFB2rtiSLBHYlciH18ncaT4N/B3A4qOGv9pSCEHfQikELm6vAf98KMbE3c8KnH1A== react-native-iphone-x-helper@^1.3.0: version "1.3.1" @@ -10226,15 +10227,15 @@ react-native-web@^0.14.7: prop-types "^15.6.0" react-timer-mixin "^0.13.4" -react-native@0.70.0-rc.2: - version "0.70.0-rc.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.0-rc.2.tgz#94bffb8f3451206f0943289820e35b63fb07bb73" - integrity sha512-PxyJj3VGb585QRlGa/psHF9Mcd1pAApig2YmTNogkBKgTE6IKgd+t1vWqwawGZjskn7HF61uPAh1aCVPhLzgyQ== +react-native@0.70.0-rc.4: + version "0.70.0-rc.4" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.0-rc.4.tgz#c08696ffddc12c51dd7c5e70f925d8aca57ec6b7" + integrity sha512-Bs9dcedec5hzi4Jsa+R2zg+jv2J65IeS5v6F5pD27niEUqTaklQGZy81bvfS/3vS83yvrqYJFEyXkf8zQH1kzw== dependencies: "@jest/create-cache-key-function" "^27.0.1" - "@react-native-community/cli" "^9.0.0-alpha.9" - "@react-native-community/cli-platform-android" "^9.0.0-alpha.5" - "@react-native-community/cli-platform-ios" "^9.0.0-alpha.5" + "@react-native-community/cli" "^9.0.0" + "@react-native-community/cli-platform-android" "^9.0.0" + "@react-native-community/cli-platform-ios" "^9.0.0" "@react-native/assets" "1.0.0" "@react-native/normalize-color" "2.0.0" "@react-native/polyfills" "2.0.0" @@ -10245,16 +10246,16 @@ react-native@0.70.0-rc.2: invariant "^2.2.4" jsc-android "^250230.2.1" memoize-one "^5.0.0" - metro-react-native-babel-transformer "0.72.0" - metro-runtime "0.72.0" - metro-source-map "0.72.0" + metro-react-native-babel-transformer "0.72.1" + metro-runtime "0.72.1" + metro-source-map "0.72.1" mkdirp "^0.5.1" nullthrows "^1.1.1" pretty-format "^26.5.2" promise "^8.0.3" react-devtools-core "4.24.0" - react-native-codegen "^0.70.3" - react-native-gradle-plugin "^0.70.1" + react-native-codegen "^0.70.4" + react-native-gradle-plugin "^0.70.2" react-refresh "^0.4.0" react-shallow-renderer "^16.15.0" regenerator-runtime "^0.13.2" diff --git a/FabricExample/.gitignore b/FabricExample/.gitignore index 344481b211f..2423126f729 100644 --- a/FabricExample/.gitignore +++ b/FabricExample/.gitignore @@ -30,6 +30,7 @@ build/ local.properties *.iml *.hprof +.cxx/ # node.js # diff --git a/FabricExample/android/app/build.gradle b/FabricExample/android/app/build.gradle index a4b698ce38c..a9c5e05373a 100644 --- a/FabricExample/android/app/build.gradle +++ b/FabricExample/android/app/build.gradle @@ -143,26 +143,14 @@ android { buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { - // We configure the NDK build only if you decide to opt-in for the New Architecture. + // We configure the CMake build only if you decide to opt-in for the New Architecture. externalNativeBuild { - ndkBuild { - arguments "APP_PLATFORM=android-21", - "APP_STL=c++_shared", - "NDK_TOOLCHAIN_VERSION=clang", - "GENERATED_SRC_DIR=$buildDir/generated/source", - "PROJECT_BUILD_DIR=$buildDir", - "REACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid", - "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build", - "NODE_MODULES_DIR=$rootDir/../node_modules" - cFlags "-Wall", "-Werror", "-fexceptions", "-frtti", "-DWITH_INSPECTOR=1" - cppFlags "-std=c++17" - // Make sure this target name is the same you specify inside the - // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable. - targets "fabricexample_appmodules" - // Fix for windows limit on number of character in file paths and in command lines - if (Os.isFamily(Os.FAMILY_WINDOWS)) { - arguments "NDK_APP_SHORT_COMMANDS=true" - } + cmake { + arguments "-DPROJECT_BUILD_DIR=$buildDir", + "-DREACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid", + "-DREACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build", + "-DNODE_MODULES_DIR=$rootDir/../node_modules", + "-DANDROID_STL=c++_shared" } } if (!enableSeparateBuildPerCPUArchitecture) { @@ -176,8 +164,8 @@ android { if (isNewArchitectureEnabled()) { // We configure the NDK build only if you decide to opt-in for the New Architecture. externalNativeBuild { - ndkBuild { - path "$projectDir/src/main/jni/Android.mk" + cmake { + path "$projectDir/src/main/jni/CMakeLists.txt" } } def reactAndroidProjectDir = project(':ReactAndroid').projectDir @@ -199,15 +187,15 @@ android { preReleaseBuild.dependsOn(packageReactNdkReleaseLibs) // Due to a bug inside AGP, we have to explicitly set a dependency - // between configureNdkBuild* tasks and the preBuild tasks. + // between configureCMakeDebug* tasks and the preBuild tasks. // This can be removed once this is solved: https://issuetracker.google.com/issues/207403732 - configureNdkBuildRelease.dependsOn(preReleaseBuild) - configureNdkBuildDebug.dependsOn(preDebugBuild) + configureCMakeRelWithDebInfo.dependsOn(preReleaseBuild) + configureCMakeDebug.dependsOn(preDebugBuild) reactNativeArchitectures().each { architecture -> - tasks.findByName("configureNdkBuildDebug[${architecture}]")?.configure { + tasks.findByName("configureCMakeDebug[${architecture}]")?.configure { dependsOn("preDebugBuild") } - tasks.findByName("configureNdkBuildRelease[${architecture}]")?.configure { + tasks.findByName("configureCMakeRelWithDebInfo[${architecture}]")?.configure { dependsOn("preReleaseBuild") } } diff --git a/FabricExample/android/app/src/main/jni/Android.mk b/FabricExample/android/app/src/main/jni/Android.mk deleted file mode 100644 index 49b01b899dc..00000000000 --- a/FabricExample/android/app/src/main/jni/Android.mk +++ /dev/null @@ -1,53 +0,0 @@ -THIS_DIR := $(call my-dir) - -include $(REACT_ANDROID_DIR)/Android-prebuilt.mk - -# If you wish to add a custom TurboModule or Fabric component in your app you -# will have to include the following autogenerated makefile. -# include $(GENERATED_SRC_DIR)/codegen/jni/Android.mk - -# Includes the MK file for autolinked libraries -include $(PROJECT_BUILD_DIR)/generated/rncli/src/main/jni/Android-rncli.mk - -include $(CLEAR_VARS) - -LOCAL_PATH := $(THIS_DIR) - -# You can customize the name of your application .so file here. -LOCAL_MODULE := fabricexample_appmodules - -# The generated/rncli/src/main/jni folder contains Autolinking support files. -LOCAL_C_INCLUDES := $(LOCAL_PATH) $(PROJECT_BUILD_DIR)/generated/rncli/src/main/jni -LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/*.cpp) $(wildcard $(PROJECT_BUILD_DIR)/generated/rncli/src/main/jni/*.cpp) -LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) $(PROJECT_BUILD_DIR)/generated/rncli/src/main/jni - -# Here you should add any native library you wish to depend on. -LOCAL_SHARED_LIBRARIES := \ - libfabricjni \ - libfbjni \ - libfolly_runtime \ - libglog \ - libjsi \ - libreact_codegen_rncore \ - libreact_debug \ - libreact_nativemodule_core \ - libreact_render_componentregistry \ - libreact_render_core \ - libreact_render_debug \ - libreact_render_graphics \ - librrc_view \ - libruntimeexecutor \ - libturbomodulejsijni \ - libyoga - -# Autolinked libraries -LOCAL_SHARED_LIBRARIES += $(call import-codegen-modules) - -# If you wish to add a custom TurboModule or Fabric component in your app you -# will have to link against it here: -# LOCAL_SHARED_LIBRARIES += \ -# libreact_codegen_ - -LOCAL_CFLAGS := -DLOG_TAG=\"ReactNative\" -fexceptions -frtti -std=c++17 -Wall - -include $(BUILD_SHARED_LIBRARY) diff --git a/FabricExample/android/app/src/main/jni/CMakeLists.txt b/FabricExample/android/app/src/main/jni/CMakeLists.txt new file mode 100644 index 00000000000..5303ab34597 --- /dev/null +++ b/FabricExample/android/app/src/main/jni/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.13) +# Define the library name here. +project(fabricexample_appmodules) +# This file includes all the necessary to let you build your application with the New Architecture. +include(${REACT_ANDROID_DIR}/cmake-utils/ReactNative-application.cmake) diff --git a/FabricExample/android/gradle/wrapper/gradle-wrapper.properties b/FabricExample/android/gradle/wrapper/gradle-wrapper.properties index 2ec77e51a9c..8fad3f5a98b 100644 --- a/FabricExample/android/gradle/wrapper/gradle-wrapper.properties +++ b/FabricExample/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index 97ab4be40f4..45f35717e18 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -2,14 +2,14 @@ PODS: - boost (1.76.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.70.0-rc.2) - - FBReactNativeSpec (0.70.0-rc.2): + - FBLazyVector (0.70.0-rc.4) + - FBReactNativeSpec (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) - Flipper (0.125.0): - Flipper-Folly (~> 2.6) - Flipper-RSocket (~> 1.4) @@ -73,7 +73,7 @@ PODS: - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) - - hermes-engine (0.70.0-rc.2) + - hermes-engine (0.70.0-rc.4) - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) - RCT-Folly (2021.07.22.00): @@ -98,532 +98,532 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.70.0-rc.2) - - RCTTypeSafety (0.70.0-rc.2): - - FBLazyVector (= 0.70.0-rc.2) - - RCTRequired (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React (0.70.0-rc.2): - - React-Core (= 0.70.0-rc.2) - - React-Core/DevSupport (= 0.70.0-rc.2) - - React-Core/RCTWebSocket (= 0.70.0-rc.2) - - React-RCTActionSheet (= 0.70.0-rc.2) - - React-RCTAnimation (= 0.70.0-rc.2) - - React-RCTBlob (= 0.70.0-rc.2) - - React-RCTImage (= 0.70.0-rc.2) - - React-RCTLinking (= 0.70.0-rc.2) - - React-RCTNetwork (= 0.70.0-rc.2) - - React-RCTSettings (= 0.70.0-rc.2) - - React-RCTText (= 0.70.0-rc.2) - - React-RCTVibration (= 0.70.0-rc.2) - - React-bridging (0.70.0-rc.2): + - RCTRequired (0.70.0-rc.4) + - RCTTypeSafety (0.70.0-rc.4): + - FBLazyVector (= 0.70.0-rc.4) + - RCTRequired (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React (0.70.0-rc.4): + - React-Core (= 0.70.0-rc.4) + - React-Core/DevSupport (= 0.70.0-rc.4) + - React-Core/RCTWebSocket (= 0.70.0-rc.4) + - React-RCTActionSheet (= 0.70.0-rc.4) + - React-RCTAnimation (= 0.70.0-rc.4) + - React-RCTBlob (= 0.70.0-rc.4) + - React-RCTImage (= 0.70.0-rc.4) + - React-RCTLinking (= 0.70.0-rc.4) + - React-RCTNetwork (= 0.70.0-rc.4) + - React-RCTSettings (= 0.70.0-rc.4) + - React-RCTText (= 0.70.0-rc.4) + - React-RCTVibration (= 0.70.0-rc.4) + - React-bridging (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - React-jsi (= 0.70.0-rc.2) - - React-callinvoker (0.70.0-rc.2) - - React-Codegen (0.70.0-rc.2): - - FBReactNativeSpec (= 0.70.0-rc.2) + - React-jsi (= 0.70.0-rc.4) + - React-callinvoker (0.70.0-rc.4) + - React-Codegen (0.70.0-rc.4): + - FBReactNativeSpec (= 0.70.0-rc.4) - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-rncore (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Core (0.70.0-rc.2): + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-rncore (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Core (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-Core/Default (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/CoreModulesHeaders (0.70.0-rc.2): + - React-Core/CoreModulesHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/Default (0.70.0-rc.2): + - React-Core/Default (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/DevSupport (0.70.0-rc.2): + - React-Core/DevSupport (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-Core/RCTWebSocket (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-jsinspector (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-Core/Default (= 0.70.0-rc.4) + - React-Core/RCTWebSocket (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-jsinspector (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTActionSheetHeaders (0.70.0-rc.2): + - React-Core/RCTActionSheetHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTAnimationHeaders (0.70.0-rc.2): + - React-Core/RCTAnimationHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTBlobHeaders (0.70.0-rc.2): + - React-Core/RCTBlobHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTImageHeaders (0.70.0-rc.2): + - React-Core/RCTImageHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTLinkingHeaders (0.70.0-rc.2): + - React-Core/RCTLinkingHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTNetworkHeaders (0.70.0-rc.2): + - React-Core/RCTNetworkHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTSettingsHeaders (0.70.0-rc.2): + - React-Core/RCTSettingsHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTTextHeaders (0.70.0-rc.2): + - React-Core/RCTTextHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTVibrationHeaders (0.70.0-rc.2): + - React-Core/RCTVibrationHeaders (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-Core/RCTWebSocket (0.70.0-rc.2): + - React-Core/RCTWebSocket (0.70.0-rc.4): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-Core/Default (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - Yoga - - React-CoreModules (0.70.0-rc.2): + - React-CoreModules (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/CoreModulesHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-RCTImage (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-cxxreact (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/CoreModulesHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-RCTImage (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-cxxreact (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsinspector (= 0.70.0-rc.2) - - React-logger (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - React-runtimeexecutor (= 0.70.0-rc.2) - - React-Fabric (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Fabric/animations (= 0.70.0-rc.2) - - React-Fabric/attributedstring (= 0.70.0-rc.2) - - React-Fabric/butter (= 0.70.0-rc.2) - - React-Fabric/componentregistry (= 0.70.0-rc.2) - - React-Fabric/componentregistrynative (= 0.70.0-rc.2) - - React-Fabric/components (= 0.70.0-rc.2) - - React-Fabric/config (= 0.70.0-rc.2) - - React-Fabric/core (= 0.70.0-rc.2) - - React-Fabric/debug_core (= 0.70.0-rc.2) - - React-Fabric/debug_renderer (= 0.70.0-rc.2) - - React-Fabric/imagemanager (= 0.70.0-rc.2) - - React-Fabric/leakchecker (= 0.70.0-rc.2) - - React-Fabric/mounting (= 0.70.0-rc.2) - - React-Fabric/runtimescheduler (= 0.70.0-rc.2) - - React-Fabric/scheduler (= 0.70.0-rc.2) - - React-Fabric/telemetry (= 0.70.0-rc.2) - - React-Fabric/templateprocessor (= 0.70.0-rc.2) - - React-Fabric/textlayoutmanager (= 0.70.0-rc.2) - - React-Fabric/uimanager (= 0.70.0-rc.2) - - React-Fabric/utils (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/animations (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/attributedstring (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/butter (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/componentregistry (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/componentregistrynative (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Fabric/components/activityindicator (= 0.70.0-rc.2) - - React-Fabric/components/image (= 0.70.0-rc.2) - - React-Fabric/components/inputaccessory (= 0.70.0-rc.2) - - React-Fabric/components/legacyviewmanagerinterop (= 0.70.0-rc.2) - - React-Fabric/components/modal (= 0.70.0-rc.2) - - React-Fabric/components/root (= 0.70.0-rc.2) - - React-Fabric/components/safeareaview (= 0.70.0-rc.2) - - React-Fabric/components/scrollview (= 0.70.0-rc.2) - - React-Fabric/components/slider (= 0.70.0-rc.2) - - React-Fabric/components/text (= 0.70.0-rc.2) - - React-Fabric/components/textinput (= 0.70.0-rc.2) - - React-Fabric/components/unimplementedview (= 0.70.0-rc.2) - - React-Fabric/components/view (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/activityindicator (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/image (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/inputaccessory (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/legacyviewmanagerinterop (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/modal (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/root (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/safeareaview (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/scrollview (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/slider (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/text (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/textinput (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/unimplementedview (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/components/view (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) + - React-callinvoker (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsinspector (= 0.70.0-rc.4) + - React-logger (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - React-runtimeexecutor (= 0.70.0-rc.4) + - React-Fabric (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Fabric/animations (= 0.70.0-rc.4) + - React-Fabric/attributedstring (= 0.70.0-rc.4) + - React-Fabric/butter (= 0.70.0-rc.4) + - React-Fabric/componentregistry (= 0.70.0-rc.4) + - React-Fabric/componentregistrynative (= 0.70.0-rc.4) + - React-Fabric/components (= 0.70.0-rc.4) + - React-Fabric/config (= 0.70.0-rc.4) + - React-Fabric/core (= 0.70.0-rc.4) + - React-Fabric/debug_core (= 0.70.0-rc.4) + - React-Fabric/debug_renderer (= 0.70.0-rc.4) + - React-Fabric/imagemanager (= 0.70.0-rc.4) + - React-Fabric/leakchecker (= 0.70.0-rc.4) + - React-Fabric/mounting (= 0.70.0-rc.4) + - React-Fabric/runtimescheduler (= 0.70.0-rc.4) + - React-Fabric/scheduler (= 0.70.0-rc.4) + - React-Fabric/telemetry (= 0.70.0-rc.4) + - React-Fabric/templateprocessor (= 0.70.0-rc.4) + - React-Fabric/textlayoutmanager (= 0.70.0-rc.4) + - React-Fabric/uimanager (= 0.70.0-rc.4) + - React-Fabric/utils (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/animations (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/attributedstring (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/butter (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/componentregistry (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/componentregistrynative (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Fabric/components/activityindicator (= 0.70.0-rc.4) + - React-Fabric/components/image (= 0.70.0-rc.4) + - React-Fabric/components/inputaccessory (= 0.70.0-rc.4) + - React-Fabric/components/legacyviewmanagerinterop (= 0.70.0-rc.4) + - React-Fabric/components/modal (= 0.70.0-rc.4) + - React-Fabric/components/root (= 0.70.0-rc.4) + - React-Fabric/components/safeareaview (= 0.70.0-rc.4) + - React-Fabric/components/scrollview (= 0.70.0-rc.4) + - React-Fabric/components/slider (= 0.70.0-rc.4) + - React-Fabric/components/text (= 0.70.0-rc.4) + - React-Fabric/components/textinput (= 0.70.0-rc.4) + - React-Fabric/components/unimplementedview (= 0.70.0-rc.4) + - React-Fabric/components/view (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/activityindicator (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/image (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/inputaccessory (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/legacyviewmanagerinterop (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/modal (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/root (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/safeareaview (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/scrollview (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/slider (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/text (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/textinput (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/unimplementedview (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/components/view (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) - Yoga - - React-Fabric/config (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/core (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/debug_core (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/debug_renderer (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/imagemanager (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-RCTImage (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/leakchecker (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/mounting (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/runtimescheduler (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/scheduler (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/telemetry (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/templateprocessor (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/textlayoutmanager (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) + - React-Fabric/config (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/core (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/debug_core (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/debug_renderer (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/imagemanager (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-RCTImage (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/leakchecker (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/mounting (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/runtimescheduler (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/scheduler (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/telemetry (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/templateprocessor (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/textlayoutmanager (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) - React-Fabric/uimanager - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/uimanager (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-Fabric/utils (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - RCTRequired (= 0.70.0-rc.2) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-graphics (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-graphics (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - React-Core/Default (= 0.70.0-rc.2) - - React-hermes (0.70.0-rc.2): + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/uimanager (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-Fabric/utils (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - RCTRequired (= 0.70.0-rc.4) + - RCTTypeSafety (= 0.70.0-rc.4) + - React-graphics (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-graphics (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - React-Core/Default (= 0.70.0-rc.4) + - React-hermes (0.70.0-rc.4): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-jsiexecutor (= 0.70.0-rc.2) - - React-jsinspector (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - React-jsi (0.70.0-rc.2): + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-jsiexecutor (= 0.70.0-rc.4) + - React-jsinspector (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - React-jsi (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsi/Default (= 0.70.0-rc.2) - - React-jsi/Default (0.70.0-rc.2): + - React-jsi/Default (= 0.70.0-rc.4) + - React-jsi/Default (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsi/Fabric (0.70.0-rc.2): + - React-jsi/Fabric (0.70.0-rc.4): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.70.0-rc.2): + - React-jsiexecutor (0.70.0-rc.4): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) - - React-jsinspector (0.70.0-rc.2) - - React-logger (0.70.0-rc.2): + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) + - React-jsinspector (0.70.0-rc.4) + - React-logger (0.70.0-rc.4): - glog - react-native-safe-area-context (4.3.3): - RCT-Folly @@ -648,78 +648,78 @@ PODS: - react-native-safe-area-context/common - React-RCTFabric - ReactCommon/turbomodule/core - - React-perflogger (0.70.0-rc.2) - - React-RCTActionSheet (0.70.0-rc.2): - - React-Core/RCTActionSheetHeaders (= 0.70.0-rc.2) - - React-RCTAnimation (0.70.0-rc.2): + - React-perflogger (0.70.0-rc.4) + - React-RCTActionSheet (0.70.0-rc.4): + - React-Core/RCTActionSheetHeaders (= 0.70.0-rc.4) + - React-RCTAnimation (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTAnimationHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTBlob (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTAnimationHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTBlob (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTBlobHeaders (= 0.70.0-rc.2) - - React-Core/RCTWebSocket (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-RCTNetwork (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTFabric (0.70.0-rc.2): - - RCT-Folly/Fabric (= 2021.07.22.00) - - React-Core (= 0.70.0-rc.2) - - React-Fabric (= 0.70.0-rc.2) - - React-RCTImage (= 0.70.0-rc.2) - - React-RCTImage (0.70.0-rc.2): + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTBlobHeaders (= 0.70.0-rc.4) + - React-Core/RCTWebSocket (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-RCTNetwork (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTFabric (0.70.0-rc.4): + - RCT-Folly/Fabric (= 2021.07.22.00) + - React-Core (= 0.70.0-rc.4) + - React-Fabric (= 0.70.0-rc.4) + - React-RCTImage (= 0.70.0-rc.4) + - React-RCTImage (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTImageHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-RCTNetwork (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTLinking (0.70.0-rc.2): - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTLinkingHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTNetwork (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTImageHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-RCTNetwork (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTLinking (0.70.0-rc.4): + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTLinkingHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTNetwork (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTNetworkHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTSettings (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTNetworkHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTSettings (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.0-rc.2) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTSettingsHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-RCTText (0.70.0-rc.2): - - React-Core/RCTTextHeaders (= 0.70.0-rc.2) - - React-RCTVibration (0.70.0-rc.2): + - RCTTypeSafety (= 0.70.0-rc.4) + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTSettingsHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-RCTText (0.70.0-rc.4): + - React-Core/RCTTextHeaders (= 0.70.0-rc.4) + - React-RCTVibration (0.70.0-rc.4): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.70.0-rc.2) - - React-Core/RCTVibrationHeaders (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (= 0.70.0-rc.2) - - React-rncore (0.70.0-rc.2) - - React-runtimeexecutor (0.70.0-rc.2): - - React-jsi (= 0.70.0-rc.2) - - ReactCommon/turbomodule/core (0.70.0-rc.2): + - React-Codegen (= 0.70.0-rc.4) + - React-Core/RCTVibrationHeaders (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (= 0.70.0-rc.4) + - React-rncore (0.70.0-rc.4) + - React-runtimeexecutor (0.70.0-rc.4): + - React-jsi (= 0.70.0-rc.4) + - ReactCommon/turbomodule/core (0.70.0-rc.4): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-bridging (= 0.70.0-rc.2) - - React-callinvoker (= 0.70.0-rc.2) - - React-Core (= 0.70.0-rc.2) - - React-cxxreact (= 0.70.0-rc.2) - - React-jsi (= 0.70.0-rc.2) - - React-logger (= 0.70.0-rc.2) - - React-perflogger (= 0.70.0-rc.2) + - React-bridging (= 0.70.0-rc.4) + - React-callinvoker (= 0.70.0-rc.4) + - React-Core (= 0.70.0-rc.4) + - React-cxxreact (= 0.70.0-rc.4) + - React-jsi (= 0.70.0-rc.4) + - React-logger (= 0.70.0-rc.4) + - React-perflogger (= 0.70.0-rc.4) - RNGestureHandler (2.5.0): - RCT-Folly - RCTRequired @@ -958,8 +958,8 @@ SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: 0cab5b1620c2810b4a2a814e4d9490c480e35917 - FBReactNativeSpec: 3fbf2eb88d2b5b170dae95b0e577537f4a9337f7 + FBLazyVector: ca5e2a9b7be6a528ff7790e860999acc69d099a2 + FBReactNativeSpec: 257fe7ebde685adaeae2baaec9f8734350aea0c6 Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 @@ -971,46 +971,46 @@ SPEC CHECKSUMS: FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - hermes-engine: 83648c4de4acf97aacf1f68d457b1b6bb015388c + hermes-engine: a09b7f6ed0c4824288a040cbbf5a31e539f43743 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda - RCTRequired: e4a63a01e7a98f9bb8817621c3d34e6de2d62808 - RCTTypeSafety: 50233347cfe581367fd659d4a4a3879793c70621 - React: 34f81355f915320f6391d36d87d2da3859bf378d - React-bridging: 385f8ed9e1b25f9df019ad583b600e4b2e2d5904 - React-callinvoker: 3feb7776f0fce8dc90c4bec2bda66b7d10116213 - React-Codegen: b1e4d03d83a543fea5257dc778e4cb8931487464 - React-Core: 8937a6008f5dbba07ee4523d7923fb5a925917f4 - React-CoreModules: 1ebd1ce1c33721b5d4dc947fd1f16fa602569edc - React-cxxreact: b7b693ac5cdf3cae90ce6ea298c2f7203e740ea2 - React-Fabric: 6c4156e3741db210fba963c988cfc31eefae1e65 - React-graphics: 8413966ce55326da633909fd02692b868063445e - React-hermes: 933a3cda8758ace580797b8895e8531ae50e2663 - React-jsi: b32459e2fc03a2936f3ef6dfb479d6bd4a1b2ac8 - React-jsiexecutor: 12d1ed281abeda9428fb16c1026487542395c3b7 - React-jsinspector: 49a8875f27791316bb0039fa7627b4c1f0578cc7 - React-logger: 55ff3b00451ad1dc82654ba60134ec82ae4dbfed + RCTRequired: e58eeb018c2ad27f069ccfe6685150b94b20d0d5 + RCTTypeSafety: 41fe362b3c5e21ef94e844c2fa83e593f6fff45c + React: 59f814bd7cc1a820af4df113e1b426f7e7048abb + React-bridging: c76d04bb8ea9e6f6259e4f355f2cafcdc00383a6 + React-callinvoker: 23493e3e6dd8ba3ea1400f18137c843b7af3f4ef + React-Codegen: 07aaf20ed0ac32136b5bd9e72714f3ceacf1102a + React-Core: 99f2b162e2a63ddee39d866c0e4c1e2fb3aa6f0c + React-CoreModules: a941c54a8ea7798960a6a32d9033bf7b5e700030 + React-cxxreact: a4b750954d954d35084e04ff79ead2f7ac637bce + React-Fabric: 547091780e60dc59ed0ebbf60a32442a7be0dfea + React-graphics: 07959165b52572270d9c88427da2b95dcf093a0c + React-hermes: 5b0a1dfc0bf4a6fbb189215e429b8a90c6e6a619 + React-jsi: 63f6a04b57e6c91ef43225cac61bc009bb22eb52 + React-jsiexecutor: abf77621602eb4368ec41801d6ab02c5a07967e8 + React-jsinspector: 3fc204b32b220edf07c00d0e8e377a05ee333472 + React-logger: d03f1b84a9206196a9fdab9518dd5fe09537fa26 react-native-safe-area-context: 6ab17f921537d721f7315b198d82d6a65a2680f9 - React-perflogger: f53712c718e55b63c34140834fea4e8775948930 - React-RCTActionSheet: 476de07b325fcd61e89b5556125272b1fa7475e8 - React-RCTAnimation: b6e0756c75e3eb88a3d353cf4e6f4fb64a0c95d4 - React-RCTBlob: bd8e3c8fb7d58649dc7439cfc2c4c67f15056ff4 - React-RCTFabric: f3264d6482b552539c20bc407a455e69b2e6ce2f - React-RCTImage: 1f0da7dda69298b94e1a6b63a38fc59020e30d74 - React-RCTLinking: 7b9b158fce18712ac99e9067d275ec6aaf6e3f4f - React-RCTNetwork: 91ee1f67414d6081122fa76fa81b3f9d8a53364d - React-RCTSettings: 045e4060d3d386851616e2b2fa4dce3dbd9cbb5a - React-RCTText: 52aba682bd0bd23c8f6e6a7706a0a15988fad9ce - React-RCTVibration: c1459baf923fb7565f87ddd5c95dd2d6906c04d3 - React-rncore: 672cfc5debaa9418cb2a6069a038a03f7c86b9dc - React-runtimeexecutor: 211acec6c78026ab9a8c19dce305031158d33336 - ReactCommon: e192c52229a978dc7ab7bfb21aa38c686005db31 + React-perflogger: b023ed0865112a3375eb967bb3ab7268f5be9396 + React-RCTActionSheet: db20c7fd86ebca2db0bcdb3ba86b6d4a626515cb + React-RCTAnimation: 29e5ca364edfe8ba6df27c9c90a4eafabc731852 + React-RCTBlob: 6462913b1f9373c27450d6568ecc431d87cff93c + React-RCTFabric: e8ac460e99830067df5bc91c94b5b69b42f614f7 + React-RCTImage: efc16ff536869377d37469899545dd88311d63a6 + React-RCTLinking: 17e23e34fdd7c860c9f75e2fb77a745a119db60d + React-RCTNetwork: 0bedaf37080eeabbae9444859219af91c9cafe0a + React-RCTSettings: 87bbccae4c8e3aef55802020afcae30c7c44392a + React-RCTText: d991a75f171768fe9081afb5b2560e824f136a20 + React-RCTVibration: 34483e2b18e28423fd7b1e348db50c2fe283b6bc + React-rncore: 2e7ba0d27522e086256cc4b8812a6b848797e78f + React-runtimeexecutor: acdac2c12107f252067a4a9ce763401be24ce241 + ReactCommon: cd66b63dd9594a99e8b882b28342e8ba3fab9b39 RNGestureHandler: c2c12e610e4d94ea917bbd31801974edcee4dd94 RNReanimated: 10249ac81b456595273588ce2195198d85fcbd28 RNScreens: bb17bdc9eca378fefc6103fb52c35b4f7ef0a791 SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 - Yoga: f2aa7bc41e39cbf8edc0251a86fa89193b51491b + Yoga: d7ebba05ea16d2c8b196d640cb8107f9f0aefcde YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: c14c17469a6c26d04ef84ab2253665c5941ee730 diff --git a/FabricExample/package.json b/FabricExample/package.json index 78a1e60f2c7..0e877e46108 100644 --- a/FabricExample/package.json +++ b/FabricExample/package.json @@ -17,7 +17,7 @@ "@react-navigation/native": "^6.0.10", "@react-navigation/native-stack": "^6.6.2", "react": "18.1.0", - "react-native": "0.70.0-rc.2", + "react-native": "0.70.0-rc.4", "react-native-gesture-handler": "^2.5.0", "react-native-reanimated": "link:../", "react-native-safe-area-context": "^4.3.3", @@ -35,7 +35,7 @@ "babel-jest": "^26.6.3", "eslint": "^8.12.0", "jest": "^26.6.3", - "metro-react-native-babel-preset": "^0.72.0", + "metro-react-native-babel-preset": "^0.72.1", "patch-package": "^6.4.7", "prettier": "^2.6.1", "react-test-renderer": "18.1.0", diff --git a/FabricExample/yarn.lock b/FabricExample/yarn.lock index 7afcc024d8a..6ffcb6aa0ad 100644 --- a/FabricExample/yarn.lock +++ b/FabricExample/yarn.lock @@ -1366,42 +1366,42 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@react-native-community/cli-clean@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.0.0-alpha.10.tgz#d213387d74e4459f9e901028df4843f0fa2ef24f" - integrity sha512-uaLFGUiGfGNMZGm/Z3eEKNJ56z+fpiytEMGbhCAdM44aXgkIslGJXRgnTszekd7ZbIqc2nlODXSj1Nuamgnpig== +"@react-native-community/cli-clean@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.0.0.tgz#b56fa97683f86d59f82d63080a5161bf612a7f5e" + integrity sha512-PaSz11fdSr5YI4YPl/auPdk7UCJaKFsH3gyFm8fKHqry2iPYQ3v3K8/FccVzmGbHgrvOcgAoWyhdVaFznXSp7A== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.0.0-alpha.10.tgz#60fb2633ddb74fe3b064e0e902a891cd8e4d5372" - integrity sha512-AcHLIkG2cOpUrEaBSy5ejD6sSGsiymYvqRuKFWlWc9ebPArpM/ltqMW6lIlI0t7wFnCX3vBn/yu02dKEMc7aCg== +"@react-native-community/cli-config@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.0.0.tgz#1bce91ebadd8e87fdc3a8b62d27ce99486314ec5" + integrity sha512-f61VjBZP/GoD1wwYdz4Y8lQeRpUwEtc/vgWSP6FDlsmGjCh0qtS7k2joEq7fJGStTC9xSl7weEx0+mo4yj3oUA== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" cosmiconfig "^5.1.0" deepmerge "^3.2.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@^9.0.0-alpha.4": - version "9.0.0-alpha.4" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-9.0.0-alpha.4.tgz#700d04b6020ba609e4b381dd4c9c9aee4147711e" - integrity sha512-UD4X2dRb26JB6elQjogkzx22EXj4VlRSE8q5O7zQDs7miEi+LEjfucs9N3U6pHmtMqan2D9VO8HVV2tBDhB2wA== +"@react-native-community/cli-debugger-ui@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-9.0.0.tgz#ea5c5dad6008bccd840d858e160d42bb2ced8793" + integrity sha512-7hH05ZwU9Tp0yS6xJW0bqcZPVt0YCK7gwj7gnRu1jDNN2kughf6Lg0Ys29rAvtZ7VO1PK5c1O+zs7yFnylQDUA== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.0.0-alpha.10.tgz#0de3a75f786e219a777d58534ae22b41528fe123" - integrity sha512-5LFVz1vs0HZlX9bX+LOfuYIAlkYeIgGxoMcANPdOCV5aLopI1gKy7hrDY8K6wTAqVsF5bajWqotVXGFPfocuBw== +"@react-native-community/cli-doctor@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.0.0.tgz#d0f6da3dcffd4f606a46e3a3a051b3f820c3058c" + integrity sha512-W5Z0V+vaOM5hcbOUGakhXjYAa4qrH4XVEw4wnpmVb+2Qme0Cwdf9pH4wdGXsCz2cu2CWQu6DfxB6qbDFR5+HiQ== dependencies: - "@react-native-community/cli-config" "^9.0.0-alpha.10" - "@react-native-community/cli-platform-ios" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-config" "^9.0.0" + "@react-native-community/cli-platform-ios" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -1416,23 +1416,23 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/cli-hermes@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.0.0-alpha.10.tgz#75e8ae58c03f2a388759056ab058c620a0fe68f2" - integrity sha512-fJADR0xFJZ0zcOoYnuJzf4atlZR/QesmtnQ4UzoXsLv67IG0EDeBdiJ7ioI91o6c7C0C8HPK7fq57yygXSzPWw== +"@react-native-community/cli-hermes@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.0.0.tgz#c48b2aeec8bf4959c429d5bead033ffbf8d305fb" + integrity sha512-wdv8coZ2Ptw0QQ24M8oKYsncrdIjCXIOb4d2lFp5fFmWaEbL05e8zYOavS/WSMBHwsTKiz6wCxhRYcOcX9ysFA== dependencies: - "@react-native-community/cli-platform-android" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-platform-android" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0-alpha.10.tgz#bfd2f8c3241b41b42b46c96a8b67a73ea74c59ae" - integrity sha512-+rgrl1d/urp4B02IcuDWELTPY5Ocm2jehwwMCoHmHJoxBHsAc5QYdfFx7PUWZCfbpotHSIG8rlQKG51ZJHeiIQ== +"@react-native-community/cli-platform-android@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0.tgz#c21b26f456c568687c0e58a6e42ba8b11b607b8a" + integrity sha512-4Rp5OUZW/7Qc9hyCd+ZEikuu2k9dW3ssu6KzWygbVc9wY80i4GQmvjfsiUi21o3uPDvL4KUMANmnQqoTOIcVMA== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" fs-extra "^8.1.0" @@ -1440,69 +1440,40 @@ logkitty "^0.7.1" slash "^3.0.0" -"@react-native-community/cli-platform-android@^9.0.0-alpha.5": - version "9.0.0-alpha.5" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0-alpha.5.tgz#2713cbe90bb8f4e45edd8676d0b0a544d1f03b4f" - integrity sha512-ZnYC9HR9QurwjN84vmBajk8krHsoKLrgILGnSYtMJzQl70oTV4mxl33VDPBJ5JjV8jiWiACGw2NaOUOOw5zqbQ== +"@react-native-community/cli-platform-ios@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0.tgz#90d95272197cef84a8bcf5801f0b8a1c5964fc62" + integrity sha512-ODS/DiNvKlEqL+Y4tU/DOIff7th733JOkJRC/GZFCWlCyC0gyutxtbGfWxPW5ifm6NS5oc/EXiIZvCtzTnFnhQ== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.5" - chalk "^4.1.2" - execa "^1.0.0" - fs-extra "^8.1.0" - glob "^7.1.3" - jetifier "^1.6.2" - lodash "^4.17.15" - logkitty "^0.7.1" - slash "^3.0.0" - -"@react-native-community/cli-platform-ios@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0-alpha.10.tgz#e22f51619875439778815b6620da8696929e4bcc" - integrity sha512-emgQzlpTKlFYDogWsmpS4Md4nINDVtyzimjxBCG7WmCYDYDX0INS11hiFU5+WZopwyd779SpE7dwLzdLqQj3LA== - dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-platform-ios@^9.0.0-alpha.5": - version "9.0.0-alpha.5" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0-alpha.5.tgz#7b1fa6ac098c942e0aa0d167078f019d94e1cb42" - integrity sha512-MFeZgQpZIQVBqoOA1tt2/VUaT6BsxS3lBjVK8R8I32DW/lq1zjnNDsR5vDprVXsyMgfkvIrt2/oeXK/rn/QHLg== +"@react-native-community/cli-plugin-metro@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.0.0.tgz#a54c2242205a740a3627f3f8e0c3d250aeca53dc" + integrity sha512-kKQa2vhkg1HJA/ZBdGX9dFR8WqBGgUe41BX9kinvB5zYmfWeX/JwOxorGKNSmvql88LROckrvZtzH+p9YR0G5g== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.5" + "@react-native-community/cli-server-api" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" - execa "^1.0.0" - glob "^7.1.3" - js-yaml "^3.13.1" - lodash "^4.17.15" - ora "^5.4.1" - plist "^3.0.2" - -"@react-native-community/cli-plugin-metro@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.0.0-alpha.10.tgz#c38dbdf9d4b89dcfafa7c32db3d6096f9f33072d" - integrity sha512-ikwIiW0qqjh6o/RCNlmMPE4IninlhG/ibAw6VnlZ5hh7y0P7QR8J36M1O9JYLHx58TBUJDGgsLKCBcc9juru1Q== - dependencies: - "@react-native-community/cli-server-api" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" - chalk "^4.1.2" - metro "^0.72.0" - metro-config "^0.72.0" - metro-core "^0.72.0" - metro-react-native-babel-transformer "^0.72.0" - metro-resolver "^0.72.0" - metro-runtime "^0.72.0" + metro "^0.72.1" + metro-config "^0.72.1" + metro-core "^0.72.1" + metro-react-native-babel-transformer "^0.72.1" + metro-resolver "^0.72.1" + metro-runtime "^0.72.1" readline "^1.3.0" -"@react-native-community/cli-server-api@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.0.0-alpha.10.tgz#a1ef70947848fcec18c8d9f59f65e6819b075886" - integrity sha512-1rWN2SFErf3j0OU8OAvKIOBvG3Nq3aIywa9XGmMNEKvmOu4tueJQ4OVf3IBJ7MZO1skLz2FqfVP3efSpTGBFHw== +"@react-native-community/cli-server-api@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.0.0.tgz#3cf289c17428b48be3c3054ce624d7c14d8e8034" + integrity sha512-4b7yOsTeqZGBD7eIczjMkzegvegIRQGT0lLtofNCpI5Gof0vMYpo1rM2cY76TgjIQiBhVA0pVKcfXUD/u9BA9Q== dependencies: - "@react-native-community/cli-debugger-ui" "^9.0.0-alpha.4" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-debugger-ui" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.0" @@ -1511,10 +1482,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0-alpha.10.tgz#5615c8c32d6f265b67882c10f8abdcbb45d9c6cd" - integrity sha512-fbGYwHD8vyRLYIcWsGtcoJdZmwDAO6fD2tctwt1VY2lreHvZlSx6xRtReYzumr81I0/Fh4XXWRyrYITyPh14GA== +"@react-native-community/cli-tools@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0.tgz#62d2ce2b253e62b62ff722bc985f6e414a3abf5c" + integrity sha512-qv8e9i4ybdRVw2VxolvVGv1mH9lMhstEuMvxvpwqHGNhTyevwpdVevuR5D/lbPz2EXogQpnMdQMLCiDoxxV4Ow== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -1526,43 +1497,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-tools@^9.0.0-alpha.5": - version "9.0.0-alpha.5" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0-alpha.5.tgz#693956fcf6d96112f3034de6c138f13fd806b68c" - integrity sha512-Sm8mxLLQ2Hh1hMwbmWJj1yA55tfdE5Ep7x4z/JWdAURs9UmUkaiKvH+9XPMqPBZgiSLhUitT2NwDuQDjnHGCVQ== - dependencies: - appdirsjs "^1.2.4" - chalk "^4.1.2" - find-up "^5.0.0" - lodash "^4.17.15" - mime "^2.4.1" - node-fetch "^2.6.0" - open "^6.2.0" - ora "^5.4.1" - semver "^6.3.0" - shell-quote "^1.7.3" - -"@react-native-community/cli-types@^9.0.0-alpha.0": - version "9.0.0-alpha.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.0.0-alpha.0.tgz#b0809b868e1a2a0c326a0f218abdbb8ff7744272" - integrity sha512-pnQVEN9XcYfqIPKwRbzv5HRH3aEjyJYr3V2cOPOaCMuAKU1tWdHXakY1zfui1jTiQG6h6hOkmmMjr3j2vY1ndQ== +"@react-native-community/cli-types@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.0.0.tgz#bceed6f34180c926039c244b841afa71727eb29c" + integrity sha512-EsDHzJwGA7Fkb1TErxiWMZIu50836NKgX3/dzPTwI/5KfvGPRjt4sBHvKJ7cQVMe1IgHwPhcO6izjcK69MPjTA== dependencies: joi "^17.2.1" -"@react-native-community/cli@^9.0.0-alpha.9": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.0.0-alpha.10.tgz#262e46f9e85d4953a778fd6f366d36a9046eb82b" - integrity sha512-JM17o3vyIVvTQgJsHBdjGjBpak6qxCO8hmHG3fthDYBF3KZmYE62Af+m7r7MlHkqPFlsuwqHdQHfD2f5XpwrEA== - dependencies: - "@react-native-community/cli-clean" "^9.0.0-alpha.10" - "@react-native-community/cli-config" "^9.0.0-alpha.10" - "@react-native-community/cli-debugger-ui" "^9.0.0-alpha.4" - "@react-native-community/cli-doctor" "^9.0.0-alpha.10" - "@react-native-community/cli-hermes" "^9.0.0-alpha.10" - "@react-native-community/cli-plugin-metro" "^9.0.0-alpha.10" - "@react-native-community/cli-server-api" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" - "@react-native-community/cli-types" "^9.0.0-alpha.0" +"@react-native-community/cli@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.0.0.tgz#dcbf3815046d925f05e11fe862fbcd9c4575345b" + integrity sha512-PHt4aPMw3TP/QSaFvlUjfcCniEjz7egXamIMNxNVdUsSr2JhDr6W0l+CflpRMU2ZYlb+79o8lXHWAo38drJ0ow== + dependencies: + "@react-native-community/cli-clean" "^9.0.0" + "@react-native-community/cli-config" "^9.0.0" + "@react-native-community/cli-debugger-ui" "^9.0.0" + "@react-native-community/cli-doctor" "^9.0.0" + "@react-native-community/cli-hermes" "^9.0.0" + "@react-native-community/cli-plugin-metro" "^9.0.0" + "@react-native-community/cli-server-api" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" + "@react-native-community/cli-types" "^9.0.0" chalk "^4.1.2" commander "^9.4.0" execa "^1.0.0" @@ -2320,7 +2275,7 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.1.2, base64-js@^1.3.1, base64-js@^1.5.1: +base64-js@^1.1.2, base64-js@^1.3.1: version "1.5.1" resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== @@ -4695,11 +4650,6 @@ jest@^26.6.3: import-local "^3.0.2" jest-cli "^26.6.3" -jetifier@^1.6.2: - version "1.6.8" - resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.8.tgz#e88068697875cbda98c32472902c4d3756247798" - integrity sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw== - joi@^17.2.1: version "17.6.0" resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2" @@ -4962,7 +4912,7 @@ lodash.throttle@^4.1.1: resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= -lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.7.0: +lodash@^4.17.10, lodash@^4.17.21, lodash@^4.7.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -5047,53 +4997,53 @@ merge2@^1.3.0, merge2@^1.4.1: resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== -metro-babel-transformer@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.72.0.tgz#18a425865fcdc817363e0982f6d1e3f6a1f8ee74" - integrity sha512-bezw+WQo7S+XmOqlIQ699TVWhTrHAEVtOZdK1JQeBTlxE4dvFu5xl8G2xYOvcmlE3UFbFZVjxD1kwKxRuFk0vQ== +metro-babel-transformer@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.72.1.tgz#53129a496f7309cd434cfc9f8d978317e928cae1" + integrity sha512-VK7A9gepnhrKC0DMoxtPjYYHjkkfNwzLMYJgeL6Il6IaX/K/VHTILSEqgpxfNDos2jrXazuR5+rXDLE/RCzqmw== dependencies: "@babel/core" "^7.14.0" hermes-parser "0.8.0" - metro-source-map "0.72.0" + metro-source-map "0.72.1" nullthrows "^1.1.1" -metro-cache-key@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.72.0.tgz#347eebbe5a7b806f675e52890722ab1b88c953d9" - integrity sha512-zoZ2SXzjJeXkwGikx2V97r7D/yo6rZOdM9iARKugj+Dk+9W+VdehiGNnmIwKmbIudCWulWOpWkJOeygeUkTfIw== +metro-cache-key@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.72.1.tgz#49ac573871303daed827c7f788b0fec3349a246f" + integrity sha512-srw2FYEUnFDGXn3I/wlFUSR+B0uA1OKf0qCms8mYA0X2zrP0AsNKtqGzCJZZMfgz9x+OVZWYr0LrJsS7vTC9Yw== -metro-cache@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.72.0.tgz#423e38d9c45b815ff1ef2800a60f5a3c1bc333b0" - integrity sha512-Ui7qilKLjDMdc+IlkyhQXQ0wVAz9ji6qAyUC6q6WUkEyo9fp3j1Bv2c7MogXeGoRLkfw0YGXa3DFqZG8vBNDbg== +metro-cache@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.72.1.tgz#287dc9c49adc4b3123f004f16c71fcbe0bfaa38c" + integrity sha512-g/R4rO5/DdV0S5GW73g5JHDoRxXrMMQ5AQm3/JwgZUSGPayIjSXvAi5mn/ksasyhVTjKAy/YoJE/UnDY2DaaDw== dependencies: - metro-core "0.72.0" + metro-core "0.72.1" rimraf "^2.5.4" -metro-config@0.72.0, metro-config@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.72.0.tgz#c027dc429d1750a6d44033fb2f5bf11c0cc4df4c" - integrity sha512-hdJUbASzO/zPo6Ip9s7FH+nnWhEqPc610xzQUBjP5PZlpfl4sOqTn+cpmy2fk1LdMV8x4Wr6y6lsEJI+pbVDKA== +metro-config@0.72.1, metro-config@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.72.1.tgz#2e225160d9340f4621cc1a4667f077ae9897b64f" + integrity sha512-hOPxvAaRhpqF5toDu3KhZA47YKUPXtClM9TCw3PoW/ziB3v30WDFLLdFqNty5fhbeZSKqkFj/Mcc/bolQzjm+g== dependencies: cosmiconfig "^5.0.5" jest-validate "^26.5.2" - metro "0.72.0" - metro-cache "0.72.0" - metro-core "0.72.0" - metro-runtime "0.72.0" + metro "0.72.1" + metro-cache "0.72.1" + metro-core "0.72.1" + metro-runtime "0.72.1" -metro-core@0.72.0, metro-core@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.72.0.tgz#1eb6cdde21293a7bd7a188c419780180004e9925" - integrity sha512-MeEdRBl1OQxUukI2VBAOFjUl4hU2Ll9+I72WGX1mz9qqCrslJ7++4tEmnTplbLaYBSPb0PSH3+zC073aL1yeRg== +metro-core@0.72.1, metro-core@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.72.1.tgz#e49df266fd1ea17fd1c113252aca8540e39c474b" + integrity sha512-VyKuuXn6ArNmQbAa220Ql36Nz7ZP8pyVZH3kYJw6a7yh1bDjRvOauyass//lvTorwXiOYKqckGb1ygRT1gSF5A== dependencies: lodash.throttle "^4.1.1" - metro-resolver "0.72.0" + metro-resolver "0.72.1" -metro-file-map@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.72.0.tgz#943f068f0cefe70d37d9fda13dd21ec94fdecf2e" - integrity sha512-bKkwgrrGOlGtdhuYqqdaiiNH7dRKLDgNNgVps9uOBqpJMX/d8/f+4uurRAFSZeRcJGZ1bu7ljvFg9+8xYZlKig== +metro-file-map@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.72.1.tgz#dc00d96d4f90316daa5984ce96230093e83ff090" + integrity sha512-lhP33VyPerDpv2oHxXsfzpWzBMQuDejKo8ZP2mQPQFyNISIEiURWJHaItbsV8DUDyd3aTHKxAspz8qJO5aI0aw== dependencies: abort-controller "^3.0.0" anymatch "^3.0.3" @@ -5110,32 +5060,32 @@ metro-file-map@0.72.0: optionalDependencies: fsevents "^2.1.2" -metro-hermes-compiler@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.72.0.tgz#b754df502e48c02c9523b92ef1ed5e19b1d94921" - integrity sha512-QkY8rHFKhjVlrrxB2FEj8bGzYVHNTOx/IENSlKx3PxlchFMGCG8fxVgzB8u5VyIW610hKd5d+Ux2pXldtm/vSA== +metro-hermes-compiler@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.72.1.tgz#0a666ca8a006e85bd5428457473fe8ce70ed82a2" + integrity sha512-WBT5U85R/VZRAmwFgmxnSS/jbUSy/j08wXY2Gf7XCBCo+g4W+AFVauHeQ9iaczGeLVF6jnY5Osd6weQAGWcvaA== -metro-inspector-proxy@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.72.0.tgz#a0cb144af9cce828731d2fccde143e0fd4e42286" - integrity sha512-GIToyQr9xkap/ayt1MVMCU7/ZecVsPrCqOjL58TgXfE/5L7wF87p+mPy8nqceHAqgajCukfQC4n5McwxFEp4KA== +metro-inspector-proxy@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.72.1.tgz#506f22d0867729e02c732feb3608ed5aa51903e9" + integrity sha512-C2JoQc4EKRTgmIVrpSAH/bgJf9HUy8aSZh1M9VRqjnDICtD+pie54eUPBFqiJ41EOa7ToD3FtA6p7ITTuw2Llg== dependencies: connect "^3.6.5" debug "^2.2.0" ws "^7.5.1" yargs "^15.3.1" -metro-minify-uglify@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.72.0.tgz#1a4a0f1734c841771f60aa5664b27d922dc69ba8" - integrity sha512-3NtBGA1w9+9524bTCvsRajq+YqEw/p/MQTeZ1746Qs8QjtrvXgxGlCeRvH/6yhQpss+LnXmiPO60Ql9YvT8yYw== +metro-minify-uglify@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.72.1.tgz#aef8a58bd47dd618c5efa51edc079832fb81b519" + integrity sha512-wGRsOlTx01g0wNDF/QHy9nrMARxBc/Kv+ph/Rv+JeNapwYK2jaEiMjmWizTlZjCHq9Y/wqH79je4mDfyzgjo8w== dependencies: uglify-es "^3.1.9" -metro-react-native-babel-preset@0.72.0, metro-react-native-babel-preset@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.0.tgz#7cbb0fa9cc918aca372c40791291f159e7cd2d36" - integrity sha512-AcS5X/eacckVj6oX8G0/KT4Q9+PsZoUchTe5xnBimHAJ1ZjOhjnHSkdAM7+MHRQlp4L63pCSp0/bsJoDbF6X1g== +metro-react-native-babel-preset@0.72.1, metro-react-native-babel-preset@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.1.tgz#6da276375f20312306c1545c47c439e445b9c628" + integrity sha512-DlvMw2tFrCqD9OXBoN11fPM09kHC22FZpnkTmG4Pr4kecV+aDmEGxwakjUcjELrX1JCXz2MLPvqeJkbiP1f5CA== dependencies: "@babel/core" "^7.14.0" "@babel/plugin-proposal-async-generator-functions" "^7.0.0" @@ -5177,63 +5127,64 @@ metro-react-native-babel-preset@0.72.0, metro-react-native-babel-preset@^0.72.0: "@babel/template" "^7.0.0" react-refresh "^0.4.0" -metro-react-native-babel-transformer@0.72.0, metro-react-native-babel-transformer@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.72.0.tgz#5f6ae8454646d735cda57ccd2dbb7b0d692d5234" - integrity sha512-DsZPRgS/QOQDhAVzchGLa/luAiE2UDaIzVRLFfwT1zRUdryWqaaJO8JK+oGVDpdxoqi3qV7sHu/4WzkL7wvwbA== +metro-react-native-babel-transformer@0.72.1, metro-react-native-babel-transformer@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.72.1.tgz#e2611c2c1afde1eaaa127d72fe92d94a2d8d9058" + integrity sha512-hMnN0MOgVloAk94YuXN7sLeDaZ51Y6xIcJXxIU1s/KaygAGXk6o7VAdwf2MY/IV1SIct5lkW4Gn71u/9/EvfXA== dependencies: "@babel/core" "^7.14.0" babel-preset-fbjs "^3.4.0" hermes-parser "0.8.0" - metro-babel-transformer "0.72.0" - metro-react-native-babel-preset "0.72.0" - metro-source-map "0.72.0" + metro-babel-transformer "0.72.1" + metro-react-native-babel-preset "0.72.1" + metro-source-map "0.72.1" nullthrows "^1.1.1" -metro-resolver@0.72.0, metro-resolver@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.0.tgz#a0877267a16ab3fdd730a5bcabde08c8f437e108" - integrity sha512-aQ3ILLFs6e7lju60WVhU3lxROJ+fZluiOncqLq0o0QECCnrEbWQTRVMQmDTpq5cI/w7k6tSbNMhlUzPPLFI5Uw== +metro-resolver@0.72.1, metro-resolver@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.1.tgz#3b1eb4f9053efb0b8e5a8a66e38280d10be89dff" + integrity sha512-/wAP/hSdjHz4EZsI/Mg/RFz1zybApjmGoB+gNwo4mPeLrwGOrkscazkWIQTS653fA4DLsXcZmsmOv3T9240L3Q== dependencies: absolute-path "^0.0.0" -metro-runtime@0.72.0, metro-runtime@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.72.0.tgz#f72b158fc5072a83b6274d6eae1db41fb065d77e" - integrity sha512-ZY372filZa8KApndcC2MuuObUufW8A4UEYHaKv6onIT0maCX2mzNGaDIiOXs6i5gHjb801qaR0a3UqCVxhGgeQ== +metro-runtime@0.72.1, metro-runtime@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.72.1.tgz#155d7042b68215f688d56d5d0d709b0f15d5978c" + integrity sha512-CO+fvJKYHKuR2vo7kjsegQ2oF3FMwa4YhnUInQ+xPVxWoy8DbOpmruKBoTsQVgHwyIziXzvJa+mze/6CFvT+3A== dependencies: "@babel/runtime" "^7.0.0" + react-refresh "^0.4.0" -metro-source-map@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.72.0.tgz#1f15e838a81060573a0d0011a726001a9a08ad29" - integrity sha512-uLeyQu2pyW9IlelWX1CJx4PfGYZTbKHKQ8NVFutv+j299UgUvcav+zUG7mvqrYZH4JX4YbnnD9ppqOxiFuq1IA== +metro-source-map@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.72.1.tgz#2869058e3ef4cf9161b7b53dc6ba94980f26dd93" + integrity sha512-77TZuf10Ru+USo97HwDT8UceSzOGBZB8EYTObOsR0n1sjQHjvKsMflLA9Pco13o9NsIYAG6c6P/0vIpiHKqaKA== dependencies: "@babel/traverse" "^7.14.0" "@babel/types" "^7.0.0" invariant "^2.2.4" - metro-symbolicate "0.72.0" + metro-symbolicate "0.72.1" nullthrows "^1.1.1" - ob1 "0.72.0" + ob1 "0.72.1" source-map "^0.5.6" vlq "^1.0.0" -metro-symbolicate@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.72.0.tgz#ca46943d522cef8123735b71fb81b57cc867c48f" - integrity sha512-+sTL57kzRVnYdNfjaGbNCO0RLQowGN+U5bpkhOcB6Ax7Dn+9vLVwLaBMSNQIBfiua1a88Z4GFRvFiPNHR8hYKw== +metro-symbolicate@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.72.1.tgz#8ae41085e888a3bbe49c89904e7c482e1f6bda9b" + integrity sha512-ScC3dVd2XrfZSd6kubOw7EJNp2oHdjrqOjGpFohtcXGjhqkzDosp7Fg84VgwQGN8g720xvUyEBfSMmUCXcicOQ== dependencies: invariant "^2.2.4" - metro-source-map "0.72.0" + metro-source-map "0.72.1" nullthrows "^1.1.1" source-map "^0.5.6" through2 "^2.0.1" vlq "^1.0.0" -metro-transform-plugins@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.72.0.tgz#d495c6a535da33d986430dc0ef6eee7549dbe47b" - integrity sha512-IV7znwPOKusmfRbZi/TLUrdJqQTZBaufNZJ+evW+yM7Vjy4mGHy1GDlgOkGiMjzjIqB8yFSNh1oVo3q7LJlxlA== +metro-transform-plugins@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.72.1.tgz#d414ad1640df6d7d9971f9753dc9c9f00fdcdf86" + integrity sha512-SK8RCMbJ9WsCs69a3kOsvjldPqNOjUo8ZHTVxl8QmB5M6KkxlbxYxpa5y0whgVR/zvEglhnzQ0EIvc1OJrcQwg== dependencies: "@babel/core" "^7.14.0" "@babel/generator" "^7.14.0" @@ -5241,29 +5192,29 @@ metro-transform-plugins@0.72.0: "@babel/traverse" "^7.14.0" nullthrows "^1.1.1" -metro-transform-worker@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.72.0.tgz#3b9dd519b6383b32ea82e3deeb2229de2aa25fe5" - integrity sha512-QUFXeU4R4xgLkxczZUmI63XHbu418YlEh2km1c2vUwuDpEYvKndBi15tlwBkXU5uaWWqUVA59FnJdccExWtD8Q== +metro-transform-worker@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.72.1.tgz#e74c692291ac316898f362c291720055c355a052" + integrity sha512-fR99e/n9U/g5SqwhQEIUd9yKrTQ4gljJJPpm/CJjTN4FrzHXC5SXGbj4JZ8WBbTEfKXCJuZAmXEQZ9yljPzlUQ== dependencies: "@babel/core" "^7.14.0" "@babel/generator" "^7.14.0" "@babel/parser" "^7.14.0" "@babel/types" "^7.0.0" babel-preset-fbjs "^3.4.0" - metro "0.72.0" - metro-babel-transformer "0.72.0" - metro-cache "0.72.0" - metro-cache-key "0.72.0" - metro-hermes-compiler "0.72.0" - metro-source-map "0.72.0" - metro-transform-plugins "0.72.0" + metro "0.72.1" + metro-babel-transformer "0.72.1" + metro-cache "0.72.1" + metro-cache-key "0.72.1" + metro-hermes-compiler "0.72.1" + metro-source-map "0.72.1" + metro-transform-plugins "0.72.1" nullthrows "^1.1.1" -metro@0.72.0, metro@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.72.0.tgz#6b7d536b28a36422bffa4e815fd27224df0273c6" - integrity sha512-LyZfgtAHkxtXBU99SBeN06UfnZyE1pcmEw7fkslZvFS2DXe30WeRosPvy/5uVgeD9du2y62Q3T7H73qRepJggQ== +metro@0.72.1, metro@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.72.1.tgz#b5eb6849605be8299e3e632ce81db7a4b58fe8f8" + integrity sha512-O3EEQEEz2RxXbd53lvUhrVniOcrM+sQBNDVeud/brpaZTqJer5jvICYtHoLkSl9i6ykQA41wd9un5DE8rwiRkg== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.14.0" @@ -5288,22 +5239,22 @@ metro@0.72.0, metro@^0.72.0: invariant "^2.2.4" jest-worker "^27.2.0" lodash.throttle "^4.1.1" - metro-babel-transformer "0.72.0" - metro-cache "0.72.0" - metro-cache-key "0.72.0" - metro-config "0.72.0" - metro-core "0.72.0" - metro-file-map "0.72.0" - metro-hermes-compiler "0.72.0" - metro-inspector-proxy "0.72.0" - metro-minify-uglify "0.72.0" - metro-react-native-babel-preset "0.72.0" - metro-resolver "0.72.0" - metro-runtime "0.72.0" - metro-source-map "0.72.0" - metro-symbolicate "0.72.0" - metro-transform-plugins "0.72.0" - metro-transform-worker "0.72.0" + metro-babel-transformer "0.72.1" + metro-cache "0.72.1" + metro-cache-key "0.72.1" + metro-config "0.72.1" + metro-core "0.72.1" + metro-file-map "0.72.1" + metro-hermes-compiler "0.72.1" + metro-inspector-proxy "0.72.1" + metro-minify-uglify "0.72.1" + metro-react-native-babel-preset "0.72.1" + metro-resolver "0.72.1" + metro-runtime "0.72.1" + metro-source-map "0.72.1" + metro-symbolicate "0.72.1" + metro-transform-plugins "0.72.1" + metro-transform-worker "0.72.1" mime-types "^2.1.27" node-fetch "^2.2.0" nullthrows "^1.1.1" @@ -5546,10 +5497,10 @@ nwsapi@^2.2.0: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== -ob1@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.72.0.tgz#13fa85d2fd1444d534156ac701c492fa6c17c956" - integrity sha512-QwCDyk1SvGg6KVEgpvAK9xG+7+0sEUZYuzNBT+aucFFVDkw0nHmsgfpzxNiiZwcSpWb04IxGp4CKAmFQBmLQPw== +ob1@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.72.1.tgz#043943baf35a3fff1c1a436ad29410cfada8b912" + integrity sha512-TyQX2gO08klGTMuzD+xm3iVrzXiIygCB7t+NWeicOR05hkzgeWOiAZ8q40uMfIDRfEAc6hd66sJdIEhU/yUZZA== object-assign@^4.1.1: version "4.1.1" @@ -5904,14 +5855,6 @@ pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -plist@^3.0.2: - version "3.0.5" - resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.5.tgz#2cbeb52d10e3cdccccf0c11a63a85d830970a987" - integrity sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA== - dependencies: - base64-js "^1.5.1" - xmlbuilder "^9.0.7" - posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" @@ -6058,10 +6001,10 @@ react-is@^18.1.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== -react-native-codegen@^0.70.3: - version "0.70.3" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.3.tgz#83f5df704f4856d89c136c963d326d051d30c4e0" - integrity sha512-OYEXmlfhk9BcvukuQ6LxcbyigPqv91/HVPsUWr6tjBp9mpiqkBdQnSebH7kSq+ork1EguOpVKd+l3Qe61odMHQ== +react-native-codegen@^0.70.4: + version "0.70.4" + resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.4.tgz#10a02cd9a3e9ead922305c13b9940a048b69d165" + integrity sha512-bPyd5jm840omfx24VRyMP+KPzAefpRDwE18w5ywMWHCWZBSqLn1qI9WgBPnavlIrjTEuzxznWQNcaA26lw8AMQ== dependencies: "@babel/parser" "^7.14.0" flow-parser "^0.121.0" @@ -6079,10 +6022,10 @@ react-native-gesture-handler@^2.5.0: lodash "^4.17.21" prop-types "^15.7.2" -react-native-gradle-plugin@^0.70.1: - version "0.70.1" - resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.1.tgz#3d12a7db9c6ac655accf6854b72cf262e205dce4" - integrity sha512-6bfvoIL2lOqf4Dg+os+Pp7GMkBQYr/5pcoN8U/m7fgUSnDYJc4JLVyaA+ftwlaTW11YBcJU+aylMlBHyKzCOVA== +react-native-gradle-plugin@^0.70.2: + version "0.70.2" + resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.2.tgz#b5130f2c196e27c4c5912706503d69b8790f1937" + integrity sha512-k7d+CVh0fs/VntA2WaKD58cFB2rtiSLBHYlciH18ncaT4N/B3A4qOGv9pSCEHfQikELm6vAf98KMbE3c8KnH1A== "react-native-reanimated@link:..": version "0.0.0" @@ -6100,15 +6043,15 @@ react-native-screens@software-mansion/react-native-screens#dfc90db38f849ca7e3a78 react-freeze "^1.0.0" warn-once "^0.1.0" -react-native@0.70.0-rc.2: - version "0.70.0-rc.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.0-rc.2.tgz#94bffb8f3451206f0943289820e35b63fb07bb73" - integrity sha512-PxyJj3VGb585QRlGa/psHF9Mcd1pAApig2YmTNogkBKgTE6IKgd+t1vWqwawGZjskn7HF61uPAh1aCVPhLzgyQ== +react-native@0.70.0-rc.4: + version "0.70.0-rc.4" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.0-rc.4.tgz#c08696ffddc12c51dd7c5e70f925d8aca57ec6b7" + integrity sha512-Bs9dcedec5hzi4Jsa+R2zg+jv2J65IeS5v6F5pD27niEUqTaklQGZy81bvfS/3vS83yvrqYJFEyXkf8zQH1kzw== dependencies: "@jest/create-cache-key-function" "^27.0.1" - "@react-native-community/cli" "^9.0.0-alpha.9" - "@react-native-community/cli-platform-android" "^9.0.0-alpha.5" - "@react-native-community/cli-platform-ios" "^9.0.0-alpha.5" + "@react-native-community/cli" "^9.0.0" + "@react-native-community/cli-platform-android" "^9.0.0" + "@react-native-community/cli-platform-ios" "^9.0.0" "@react-native/assets" "1.0.0" "@react-native/normalize-color" "2.0.0" "@react-native/polyfills" "2.0.0" @@ -6119,16 +6062,16 @@ react-native@0.70.0-rc.2: invariant "^2.2.4" jsc-android "^250230.2.1" memoize-one "^5.0.0" - metro-react-native-babel-transformer "0.72.0" - metro-runtime "0.72.0" - metro-source-map "0.72.0" + metro-react-native-babel-transformer "0.72.1" + metro-runtime "0.72.1" + metro-source-map "0.72.1" mkdirp "^0.5.1" nullthrows "^1.1.1" pretty-format "^26.5.2" promise "^8.0.3" react-devtools-core "4.24.0" - react-native-codegen "^0.70.3" - react-native-gradle-plugin "^0.70.1" + react-native-codegen "^0.70.4" + react-native-gradle-plugin "^0.70.2" react-refresh "^0.4.0" react-shallow-renderer "^16.15.0" regenerator-runtime "^0.13.2" @@ -7432,11 +7375,6 @@ xml-name-validator@^3.0.0: resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== -xmlbuilder@^9.0.7: - version "9.0.7" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" - integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= - xmlchars@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" diff --git a/package.json b/package.json index 44c89eda718..2e0e133ec8f 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "madge": "^5.0.1", "prettier": "^2.5.1", "react": "17.0.2", - "react-native": "0.70.0-rc.2", + "react-native": "0.70.0-rc.4", "react-native-builder-bob": "^0.18.3", "react-native-codegen": "^0.0.7", "react-native-gesture-handler": "^2.4.2", diff --git a/yarn.lock b/yarn.lock index 2c4438b5354..d5925a3c190 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3103,42 +3103,42 @@ dependencies: "@octokit/openapi-types" "^10.6.4" -"@react-native-community/cli-clean@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.0.0-alpha.10.tgz#d213387d74e4459f9e901028df4843f0fa2ef24f" - integrity sha512-uaLFGUiGfGNMZGm/Z3eEKNJ56z+fpiytEMGbhCAdM44aXgkIslGJXRgnTszekd7ZbIqc2nlODXSj1Nuamgnpig== +"@react-native-community/cli-clean@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.0.0.tgz#b56fa97683f86d59f82d63080a5161bf612a7f5e" + integrity sha512-PaSz11fdSr5YI4YPl/auPdk7UCJaKFsH3gyFm8fKHqry2iPYQ3v3K8/FccVzmGbHgrvOcgAoWyhdVaFznXSp7A== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.0.0-alpha.10.tgz#60fb2633ddb74fe3b064e0e902a891cd8e4d5372" - integrity sha512-AcHLIkG2cOpUrEaBSy5ejD6sSGsiymYvqRuKFWlWc9ebPArpM/ltqMW6lIlI0t7wFnCX3vBn/yu02dKEMc7aCg== +"@react-native-community/cli-config@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.0.0.tgz#1bce91ebadd8e87fdc3a8b62d27ce99486314ec5" + integrity sha512-f61VjBZP/GoD1wwYdz4Y8lQeRpUwEtc/vgWSP6FDlsmGjCh0qtS7k2joEq7fJGStTC9xSl7weEx0+mo4yj3oUA== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" cosmiconfig "^5.1.0" deepmerge "^3.2.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@^9.0.0-alpha.4": - version "9.0.0-alpha.4" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-9.0.0-alpha.4.tgz#700d04b6020ba609e4b381dd4c9c9aee4147711e" - integrity sha512-UD4X2dRb26JB6elQjogkzx22EXj4VlRSE8q5O7zQDs7miEi+LEjfucs9N3U6pHmtMqan2D9VO8HVV2tBDhB2wA== +"@react-native-community/cli-debugger-ui@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-9.0.0.tgz#ea5c5dad6008bccd840d858e160d42bb2ced8793" + integrity sha512-7hH05ZwU9Tp0yS6xJW0bqcZPVt0YCK7gwj7gnRu1jDNN2kughf6Lg0Ys29rAvtZ7VO1PK5c1O+zs7yFnylQDUA== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.0.0-alpha.10.tgz#0de3a75f786e219a777d58534ae22b41528fe123" - integrity sha512-5LFVz1vs0HZlX9bX+LOfuYIAlkYeIgGxoMcANPdOCV5aLopI1gKy7hrDY8K6wTAqVsF5bajWqotVXGFPfocuBw== +"@react-native-community/cli-doctor@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.0.0.tgz#d0f6da3dcffd4f606a46e3a3a051b3f820c3058c" + integrity sha512-W5Z0V+vaOM5hcbOUGakhXjYAa4qrH4XVEw4wnpmVb+2Qme0Cwdf9pH4wdGXsCz2cu2CWQu6DfxB6qbDFR5+HiQ== dependencies: - "@react-native-community/cli-config" "^9.0.0-alpha.10" - "@react-native-community/cli-platform-ios" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-config" "^9.0.0" + "@react-native-community/cli-platform-ios" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -3153,23 +3153,23 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/cli-hermes@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.0.0-alpha.10.tgz#75e8ae58c03f2a388759056ab058c620a0fe68f2" - integrity sha512-fJADR0xFJZ0zcOoYnuJzf4atlZR/QesmtnQ4UzoXsLv67IG0EDeBdiJ7ioI91o6c7C0C8HPK7fq57yygXSzPWw== +"@react-native-community/cli-hermes@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.0.0.tgz#c48b2aeec8bf4959c429d5bead033ffbf8d305fb" + integrity sha512-wdv8coZ2Ptw0QQ24M8oKYsncrdIjCXIOb4d2lFp5fFmWaEbL05e8zYOavS/WSMBHwsTKiz6wCxhRYcOcX9ysFA== dependencies: - "@react-native-community/cli-platform-android" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-platform-android" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@^9.0.0-alpha.10", "@react-native-community/cli-platform-android@^9.0.0-alpha.5": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0-alpha.10.tgz#bfd2f8c3241b41b42b46c96a8b67a73ea74c59ae" - integrity sha512-+rgrl1d/urp4B02IcuDWELTPY5Ocm2jehwwMCoHmHJoxBHsAc5QYdfFx7PUWZCfbpotHSIG8rlQKG51ZJHeiIQ== +"@react-native-community/cli-platform-android@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.0.0.tgz#c21b26f456c568687c0e58a6e42ba8b11b607b8a" + integrity sha512-4Rp5OUZW/7Qc9hyCd+ZEikuu2k9dW3ssu6KzWygbVc9wY80i4GQmvjfsiUi21o3uPDvL4KUMANmnQqoTOIcVMA== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" fs-extra "^8.1.0" @@ -3177,40 +3177,40 @@ logkitty "^0.7.1" slash "^3.0.0" -"@react-native-community/cli-platform-ios@^9.0.0-alpha.10", "@react-native-community/cli-platform-ios@^9.0.0-alpha.5": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0-alpha.10.tgz#e22f51619875439778815b6620da8696929e4bcc" - integrity sha512-emgQzlpTKlFYDogWsmpS4Md4nINDVtyzimjxBCG7WmCYDYDX0INS11hiFU5+WZopwyd779SpE7dwLzdLqQj3LA== +"@react-native-community/cli-platform-ios@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.0.0.tgz#90d95272197cef84a8bcf5801f0b8a1c5964fc62" + integrity sha512-ODS/DiNvKlEqL+Y4tU/DOIff7th733JOkJRC/GZFCWlCyC0gyutxtbGfWxPW5ifm6NS5oc/EXiIZvCtzTnFnhQ== dependencies: - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" execa "^1.0.0" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.0.0-alpha.10.tgz#c38dbdf9d4b89dcfafa7c32db3d6096f9f33072d" - integrity sha512-ikwIiW0qqjh6o/RCNlmMPE4IninlhG/ibAw6VnlZ5hh7y0P7QR8J36M1O9JYLHx58TBUJDGgsLKCBcc9juru1Q== +"@react-native-community/cli-plugin-metro@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.0.0.tgz#a54c2242205a740a3627f3f8e0c3d250aeca53dc" + integrity sha512-kKQa2vhkg1HJA/ZBdGX9dFR8WqBGgUe41BX9kinvB5zYmfWeX/JwOxorGKNSmvql88LROckrvZtzH+p9YR0G5g== dependencies: - "@react-native-community/cli-server-api" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-server-api" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" chalk "^4.1.2" - metro "^0.72.0" - metro-config "^0.72.0" - metro-core "^0.72.0" - metro-react-native-babel-transformer "^0.72.0" - metro-resolver "^0.72.0" - metro-runtime "^0.72.0" + metro "^0.72.1" + metro-config "^0.72.1" + metro-core "^0.72.1" + metro-react-native-babel-transformer "^0.72.1" + metro-resolver "^0.72.1" + metro-runtime "^0.72.1" readline "^1.3.0" -"@react-native-community/cli-server-api@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.0.0-alpha.10.tgz#a1ef70947848fcec18c8d9f59f65e6819b075886" - integrity sha512-1rWN2SFErf3j0OU8OAvKIOBvG3Nq3aIywa9XGmMNEKvmOu4tueJQ4OVf3IBJ7MZO1skLz2FqfVP3efSpTGBFHw== +"@react-native-community/cli-server-api@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.0.0.tgz#3cf289c17428b48be3c3054ce624d7c14d8e8034" + integrity sha512-4b7yOsTeqZGBD7eIczjMkzegvegIRQGT0lLtofNCpI5Gof0vMYpo1rM2cY76TgjIQiBhVA0pVKcfXUD/u9BA9Q== dependencies: - "@react-native-community/cli-debugger-ui" "^9.0.0-alpha.4" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" + "@react-native-community/cli-debugger-ui" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.0" @@ -3219,10 +3219,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@^9.0.0-alpha.10": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0-alpha.10.tgz#5615c8c32d6f265b67882c10f8abdcbb45d9c6cd" - integrity sha512-fbGYwHD8vyRLYIcWsGtcoJdZmwDAO6fD2tctwt1VY2lreHvZlSx6xRtReYzumr81I0/Fh4XXWRyrYITyPh14GA== +"@react-native-community/cli-tools@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.0.0.tgz#62d2ce2b253e62b62ff722bc985f6e414a3abf5c" + integrity sha512-qv8e9i4ybdRVw2VxolvVGv1mH9lMhstEuMvxvpwqHGNhTyevwpdVevuR5D/lbPz2EXogQpnMdQMLCiDoxxV4Ow== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -3234,27 +3234,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@^9.0.0-alpha.0": - version "9.0.0-alpha.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.0.0-alpha.0.tgz#b0809b868e1a2a0c326a0f218abdbb8ff7744272" - integrity sha512-pnQVEN9XcYfqIPKwRbzv5HRH3aEjyJYr3V2cOPOaCMuAKU1tWdHXakY1zfui1jTiQG6h6hOkmmMjr3j2vY1ndQ== +"@react-native-community/cli-types@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.0.0.tgz#bceed6f34180c926039c244b841afa71727eb29c" + integrity sha512-EsDHzJwGA7Fkb1TErxiWMZIu50836NKgX3/dzPTwI/5KfvGPRjt4sBHvKJ7cQVMe1IgHwPhcO6izjcK69MPjTA== dependencies: joi "^17.2.1" -"@react-native-community/cli@^9.0.0-alpha.9": - version "9.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.0.0-alpha.10.tgz#262e46f9e85d4953a778fd6f366d36a9046eb82b" - integrity sha512-JM17o3vyIVvTQgJsHBdjGjBpak6qxCO8hmHG3fthDYBF3KZmYE62Af+m7r7MlHkqPFlsuwqHdQHfD2f5XpwrEA== - dependencies: - "@react-native-community/cli-clean" "^9.0.0-alpha.10" - "@react-native-community/cli-config" "^9.0.0-alpha.10" - "@react-native-community/cli-debugger-ui" "^9.0.0-alpha.4" - "@react-native-community/cli-doctor" "^9.0.0-alpha.10" - "@react-native-community/cli-hermes" "^9.0.0-alpha.10" - "@react-native-community/cli-plugin-metro" "^9.0.0-alpha.10" - "@react-native-community/cli-server-api" "^9.0.0-alpha.10" - "@react-native-community/cli-tools" "^9.0.0-alpha.10" - "@react-native-community/cli-types" "^9.0.0-alpha.0" +"@react-native-community/cli@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.0.0.tgz#dcbf3815046d925f05e11fe862fbcd9c4575345b" + integrity sha512-PHt4aPMw3TP/QSaFvlUjfcCniEjz7egXamIMNxNVdUsSr2JhDr6W0l+CflpRMU2ZYlb+79o8lXHWAo38drJ0ow== + dependencies: + "@react-native-community/cli-clean" "^9.0.0" + "@react-native-community/cli-config" "^9.0.0" + "@react-native-community/cli-debugger-ui" "^9.0.0" + "@react-native-community/cli-doctor" "^9.0.0" + "@react-native-community/cli-hermes" "^9.0.0" + "@react-native-community/cli-plugin-metro" "^9.0.0" + "@react-native-community/cli-server-api" "^9.0.0" + "@react-native-community/cli-tools" "^9.0.0" + "@react-native-community/cli-types" "^9.0.0" chalk "^4.1.2" commander "^9.4.0" execa "^1.0.0" @@ -8094,53 +8094,53 @@ merge2@^1.4.1: resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== -metro-babel-transformer@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.72.0.tgz#18a425865fcdc817363e0982f6d1e3f6a1f8ee74" - integrity sha512-bezw+WQo7S+XmOqlIQ699TVWhTrHAEVtOZdK1JQeBTlxE4dvFu5xl8G2xYOvcmlE3UFbFZVjxD1kwKxRuFk0vQ== +metro-babel-transformer@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.72.1.tgz#53129a496f7309cd434cfc9f8d978317e928cae1" + integrity sha512-VK7A9gepnhrKC0DMoxtPjYYHjkkfNwzLMYJgeL6Il6IaX/K/VHTILSEqgpxfNDos2jrXazuR5+rXDLE/RCzqmw== dependencies: "@babel/core" "^7.14.0" hermes-parser "0.8.0" - metro-source-map "0.72.0" + metro-source-map "0.72.1" nullthrows "^1.1.1" -metro-cache-key@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.72.0.tgz#347eebbe5a7b806f675e52890722ab1b88c953d9" - integrity sha512-zoZ2SXzjJeXkwGikx2V97r7D/yo6rZOdM9iARKugj+Dk+9W+VdehiGNnmIwKmbIudCWulWOpWkJOeygeUkTfIw== +metro-cache-key@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.72.1.tgz#49ac573871303daed827c7f788b0fec3349a246f" + integrity sha512-srw2FYEUnFDGXn3I/wlFUSR+B0uA1OKf0qCms8mYA0X2zrP0AsNKtqGzCJZZMfgz9x+OVZWYr0LrJsS7vTC9Yw== -metro-cache@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.72.0.tgz#423e38d9c45b815ff1ef2800a60f5a3c1bc333b0" - integrity sha512-Ui7qilKLjDMdc+IlkyhQXQ0wVAz9ji6qAyUC6q6WUkEyo9fp3j1Bv2c7MogXeGoRLkfw0YGXa3DFqZG8vBNDbg== +metro-cache@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.72.1.tgz#287dc9c49adc4b3123f004f16c71fcbe0bfaa38c" + integrity sha512-g/R4rO5/DdV0S5GW73g5JHDoRxXrMMQ5AQm3/JwgZUSGPayIjSXvAi5mn/ksasyhVTjKAy/YoJE/UnDY2DaaDw== dependencies: - metro-core "0.72.0" + metro-core "0.72.1" rimraf "^2.5.4" -metro-config@0.72.0, metro-config@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.72.0.tgz#c027dc429d1750a6d44033fb2f5bf11c0cc4df4c" - integrity sha512-hdJUbASzO/zPo6Ip9s7FH+nnWhEqPc610xzQUBjP5PZlpfl4sOqTn+cpmy2fk1LdMV8x4Wr6y6lsEJI+pbVDKA== +metro-config@0.72.1, metro-config@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.72.1.tgz#2e225160d9340f4621cc1a4667f077ae9897b64f" + integrity sha512-hOPxvAaRhpqF5toDu3KhZA47YKUPXtClM9TCw3PoW/ziB3v30WDFLLdFqNty5fhbeZSKqkFj/Mcc/bolQzjm+g== dependencies: cosmiconfig "^5.0.5" jest-validate "^26.5.2" - metro "0.72.0" - metro-cache "0.72.0" - metro-core "0.72.0" - metro-runtime "0.72.0" + metro "0.72.1" + metro-cache "0.72.1" + metro-core "0.72.1" + metro-runtime "0.72.1" -metro-core@0.72.0, metro-core@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.72.0.tgz#1eb6cdde21293a7bd7a188c419780180004e9925" - integrity sha512-MeEdRBl1OQxUukI2VBAOFjUl4hU2Ll9+I72WGX1mz9qqCrslJ7++4tEmnTplbLaYBSPb0PSH3+zC073aL1yeRg== +metro-core@0.72.1, metro-core@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.72.1.tgz#e49df266fd1ea17fd1c113252aca8540e39c474b" + integrity sha512-VyKuuXn6ArNmQbAa220Ql36Nz7ZP8pyVZH3kYJw6a7yh1bDjRvOauyass//lvTorwXiOYKqckGb1ygRT1gSF5A== dependencies: lodash.throttle "^4.1.1" - metro-resolver "0.72.0" + metro-resolver "0.72.1" -metro-file-map@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.72.0.tgz#943f068f0cefe70d37d9fda13dd21ec94fdecf2e" - integrity sha512-bKkwgrrGOlGtdhuYqqdaiiNH7dRKLDgNNgVps9uOBqpJMX/d8/f+4uurRAFSZeRcJGZ1bu7ljvFg9+8xYZlKig== +metro-file-map@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.72.1.tgz#dc00d96d4f90316daa5984ce96230093e83ff090" + integrity sha512-lhP33VyPerDpv2oHxXsfzpWzBMQuDejKo8ZP2mQPQFyNISIEiURWJHaItbsV8DUDyd3aTHKxAspz8qJO5aI0aw== dependencies: abort-controller "^3.0.0" anymatch "^3.0.3" @@ -8157,32 +8157,32 @@ metro-file-map@0.72.0: optionalDependencies: fsevents "^2.1.2" -metro-hermes-compiler@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.72.0.tgz#b754df502e48c02c9523b92ef1ed5e19b1d94921" - integrity sha512-QkY8rHFKhjVlrrxB2FEj8bGzYVHNTOx/IENSlKx3PxlchFMGCG8fxVgzB8u5VyIW610hKd5d+Ux2pXldtm/vSA== +metro-hermes-compiler@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.72.1.tgz#0a666ca8a006e85bd5428457473fe8ce70ed82a2" + integrity sha512-WBT5U85R/VZRAmwFgmxnSS/jbUSy/j08wXY2Gf7XCBCo+g4W+AFVauHeQ9iaczGeLVF6jnY5Osd6weQAGWcvaA== -metro-inspector-proxy@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.72.0.tgz#a0cb144af9cce828731d2fccde143e0fd4e42286" - integrity sha512-GIToyQr9xkap/ayt1MVMCU7/ZecVsPrCqOjL58TgXfE/5L7wF87p+mPy8nqceHAqgajCukfQC4n5McwxFEp4KA== +metro-inspector-proxy@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.72.1.tgz#506f22d0867729e02c732feb3608ed5aa51903e9" + integrity sha512-C2JoQc4EKRTgmIVrpSAH/bgJf9HUy8aSZh1M9VRqjnDICtD+pie54eUPBFqiJ41EOa7ToD3FtA6p7ITTuw2Llg== dependencies: connect "^3.6.5" debug "^2.2.0" ws "^7.5.1" yargs "^15.3.1" -metro-minify-uglify@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.72.0.tgz#1a4a0f1734c841771f60aa5664b27d922dc69ba8" - integrity sha512-3NtBGA1w9+9524bTCvsRajq+YqEw/p/MQTeZ1746Qs8QjtrvXgxGlCeRvH/6yhQpss+LnXmiPO60Ql9YvT8yYw== +metro-minify-uglify@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.72.1.tgz#aef8a58bd47dd618c5efa51edc079832fb81b519" + integrity sha512-wGRsOlTx01g0wNDF/QHy9nrMARxBc/Kv+ph/Rv+JeNapwYK2jaEiMjmWizTlZjCHq9Y/wqH79je4mDfyzgjo8w== dependencies: uglify-es "^3.1.9" -metro-react-native-babel-preset@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.0.tgz#7cbb0fa9cc918aca372c40791291f159e7cd2d36" - integrity sha512-AcS5X/eacckVj6oX8G0/KT4Q9+PsZoUchTe5xnBimHAJ1ZjOhjnHSkdAM7+MHRQlp4L63pCSp0/bsJoDbF6X1g== +metro-react-native-babel-preset@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.1.tgz#6da276375f20312306c1545c47c439e445b9c628" + integrity sha512-DlvMw2tFrCqD9OXBoN11fPM09kHC22FZpnkTmG4Pr4kecV+aDmEGxwakjUcjELrX1JCXz2MLPvqeJkbiP1f5CA== dependencies: "@babel/core" "^7.14.0" "@babel/plugin-proposal-async-generator-functions" "^7.0.0" @@ -8224,63 +8224,64 @@ metro-react-native-babel-preset@0.72.0: "@babel/template" "^7.0.0" react-refresh "^0.4.0" -metro-react-native-babel-transformer@0.72.0, metro-react-native-babel-transformer@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.72.0.tgz#5f6ae8454646d735cda57ccd2dbb7b0d692d5234" - integrity sha512-DsZPRgS/QOQDhAVzchGLa/luAiE2UDaIzVRLFfwT1zRUdryWqaaJO8JK+oGVDpdxoqi3qV7sHu/4WzkL7wvwbA== +metro-react-native-babel-transformer@0.72.1, metro-react-native-babel-transformer@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.72.1.tgz#e2611c2c1afde1eaaa127d72fe92d94a2d8d9058" + integrity sha512-hMnN0MOgVloAk94YuXN7sLeDaZ51Y6xIcJXxIU1s/KaygAGXk6o7VAdwf2MY/IV1SIct5lkW4Gn71u/9/EvfXA== dependencies: "@babel/core" "^7.14.0" babel-preset-fbjs "^3.4.0" hermes-parser "0.8.0" - metro-babel-transformer "0.72.0" - metro-react-native-babel-preset "0.72.0" - metro-source-map "0.72.0" + metro-babel-transformer "0.72.1" + metro-react-native-babel-preset "0.72.1" + metro-source-map "0.72.1" nullthrows "^1.1.1" -metro-resolver@0.72.0, metro-resolver@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.0.tgz#a0877267a16ab3fdd730a5bcabde08c8f437e108" - integrity sha512-aQ3ILLFs6e7lju60WVhU3lxROJ+fZluiOncqLq0o0QECCnrEbWQTRVMQmDTpq5cI/w7k6tSbNMhlUzPPLFI5Uw== +metro-resolver@0.72.1, metro-resolver@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.1.tgz#3b1eb4f9053efb0b8e5a8a66e38280d10be89dff" + integrity sha512-/wAP/hSdjHz4EZsI/Mg/RFz1zybApjmGoB+gNwo4mPeLrwGOrkscazkWIQTS653fA4DLsXcZmsmOv3T9240L3Q== dependencies: absolute-path "^0.0.0" -metro-runtime@0.72.0, metro-runtime@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.72.0.tgz#f72b158fc5072a83b6274d6eae1db41fb065d77e" - integrity sha512-ZY372filZa8KApndcC2MuuObUufW8A4UEYHaKv6onIT0maCX2mzNGaDIiOXs6i5gHjb801qaR0a3UqCVxhGgeQ== +metro-runtime@0.72.1, metro-runtime@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.72.1.tgz#155d7042b68215f688d56d5d0d709b0f15d5978c" + integrity sha512-CO+fvJKYHKuR2vo7kjsegQ2oF3FMwa4YhnUInQ+xPVxWoy8DbOpmruKBoTsQVgHwyIziXzvJa+mze/6CFvT+3A== dependencies: "@babel/runtime" "^7.0.0" + react-refresh "^0.4.0" -metro-source-map@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.72.0.tgz#1f15e838a81060573a0d0011a726001a9a08ad29" - integrity sha512-uLeyQu2pyW9IlelWX1CJx4PfGYZTbKHKQ8NVFutv+j299UgUvcav+zUG7mvqrYZH4JX4YbnnD9ppqOxiFuq1IA== +metro-source-map@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.72.1.tgz#2869058e3ef4cf9161b7b53dc6ba94980f26dd93" + integrity sha512-77TZuf10Ru+USo97HwDT8UceSzOGBZB8EYTObOsR0n1sjQHjvKsMflLA9Pco13o9NsIYAG6c6P/0vIpiHKqaKA== dependencies: "@babel/traverse" "^7.14.0" "@babel/types" "^7.0.0" invariant "^2.2.4" - metro-symbolicate "0.72.0" + metro-symbolicate "0.72.1" nullthrows "^1.1.1" - ob1 "0.72.0" + ob1 "0.72.1" source-map "^0.5.6" vlq "^1.0.0" -metro-symbolicate@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.72.0.tgz#ca46943d522cef8123735b71fb81b57cc867c48f" - integrity sha512-+sTL57kzRVnYdNfjaGbNCO0RLQowGN+U5bpkhOcB6Ax7Dn+9vLVwLaBMSNQIBfiua1a88Z4GFRvFiPNHR8hYKw== +metro-symbolicate@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.72.1.tgz#8ae41085e888a3bbe49c89904e7c482e1f6bda9b" + integrity sha512-ScC3dVd2XrfZSd6kubOw7EJNp2oHdjrqOjGpFohtcXGjhqkzDosp7Fg84VgwQGN8g720xvUyEBfSMmUCXcicOQ== dependencies: invariant "^2.2.4" - metro-source-map "0.72.0" + metro-source-map "0.72.1" nullthrows "^1.1.1" source-map "^0.5.6" through2 "^2.0.1" vlq "^1.0.0" -metro-transform-plugins@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.72.0.tgz#d495c6a535da33d986430dc0ef6eee7549dbe47b" - integrity sha512-IV7znwPOKusmfRbZi/TLUrdJqQTZBaufNZJ+evW+yM7Vjy4mGHy1GDlgOkGiMjzjIqB8yFSNh1oVo3q7LJlxlA== +metro-transform-plugins@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.72.1.tgz#d414ad1640df6d7d9971f9753dc9c9f00fdcdf86" + integrity sha512-SK8RCMbJ9WsCs69a3kOsvjldPqNOjUo8ZHTVxl8QmB5M6KkxlbxYxpa5y0whgVR/zvEglhnzQ0EIvc1OJrcQwg== dependencies: "@babel/core" "^7.14.0" "@babel/generator" "^7.14.0" @@ -8288,29 +8289,29 @@ metro-transform-plugins@0.72.0: "@babel/traverse" "^7.14.0" nullthrows "^1.1.1" -metro-transform-worker@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.72.0.tgz#3b9dd519b6383b32ea82e3deeb2229de2aa25fe5" - integrity sha512-QUFXeU4R4xgLkxczZUmI63XHbu418YlEh2km1c2vUwuDpEYvKndBi15tlwBkXU5uaWWqUVA59FnJdccExWtD8Q== +metro-transform-worker@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.72.1.tgz#e74c692291ac316898f362c291720055c355a052" + integrity sha512-fR99e/n9U/g5SqwhQEIUd9yKrTQ4gljJJPpm/CJjTN4FrzHXC5SXGbj4JZ8WBbTEfKXCJuZAmXEQZ9yljPzlUQ== dependencies: "@babel/core" "^7.14.0" "@babel/generator" "^7.14.0" "@babel/parser" "^7.14.0" "@babel/types" "^7.0.0" babel-preset-fbjs "^3.4.0" - metro "0.72.0" - metro-babel-transformer "0.72.0" - metro-cache "0.72.0" - metro-cache-key "0.72.0" - metro-hermes-compiler "0.72.0" - metro-source-map "0.72.0" - metro-transform-plugins "0.72.0" + metro "0.72.1" + metro-babel-transformer "0.72.1" + metro-cache "0.72.1" + metro-cache-key "0.72.1" + metro-hermes-compiler "0.72.1" + metro-source-map "0.72.1" + metro-transform-plugins "0.72.1" nullthrows "^1.1.1" -metro@0.72.0, metro@^0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.72.0.tgz#6b7d536b28a36422bffa4e815fd27224df0273c6" - integrity sha512-LyZfgtAHkxtXBU99SBeN06UfnZyE1pcmEw7fkslZvFS2DXe30WeRosPvy/5uVgeD9du2y62Q3T7H73qRepJggQ== +metro@0.72.1, metro@^0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.72.1.tgz#b5eb6849605be8299e3e632ce81db7a4b58fe8f8" + integrity sha512-O3EEQEEz2RxXbd53lvUhrVniOcrM+sQBNDVeud/brpaZTqJer5jvICYtHoLkSl9i6ykQA41wd9un5DE8rwiRkg== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.14.0" @@ -8335,22 +8336,22 @@ metro@0.72.0, metro@^0.72.0: invariant "^2.2.4" jest-worker "^27.2.0" lodash.throttle "^4.1.1" - metro-babel-transformer "0.72.0" - metro-cache "0.72.0" - metro-cache-key "0.72.0" - metro-config "0.72.0" - metro-core "0.72.0" - metro-file-map "0.72.0" - metro-hermes-compiler "0.72.0" - metro-inspector-proxy "0.72.0" - metro-minify-uglify "0.72.0" - metro-react-native-babel-preset "0.72.0" - metro-resolver "0.72.0" - metro-runtime "0.72.0" - metro-source-map "0.72.0" - metro-symbolicate "0.72.0" - metro-transform-plugins "0.72.0" - metro-transform-worker "0.72.0" + metro-babel-transformer "0.72.1" + metro-cache "0.72.1" + metro-cache-key "0.72.1" + metro-config "0.72.1" + metro-core "0.72.1" + metro-file-map "0.72.1" + metro-hermes-compiler "0.72.1" + metro-inspector-proxy "0.72.1" + metro-minify-uglify "0.72.1" + metro-react-native-babel-preset "0.72.1" + metro-resolver "0.72.1" + metro-runtime "0.72.1" + metro-source-map "0.72.1" + metro-symbolicate "0.72.1" + metro-transform-plugins "0.72.1" + metro-transform-worker "0.72.1" mime-types "^2.1.27" node-fetch "^2.2.0" nullthrows "^1.1.1" @@ -8645,10 +8646,10 @@ nwsapi@^2.2.0: resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz" integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== -ob1@0.72.0: - version "0.72.0" - resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.72.0.tgz#13fa85d2fd1444d534156ac701c492fa6c17c956" - integrity sha512-QwCDyk1SvGg6KVEgpvAK9xG+7+0sEUZYuzNBT+aucFFVDkw0nHmsgfpzxNiiZwcSpWb04IxGp4CKAmFQBmLQPw== +ob1@0.72.1: + version "0.72.1" + resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.72.1.tgz#043943baf35a3fff1c1a436ad29410cfada8b912" + integrity sha512-TyQX2gO08klGTMuzD+xm3iVrzXiIygCB7t+NWeicOR05hkzgeWOiAZ8q40uMfIDRfEAc6hd66sJdIEhU/yUZZA== object-assign@^4.1.1: version "4.1.1" @@ -9340,10 +9341,10 @@ react-native-codegen@^0.0.7: jscodeshift "^0.11.0" nullthrows "^1.1.1" -react-native-codegen@^0.70.3: - version "0.70.3" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.3.tgz#83f5df704f4856d89c136c963d326d051d30c4e0" - integrity sha512-OYEXmlfhk9BcvukuQ6LxcbyigPqv91/HVPsUWr6tjBp9mpiqkBdQnSebH7kSq+ork1EguOpVKd+l3Qe61odMHQ== +react-native-codegen@^0.70.4: + version "0.70.4" + resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.4.tgz#10a02cd9a3e9ead922305c13b9940a048b69d165" + integrity sha512-bPyd5jm840omfx24VRyMP+KPzAefpRDwE18w5ywMWHCWZBSqLn1qI9WgBPnavlIrjTEuzxznWQNcaA26lw8AMQ== dependencies: "@babel/parser" "^7.14.0" flow-parser "^0.121.0" @@ -9361,20 +9362,20 @@ react-native-gesture-handler@^2.4.2: lodash "^4.17.21" prop-types "^15.7.2" -react-native-gradle-plugin@^0.70.1: - version "0.70.1" - resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.1.tgz#3d12a7db9c6ac655accf6854b72cf262e205dce4" - integrity sha512-6bfvoIL2lOqf4Dg+os+Pp7GMkBQYr/5pcoN8U/m7fgUSnDYJc4JLVyaA+ftwlaTW11YBcJU+aylMlBHyKzCOVA== +react-native-gradle-plugin@^0.70.2: + version "0.70.2" + resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.2.tgz#b5130f2c196e27c4c5912706503d69b8790f1937" + integrity sha512-k7d+CVh0fs/VntA2WaKD58cFB2rtiSLBHYlciH18ncaT4N/B3A4qOGv9pSCEHfQikELm6vAf98KMbE3c8KnH1A== -react-native@0.70.0-rc.2: - version "0.70.0-rc.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.0-rc.2.tgz#94bffb8f3451206f0943289820e35b63fb07bb73" - integrity sha512-PxyJj3VGb585QRlGa/psHF9Mcd1pAApig2YmTNogkBKgTE6IKgd+t1vWqwawGZjskn7HF61uPAh1aCVPhLzgyQ== +react-native@0.70.0-rc.4: + version "0.70.0-rc.4" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.0-rc.4.tgz#c08696ffddc12c51dd7c5e70f925d8aca57ec6b7" + integrity sha512-Bs9dcedec5hzi4Jsa+R2zg+jv2J65IeS5v6F5pD27niEUqTaklQGZy81bvfS/3vS83yvrqYJFEyXkf8zQH1kzw== dependencies: "@jest/create-cache-key-function" "^27.0.1" - "@react-native-community/cli" "^9.0.0-alpha.9" - "@react-native-community/cli-platform-android" "^9.0.0-alpha.5" - "@react-native-community/cli-platform-ios" "^9.0.0-alpha.5" + "@react-native-community/cli" "^9.0.0" + "@react-native-community/cli-platform-android" "^9.0.0" + "@react-native-community/cli-platform-ios" "^9.0.0" "@react-native/assets" "1.0.0" "@react-native/normalize-color" "2.0.0" "@react-native/polyfills" "2.0.0" @@ -9385,16 +9386,16 @@ react-native@0.70.0-rc.2: invariant "^2.2.4" jsc-android "^250230.2.1" memoize-one "^5.0.0" - metro-react-native-babel-transformer "0.72.0" - metro-runtime "0.72.0" - metro-source-map "0.72.0" + metro-react-native-babel-transformer "0.72.1" + metro-runtime "0.72.1" + metro-source-map "0.72.1" mkdirp "^0.5.1" nullthrows "^1.1.1" pretty-format "^26.5.2" promise "^8.0.3" react-devtools-core "4.24.0" - react-native-codegen "^0.70.3" - react-native-gradle-plugin "^0.70.1" + react-native-codegen "^0.70.4" + react-native-gradle-plugin "^0.70.2" react-refresh "^0.4.0" react-shallow-renderer "^16.15.0" regenerator-runtime "^0.13.2"