diff --git a/Libraries/Core/ReactNativeVersion.js b/Libraries/Core/ReactNativeVersion.js index 3c1cb138f1d30a..cd98ff8a4c9453 100644 --- a/Libraries/Core/ReactNativeVersion.js +++ b/Libraries/Core/ReactNativeVersion.js @@ -12,6 +12,6 @@ exports.version = { major: 0, minor: 69, - patch: 2, + patch: 3, prerelease: null, }; diff --git a/React/Base/RCTVersion.m b/React/Base/RCTVersion.m index bf68e45ca52abf..33bc9447a521b5 100644 --- a/React/Base/RCTVersion.m +++ b/React/Base/RCTVersion.m @@ -23,7 +23,7 @@ __rnVersion = @{ RCTVersionMajor: @(0), RCTVersionMinor: @(69), - RCTVersionPatch: @(2), + RCTVersionPatch: @(3), RCTVersionPrerelease: [NSNull null], }; }); diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 82439338344765..ca6dbb2611ff65 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.69.2 +VERSION_NAME=0.69.3 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java b/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java index 75722614af9d92..93979439a9b5cd 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java @@ -17,6 +17,6 @@ public class ReactNativeVersion { public static final Map VERSION = MapBuilder.of( "major", 0, "minor", 69, - "patch", 2, + "patch", 3, "prerelease", null); } diff --git a/ReactCommon/cxxreact/ReactNativeVersion.h b/ReactCommon/cxxreact/ReactNativeVersion.h index ebb5d4e46536ae..af5ba914867907 100644 --- a/ReactCommon/cxxreact/ReactNativeVersion.h +++ b/ReactCommon/cxxreact/ReactNativeVersion.h @@ -17,7 +17,7 @@ namespace facebook::react { constexpr struct { int32_t Major = 0; int32_t Minor = 69; - int32_t Patch = 2; + int32_t Patch = 3; std::string_view Prerelease = ""; } ReactNativeVersion; diff --git a/package.json b/package.json index dbf7ad66082a58..7778a72653fc7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.69.2", + "version": "0.69.3", "bin": "./cli.js", "description": "A framework for building native apps using React", "license": "MIT", @@ -97,9 +97,9 @@ }, "dependencies": { "@jest/create-cache-key-function": "^27.0.1", - "@react-native-community/cli": "^8.0.3", - "@react-native-community/cli-platform-android": "^8.0.2", - "@react-native-community/cli-platform-ios": "^8.0.2", + "@react-native-community/cli": "^8.0.4", + "@react-native-community/cli-platform-android": "^8.0.4", + "@react-native-community/cli-platform-ios": "^8.0.4", "@react-native/assets": "1.0.0", "@react-native/normalize-color": "2.0.0", "@react-native/polyfills": "2.0.0", @@ -189,4 +189,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/rn-tester/Podfile.lock b/packages/rn-tester/Podfile.lock index 3dbff462679fe6..772cf683b44bc3 100644 --- a/packages/rn-tester/Podfile.lock +++ b/packages/rn-tester/Podfile.lock @@ -1,14 +1,14 @@ PODS: - boost (1.76.0) - DoubleConversion (1.1.6) - - FBLazyVector (0.69.2) - - FBReactNativeSpec (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-Core (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) + - FBLazyVector (0.69.3) + - FBReactNativeSpec (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-Core (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) - fmt (6.2.1) - glog (0.3.5) - RCT-Folly (2021.06.28.00-v2): @@ -27,627 +27,627 @@ PODS: - DoubleConversion - fmt (~> 6.2.1) - glog - - RCTRequired (0.69.2) - - RCTTypeSafety (0.69.2): - - FBLazyVector (= 0.69.2) - - RCTRequired (= 0.69.2) - - React-Core (= 0.69.2) - - React (0.69.2): - - React-Core (= 0.69.2) - - React-Core/DevSupport (= 0.69.2) - - React-Core/RCTWebSocket (= 0.69.2) - - React-RCTActionSheet (= 0.69.2) - - React-RCTAnimation (= 0.69.2) - - React-RCTBlob (= 0.69.2) - - React-RCTImage (= 0.69.2) - - React-RCTLinking (= 0.69.2) - - React-RCTNetwork (= 0.69.2) - - React-RCTSettings (= 0.69.2) - - React-RCTText (= 0.69.2) - - React-RCTVibration (= 0.69.2) - - React-bridging (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi (= 0.69.2) - - React-callinvoker (0.69.2) - - React-Codegen (0.69.2): - - FBReactNativeSpec (= 0.69.2) - - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-Core (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-rncore (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Core (0.69.2): + - RCTRequired (0.69.3) + - RCTTypeSafety (0.69.3): + - FBLazyVector (= 0.69.3) + - RCTRequired (= 0.69.3) + - React-Core (= 0.69.3) + - React (0.69.3): + - React-Core (= 0.69.3) + - React-Core/DevSupport (= 0.69.3) + - React-Core/RCTWebSocket (= 0.69.3) + - React-RCTActionSheet (= 0.69.3) + - React-RCTAnimation (= 0.69.3) + - React-RCTBlob (= 0.69.3) + - React-RCTImage (= 0.69.3) + - React-RCTLinking (= 0.69.3) + - React-RCTNetwork (= 0.69.3) + - React-RCTSettings (= 0.69.3) + - React-RCTText (= 0.69.3) + - React-RCTVibration (= 0.69.3) + - React-bridging (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - React-jsi (= 0.69.3) + - React-callinvoker (0.69.3) + - React-Codegen (0.69.3): + - FBReactNativeSpec (= 0.69.3) + - RCT-Folly (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-Core (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-rncore (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Core (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-Core/Default (= 0.69.3) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/CoreModulesHeaders (0.69.2): + - React-Core/CoreModulesHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/Default (0.69.2): + - React-Core/Default (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/DevSupport (0.69.2): + - React-Core/DevSupport (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.2) - - React-Core/RCTWebSocket (= 0.69.2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-jsinspector (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-Core/Default (= 0.69.3) + - React-Core/RCTWebSocket (= 0.69.3) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-jsinspector (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTActionSheetHeaders (0.69.2): + - React-Core/RCTActionSheetHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTAnimationHeaders (0.69.2): + - React-Core/RCTAnimationHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTBlobHeaders (0.69.2): + - React-Core/RCTBlobHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTImageHeaders (0.69.2): + - React-Core/RCTImageHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTLinkingHeaders (0.69.2): + - React-Core/RCTLinkingHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTNetworkHeaders (0.69.2): + - React-Core/RCTNetworkHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTPushNotificationHeaders (0.69.2): + - React-Core/RCTPushNotificationHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTSettingsHeaders (0.69.2): + - React-Core/RCTSettingsHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTTextHeaders (0.69.2): + - React-Core/RCTTextHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTVibrationHeaders (0.69.2): + - React-Core/RCTVibrationHeaders (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-Core/RCTWebSocket (0.69.2): + - React-Core/RCTWebSocket (0.69.3): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-perflogger (= 0.69.2) + - React-Core/Default (= 0.69.3) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-perflogger (= 0.69.3) - Yoga - - React-CoreModules (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.2) - - React-Codegen (= 0.69.2) - - React-Core/CoreModulesHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - React-RCTImage (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-cxxreact (0.69.2): + - React-CoreModules (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.3) + - React-Codegen (= 0.69.3) + - React-Core/CoreModulesHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - React-RCTImage (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-cxxreact (0.69.3): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-callinvoker (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsinspector (= 0.69.2) - - React-logger (= 0.69.2) - - React-perflogger (= 0.69.2) - - React-runtimeexecutor (= 0.69.2) - - React-Fabric (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-Fabric/animations (= 0.69.2) - - React-Fabric/attributedstring (= 0.69.2) - - React-Fabric/butter (= 0.69.2) - - React-Fabric/componentregistry (= 0.69.2) - - React-Fabric/componentregistrynative (= 0.69.2) - - React-Fabric/components (= 0.69.2) - - React-Fabric/config (= 0.69.2) - - React-Fabric/core (= 0.69.2) - - React-Fabric/debug_core (= 0.69.2) - - React-Fabric/debug_renderer (= 0.69.2) - - React-Fabric/imagemanager (= 0.69.2) - - React-Fabric/leakchecker (= 0.69.2) - - React-Fabric/mounting (= 0.69.2) - - React-Fabric/runtimescheduler (= 0.69.2) - - React-Fabric/scheduler (= 0.69.2) - - React-Fabric/telemetry (= 0.69.2) - - React-Fabric/templateprocessor (= 0.69.2) - - React-Fabric/textlayoutmanager (= 0.69.2) - - React-Fabric/uimanager (= 0.69.2) - - React-Fabric/utils (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/animations (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/attributedstring (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/butter (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/componentregistry (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/componentregistrynative (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-Fabric/components/activityindicator (= 0.69.2) - - React-Fabric/components/image (= 0.69.2) - - React-Fabric/components/inputaccessory (= 0.69.2) - - React-Fabric/components/legacyviewmanagerinterop (= 0.69.2) - - React-Fabric/components/modal (= 0.69.2) - - React-Fabric/components/root (= 0.69.2) - - React-Fabric/components/safeareaview (= 0.69.2) - - React-Fabric/components/scrollview (= 0.69.2) - - React-Fabric/components/slider (= 0.69.2) - - React-Fabric/components/text (= 0.69.2) - - React-Fabric/components/textinput (= 0.69.2) - - React-Fabric/components/unimplementedview (= 0.69.2) - - React-Fabric/components/view (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/activityindicator (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/image (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/inputaccessory (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/legacyviewmanagerinterop (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/modal (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/root (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/safeareaview (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/scrollview (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/slider (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/text (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/textinput (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/unimplementedview (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/components/view (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) + - React-callinvoker (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsinspector (= 0.69.3) + - React-logger (= 0.69.3) + - React-perflogger (= 0.69.3) + - React-runtimeexecutor (= 0.69.3) + - React-Fabric (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-Fabric/animations (= 0.69.3) + - React-Fabric/attributedstring (= 0.69.3) + - React-Fabric/butter (= 0.69.3) + - React-Fabric/componentregistry (= 0.69.3) + - React-Fabric/componentregistrynative (= 0.69.3) + - React-Fabric/components (= 0.69.3) + - React-Fabric/config (= 0.69.3) + - React-Fabric/core (= 0.69.3) + - React-Fabric/debug_core (= 0.69.3) + - React-Fabric/debug_renderer (= 0.69.3) + - React-Fabric/imagemanager (= 0.69.3) + - React-Fabric/leakchecker (= 0.69.3) + - React-Fabric/mounting (= 0.69.3) + - React-Fabric/runtimescheduler (= 0.69.3) + - React-Fabric/scheduler (= 0.69.3) + - React-Fabric/telemetry (= 0.69.3) + - React-Fabric/templateprocessor (= 0.69.3) + - React-Fabric/textlayoutmanager (= 0.69.3) + - React-Fabric/uimanager (= 0.69.3) + - React-Fabric/utils (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/animations (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/attributedstring (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/butter (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/componentregistry (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/componentregistrynative (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-Fabric/components/activityindicator (= 0.69.3) + - React-Fabric/components/image (= 0.69.3) + - React-Fabric/components/inputaccessory (= 0.69.3) + - React-Fabric/components/legacyviewmanagerinterop (= 0.69.3) + - React-Fabric/components/modal (= 0.69.3) + - React-Fabric/components/root (= 0.69.3) + - React-Fabric/components/safeareaview (= 0.69.3) + - React-Fabric/components/scrollview (= 0.69.3) + - React-Fabric/components/slider (= 0.69.3) + - React-Fabric/components/text (= 0.69.3) + - React-Fabric/components/textinput (= 0.69.3) + - React-Fabric/components/unimplementedview (= 0.69.3) + - React-Fabric/components/view (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/activityindicator (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/image (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/inputaccessory (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/legacyviewmanagerinterop (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/modal (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/root (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/safeareaview (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/scrollview (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/slider (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/text (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/textinput (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/unimplementedview (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/components/view (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) - Yoga - - React-Fabric/config (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/core (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/debug_core (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/debug_renderer (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/imagemanager (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - React-RCTImage (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/leakchecker (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/mounting (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/runtimescheduler (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/scheduler (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/telemetry (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/templateprocessor (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/textlayoutmanager (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) + - React-Fabric/config (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/core (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/debug_core (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/debug_renderer (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/imagemanager (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - React-RCTImage (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/leakchecker (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/mounting (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/runtimescheduler (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/scheduler (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/telemetry (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/templateprocessor (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/textlayoutmanager (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) - React-Fabric/uimanager - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/uimanager (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-Fabric/utils (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.2) - - RCTTypeSafety (= 0.69.2) - - React-graphics (= 0.69.2) - - React-jsi (= 0.69.2) - - React-jsiexecutor (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-graphics (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.2) - - React-jsi (0.69.2): + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/uimanager (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-Fabric/utils (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.3) + - RCTTypeSafety (= 0.69.3) + - React-graphics (= 0.69.3) + - React-jsi (= 0.69.3) + - React-jsiexecutor (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-graphics (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - React-Core/Default (= 0.69.3) + - React-jsi (0.69.3): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi/Default (= 0.69.2) - - React-jsi/Default (0.69.2): + - React-jsi/Default (= 0.69.3) + - React-jsi/Default (0.69.3): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi/Fabric (0.69.2): + - React-jsi/Fabric (0.69.3): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-jsiexecutor (0.69.2): + - React-jsiexecutor (0.69.3): - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-perflogger (= 0.69.2) - - React-jsinspector (0.69.2) - - React-logger (0.69.2): + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-perflogger (= 0.69.3) + - React-jsinspector (0.69.3) + - React-logger (0.69.3): - glog - - React-perflogger (0.69.2) - - React-RCTActionSheet (0.69.2): - - React-Core/RCTActionSheetHeaders (= 0.69.2) - - React-RCTAnimation (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.2) - - React-Codegen (= 0.69.2) - - React-Core/RCTAnimationHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTBlob (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - React-Codegen (= 0.69.2) - - React-Core/RCTBlobHeaders (= 0.69.2) - - React-Core/RCTWebSocket (= 0.69.2) - - React-jsi (= 0.69.2) - - React-RCTNetwork (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTFabric (0.69.2): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - React-Core (= 0.69.2) - - React-Fabric (= 0.69.2) - - React-RCTImage (= 0.69.2) - - React-RCTImage (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.2) - - React-Codegen (= 0.69.2) - - React-Core/RCTImageHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - React-RCTNetwork (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTLinking (0.69.2): - - React-Codegen (= 0.69.2) - - React-Core/RCTLinkingHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTNetwork (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.2) - - React-Codegen (= 0.69.2) - - React-Core/RCTNetworkHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTPushNotification (0.69.2): - - RCTTypeSafety (= 0.69.2) - - React-Codegen (= 0.69.2) - - React-Core/RCTPushNotificationHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTSettings (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.2) - - React-Codegen (= 0.69.2) - - React-Core/RCTSettingsHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTTest (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core (= 0.69.2) - - React-CoreModules (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-RCTText (0.69.2): - - React-Core/RCTTextHeaders (= 0.69.2) - - React-RCTVibration (0.69.2): - - RCT-Folly (= 2021.06.28.00-v2) - - React-Codegen (= 0.69.2) - - React-Core/RCTVibrationHeaders (= 0.69.2) - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) - - React-rncore (0.69.2) - - React-runtimeexecutor (0.69.2): - - React-jsi (= 0.69.2) - - ReactCommon/turbomodule/core (0.69.2): + - React-perflogger (0.69.3) + - React-RCTActionSheet (0.69.3): + - React-Core/RCTActionSheetHeaders (= 0.69.3) + - React-RCTAnimation (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.3) + - React-Codegen (= 0.69.3) + - React-Core/RCTAnimationHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTBlob (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - React-Codegen (= 0.69.3) + - React-Core/RCTBlobHeaders (= 0.69.3) + - React-Core/RCTWebSocket (= 0.69.3) + - React-jsi (= 0.69.3) + - React-RCTNetwork (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTFabric (0.69.3): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - React-Core (= 0.69.3) + - React-Fabric (= 0.69.3) + - React-RCTImage (= 0.69.3) + - React-RCTImage (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.3) + - React-Codegen (= 0.69.3) + - React-Core/RCTImageHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - React-RCTNetwork (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTLinking (0.69.3): + - React-Codegen (= 0.69.3) + - React-Core/RCTLinkingHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTNetwork (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.3) + - React-Codegen (= 0.69.3) + - React-Core/RCTNetworkHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTPushNotification (0.69.3): + - RCTTypeSafety (= 0.69.3) + - React-Codegen (= 0.69.3) + - React-Core/RCTPushNotificationHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTSettings (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.3) + - React-Codegen (= 0.69.3) + - React-Core/RCTSettingsHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTTest (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core (= 0.69.3) + - React-CoreModules (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-RCTText (0.69.3): + - React-Core/RCTTextHeaders (= 0.69.3) + - React-RCTVibration (0.69.3): + - RCT-Folly (= 2021.06.28.00-v2) + - React-Codegen (= 0.69.3) + - React-Core/RCTVibrationHeaders (= 0.69.3) + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) + - React-rncore (0.69.3) + - React-runtimeexecutor (0.69.3): + - React-jsi (= 0.69.3) + - ReactCommon/turbomodule/core (0.69.3): - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-bridging (= 0.69.2) - - React-callinvoker (= 0.69.2) - - React-Core (= 0.69.2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-logger (= 0.69.2) - - React-perflogger (= 0.69.2) - - ReactCommon/turbomodule/samples (0.69.2): + - React-bridging (= 0.69.3) + - React-callinvoker (= 0.69.3) + - React-Core (= 0.69.3) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-logger (= 0.69.3) + - React-perflogger (= 0.69.3) + - ReactCommon/turbomodule/samples (0.69.3): - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-bridging (= 0.69.2) - - React-callinvoker (= 0.69.2) - - React-Core (= 0.69.2) - - React-cxxreact (= 0.69.2) - - React-jsi (= 0.69.2) - - React-logger (= 0.69.2) - - React-perflogger (= 0.69.2) - - ReactCommon/turbomodule/core (= 0.69.2) + - React-bridging (= 0.69.3) + - React-callinvoker (= 0.69.3) + - React-Core (= 0.69.3) + - React-cxxreact (= 0.69.3) + - React-jsi (= 0.69.3) + - React-logger (= 0.69.3) + - React-perflogger (= 0.69.3) + - ReactCommon/turbomodule/core (= 0.69.3) - ScreenshotManager (0.0.1): - RCT-Folly (= 2021.06.28.00-v2) - React-Core @@ -785,44 +785,44 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: e3c1479be506060131807f2f2435af5107c58410 - FBReactNativeSpec: 3c9ac1b403ad36834bb7b5c45aa77b723915d6b1 + FBLazyVector: 1d83d91816fa605d16227a83f1b2e71c8df09d22 + FBReactNativeSpec: 2cfe7161d6f8bec7c4fba5a2aa279f74e8763bbe fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a - RCTRequired: b723d4d6da2795df58189a01f92856b6912cf256 - RCTTypeSafety: 3973d2fcf39f43f7819e840d56ea6b2fe45996a0 - React: 242d4ffb093ed57c4761307a69b23b2479930ae9 - React-bridging: 66938204bc9d703b9c357201a40bf498aeb14412 - React-callinvoker: bf0a87845bc3158eec32be848bd9546e79d6dd25 - React-Codegen: 54ba45637454efdb3843bbbae0135b2bc430f2fe - React-Core: 5acd5715010b56d23846859b3a68c316dad09d5b - React-CoreModules: 73db18e3aaf5e29f73e4b7c9ddf6ead823795d06 - React-cxxreact: 0fc57a199d2d69c0e0401c9eab944be9b972bf1b - React-Fabric: 886dab99466bedd696daff4b98dfd267bc3dc313 - React-graphics: a76dc2652fadc73f816942cbecd41b7119188217 - React-jsi: f845df5e8fd5688cab3cdaaa06f5413e791a01bd - React-jsiexecutor: 7c23e92591431ac925f430b3118de934cb816ac0 - React-jsinspector: 31e53f048cc8f32605de36981903a7bbf9456892 - React-logger: 9a6c684d5cd56c4129e0c2842dba75c4bfb1e981 - React-perflogger: 281c34e42f13245c7a4d6932364d9182f8655e1a - React-RCTActionSheet: 92f4292754a1b4a0e42bf9b1489206a06f878929 - React-RCTAnimation: 2a5bb5549758e4e594481633f3db649d11519f75 - React-RCTBlob: cf573ac95fc612ed4440cad0b92161722430de87 - React-RCTFabric: dfdb31bd0e68749ad7c3a89d89d8eaebb72b68ae - React-RCTImage: af8b9a46a743937db396fcb43320f57b570661dc - React-RCTLinking: 81029ed5767d2a2c13c03caeed32f87b72e73838 - React-RCTNetwork: 24c2b13acdcd43af39b2da90584c92e7799ee366 - React-RCTPushNotification: 26f68b6e42076fa92a5aef23e62b0e441454801b - React-RCTSettings: 028b0e20ff60d2c7ba47cedec8e99e69b6691c40 - React-RCTTest: 4879918fd24d7ad5da0bc0ddee8fa353013f5c7b - React-RCTText: 6d17c2aead07b9de7ddc8765b580d0fb4b1d2e50 - React-RCTVibration: 0d07f00705b5f11e88aaaaf9131f5e1785d4bd6e - React-rncore: f3502dd05fb811a8a1a70f940f8c23bd22e3c49d - React-runtimeexecutor: 8030b9cf9b9e87b878d92da680b55b5e74c58e70 - ReactCommon: a9414b91f0d19de002b55d9f4f6cb176d6dd8452 + RCTRequired: 66822c147facf02f7774af99825e0a31e39df42e + RCTTypeSafety: 309306c4e711b14a83c55c2816a6cc490ec19827 + React: a779632422a918b26db4f1b57225a41c14d20525 + React-bridging: 96055aa45f0417898d7833e251f4ae79d28acef7 + React-callinvoker: 02df4d620df286381ff3f99180fb24feceaf01cc + React-Codegen: a246a905d49d85ec92eb7f1337e7bfd9be743450 + React-Core: 638d54d64048aa635e7c583fb0d8425206f446b4 + React-CoreModules: f706ec2a1939387517cadc6ce0d2ef0f20fccb53 + React-cxxreact: ec183b7f6fec01e7167f38c1c64a03f68dca7fb2 + React-Fabric: 241f450676c7538fb0425b9cb51cf516881970e4 + React-graphics: 69fdfcdc8aa749b93435a9ed929ca2458b3a11ba + React-jsi: ed7dc77f5193dca9c73cec90bfec409e7ddfe401 + React-jsiexecutor: 1842ca163b160aeb224d2c65b2a60c393b273c67 + React-jsinspector: bb2605f98aada5d81f3494690da3ef3b4ff3b716 + React-logger: 23a50ef4c18bf9adbb51e2c979318e6b3a2e44a1 + React-perflogger: 39d2ba8cbcac54d1bb1d9a980dab348e96aef467 + React-RCTActionSheet: b1ad907a2c8f8e4d037148ca507b7f2d6ab1c66d + React-RCTAnimation: 914a9ba46fb6e7376f7709c7ce825d53b47ca2ee + React-RCTBlob: de62fd5edc5c36951f0b113bf252eb43b7131f79 + React-RCTFabric: 3924a895a9ca886e445bb3a3136adc736c9b883b + React-RCTImage: aa0749a8d748b34942c7e71ac5d9f42be8b70cf3 + React-RCTLinking: 595a9f8fbf4d6634bff28d1175b3523b61466612 + React-RCTNetwork: 0559fd0fccb01f89c638baa43c8d185dc8008626 + React-RCTPushNotification: 93326ba953a0615b6eb11fff22ad979995214845 + React-RCTSettings: 8e492a25a62f1ef6323f82ce652ae87fa59c82ca + React-RCTTest: 21d8713bd788c2b0f05c549ccb0b72537203b9ad + React-RCTText: 17457cde6ef8832ba43c886baebb6627c5d7ed18 + React-RCTVibration: dd8099eb46e9cee4692934bc8cbe5e9a4f5e8d31 + React-rncore: f4f682c48d005c23c7e633a59ddccfa62ec0f724 + React-runtimeexecutor: 607eb048e22a16388c908ee1f6644200e8d1e19b + ReactCommon: af7636436b382db7cde4583bbd642f0978e6e3ed ScreenshotManager: 2cece1df548810a0122fcc271d1b06f82d0cab8b - Yoga: 236056dd74cda4d9d76c20306fd8c20bb087614d + Yoga: 44c64131616253fa83366295acdbce3d14926041 PODFILE CHECKSUM: 32ebb8872275a3b78abb449f57d06db9911111df diff --git a/template/package.json b/template/package.json index f42e2d140f165a..5edb359c56f113 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.0.0", - "react-native": "0.69.2" + "react-native": "0.69.3" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/yarn.lock b/yarn.lock index 12b4776b7d11e4..499b22d766b10a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1093,22 +1093,22 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@react-native-community/cli-clean@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-8.0.0.tgz#c8fc6e8d6a84c90ca0839d48080a87ad455613db" - integrity sha512-VY/kwyH5xp6oXiB9bcwa+I9W5k6WR/nX3s85FuMW76hSlgG1UVAGL04uZPwYlSmMZuSOSuoXOaIjJ7wAvQMBpg== +"@react-native-community/cli-clean@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-8.0.4.tgz#97e16a20e207b95de12e29b03816e8f2b2c80cc7" + integrity sha512-IwS1M1NHg6+qL8PThZYMSIMYbZ6Zbx+lIck9PLBskbosFo24M3lCOflOl++Bggjakp6mR+sRXxLMexid/GeOsQ== dependencies: - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-tools" "^8.0.4" chalk "^4.1.2" execa "^1.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@^8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-8.0.3.tgz#485a7e5e97b8d28fac7f904e9cd5f6d156532f46" - integrity sha512-QhLU6QZywkoO4FzpeEkdoYml0nE9tBwhmOUI/c5iYPOtKhhXiW8kNCLiX96TJDiZonalzptkkNiRZkipdz/8hw== +"@react-native-community/cli-config@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-8.0.4.tgz#40e9e4e12ba70a6e12d1e777373af6fa1ac2e4e6" + integrity sha512-0vcrIETka1Tr0blr0AjVkoP/1yynvarJQXi8Yry/XB3BLenrkUFxolqqA3Ff55KFQ7t1IzAuFtfuVZs25LvyDQ== dependencies: - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-tools" "^8.0.4" cosmiconfig "^5.1.0" deepmerge "^3.2.0" glob "^7.1.3" @@ -1121,14 +1121,14 @@ dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@^8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-8.0.3.tgz#fd1b345b336157b1ef4941aeda944c6747177bb5" - integrity sha512-ndISZhZqOoeSuQCm5KLwJNkckk14Bqn1N8LHJbC6l4zAyDU0nQRO1IVPoV5uyaANMzMqSNzS6k9N4M0PpcuhIQ== +"@react-native-community/cli-doctor@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-8.0.4.tgz#9216867f0d8590868dc5b8035f62bbcac68b3254" + integrity sha512-Blw/66qwoEoKrtwn3O9iTtXbt4YWlwqNse5BJeRDzlSdutWTX4PgJu/34gyvOHGysNlrf+GYkeyqqxI/y0s07A== dependencies: - "@react-native-community/cli-config" "^8.0.3" - "@react-native-community/cli-platform-ios" "^8.0.2" - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-config" "^8.0.4" + "@react-native-community/cli-platform-ios" "^8.0.4" + "@react-native-community/cli-tools" "^8.0.4" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -1143,23 +1143,23 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/cli-hermes@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-8.0.2.tgz#d0c3945b4093128d3095032595c3112378c5cc5e" - integrity sha512-RZ9uHTf3UFtGTYxq88uENJEdaDB8ab+YPBDn+Li1u78IKwNeL04F0A1A3ab3hYUkG4PEPnL2rkYSlzzNFLOSPQ== +"@react-native-community/cli-hermes@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-8.0.4.tgz#fc5394df6c77ae49400a0337d9454b3f1df6a36d" + integrity sha512-mt6h97RtBREUjwQ6QHIVrmc7KfPsMo2RZosrjXBqfl4yXQmAkohTCASSZf5MlyhVzGLt0u3w0bSsVgO83EKjDg== dependencies: - "@react-native-community/cli-platform-android" "^8.0.2" - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-platform-android" "^8.0.4" + "@react-native-community/cli-tools" "^8.0.4" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-8.0.2.tgz#5e408f06a33712263c2a4c4ef3fde4e43c660585" - integrity sha512-pAEkt+GULesr8FphTpaNYSmu+O1CPQ2zCXkAg4kRd0WXpq3BsVqomyDWd/eMXTkY/yYQMGl6KilU2p9r/hnfhA== +"@react-native-community/cli-platform-android@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-8.0.4.tgz#25fb6ddc3e2d1cff54478c62525738acffaa40b9" + integrity sha512-BlDgIY6dex2wkdtNS/0flrGFho6W+D9XuKZpqxVM59pzXYvD8dfkWr4zU/70BcBndAgY2sWhAwWCNYXkDbbvLg== dependencies: - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-tools" "^8.0.4" chalk "^4.1.2" execa "^1.0.0" fs-extra "^8.1.0" @@ -1169,12 +1169,12 @@ logkitty "^0.7.1" slash "^3.0.0" -"@react-native-community/cli-platform-ios@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-8.0.2.tgz#603079d9def2f2159a40f9905a26c19dbbe6f0ef" - integrity sha512-LxWzj6jIZr5Ot893TKFbt0/T3WkVe6pbc/FSTo+TDQq1FQr/Urv16Uqn0AcL4IX2O1g3Qd13d0vtR/Cdpn3VNw== +"@react-native-community/cli-platform-ios@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-8.0.4.tgz#15225c09a1218a046f11165a54bf14b59dad7020" + integrity sha512-7Jdptedfg/J0Xo2rQbJ4jmo+PMYOiIiRcNDCSI5dBcNkQfSq4MMYUnKQx5DdZHgrfxE0O1vE4iNmJdd4wePz8w== dependencies: - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-tools" "^8.0.4" chalk "^4.1.2" execa "^1.0.0" glob "^7.1.3" @@ -1183,13 +1183,13 @@ ora "^5.4.1" plist "^3.0.2" -"@react-native-community/cli-plugin-metro@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-8.0.0.tgz#0b355a7a6fe93b347ec32b3edb3b2cd96b04dfd8" - integrity sha512-eIowV2ZRbzIWL3RIKVUUSahntXTuAeKzBSsFuhffLZphsV+UdKdtg5ATR9zbq7nsKap4ZseO5DkVqZngUkC7iQ== +"@react-native-community/cli-plugin-metro@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-8.0.4.tgz#a364a50a2e05fc5d0b548759e499e5b681b6e4cc" + integrity sha512-UWzY1eMcEr/6262R2+d0Is5M3L/7Y/xXSDIFMoc5Rv5Wucl3hJM/TxHXmByvHpuJf6fJAfqOskyt4bZCvbI+wQ== dependencies: - "@react-native-community/cli-server-api" "^8.0.0" - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-server-api" "^8.0.4" + "@react-native-community/cli-tools" "^8.0.4" chalk "^4.1.2" metro "^0.70.1" metro-config "^0.70.1" @@ -1199,13 +1199,13 @@ metro-runtime "^0.70.1" readline "^1.3.0" -"@react-native-community/cli-server-api@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-8.0.0.tgz#562fee6da9f880531db2af1d3439efb7309281f8" - integrity sha512-TxUs3sMl9clt7sdv30XETc6VRzyaEli2vDrk3TB5W5o5nSd1PmQdP4ccdGLO/nDRXwOy72QmmXlYWMg1XGU0Gg== +"@react-native-community/cli-server-api@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-8.0.4.tgz#d45d895a0a6e8b960c9d677188d414a996faa4d3" + integrity sha512-Orr14njx1E70CVrUA8bFdl+mrnbuXUjf1Rhhm0RxUadFpvkHuOi5dh8Bryj2MKtf8eZrpEwZ7tuQPhJEULW16A== dependencies: "@react-native-community/cli-debugger-ui" "^8.0.0" - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-tools" "^8.0.4" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.0" @@ -1214,13 +1214,14 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-8.0.0.tgz#2ca9177d7cdf352f6863f278cdacd44066d10473" - integrity sha512-jA4y8CebrRZaOJFjc5zMOnls4KfHkBl2FUtBZV2vcWuedQHa6JVwo+KO88ta3Ysby3uY0+mrZagZfXk7c0mrBw== +"@react-native-community/cli-tools@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-8.0.4.tgz#994b9d56c84472491c876b71acd4356773fcbe65" + integrity sha512-ePN9lGxh6LRFiotyddEkSmuqpQhnq2iw9oiXYr4EFWpIEy0yCigTuSTiDF68+c8M9B+7bTwkRpz/rMPC4ViO5Q== 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" @@ -1236,19 +1237,19 @@ dependencies: joi "^17.2.1" -"@react-native-community/cli@^8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-8.0.3.tgz#57a29bf4c7edb1ef8c60d7ab0183a75af8e57e80" - integrity sha512-7gY7QCEdpYDbvbdZBt6w64YPExLoiUpH/lVRaR4tKl6JalqXzrUotOJnBOS/qEC4q0nk0WXsiC5EkuiSliKS5Q== +"@react-native-community/cli@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-8.0.4.tgz#32ac3c4f826a0730ee1de8c28b455efc8dd3e1d4" + integrity sha512-TgoMtxMOUXq1jy1Sqo/qjAnhVflX2ApAso9i6l4RrOxY+gIXQ79BPFjhAYSRpWgZgethIgnn8Is4AcP3Bm3Wxg== dependencies: - "@react-native-community/cli-clean" "^8.0.0" - "@react-native-community/cli-config" "^8.0.3" + "@react-native-community/cli-clean" "^8.0.4" + "@react-native-community/cli-config" "^8.0.4" "@react-native-community/cli-debugger-ui" "^8.0.0" - "@react-native-community/cli-doctor" "^8.0.3" - "@react-native-community/cli-hermes" "^8.0.2" - "@react-native-community/cli-plugin-metro" "^8.0.0" - "@react-native-community/cli-server-api" "^8.0.0" - "@react-native-community/cli-tools" "^8.0.0" + "@react-native-community/cli-doctor" "^8.0.4" + "@react-native-community/cli-hermes" "^8.0.4" + "@react-native-community/cli-plugin-metro" "^8.0.4" + "@react-native-community/cli-server-api" "^8.0.4" + "@react-native-community/cli-tools" "^8.0.4" "@react-native-community/cli-types" "^8.0.0" chalk "^4.1.2" commander "^2.19.0" @@ -3246,6 +3247,14 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" @@ -4821,6 +4830,13 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" @@ -5721,6 +5737,13 @@ p-limit@^2.0.0, p-limit@^2.2.0: dependencies: p-try "^2.0.0" +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + p-locate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" @@ -5735,6 +5758,13 @@ p-locate@^4.1.0: dependencies: p-limit "^2.2.0" +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + p-try@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1" @@ -7547,3 +7577,8 @@ yargs@^15.1.0, yargs@^15.3.1, yargs@^15.4.1: which-module "^2.0.0" y18n "^4.0.0" yargs-parser "^18.1.2" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==