diff --git a/.flowconfig b/.flowconfig
index 456237e1a..fd2a33a30 100644
--- a/.flowconfig
+++ b/.flowconfig
@@ -117,6 +117,20 @@ node_modules/react-native/Libraries/polyfills/.*
.*/node_modules/react-native/src/private/webapis/dom/nodes/internals/NodeInternals.js
.*/node_modules/react-native/src/private/webapis/dom/nodes/internals/ReactNativeDocumentElementInstanceHandle.js
.*/node_modules/react-native/src/private/webapis/dom/nodes/internals/ReactNativeDocumentInstanceHandle.js
+.*/node_modules/@react-native/community-cli-plugin/dist/commands/bundle/assetPathUtils.js.flow
+.*/node_modules/@react-native/dev-middleware/dist/inspector-proxy/Device.js.flow
+.*/node_modules/react-native/Libraries/Animated/components/AnimatedFlatList.js
+.*/node_modules/react-native/Libraries/Animated/components/AnimatedSectionList.js
+.*/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.js.flow
+.*/node_modules/react-native/Libraries/StyleSheet/StyleSheet.js
+.*/node_modules/react-native/Libraries/StyleSheet/StyleSheet.js.flow
+.*/node_modules/react-native/Libraries/StyleSheet/StyleSheetExports.js.flow
+.*/node_modules/react-native/Libraries/StyleSheet/flattenStyle.js
+.*/node_modules/react-native/Libraries/StyleSheet/private/_TransformStyle.js
+.*/node_modules/react-native/Libraries/Utilities/PlatformTypes.js
+.*/node_modules/react-native/Libraries/vendor/core/ErrorUtils.js
+.*/node_modules/react-native/src/private/components/safeareaview/SafeAreaView_INTERNAL_DO_NOT_USE.js
+.*/node_modules/react-native/src/private/devsupport/rndevtools/ReactDevToolsSettingsManager.js.flow
[untyped]
.*/node_modules/@react-native-community/cli/.*/.*
diff --git a/android/app/src/main/java/com/inaturalistreactnative/MainApplication.kt b/android/app/src/main/java/com/inaturalistreactnative/MainApplication.kt
index 4a68b3f4f..a58a2f65b 100644
--- a/android/app/src/main/java/com/inaturalistreactnative/MainApplication.kt
+++ b/android/app/src/main/java/com/inaturalistreactnative/MainApplication.kt
@@ -4,13 +4,11 @@ import android.app.Application
import com.facebook.react.PackageList
import com.facebook.react.ReactApplication
import com.facebook.react.ReactHost
+import com.facebook.react.ReactNativeApplicationEntryPoint.loadReactNative
import com.facebook.react.ReactNativeHost
import com.facebook.react.ReactPackage
-import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load
import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
import com.facebook.react.defaults.DefaultReactNativeHost
-import com.facebook.react.soloader.OpenSourceMergedSoMapping
-import com.facebook.soloader.SoLoader
class MainApplication : Application(), ReactApplication {
@@ -35,10 +33,6 @@ class MainApplication : Application(), ReactApplication {
override fun onCreate() {
super.onCreate()
- SoLoader.init(this, OpenSourceMergedSoMapping)
- if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
- // If you opted-in for the New Architecture, we load the native entry point for this app.
- load()
- }
+ loadReactNative(this)
}
}
diff --git a/android/build.gradle b/android/build.gradle
index 9162c86c3..ceb6dda83 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
- kotlinVersion = "2.0.21"
+ kotlinVersion = "2.1.20"
// This specifies which LiteRT version to use for our vision-plugin.
litertVersion = "1.4.0"
}
diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar
index 9bbc975c7..1b33c55ba 100644
Binary files a/android/gradle/wrapper/gradle-wrapper.jar and b/android/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties
index 37f853b1c..002b867c4 100644
--- a/android/gradle/wrapper/gradle-wrapper.properties
+++ b/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/android/gradlew b/android/gradlew
index 19690a189..6aa41b69b 100755
--- a/android/gradlew
+++ b/android/gradlew
@@ -114,7 +114,7 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+CLASSPATH="\\\"\\\""
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
- org.gradle.wrapper.GradleWrapperMain \
+ -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"
# Stop when "xargs" is not available.
diff --git a/android/gradlew.bat b/android/gradlew.bat
index 9d21a2183..dd2b8eedb 100644
--- a/android/gradlew.bat
+++ b/android/gradlew.bat
@@ -1,3 +1,8 @@
+@REM Copyright (c) Meta Platforms, Inc. and affiliates.
+@REM
+@REM This source code is licensed under the MIT license found in the
+@REM LICENSE file in the root directory of this source tree.
+
@rem
@rem Copyright 2015 the original author or authors.
@rem
@@ -70,11 +75,11 @@ goto fail
:execute
@rem Setup the command line
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+set CLASSPATH=
@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
:end
@rem End local scope for the variables with windows NT shell
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 607eccd14..76197d770 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -9,7 +9,7 @@ PODS:
- BVLinearGradient (2.8.3):
- React-Core
- DoubleConversion (1.1.6)
- - fast_float (6.1.4)
+ - fast_float (8.0.0)
- FasterImage (1.7.2):
- FasterImage/Nuke (= 1.7.2)
- FasterImage/NukeUI (= 1.7.2)
@@ -36,7 +36,7 @@ PODS:
- React-Core
- React-RCTFabric
- ReactCommon/turbomodule/core
- - FBLazyVector (0.79.5)
+ - FBLazyVector (0.80.2)
- Firebase/CoreOnly (12.3.0):
- FirebaseCore (~> 12.3.0)
- FirebaseAnalytics/Core (12.3.0):
@@ -118,9 +118,9 @@ PODS:
- AppAuth/Core (~> 1.7)
- GTMSessionFetcher/Core (< 4.0, >= 3.3)
- GTMSessionFetcher/Core (3.5.0)
- - hermes-engine (0.79.5):
- - hermes-engine/Pre-built (= 0.79.5)
- - hermes-engine/Pre-built (0.79.5)
+ - hermes-engine (0.80.2):
+ - hermes-engine/Pre-built (= 0.80.2)
+ - hermes-engine/Pre-built (0.80.2)
- Mute (0.6.1)
- nanopb (3.30910.0):
- nanopb/decode (= 3.30910.0)
@@ -131,332 +131,429 @@ PODS:
- RCT-Folly (2024.11.18.00):
- boost
- DoubleConversion
- - fast_float (= 6.1.4)
+ - fast_float (= 8.0.0)
- fmt (= 11.0.2)
- glog
- RCT-Folly/Default (= 2024.11.18.00)
- RCT-Folly/Default (2024.11.18.00):
- boost
- DoubleConversion
- - fast_float (= 6.1.4)
+ - fast_float (= 8.0.0)
- fmt (= 11.0.2)
- glog
- RCT-Folly/Fabric (2024.11.18.00):
- boost
- DoubleConversion
- - fast_float (= 6.1.4)
+ - fast_float (= 8.0.0)
- fmt (= 11.0.2)
- glog
- - RCTDeprecation (0.79.5)
- - RCTRequired (0.79.5)
- - RCTTypeSafety (0.79.5):
- - FBLazyVector (= 0.79.5)
- - RCTRequired (= 0.79.5)
- - React-Core (= 0.79.5)
- - React (0.79.5):
- - React-Core (= 0.79.5)
- - React-Core/DevSupport (= 0.79.5)
- - React-Core/RCTWebSocket (= 0.79.5)
- - React-RCTActionSheet (= 0.79.5)
- - React-RCTAnimation (= 0.79.5)
- - React-RCTBlob (= 0.79.5)
- - React-RCTImage (= 0.79.5)
- - React-RCTLinking (= 0.79.5)
- - React-RCTNetwork (= 0.79.5)
- - React-RCTSettings (= 0.79.5)
- - React-RCTText (= 0.79.5)
- - React-RCTVibration (= 0.79.5)
- - React-callinvoker (0.79.5)
+ - RCTDeprecation (0.80.2)
+ - RCTRequired (0.80.2)
+ - RCTTypeSafety (0.80.2):
+ - FBLazyVector (= 0.80.2)
+ - RCTRequired (= 0.80.2)
+ - React-Core (= 0.80.2)
+ - React (0.80.2):
+ - React-Core (= 0.80.2)
+ - React-Core/DevSupport (= 0.80.2)
+ - React-Core/RCTWebSocket (= 0.80.2)
+ - React-RCTActionSheet (= 0.80.2)
+ - React-RCTAnimation (= 0.80.2)
+ - React-RCTBlob (= 0.80.2)
+ - React-RCTImage (= 0.80.2)
+ - React-RCTLinking (= 0.80.2)
+ - React-RCTNetwork (= 0.80.2)
+ - React-RCTSettings (= 0.80.2)
+ - React-RCTText (= 0.80.2)
+ - React-RCTVibration (= 0.80.2)
+ - React-callinvoker (0.80.2)
- React-Codegen (0.1.0)
- - React-Core (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default (= 0.79.5)
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/CoreModulesHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/Default (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/DevSupport (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default (= 0.79.5)
- - React-Core/RCTWebSocket (= 0.79.5)
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTActionSheetHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTAnimationHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTBlobHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTImageHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTLinkingHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTNetworkHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTSettingsHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTTextHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTVibrationHeaders (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-Core/RCTWebSocket (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - RCTDeprecation
- - React-Core/Default (= 0.79.5)
- - React-cxxreact
- - React-featureflags
- - React-hermes
- - React-jsi
- - React-jsiexecutor
- - React-jsinspector
- - React-jsitooling
- - React-perflogger
- - React-runtimescheduler
- - React-utils
- - SocketRocket (= 0.7.1)
- - Yoga
- - React-CoreModules (0.79.5):
+ - React-Core (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
- - RCT-Folly (= 2024.11.18.00)
- - RCTTypeSafety (= 0.79.5)
- - React-Core/CoreModulesHeaders (= 0.79.5)
- - React-jsi (= 0.79.5)
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default (= 0.80.2)
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
- React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/CoreModulesHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/Default (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/DevSupport (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default (= 0.80.2)
+ - React-Core/RCTWebSocket (= 0.80.2)
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTActionSheetHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTAnimationHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTBlobHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTImageHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTLinkingHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTNetworkHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTSettingsHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTTextHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTVibrationHeaders (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-Core/RCTWebSocket (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTDeprecation
+ - React-Core/Default (= 0.80.2)
+ - React-cxxreact
+ - React-featureflags
+ - React-hermes
+ - React-jsi
+ - React-jsiexecutor
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsitooling
+ - React-perflogger
+ - React-runtimescheduler
+ - React-utils
+ - SocketRocket
+ - Yoga
+ - React-CoreModules (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTTypeSafety (= 0.80.2)
+ - React-Core/CoreModulesHeaders (= 0.80.2)
+ - React-jsi (= 0.80.2)
+ - React-jsinspector
+ - React-jsinspectorcdp
- React-jsinspectortracing
- React-NativeModulesApple
- React-RCTBlob
- React-RCTFBReactNativeSpec
- - React-RCTImage (= 0.79.5)
+ - React-RCTImage (= 0.80.2)
- ReactCommon
- - SocketRocket (= 0.7.1)
- - React-cxxreact (0.79.5):
+ - SocketRocket
+ - React-cxxreact (0.80.2):
- boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-callinvoker (= 0.79.5)
- - React-debug (= 0.79.5)
- - React-jsi (= 0.79.5)
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-callinvoker (= 0.80.2)
+ - React-debug (= 0.80.2)
+ - React-jsi (= 0.80.2)
- React-jsinspector
+ - React-jsinspectorcdp
- React-jsinspectortracing
- - React-logger (= 0.79.5)
- - React-perflogger (= 0.79.5)
- - React-runtimeexecutor (= 0.79.5)
- - React-timing (= 0.79.5)
- - React-debug (0.79.5)
- - React-defaultsnativemodule (0.79.5):
+ - React-logger (= 0.80.2)
+ - React-perflogger (= 0.80.2)
+ - React-runtimeexecutor (= 0.80.2)
+ - React-timing (= 0.80.2)
+ - SocketRocket
+ - React-debug (0.80.2)
+ - React-defaultsnativemodule (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
- React-domnativemodule
- React-featureflagsnativemodule
- React-hermes
@@ -465,9 +562,16 @@ PODS:
- React-jsiexecutor
- React-microtasksnativemodule
- React-RCTFBReactNativeSpec
- - React-domnativemodule (0.79.5):
+ - SocketRocket
+ - React-domnativemodule (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
- React-Fabric
- React-FabricComponents
- React-graphics
@@ -476,35 +580,38 @@ PODS:
- React-jsiexecutor
- React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-Fabric (0.79.5):
+ - React-Fabric (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/animations (= 0.79.5)
- - React-Fabric/attributedstring (= 0.79.5)
- - React-Fabric/componentregistry (= 0.79.5)
- - React-Fabric/componentregistrynative (= 0.79.5)
- - React-Fabric/components (= 0.79.5)
- - React-Fabric/consistency (= 0.79.5)
- - React-Fabric/core (= 0.79.5)
- - React-Fabric/dom (= 0.79.5)
- - React-Fabric/imagemanager (= 0.79.5)
- - React-Fabric/leakchecker (= 0.79.5)
- - React-Fabric/mounting (= 0.79.5)
- - React-Fabric/observers (= 0.79.5)
- - React-Fabric/scheduler (= 0.79.5)
- - React-Fabric/telemetry (= 0.79.5)
- - React-Fabric/templateprocessor (= 0.79.5)
- - React-Fabric/uimanager (= 0.79.5)
+ - React-Fabric/animations (= 0.80.2)
+ - React-Fabric/attributedstring (= 0.80.2)
+ - React-Fabric/componentregistry (= 0.80.2)
+ - React-Fabric/componentregistrynative (= 0.80.2)
+ - React-Fabric/components (= 0.80.2)
+ - React-Fabric/consistency (= 0.80.2)
+ - React-Fabric/core (= 0.80.2)
+ - React-Fabric/dom (= 0.80.2)
+ - React-Fabric/imagemanager (= 0.80.2)
+ - React-Fabric/leakchecker (= 0.80.2)
+ - React-Fabric/mounting (= 0.80.2)
+ - React-Fabric/observers (= 0.80.2)
+ - React-Fabric/scheduler (= 0.80.2)
+ - React-Fabric/telemetry (= 0.80.2)
+ - React-Fabric/templateprocessor (= 0.80.2)
+ - React-Fabric/uimanager (= 0.80.2)
- React-featureflags
- React-graphics
- React-hermes
@@ -515,13 +622,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/animations (0.79.5):
+ - SocketRocket
+ - React-Fabric/animations (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -537,13 +647,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/attributedstring (0.79.5):
+ - SocketRocket
+ - React-Fabric/attributedstring (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -559,13 +672,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/componentregistry (0.79.5):
+ - SocketRocket
+ - React-Fabric/componentregistry (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -581,13 +697,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/componentregistrynative (0.79.5):
+ - SocketRocket
+ - React-Fabric/componentregistrynative (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -603,22 +722,25 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/components (0.79.5):
+ - SocketRocket
+ - React-Fabric/components (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/components/legacyviewmanagerinterop (= 0.79.5)
- - React-Fabric/components/root (= 0.79.5)
- - React-Fabric/components/scrollview (= 0.79.5)
- - React-Fabric/components/view (= 0.79.5)
+ - React-Fabric/components/legacyviewmanagerinterop (= 0.80.2)
+ - React-Fabric/components/root (= 0.80.2)
+ - React-Fabric/components/scrollview (= 0.80.2)
+ - React-Fabric/components/view (= 0.80.2)
- React-featureflags
- React-graphics
- React-hermes
@@ -629,13 +751,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/components/legacyviewmanagerinterop (0.79.5):
+ - SocketRocket
+ - React-Fabric/components/legacyviewmanagerinterop (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -651,13 +776,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/components/root (0.79.5):
+ - SocketRocket
+ - React-Fabric/components/root (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -673,13 +801,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/components/scrollview (0.79.5):
+ - SocketRocket
+ - React-Fabric/components/scrollview (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -695,13 +826,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/components/view (0.79.5):
+ - SocketRocket
+ - React-Fabric/components/view (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -718,14 +852,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-Fabric/consistency (0.79.5):
+ - React-Fabric/consistency (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -741,13 +878,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/core (0.79.5):
+ - SocketRocket
+ - React-Fabric/core (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -763,13 +903,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/dom (0.79.5):
+ - SocketRocket
+ - React-Fabric/dom (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -785,13 +928,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/imagemanager (0.79.5):
+ - SocketRocket
+ - React-Fabric/imagemanager (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -807,13 +953,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/leakchecker (0.79.5):
+ - SocketRocket
+ - React-Fabric/leakchecker (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -829,13 +978,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/mounting (0.79.5):
+ - SocketRocket
+ - React-Fabric/mounting (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -851,19 +1003,22 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/observers (0.79.5):
+ - SocketRocket
+ - React-Fabric/observers (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/observers/events (= 0.79.5)
+ - React-Fabric/observers/events (= 0.80.2)
- React-featureflags
- React-graphics
- React-hermes
@@ -874,13 +1029,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/observers/events (0.79.5):
+ - SocketRocket
+ - React-Fabric/observers/events (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -896,13 +1054,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/scheduler (0.79.5):
+ - SocketRocket
+ - React-Fabric/scheduler (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -920,13 +1081,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/telemetry (0.79.5):
+ - SocketRocket
+ - React-Fabric/telemetry (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -942,13 +1106,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/templateprocessor (0.79.5):
+ - SocketRocket
+ - React-Fabric/templateprocessor (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -964,19 +1131,22 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/uimanager (0.79.5):
+ - SocketRocket
+ - React-Fabric/uimanager (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/uimanager/consistency (= 0.79.5)
+ - React-Fabric/uimanager/consistency (= 0.80.2)
- React-featureflags
- React-graphics
- React-hermes
@@ -988,13 +1158,16 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-Fabric/uimanager/consistency (0.79.5):
+ - SocketRocket
+ - React-Fabric/uimanager/consistency (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1011,21 +1184,24 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
- - React-FabricComponents (0.79.5):
+ - SocketRocket
+ - React-FabricComponents (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- React-Fabric
- - React-FabricComponents/components (= 0.79.5)
- - React-FabricComponents/textlayoutmanager (= 0.79.5)
+ - React-FabricComponents/components (= 0.80.2)
+ - React-FabricComponents/textlayoutmanager (= 0.80.2)
- React-featureflags
- React-graphics
- React-hermes
@@ -1036,29 +1212,32 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components (0.79.5):
+ - React-FabricComponents/components (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- React-Fabric
- - React-FabricComponents/components/inputaccessory (= 0.79.5)
- - React-FabricComponents/components/iostextinput (= 0.79.5)
- - React-FabricComponents/components/modal (= 0.79.5)
- - React-FabricComponents/components/rncore (= 0.79.5)
- - React-FabricComponents/components/safeareaview (= 0.79.5)
- - React-FabricComponents/components/scrollview (= 0.79.5)
- - React-FabricComponents/components/text (= 0.79.5)
- - React-FabricComponents/components/textinput (= 0.79.5)
- - React-FabricComponents/components/unimplementedview (= 0.79.5)
+ - React-FabricComponents/components/inputaccessory (= 0.80.2)
+ - React-FabricComponents/components/iostextinput (= 0.80.2)
+ - React-FabricComponents/components/modal (= 0.80.2)
+ - React-FabricComponents/components/rncore (= 0.80.2)
+ - React-FabricComponents/components/safeareaview (= 0.80.2)
+ - React-FabricComponents/components/scrollview (= 0.80.2)
+ - React-FabricComponents/components/text (= 0.80.2)
+ - React-FabricComponents/components/textinput (= 0.80.2)
+ - React-FabricComponents/components/unimplementedview (= 0.80.2)
- React-featureflags
- React-graphics
- React-hermes
@@ -1069,14 +1248,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/inputaccessory (0.79.5):
+ - React-FabricComponents/components/inputaccessory (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1093,14 +1275,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/iostextinput (0.79.5):
+ - React-FabricComponents/components/iostextinput (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1117,14 +1302,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/modal (0.79.5):
+ - React-FabricComponents/components/modal (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1141,14 +1329,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/rncore (0.79.5):
+ - React-FabricComponents/components/rncore (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1165,14 +1356,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/safeareaview (0.79.5):
+ - React-FabricComponents/components/safeareaview (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1189,14 +1383,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/scrollview (0.79.5):
+ - React-FabricComponents/components/scrollview (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1213,14 +1410,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/text (0.79.5):
+ - React-FabricComponents/components/text (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1237,14 +1437,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/textinput (0.79.5):
+ - React-FabricComponents/components/textinput (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1261,14 +1464,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/components/unimplementedview (0.79.5):
+ - React-FabricComponents/components/unimplementedview (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1285,14 +1491,17 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricComponents/textlayoutmanager (0.79.5):
+ - React-FabricComponents/textlayoutmanager (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1309,76 +1518,112 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-FabricImage (0.79.5):
+ - React-FabricImage (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
- - RCTRequired (= 0.79.5)
- - RCTTypeSafety (= 0.79.5)
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - RCTRequired (= 0.80.2)
+ - RCTTypeSafety (= 0.80.2)
- React-Fabric
- React-featureflags
- React-graphics
- React-hermes
- React-ImageManager
- React-jsi
- - React-jsiexecutor (= 0.79.5)
+ - React-jsiexecutor (= 0.80.2)
- React-logger
- React-rendererdebug
- React-utils
- ReactCommon
+ - SocketRocket
- Yoga
- - React-featureflags (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
- - React-featureflagsnativemodule (0.79.5):
+ - React-featureflags (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - SocketRocket
+ - React-featureflagsnativemodule (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
- React-featureflags
- React-hermes
- React-jsi
- React-jsiexecutor
- React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core
- - React-graphics (0.79.5):
+ - SocketRocket
+ - React-graphics (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-hermes
- React-jsi
- React-jsiexecutor
- React-utils
- - React-hermes (0.79.5):
+ - SocketRocket
+ - React-hermes (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-cxxreact (= 0.79.5)
- - React-jsi
- - React-jsiexecutor (= 0.79.5)
- - React-jsinspector
- - React-jsinspectortracing
- - React-perflogger (= 0.79.5)
- - React-runtimeexecutor
- - React-idlecallbacksnativemodule (0.79.5):
+ - fast_float
+ - fmt
- glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
+ - React-cxxreact (= 0.80.2)
+ - React-jsi
+ - React-jsiexecutor (= 0.80.2)
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsinspectortracing
+ - React-perflogger (= 0.80.2)
+ - React-runtimeexecutor
+ - SocketRocket
+ - React-idlecallbacksnativemodule (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-hermes
- React-jsi
- React-jsiexecutor
- React-RCTFBReactNativeSpec
- React-runtimescheduler
- ReactCommon/turbomodule/core
- - React-ImageManager (0.79.5):
+ - SocketRocket
+ - React-ImageManager (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
+ - RCT-Folly
- RCT-Folly/Fabric
- React-Core/Default
- React-debug
@@ -1386,78 +1631,153 @@ PODS:
- React-graphics
- React-rendererdebug
- React-utils
- - React-jserrorhandler (0.79.5):
+ - SocketRocket
+ - React-jserrorhandler (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-cxxreact
- React-debug
- React-featureflags
- React-jsi
- ReactCommon/turbomodule/bridging
- - React-jsi (0.79.5):
+ - SocketRocket
+ - React-jsi (0.80.2):
- boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-jsiexecutor (0.79.5):
- - DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-cxxreact (= 0.79.5)
- - React-jsi (= 0.79.5)
- - React-jsinspector
- - React-jsinspectortracing
- - React-perflogger (= 0.79.5)
- - React-jsinspector (0.79.5):
- - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
+ - SocketRocket
+ - React-jsiexecutor (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-cxxreact (= 0.80.2)
+ - React-jsi (= 0.80.2)
+ - React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsinspectortracing
+ - React-perflogger (= 0.80.2)
+ - SocketRocket
+ - React-jsinspector (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-featureflags
- React-jsi
+ - React-jsinspectorcdp
+ - React-jsinspectornetwork
- React-jsinspectortracing
- - React-perflogger (= 0.79.5)
- - React-runtimeexecutor (= 0.79.5)
- - React-jsinspectortracing (0.79.5):
- - RCT-Folly
- - React-oscompat
- - React-jsitooling (0.79.5):
+ - React-perflogger (= 0.80.2)
+ - React-runtimeexecutor (= 0.80.2)
+ - SocketRocket
+ - React-jsinspectorcdp (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- - RCT-Folly (= 2024.11.18.00)
- - React-cxxreact (= 0.79.5)
- - React-jsi (= 0.79.5)
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - SocketRocket
+ - React-jsinspectornetwork (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-jsinspectorcdp
+ - SocketRocket
+ - React-jsinspectortracing (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-oscompat
+ - SocketRocket
+ - React-jsitooling (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-cxxreact (= 0.80.2)
+ - React-jsi (= 0.80.2)
- React-jsinspector
+ - React-jsinspectorcdp
- React-jsinspectortracing
- - React-jsitracing (0.79.5):
+ - SocketRocket
+ - React-jsitracing (0.80.2):
- React-jsi
- - React-logger (0.79.5):
+ - React-logger (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- - React-Mapbuffer (0.79.5):
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - SocketRocket
+ - React-Mapbuffer (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-debug
- - React-microtasksnativemodule (0.79.5):
+ - SocketRocket
+ - React-microtasksnativemodule (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
- React-hermes
- React-jsi
- React-jsiexecutor
- React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core
+ - SocketRocket
- react-native-cameraroll (7.8.3):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1476,6 +1796,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-config (1.5.3):
- react-native-config/App (= 1.5.3)
@@ -1491,10 +1812,14 @@ PODS:
- react-native-geocoder-reborn (0.9.0):
- React
- react-native-geolocation (3.4.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1513,14 +1838,19 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-get-random-values (1.11.0):
- React-Core
- react-native-image-picker (8.2.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1539,12 +1869,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-image-resizer (3.0.11):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Codegen
@@ -1564,6 +1899,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-keep-awake (1.3.1):
- RCT-Folly
@@ -1578,10 +1914,14 @@ PODS:
- react-native-maps (1.20.1):
- React-Core
- react-native-mmkv (3.3.3):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1600,6 +1940,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-netinfo (11.4.1):
- React-Core
@@ -1610,10 +1951,14 @@ PODS:
- react-native-restart (0.0.27):
- React-Core
- react-native-safe-area-context (5.6.2):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1634,12 +1979,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-safe-area-context/common (5.6.2):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1658,12 +2008,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-safe-area-context/fabric (5.6.2):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1683,14 +2038,19 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-sensitive-info (6.0.0-alpha.9):
- React-Core
- react-native-slider (4.5.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1709,15 +2069,20 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-volume-manager (2.0.8):
- Mute
- React-Core
- react-native-webview (13.15.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1736,12 +2101,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- react-native-worklets-core (1.6.2):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1760,10 +2130,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- - React-NativeModulesApple (0.79.5):
+ - React-NativeModulesApple (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-callinvoker
- React-Core
- React-cxxreact
@@ -1771,33 +2148,61 @@ PODS:
- React-hermes
- React-jsi
- React-jsinspector
+ - React-jsinspectorcdp
- React-runtimeexecutor
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - React-oscompat (0.79.5)
- - React-perflogger (0.79.5):
+ - SocketRocket
+ - React-oscompat (0.80.2)
+ - React-perflogger (0.80.2):
+ - boost
- DoubleConversion
- - RCT-Folly (= 2024.11.18.00)
- - React-performancetimeline (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
- - React-cxxreact
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - SocketRocket
+ - React-performancetimeline (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-featureflags
- React-jsinspectortracing
- React-perflogger
- React-timing
- - React-RCTActionSheet (0.79.5):
- - React-Core/RCTActionSheetHeaders (= 0.79.5)
- - React-RCTAnimation (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
+ - SocketRocket
+ - React-RCTActionSheet (0.80.2):
+ - React-Core/RCTActionSheetHeaders (= 0.80.2)
+ - React-RCTAnimation (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTTypeSafety
- React-Core/RCTAnimationHeaders
+ - React-featureflags
- React-jsi
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- - React-RCTAppDelegate (0.79.5):
+ - SocketRocket
+ - React-RCTAppDelegate (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1821,24 +2226,35 @@ PODS:
- React-runtimescheduler
- React-utils
- ReactCommon
- - React-RCTBlob (0.79.5):
+ - SocketRocket
+ - React-RCTBlob (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-Core/RCTBlobHeaders
- React-Core/RCTWebSocket
- React-jsi
- React-jsinspector
+ - React-jsinspectorcdp
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- React-RCTNetwork
- ReactCommon
- - React-RCTFabric (0.79.5):
+ - SocketRocket
+ - React-RCTFabric (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-Core
- React-debug
- React-Fabric
@@ -1850,6 +2266,8 @@ PODS:
- React-ImageManager
- React-jsi
- React-jsinspector
+ - React-jsinspectorcdp
+ - React-jsinspectornetwork
- React-jsinspectortracing
- React-performancetimeline
- React-RCTAnimation
@@ -1860,10 +2278,17 @@ PODS:
- React-rendererdebug
- React-runtimescheduler
- React-utils
+ - SocketRocket
- Yoga
- - React-RCTFBReactNativeSpec (0.79.5):
+ - React-RCTFBReactNativeSpec (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -1872,8 +2297,15 @@ PODS:
- React-jsiexecutor
- React-NativeModulesApple
- ReactCommon
- - React-RCTImage (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
+ - SocketRocket
+ - React-RCTImage (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTTypeSafety
- React-Core/RCTImageHeaders
- React-jsi
@@ -1881,66 +2313,108 @@ PODS:
- React-RCTFBReactNativeSpec
- React-RCTNetwork
- ReactCommon
- - React-RCTLinking (0.79.5):
- - React-Core/RCTLinkingHeaders (= 0.79.5)
- - React-jsi (= 0.79.5)
+ - SocketRocket
+ - React-RCTLinking (0.80.2):
+ - React-Core/RCTLinkingHeaders (= 0.80.2)
+ - React-jsi (= 0.80.2)
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- - ReactCommon/turbomodule/core (= 0.79.5)
- - React-RCTNetwork (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
+ - ReactCommon/turbomodule/core (= 0.80.2)
+ - React-RCTNetwork (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTTypeSafety
- React-Core/RCTNetworkHeaders
+ - React-featureflags
- React-jsi
+ - React-jsinspectorcdp
+ - React-jsinspectornetwork
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- - React-RCTRuntime (0.79.5):
+ - SocketRocket
+ - React-RCTRuntime (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-Core
- React-hermes
- React-jsi
- React-jsinspector
+ - React-jsinspectorcdp
- React-jsinspectortracing
- React-jsitooling
- React-RuntimeApple
- React-RuntimeCore
- React-RuntimeHermes
- - React-RCTSettings (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
+ - SocketRocket
+ - React-RCTSettings (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTTypeSafety
- React-Core/RCTSettingsHeaders
- React-jsi
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- - React-RCTText (0.79.5):
- - React-Core/RCTTextHeaders (= 0.79.5)
+ - SocketRocket
+ - React-RCTText (0.80.2):
+ - React-Core/RCTTextHeaders (= 0.80.2)
- Yoga
- - React-RCTVibration (0.79.5):
- - RCT-Folly (= 2024.11.18.00)
+ - React-RCTVibration (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-Core/RCTVibrationHeaders
- React-jsi
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- - React-rendererconsistency (0.79.5)
- - React-renderercss (0.79.5):
+ - SocketRocket
+ - React-rendererconsistency (0.80.2)
+ - React-renderercss (0.80.2):
- React-debug
- React-utils
- - React-rendererdebug (0.79.5):
+ - React-rendererdebug (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
- - RCT-Folly (= 2024.11.18.00)
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-debug
- - React-rncore (0.79.5)
- - React-RuntimeApple (0.79.5):
+ - SocketRocket
+ - React-rncore (0.80.2)
+ - React-RuntimeApple (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-callinvoker
- React-Core/Default
- React-CoreModules
@@ -1960,10 +2434,16 @@ PODS:
- React-RuntimeHermes
- React-runtimescheduler
- React-utils
- - React-RuntimeCore (0.79.5):
+ - SocketRocket
+ - React-RuntimeCore (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-cxxreact
- React-Fabric
- React-featureflags
@@ -1977,24 +2457,38 @@ PODS:
- React-runtimeexecutor
- React-runtimescheduler
- React-utils
- - React-runtimeexecutor (0.79.5):
- - React-jsi (= 0.79.5)
- - React-RuntimeHermes (0.79.5):
+ - SocketRocket
+ - React-runtimeexecutor (0.80.2):
+ - React-jsi (= 0.80.2)
+ - React-RuntimeHermes (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
- hermes-engine
- - RCT-Folly/Fabric (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-featureflags
- React-hermes
- React-jsi
- React-jsinspector
+ - React-jsinspectorcdp
- React-jsinspectortracing
- React-jsitooling
- React-jsitracing
- React-RuntimeCore
- React-utils
- - React-runtimescheduler (0.79.5):
+ - SocketRocket
+ - React-runtimescheduler (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- React-callinvoker
- React-cxxreact
- React-debug
@@ -2008,21 +2502,32 @@ PODS:
- React-runtimeexecutor
- React-timing
- React-utils
- - React-timing (0.79.5)
- - React-utils (0.79.5):
- - glog
- - hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-debug
- - React-hermes
- - React-jsi (= 0.79.5)
- - ReactAppDependencyProvider (0.79.5):
- - ReactCodegen
- - ReactCodegen (0.79.5):
+ - SocketRocket
+ - React-timing (0.80.2)
+ - React-utils (0.80.2):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- RCT-Folly
+ - RCT-Folly/Fabric
+ - React-debug
+ - React-hermes
+ - React-jsi (= 0.80.2)
+ - SocketRocket
+ - ReactAppDependencyProvider (0.80.2):
+ - ReactCodegen
+ - ReactCodegen (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
+ - glog
+ - hermes-engine
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2040,49 +2545,67 @@ PODS:
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - ReactCommon (0.79.5):
- - ReactCommon/turbomodule (= 0.79.5)
- - ReactCommon/turbomodule (0.79.5):
+ - SocketRocket
+ - ReactCommon (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
+ - glog
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - ReactCommon/turbomodule (= 0.80.2)
+ - SocketRocket
+ - ReactCommon/turbomodule (0.80.2):
+ - boost
+ - DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-callinvoker (= 0.79.5)
- - React-cxxreact (= 0.79.5)
- - React-jsi (= 0.79.5)
- - React-logger (= 0.79.5)
- - React-perflogger (= 0.79.5)
- - ReactCommon/turbomodule/bridging (= 0.79.5)
- - ReactCommon/turbomodule/core (= 0.79.5)
- - ReactCommon/turbomodule/bridging (0.79.5):
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-callinvoker (= 0.80.2)
+ - React-cxxreact (= 0.80.2)
+ - React-jsi (= 0.80.2)
+ - React-logger (= 0.80.2)
+ - React-perflogger (= 0.80.2)
+ - ReactCommon/turbomodule/bridging (= 0.80.2)
+ - ReactCommon/turbomodule/core (= 0.80.2)
+ - SocketRocket
+ - ReactCommon/turbomodule/bridging (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-callinvoker (= 0.79.5)
- - React-cxxreact (= 0.79.5)
- - React-jsi (= 0.79.5)
- - React-logger (= 0.79.5)
- - React-perflogger (= 0.79.5)
- - ReactCommon/turbomodule/core (0.79.5):
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-callinvoker (= 0.80.2)
+ - React-cxxreact (= 0.80.2)
+ - React-jsi (= 0.80.2)
+ - React-logger (= 0.80.2)
+ - React-perflogger (= 0.80.2)
+ - SocketRocket
+ - ReactCommon/turbomodule/core (0.80.2):
+ - boost
- DoubleConversion
- - fast_float (= 6.1.4)
- - fmt (= 11.0.2)
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
- - React-callinvoker (= 0.79.5)
- - React-cxxreact (= 0.79.5)
- - React-debug (= 0.79.5)
- - React-featureflags (= 0.79.5)
- - React-jsi (= 0.79.5)
- - React-logger (= 0.79.5)
- - React-perflogger (= 0.79.5)
- - React-utils (= 0.79.5)
+ - RCT-Folly
+ - RCT-Folly/Fabric
+ - React-callinvoker (= 0.80.2)
+ - React-cxxreact (= 0.80.2)
+ - React-debug (= 0.80.2)
+ - React-featureflags (= 0.80.2)
+ - React-jsi (= 0.80.2)
+ - React-logger (= 0.80.2)
+ - React-perflogger (= 0.80.2)
+ - React-utils (= 0.80.2)
+ - SocketRocket
- ReactNativeExceptionHandler (2.10.10):
- React-Core
- RealmJS (20.2.0):
@@ -2092,10 +2615,14 @@ PODS:
- RNAudioRecorderPlayer (3.6.7):
- React-Core
- RNCClipboard (1.16.3):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2114,12 +2641,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNCPicker (2.11.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2138,12 +2670,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNDateTimePicker (8.4.4):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2162,6 +2699,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNDeviceInfo (14.0.4):
- React-Core
@@ -2176,10 +2714,14 @@ PODS:
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.28.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2199,13 +2741,18 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNGoogleSignin (13.1.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- GoogleSignIn (~> 7.1)
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2224,12 +2771,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNLocalize (3.5.2):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2248,12 +2800,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNPermissions (4.1.5):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2272,12 +2829,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNReanimated (3.19.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2298,12 +2860,17 @@ PODS:
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.19.1)
- RNReanimated/worklets (= 3.19.1)
+ - SocketRocket
- Yoga
- RNReanimated/reanimated (3.19.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2323,12 +2890,17 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.19.1)
+ - SocketRocket
- Yoga
- RNReanimated/reanimated/apple (3.19.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2347,12 +2919,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNReanimated/worklets (3.19.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2372,12 +2949,17 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/worklets/apple (= 3.19.1)
+ - SocketRocket
- Yoga
- RNReanimated/worklets/apple (3.19.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2396,12 +2978,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNScreens (4.13.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2422,12 +3009,17 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNScreens/common (= 4.13.1)
+ - SocketRocket
- Yoga
- RNScreens/common (4.13.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2447,12 +3039,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNShareMenu (6.0.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2471,12 +3068,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNStoreReview (0.4.3):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2495,12 +3097,17 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- RNSVG (15.12.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2520,12 +3127,17 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNSVG/common (= 15.12.0)
+ - SocketRocket
- Yoga
- RNSVG/common (15.12.0):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2544,6 +3156,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- Yoga
- SocketRocket (0.7.1)
- VisionCamera (4.7.2):
@@ -2559,10 +3172,14 @@ PODS:
- React-Core
- VisionCamera/FrameProcessors
- VisionCameraPluginInatVision (6.0.0-rc.1):
+ - boost
- DoubleConversion
+ - fast_float
+ - fmt
- glog
- hermes-engine
- - RCT-Folly (= 2024.11.18.00)
+ - RCT-Folly
+ - RCT-Folly/Fabric
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -2581,6 +3198,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
+ - SocketRocket
- VisionCamera
- Yoga
- Yoga (0.0.0)
@@ -2596,7 +3214,6 @@ DEPENDENCIES:
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- - RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
- RCTRequired (from `../node_modules/react-native/Libraries/Required`)
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
@@ -2622,6 +3239,8 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
+ - React-jsinspectorcdp (from `../node_modules/react-native/ReactCommon/jsinspector-modern/cdp`)
+ - React-jsinspectornetwork (from `../node_modules/react-native/ReactCommon/jsinspector-modern/network`)
- React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`)
- React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`)
- React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
@@ -2701,6 +3320,7 @@ DEPENDENCIES:
- RNShareMenu (from `../node_modules/react-native-share-menu`)
- RNStoreReview (from `../node_modules/react-native-store-review`)
- RNSVG (from `../node_modules/react-native-svg`)
+ - SocketRocket (~> 0.7.1)
- VisionCamera (from `../node_modules/react-native-vision-camera`)
- VisionCameraPluginInatVision (from `../node_modules/vision-camera-plugin-inatvision`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@@ -2743,7 +3363,7 @@ EXTERNAL SOURCES:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
hermes-engine:
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
- :tag: hermes-2025-06-04-RNv0.79.3-7f9a871eefeb2c3852365ee80f0b6733ec12ac3b
+ :tag: hermes-2025-07-24-RNv0.80.2-5c7dbc0a78cb2d2a8bc81c41c617c3abecf209ff
RCT-Folly:
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTDeprecation:
@@ -2794,6 +3414,10 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
+ React-jsinspectorcdp:
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/cdp"
+ React-jsinspectornetwork:
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/network"
React-jsinspectortracing:
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing"
React-jsitooling:
@@ -2964,9 +3588,9 @@ SPEC CHECKSUMS:
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
BVLinearGradient: cb006ba232a1f3e4f341bb62c42d1098c284da70
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
- fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
+ fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
FasterImage: 0543472141d8f64716efdeb3bb886a6fe814f3b9
- FBLazyVector: d2a9cd223302b6c9aa4aa34c1a775e9db609eb52
+ FBLazyVector: 86588b5a1547e7a417942a08f49559b184e002c8
Firebase: f5439b235721ceeef14ca1f327c0da8e4e8556b5
FirebaseAnalytics: fefb765365c6d3a4f2cb9d2c99dcf595124d41ae
FirebaseCore: ff47fe1ad3ab9ef66edd3e8bc4647b493d2067f8
@@ -2979,119 +3603,121 @@ SPEC CHECKSUMS:
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
- hermes-engine: f03b0e06d3882d71e67e45b073bb827da1a21aae
+ hermes-engine: bbc1152da7d2d40f9e59c28acc6576fcf5d28e2a
Mute: 20135a96076f140cc82bfc8b810e2d6150d8ec7e
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
- RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
- RCTDeprecation: 5f638f65935e273753b1f31a365db6a8d6dc53b5
- RCTRequired: 8b46a520ea9071e2bc47d474aa9ca31b4a935bd8
- RCTTypeSafety: cc4740278c2a52cbf740592b0a0a40df1587c9ab
- React: 6393ae1807614f017a84805bf2417e3497f518a6
- React-callinvoker: c34f666f551f05a325b87e7e3e6df0e082fa3d99
+ RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
+ RCTDeprecation: 300c5eb91114d4339b0bb39505d0f4824d7299b7
+ RCTRequired: e0446b01093475b7082fbeee5d1ef4ad1fe20ac4
+ RCTTypeSafety: cb974efcdc6695deedf7bf1eb942f2a0603a063f
+ React: e7a4655b09d0e17e54be188cc34c2f3e2087318a
+ React-callinvoker: 62192daaa2f30c3321fc531e4f776f7b09cf892b
React-Codegen: 4b8b4817cea7a54b83851d4c1f91f79aa73de30a
- React-Core: 1ba9acdf7accbd46ccaae99999443ae2722c82b7
- React-CoreModules: 3c3cf4a91257f138e3feb47169a2d7fe341b5495
- React-cxxreact: 444d518a5d3a933e029b5e5ca6d8127c2e43255c
- React-debug: c1b10e5982b961738eab5b1d66fa31572ca28b5e
- React-defaultsnativemodule: f9906e78406bf7c2fd011ae75a8142b54b6a8718
- React-domnativemodule: 4c2825e5c33a9c40b2249470036a9a1bd3c35f66
- React-Fabric: 094ab3d828a74fdff2c94ae44eff16f7774d8892
- React-FabricComponents: 72088c0f89c9cd08ebc750fed7f2975c4f339e87
- React-FabricImage: 8ff0ec837973420cc5bb6286bb604aad567e98f1
- React-featureflags: 1e3a098a98c63a339a8b5ef4014ba4c4b43fb1f6
- React-featureflagsnativemodule: 5e1f4f9691490e15902f4b79e508cf307e6653a3
- React-graphics: 02cc9270fb3be3e5ca3c36cd5a19492e9ec10a20
- React-hermes: 9ec11ce5f88c0778e027aa06a6e3e6eb19ddae09
- React-idlecallbacksnativemodule: 40ed6ba8b33bcd0813f10196d7c026d0e2cbe671
- React-ImageManager: 5a540f5f1ae6b72c71b1f02877791d6079db5733
- React-jserrorhandler: b3b7f5497c25be2ab38bfcf303fdacfd461dd9d3
- React-jsi: 8f065aa1ae1d35bef3c394cb1663d114c4952fd8
- React-jsiexecutor: fc8e69fb870cb6e69920fd482a76d4ae54a1c40a
- React-jsinspector: f62d1c6e39f13b27768d8a1de9940c69d0825b31
- React-jsinspectortracing: 4016df25da9b5c354387daf8deb09ca467679960
- React-jsitooling: 59d6ce3fef0b36008dd5bb18cf4e99ca27586619
- React-jsitracing: 872341bc3663286a14cfd9dcbb53089a6182b163
- React-logger: 85fa3509931497c72ccd2547fcc91e7299d8591e
- React-Mapbuffer: 4141a0d94d47529afb85341b9c02baa3cc2a1fd5
- React-microtasksnativemodule: 4b0f5a344ca5ce6692650fae4fb67f7672bbd1b6
- react-native-cameraroll: 16fe929a326c813e7111dbbac5026f768b023c0d
+ React-Core: b23cdaaa9d76389d958c06af3c57aa6ad611c542
+ React-CoreModules: 8e0f562e5695991e455abbebe1e968af71d52553
+ React-cxxreact: 6ccbe0cc2c652b29409b14b23cfb3cd74e084691
+ React-debug: ab52e07f7148480ea61c5e9b68408d749c6e2b8f
+ React-defaultsnativemodule: 291d2b0a93c399056121f4f0acc7f46d155a38ec
+ React-domnativemodule: c4968302e857bd422df8eec50a3cd4d078bd4ac0
+ React-Fabric: 7e3ba48433b87a416052c4077d5965aff64cb8c9
+ React-FabricComponents: 21de255cf52232644d12d3288cced1f0c519b25d
+ React-FabricImage: 15a0961a0ab34178f1c803aa0a7d28f21322ffc3
+ React-featureflags: 4e5dad365d57e3c3656447dfdad790f75878d9f4
+ React-featureflagsnativemodule: 5eac59389131c2b87d165dac4094b5e86067fabb
+ React-graphics: 2f9b3db89f156afd793da99f23782f400f58c1ee
+ React-hermes: cc8c77acee1406c258622cd8abbee9049f6b5761
+ React-idlecallbacksnativemodule: 1d7e1f73b624926d16db956e87c4885ef485664a
+ React-ImageManager: 8b6066f6638fba7d4a94fbd0b39b477ea8aced58
+ React-jserrorhandler: e5a4626d65b0eda9a11c43a9f14d0423d8a7080d
+ React-jsi: ea5c640ea63c127080f158dac7f4f393d13d415c
+ React-jsiexecutor: cf7920f82e46fe9a484c15c9f31e67d7179aa826
+ React-jsinspector: 094e3cb99952a0024fa977fa04706e68747cba18
+ React-jsinspectorcdp: dca545979146e3ecbdc999c0789dab55beecc140
+ React-jsinspectornetwork: 0a105fe74b0b1a93f70409d955c8a0556dc17c59
+ React-jsinspectortracing: 76088dd78a2de3ea637a860cdf39a6d9c2637d6b
+ React-jsitooling: a2e1e87382aae2294bc94a6e9682b9bc83da1d36
+ React-jsitracing: 45827be59e673f4c54175c150891301138846906
+ React-logger: 7cfc7b1ae1f8e5fe5097f9c746137cc3a8fad4ce
+ React-Mapbuffer: 8f620d1794c6b59a8c3862c3ae820a2e9e6c9bb0
+ React-microtasksnativemodule: dcf5321c9a41659a6718df8a5f202af1577c6825
+ react-native-cameraroll: 4c30b76c5899096946e73b3ac4d97f2712b954f0
react-native-config: ea75335a7cca1d3326de1da384227e580a7c082e
react-native-exif-reader: 0a3beb46ef9f33e4dda5f50795a01b6b510c1459
react-native-geocoder-reborn: a3c3d8460910309e750609c373b6887ec6f67a8f
- react-native-geolocation: fcd6daeef13402b1cbb3aadc7711b4e6ed9d89e0
+ react-native-geolocation: b7f68b8c04e36ee669c630dbc48dd42cf93a0a41
react-native-get-random-values: d16467cf726c618e9c7a8c3c39c31faa2244bbba
- react-native-image-picker: f6ece66f251f4a17aab08f5add7be6eb9e7f5356
- react-native-image-resizer: 3c20ef5cc4428f95d5ffd6cdeaa6eb261821d636
+ react-native-image-picker: 9bceb747cd6cde22a3416ffdc819d11b5b11f156
+ react-native-image-resizer: bc50c33e359ac9a5702b912320d4d1175c5d4294
react-native-keep-awake: a351e6f67006b47f316ae2b17ee8ee69386167f4
react-native-mail: 6e83813066984b26403d3fdfe79ac7bb31857e3c
react-native-maps: 9febd31278b35cd21e4fad2cf6fa708993be5dab
- react-native-mmkv: ec96a16cd90e0d994d486c3993abf712186f7262
+ react-native-mmkv: d374d305a8143e2983fb7b57cebb7992ae899004
react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187
react-native-orientation-locker: dbd3f6ddbe9e62389cb0807dc2af63f6c36dec36
react-native-render-html: 5afc4751f1a98621b3009432ef84c47019dcb2bd
react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863
- react-native-safe-area-context: 599ee84bd389d2a4230ab7b832fb1354f8eedaec
+ react-native-safe-area-context: 849813645d0fd16fd899a02ed6e03320284ec2ae
react-native-sensitive-info: ee358bf2b901ac3d04f63ff637b31daee44ea87f
- react-native-slider: 605e731593322c4bb2eb48d7d64e2e4dbf7cbd77
+ react-native-slider: fa04ab42a8333ff6bcf2c77ae76885d7f7c3d645
react-native-volume-manager: cdd3c3857158c1df7b9fbea071a9946395cee06c
- react-native-webview: 69c118d283fccfbc4fca0cd680e036ff3bf188fa
- react-native-worklets-core: 6b2e8fc097b36c66173f2814ee484be2f8fe7479
- React-NativeModulesApple: 0f1cdafa0517926f47ff74dbd92a1c9bb767cc69
- React-oscompat: 0592889a9fcf0eacb205532028e4a364e22907dd
- React-perflogger: c584fa50e422a46f37404d083fad12eb289d5de4
- React-performancetimeline: e27ae1b65a915937f42237448ff207d8af1ff0cd
- React-RCTActionSheet: ce67bdc050cc1d9ef673c7a93e9799288a183f24
- React-RCTAnimation: 8bb813eb29c6de85be99c62640f3a999df76ba02
- React-RCTAppDelegate: 0200dcd70e996a7061965cfa7f8c443013cc11a1
- React-RCTBlob: a1dd15758420b6a8154019c5c188cf90648bc487
- React-RCTFabric: 5232360b1a8fcfca3955696b085f1e7db4328289
- React-RCTFBReactNativeSpec: b42afeff81dfd0618a4d37c6c6cb99a66b93a363
- React-RCTImage: 8a4f6ce18e73a7e894b886dfb7625e9e9fbc90ef
- React-RCTLinking: fa49c624cd63979e7a6295ae9b1351d23ac4395a
- React-RCTNetwork: f236fd2897d18522bba24453e2995a4c83e01024
- React-RCTRuntime: 673768dd81fe9f089e2cf97649a50e855a5e9eff
- React-RCTSettings: 69e2f25a5a1bf6cb37eef2e5c3bd4bb7e848296b
- React-RCTText: 515ce74ed79c31dbf509e6f12770420ebbf23755
- React-RCTVibration: ef30ada606dfed859b2c71577f6f041d47f2cfbb
- React-rendererconsistency: c9c28e3b0834d9be2e6aa0ba2d1fd77c76441658
- React-renderercss: e10ecdcc6c860a9b8d272c9b91f3f7e4083025ef
- React-rendererdebug: 9645a0aa1c96f682e3db8d5986d0f983973bfff0
- React-rncore: 289894dda4ebcca06104070f1a9c9283f37dd123
- React-RuntimeApple: d35aeb9cce934526e8da3147fd34aa96ff673916
- React-RuntimeCore: 5fe3d6994a1cc00d51ad60e39b37b05824e95a46
- React-runtimeexecutor: ebfd71307b3166c73ac0c441c1ea42e0f17f821d
- React-RuntimeHermes: a76cacef9e28fedbf7a49c95d0ccda7a317044b5
- React-runtimescheduler: a27bbf20bd606056f0404afdca7c4242e015cf51
- React-timing: 0f749e1c5ca1147b699b25ec79003950e6366056
- React-utils: aa7c038cfabf6b8f5e63dbf7cd3ed162a4399668
- ReactAppDependencyProvider: f3e842e6cb5a825b6918a74a38402ba1409411f8
- ReactCodegen: 542dbcd3d677ed7c4fe69e28b7c492998f48c9db
- ReactCommon: 1aa48867a0fc71a2b4f9e8a1529f5673648354f3
+ react-native-webview: 44434e525f798a7b35b8b94d9db36cd25a75048f
+ react-native-worklets-core: be5da7693070046d10b05ec6143f2f19bf05aa98
+ React-NativeModulesApple: 342e280bb9fc2aa5f61f6c257b309a86b995e12d
+ React-oscompat: 56d6de59f9ae95cd006a1c40be2cde83bc06a4e1
+ React-perflogger: 4008bd05a8b6c157b06608c0ea0b8bd5d9c5e6c9
+ React-performancetimeline: 3ac316a346fe3d48801a746b754dd8f5b5146838
+ React-RCTActionSheet: 49138012280ec3bbb35193d8d09adb8bc61c982e
+ React-RCTAnimation: ebfe7c62016d4c17b56b2cab3a221908ae46288d
+ React-RCTAppDelegate: 0108657ba9a19f6a1cd62dcd19c2c0485b3fc251
+ React-RCTBlob: 6cc309d1623f3c2679125a04a7425685b7219e6b
+ React-RCTFabric: 04d1cf11ee3747a699260492e319e92649d7ac88
+ React-RCTFBReactNativeSpec: ff3e37e2456afc04211334e86d07bf20488df0ae
+ React-RCTImage: bb98a59aeed953a48be3f917b9b745b213b340ab
+ React-RCTLinking: d6e9795d4d75d154c1dd821fd0746cc3e05d6670
+ React-RCTNetwork: 5c8a7a2dd26728323189362f149e788548ac72bc
+ React-RCTRuntime: 52b28e281aba881e1f94ee8b16611823b730d1c5
+ React-RCTSettings: b6a02d545ce10dd936b39914b32674db6e865307
+ React-RCTText: c7d9232da0e9b5082a99a617483d9164a9cd46e9
+ React-RCTVibration: fe636c985c1bf25e4a5b5b4d9315a3b882468a72
+ React-rendererconsistency: aba18fa58a4d037004f6bed6bb201eb368016c56
+ React-renderercss: b490bd53486a6bae1e9809619735d1f2b2cabd7f
+ React-rendererdebug: 8db25b276b64d5a1dbf05677de0c4ff1039d5184
+ React-rncore: 22f344c7f9109b68c3872194b0b5081ca1aee655
+ React-RuntimeApple: 19bdabedda0eeb70acb71e68bfc42d61bbcbacd9
+ React-RuntimeCore: 11bf03bdbd6e72857481c46d0f4eb9c19b14c754
+ React-runtimeexecutor: b35de9cb7f5d19c66ea9b067235f95b947697ba5
+ React-RuntimeHermes: d8f736d0a2d38233c7ec7bd36040eb9b0a3ccd8c
+ React-runtimescheduler: 0c95966d030c8ebbebddaab49630cda2889ca073
+ React-timing: 42e8212c479d1e956d3024be0a07f205a2e34d9d
+ React-utils: a185f723baa0c525c361e6c281a846d919623dbe
+ ReactAppDependencyProvider: 8df342c127fd0c1e30e8b9f71ff814c22414a7c0
+ ReactCodegen: 4928682e20747464165effacc170019a18da953c
+ ReactCommon: ec1cdf708729338070f8c4ad746768a782fd9eb1
ReactNativeExceptionHandler: a23922ca00122b050ae9412f960061791c232c47
RealmJS: 1c37c6bdfe060f4caa0f9175aa0eedb962622ee1
RNAppleAuthentication: 8d313d93fe2238d6b7ff0a39c67ebcf298d96653
RNAudioRecorderPlayer: fa079748b34d15cd3b7b6a5d47b286bae6d5d49b
- RNCClipboard: 45b13251c8938aabfc25b9ecc35b5d42ab4eb0b0
- RNCPicker: c424533f7747c9463b35d294328e7b2b4d2baf31
- RNDateTimePicker: 8b71f103063596bce08b586e345e0a6693dbe10c
+ RNCClipboard: 8e5237c79dafacea5b7adf4c3ab39a4236b5ef7e
+ RNCPicker: a5e6459e191fbcfca2b902f41b465418b58068b5
+ RNDateTimePicker: 87557c780a44cd2ba53e485898c0dc1cb7abd744
RNDeviceInfo: d863506092aef7e7af3a1c350c913d867d795047
RNFBAnalytics: 2c4927af02d587595a7888a8275b7e3a2ccc1842
RNFBApp: 0211ae65fadcb017cc787b2bd539847330687b93
RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8
- RNGestureHandler: c50b05a3941646c4e4098344033ca4609b42be85
- RNGoogleSignin: ab92f905105098416442fba5c31bc60009331587
- RNLocalize: a46aae37770c521a04f389892f10111b7f51ac4d
- RNPermissions: a18c7b3ca2ceafdf85237765eef4122149a202e3
- RNReanimated: 77cb290489b14454ed89681ae01c179a5b0b6ac5
- RNScreens: b13e4c45f0406f33986a39c0d8da0324bff94435
- RNShareMenu: 30c1a98272f797a19e38e49b0bb7422794169dff
- RNStoreReview: 8b47d208282c23296d2466a488a8d9ca1979d79b
- RNSVG: 45e3c3210465e75ab6374c9f746179e75d76ce48
+ RNGestureHandler: a52292df4f8fc7daab354ad2c37be401d4c3bed8
+ RNGoogleSignin: 65a7b18dd8fd9f279068ede103db4840f6782d99
+ RNLocalize: a16f9c3aade79b247632a4bbb56623c9741e4fa3
+ RNPermissions: ed4ab4a76189728be2061d9598fd3200ed28ad6b
+ RNReanimated: 0b4147a00b6e539c484a12e182396dfc7443f310
+ RNScreens: eff474e98669c2a4dbe7e43ee9464682711182ea
+ RNShareMenu: ca0a55c45650bc7dffb47bf81a0bd6cd299a330e
+ RNStoreReview: 77a0cc49341ad0e36e1860d42c70b05b2dfe5086
+ RNSVG: bc7ccfe884848ac924d2279d9025d41b5f05cb0c
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
VisionCamera: 4146fa2612c154f893a42a9b1feedf868faa6b23
- VisionCameraPluginInatVision: fb617786e2349928429a448414ebd66f6042d9e8
- Yoga: bfcce202dba74007f8974ee9c5f903a9a286c445
+ VisionCameraPluginInatVision: 212f5cfd74939272b73d5f73a071dd0ea42beed3
+ Yoga: ce248fb32065c9b00451491b06607f1c25b2f1ed
PODFILE CHECKSUM: 408420cde063753003ef67536bf93d5b940b4301
diff --git a/ios/iNaturalistReactNative-ShareExtension/Info.plist b/ios/iNaturalistReactNative-ShareExtension/Info.plist
index 806d08d0f..51e02d219 100644
--- a/ios/iNaturalistReactNative-ShareExtension/Info.plist
+++ b/ios/iNaturalistReactNative-ShareExtension/Info.plist
@@ -6,6 +6,19 @@
org.inaturalist.iNaturalistMobile
HostAppURLScheme
inaturalistmobile://
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+ NSExceptionDomains
+
+ localhost
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+
+
+
NSExtension
NSExtensionAttributes
@@ -21,31 +34,20 @@
NSExtensionPointIdentifier
com.apple.share-services
+ RCTNewArchEnabled
+
ReactShareViewBackgroundColor
- Red
- 1
- Green
- 1
- Blue
- 1
- Alpha
- 1
- Transparent
-
-
- NSAppTransportSecurity
-
- NSAllowsArbitraryLoads
-
- NSExceptionDomains
-
- localhost
-
- NSExceptionAllowsInsecureHTTPLoads
-
-
-
+ Alpha
+ 1
+ Blue
+ 1
+ Green
+ 1
+ Red
+ 1
+ Transparent
+
diff --git a/ios/iNaturalistReactNative/Info.plist b/ios/iNaturalistReactNative/Info.plist
index 424383d6b..8bbbbb333 100644
--- a/ios/iNaturalistReactNative/Info.plist
+++ b/ios/iNaturalistReactNative/Info.plist
@@ -73,6 +73,8 @@
Export iNaturalist photos to your library.
NSPhotoLibraryUsageDescription
Export and import iNaturalist photos to and from your library.
+ RCTNewArchEnabled
+
UIAppFonts
Lato-Bold.ttf
diff --git a/package-lock.json b/package-lock.json
index dee145ff1..ceab6a8cd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -52,10 +52,10 @@
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"nativewind": "^2.0.11",
- "react": "19.0.0",
- "react-dom": "19.0.0",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
"react-i18next": "^14.1.0",
- "react-native": "0.79.5",
+ "react-native": "0.80.2",
"react-native-animated-dots-carousel": "^2.0.0",
"react-native-audio-recorder-player": "^3.6.7",
"react-native-bouncy-checkbox": "^3.0.7",
@@ -114,13 +114,13 @@
"@babel/runtime": "^7.25.0",
"@faker-js/faker": "^8.4.1",
"@fluent/syntax": "^0.19.0",
- "@react-native-community/cli": "18.0.0",
- "@react-native-community/cli-platform-android": "18.0.0",
- "@react-native-community/cli-platform-ios": "18.0.0",
- "@react-native/babel-preset": "0.79.5",
- "@react-native/eslint-config": "0.79.5",
- "@react-native/metro-config": "0.79.5",
- "@react-native/typescript-config": "0.79.5",
+ "@react-native-community/cli": "19.1.1",
+ "@react-native-community/cli-platform-android": "19.1.1",
+ "@react-native-community/cli-platform-ios": "19.1.1",
+ "@react-native/babel-preset": "0.80.2",
+ "@react-native/eslint-config": "0.80.2",
+ "@react-native/metro-config": "0.80.2",
+ "@react-native/typescript-config": "0.80.2",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
@@ -128,9 +128,9 @@
"@types/jsrsasign": "^10.5.15",
"@types/lodash": "^4.17.20",
"@types/markdown-it": "^14.1.2",
- "@types/react": "^19.0.0",
- "@types/react-dom": "^19.0.0",
- "@types/react-test-renderer": "^19.0.0",
+ "@types/react": "^19.1.0",
+ "@types/react-dom": "^19.1.0",
+ "@types/react-test-renderer": "^19.1.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"babel-plugin-module-resolver": "^5.0.0",
@@ -167,7 +167,7 @@
"patch-package": "^8.0.1",
"react-native-clean-project": "^4.0.3",
"react-native-config-node": "^0.0.3",
- "react-test-renderer": "19.0.0",
+ "react-test-renderer": "19.1.0",
"reassure": "^1.1.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.2",
@@ -2230,7 +2230,6 @@
"version": "7.27.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
"integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
- "peer": true,
"engines": {
"node": ">=6.9.0"
}
@@ -2756,7 +2755,6 @@
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.14.2.tgz",
"integrity": "sha512-Ecx2ig/JLC9ayIQwZHqm41Tzlf4c1WUuFhFUZB1y+JIJqDRE579x7Uil7tKT8MwDpOPwrK5ZtpxdSsrfy/LF8Q==",
"license": "Apache-2.0",
- "peer": true,
"dependencies": {
"@firebase/component": "0.7.0",
"@firebase/logger": "0.5.0",
@@ -2823,7 +2821,6 @@
"resolved": "https://registry.npmjs.org/@firebase/app-compat/-/app-compat-0.5.2.tgz",
"integrity": "sha512-cn+U27GDaBS/irsbvrfnPZdcCzeZPRGKieSlyb7vV6LSOL6mdECnB86PgYjYGxSNg8+U48L/NeevTV1odU+mOQ==",
"license": "Apache-2.0",
- "peer": true,
"dependencies": {
"@firebase/app": "0.14.2",
"@firebase/component": "0.7.0",
@@ -2839,8 +2836,7 @@
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.3.tgz",
"integrity": "sha512-kRVpIl4vVGJ4baogMDINbyrIOtOxqhkZQg4jTq3l8Lw6WSk0xfpEYzezFu+Kl4ve4fbPl79dvwRtaFqAC/ucCw==",
- "license": "Apache-2.0",
- "peer": true
+ "license": "Apache-2.0"
},
"node_modules/@firebase/auth": {
"version": "1.11.0",
@@ -3291,7 +3287,6 @@
"integrity": "sha512-0AZUyYUfpMNcztR5l09izHwXkZpghLgCUaAGjtMwXnCg3bj4ml5VgiwqOMOxJ+Nw4qN/zJAaOQBcJ7KGkWStqQ==",
"hasInstallScript": true,
"license": "Apache-2.0",
- "peer": true,
"dependencies": {
"tslib": "^2.1.0"
},
@@ -3411,13 +3406,15 @@
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
"integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
- "devOptional": true
+ "devOptional": true,
+ "license": "BSD-3-Clause"
},
"node_modules/@hapi/topo": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
"integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
"devOptional": true,
+ "license": "BSD-3-Clause",
"dependencies": {
"@hapi/hoek": "^9.0.0"
}
@@ -3561,6 +3558,7 @@
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz",
"integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==",
+ "license": "ISC",
"engines": {
"node": ">=12"
}
@@ -3774,7 +3772,6 @@
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
"integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
- "peer": true,
"dependencies": {
"@jest/fake-timers": "^29.7.0",
"@jest/types": "^29.6.3",
@@ -4211,8 +4208,7 @@
"node_modules/@jsamr/counter-style": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@jsamr/counter-style/-/counter-style-2.0.2.tgz",
- "integrity": "sha512-2mXudGVtSzVxWEA7B9jZLKjoXUeUFYDDtFrQoC0IFX9/Dszz4t1vZOmafi3JSw/FxD+udMQ+4TAFR8Qs0J3URQ==",
- "peer": true
+ "integrity": "sha512-2mXudGVtSzVxWEA7B9jZLKjoXUeUFYDDtFrQoC0IFX9/Dszz4t1vZOmafi3JSw/FxD+udMQ+4TAFR8Qs0J3URQ=="
},
"node_modules/@jsamr/react-native-li": {
"version": "2.3.1",
@@ -4438,17 +4434,18 @@
}
},
"node_modules/@react-native-community/cli": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-18.0.0.tgz",
- "integrity": "sha512-DyKptlG78XPFo7tDod+we5a3R+U9qjyhaVFbOPvH4pFNu5Dehewtol/srl44K6Cszq0aEMlAJZ3juk0W4WnOJA==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-19.1.1.tgz",
+ "integrity": "sha512-H17sV83KPg2H2GCNuUSMM1ZM2sy6msVSmxrhJSycH8ua3i9Iixja8DeYtGIcJUzjdU/4U2eSDs6PjOSZUVn8CQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-clean": "18.0.0",
- "@react-native-community/cli-config": "18.0.0",
- "@react-native-community/cli-doctor": "18.0.0",
- "@react-native-community/cli-server-api": "18.0.0",
- "@react-native-community/cli-tools": "18.0.0",
- "@react-native-community/cli-types": "18.0.0",
+ "@react-native-community/cli-clean": "19.1.1",
+ "@react-native-community/cli-config": "19.1.1",
+ "@react-native-community/cli-doctor": "19.1.1",
+ "@react-native-community/cli-server-api": "19.1.1",
+ "@react-native-community/cli-tools": "19.1.1",
+ "@react-native-community/cli-types": "19.1.1",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"deepmerge": "^4.3.0",
@@ -4467,12 +4464,13 @@
}
},
"node_modules/@react-native-community/cli-clean": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-18.0.0.tgz",
- "integrity": "sha512-+k64EnJaMI5U8iNDF9AftHBJW+pO/isAhncEXuKRc6IjRtIh6yoaUIIf5+C98fgjfux7CNRZAMQIkPbZodv2Gw==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-19.1.1.tgz",
+ "integrity": "sha512-pP7SmK+PNw5B1Aa2c6y06FBNc9iGah/leFFM2uewpyZRJQ4zycX6Zz1UANpq9YZfp65n7NZKV9Gct2uaVRuP/Q==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"fast-glob": "^3.3.2"
@@ -4483,6 +4481,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4498,6 +4497,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4514,6 +4514,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4525,15 +4526,17 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-config": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-18.0.0.tgz",
- "integrity": "sha512-GUGvyek06JRF4mfd9zXao9YQW4+H8ny69HznqNXVRtVSIIekFyjOpKQeSEzdcyqJEEa5gej22GOz1JCHMKBccg==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-19.1.1.tgz",
+ "integrity": "sha512-qGLYCFf3whCa/we3iKd5BY4RlcAUhSykwGpnJpjseXLaI5iJzIn/IMd70EBG8QvhV/KQxM7VFMQj6KgGcoNKYg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"cosmiconfig": "^9.0.0",
"deepmerge": "^4.3.0",
@@ -4542,12 +4545,13 @@
}
},
"node_modules/@react-native-community/cli-config-android": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-android/-/cli-config-android-18.0.0.tgz",
- "integrity": "sha512-pgnhEO2cmOeb+bBFEBZFYjeFjDTqWoV0JTorTiugj9bb4RQRCl8cr35baVlBGhxAuaio3722CsJ9GRF1oHjP8w==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-android/-/cli-config-android-19.1.1.tgz",
+ "integrity": "sha512-uAUXU/BPuasBy7For5lvVEpxiwA29X5BWKjM4fgxWmsQhaZHW//6PNRep94w3WVnAp+CUbW6+o3SzFqMX0PdIw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"fast-glob": "^3.3.2",
"fast-xml-parser": "^4.4.1"
@@ -4558,6 +4562,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4573,6 +4578,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4589,6 +4595,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4600,15 +4607,17 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-config-apple": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-18.0.0.tgz",
- "integrity": "sha512-6edjTt3mlNMFBuB/Xd6u0O7GEkhJiKvQgmcoBH18FsNy5cpiHDwQsG8EWM5cHeINp1gMK845qq9fFsTko6gqyQ==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-19.1.1.tgz",
+ "integrity": "sha512-dKS7pg5eAEgRB8sOWYpr6XCR/3xUcttHNsuYYbuMXfY9d0M3d0oGquuMOW/p3Ri9sJI16bRAs/YIXDF2m4gYIA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"fast-glob": "^3.3.2"
@@ -4619,6 +4628,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4634,6 +4644,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4650,6 +4661,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4661,13 +4673,15 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-config/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4683,6 +4697,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4699,6 +4714,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4710,19 +4726,21 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-doctor": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-18.0.0.tgz",
- "integrity": "sha512-cD3LJfu2h2QSFmZai+fl7RrORKodd5XHSuB7Y9oF1zkebpRYN720vaUtK+GsepqBOElwKk5gl8uVolJ3j+xm8A==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-19.1.1.tgz",
+ "integrity": "sha512-P6JgTpa8fn6SfGiotyRhiCqBlRlKx8MUUdMESPGyPzvMb8omz+Jv0ibdNg9CVT11/0x5oRsoGv07os/o+Eg0zQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-config": "18.0.0",
- "@react-native-community/cli-platform-android": "18.0.0",
- "@react-native-community/cli-platform-apple": "18.0.0",
- "@react-native-community/cli-platform-ios": "18.0.0",
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-config": "19.1.1",
+ "@react-native-community/cli-platform-android": "19.1.1",
+ "@react-native-community/cli-platform-apple": "19.1.1",
+ "@react-native-community/cli-platform-ios": "19.1.1",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"command-exists": "^1.2.8",
"deepmerge": "^4.3.0",
@@ -4740,6 +4758,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4755,6 +4774,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4771,6 +4791,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4782,13 +4803,15 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-doctor/node_modules/semver": {
- "version": "7.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
+ "version": "7.7.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
"devOptional": true,
+ "license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
@@ -4797,13 +4820,14 @@
}
},
"node_modules/@react-native-community/cli-platform-android": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-18.0.0.tgz",
- "integrity": "sha512-3Y3RleN/des1C3oRS6s6fDvFYKN0KwsLrYFRpVx9vzdDnH1OGyFJOy4DbrruSPtdNiHUpvvHnOOxeLMj0+/tmw==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-19.1.1.tgz",
+ "integrity": "sha512-omEAcIYz22Lxi/WjYHkNaUMEKV+o60PL3DJE6Wz3c4bkuDfxICJ8JcPawT4fDMsBX7DYwnYf6/Lk/leqQmHzOw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-config-android": "18.0.0",
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-config-android": "19.1.1",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"logkitty": "^0.7.1"
@@ -4814,6 +4838,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4829,6 +4854,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4845,6 +4871,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4856,16 +4883,18 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-platform-apple": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-18.0.0.tgz",
- "integrity": "sha512-zD18gdP5Wr8BSLJ79xtHuPYcg2Vi/nL+WsGsPm7TZjzR5ZU2WbY/tZ+qTGVTQYhQaah+92sU+Dam7gStMrF/fA==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-19.1.1.tgz",
+ "integrity": "sha512-nsJ/TlQ97Lcmz5dVZVSwYYQzJmK6q/9X31VTAFhUf94ShugF3zXjaNnOJieKYDJlXy4G0EnrEulX1gTt29ebyw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-config-apple": "18.0.0",
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-config-apple": "19.1.1",
+ "@react-native-community/cli-tools": "19.1.1",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"fast-xml-parser": "^4.4.1"
@@ -4876,6 +4905,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4891,6 +4921,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -4907,6 +4938,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -4918,24 +4950,27 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-platform-ios": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-18.0.0.tgz",
- "integrity": "sha512-05Nvkkre/4Gao1TYqyP1wGet8td1dAH0CLJKqLNl9Te6ihnrQ8/8OhjIna5xw0iEFr9An8VdLfaPu1Dgv2qAnQ==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-19.1.1.tgz",
+ "integrity": "sha512-QHw/eBszq+62xUBorVqjgDYsVrZ5JAYJZkc6UKO327LnVn10OUB/bPGA/FzDWZdGB77pt0IalNP8nxyGOytMfg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-platform-apple": "18.0.0"
+ "@react-native-community/cli-platform-apple": "19.1.1"
}
},
"node_modules/@react-native-community/cli-server-api": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-18.0.0.tgz",
- "integrity": "sha512-tdmGV7ZntYmzrXWheZNpAy6dVI2yrsX4sQH+xAzU7lCfKHk6J8GucxedduXnB5qBB4JgSrrbzg2RLNxv5v0S/Q==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-19.1.1.tgz",
+ "integrity": "sha512-p0FFm82uPrtLZBWTD3bZ43mMBIV5mXwvGFYMcsfGiuMoS9SNbw4ImEFTG2IutVpr7Qb6NMjx6SbgYYMnTdZXmw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.0",
+ "@react-native-community/cli-tools": "19.1.1",
"body-parser": "^1.20.3",
"compression": "^1.7.1",
"connect": "^3.6.5",
@@ -4952,6 +4987,7 @@
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
"integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0",
"@types/istanbul-reports": "^3.0.0",
@@ -4968,6 +5004,7 @@
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz",
"integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"@types/yargs-parser": "*"
}
@@ -4977,6 +5014,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -4992,6 +5030,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -5008,6 +5047,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -5019,13 +5059,15 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-server-api/node_modules/pretty-format": {
"version": "26.6.2",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
"integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"@jest/types": "^26.6.2",
"ansi-regex": "^5.0.0",
@@ -5040,22 +5082,25 @@
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-server-api/node_modules/ws": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"async-limiter": "~1.0.0"
}
},
"node_modules/@react-native-community/cli-tools": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-18.0.0.tgz",
- "integrity": "sha512-oR6FcDEcSDYos79vZy4+Tj8jgAE0Xf5HEiRXMJFGISYLRx7tvslSaK8SodUOW9TZe2bCZOb5QSvj8zeMpORmxg==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-19.1.1.tgz",
+ "integrity": "sha512-0yWOdrfgO7jVtYzhNcm9hTA1hqrD6haqDaesFq4d3YCmh8lkkTb61Q/kNIKQCUfaCTR/Qcc4mdwy6ObdXRoTIQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"@vscode/sudo-prompt": "^9.0.0",
"appdirsjs": "^1.2.4",
@@ -5074,6 +5119,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -5089,6 +5135,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -5105,6 +5152,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -5116,13 +5164,15 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/@react-native-community/cli-tools/node_modules/find-up": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
@@ -5139,6 +5189,7 @@
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"p-locate": "^5.0.0"
},
@@ -5154,6 +5205,7 @@
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"yocto-queue": "^0.1.0"
},
@@ -5169,6 +5221,7 @@
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"p-limit": "^3.0.2"
},
@@ -5184,15 +5237,17 @@
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/@react-native-community/cli-tools/node_modules/semver": {
- "version": "7.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
+ "version": "7.7.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
"devOptional": true,
+ "license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
@@ -5201,10 +5256,11 @@
}
},
"node_modules/@react-native-community/cli-types": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-18.0.0.tgz",
- "integrity": "sha512-J84+4IRXl8WlVdoe1maTD5skYZZO9CbQ6LNXEHx1kaZcFmvPZKfjsaxuyQ+8BsSqZnM2izOw8dEWnAp/Zuwb0w==",
+ "version": "19.1.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-19.1.1.tgz",
+ "integrity": "sha512-rOGiYjeDM9tkYBEuK6TJrnxpMhmaId1Un8pjQJswz7W9w2Vb6+nnLfWja7X7VmDIvqIK5GhVobRHsmKCKIdDEA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"joi": "^17.2.1"
}
@@ -5355,7 +5411,6 @@
"resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.4.4.tgz",
"integrity": "sha512-bc4ZixEHxZC9/qf5gbdYvIJiLZ5CLmEsC3j+Yhe1D1KC/3QhaIfGDVdUcid0PdlSoGOSEq4VlB93AWyetEyBSQ==",
"license": "MIT",
- "peer": true,
"dependencies": {
"invariant": "^2.2.4"
},
@@ -5425,7 +5480,6 @@
"resolved": "https://registry.npmjs.org/@react-native-firebase/app/-/app-23.4.0.tgz",
"integrity": "sha512-HaHFrr5D2o5EAKbDOds579Vp8f6QtH3pMeteZuIj/0UaHYD2wdTutNWOsiiJ1tmNJZi7kbfgY0qL/cSgzBGZjw==",
"license": "Apache-2.0",
- "peer": true,
"dependencies": {
"firebase": "12.2.1"
},
@@ -5582,31 +5636,34 @@
}
},
"node_modules/@react-native/assets-registry": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.79.5.tgz",
- "integrity": "sha512-N4Kt1cKxO5zgM/BLiyzuuDNquZPiIgfktEQ6TqJ/4nKA8zr4e8KJgU6Tb2eleihDO4E24HmkvGc73naybKRz/w==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.80.2.tgz",
+ "integrity": "sha512-+sI2zIM22amhkZqW+RpD3qDoopeRiezrTtZMP+Y3HI+6/2JbEq7DdyV/2YS1lrSSdyy3STW2V37Lt4dKqP0lEQ==",
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/babel-plugin-codegen": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.5.tgz",
- "integrity": "sha512-Rt/imdfqXihD/sn0xnV4flxxb1aLLjPtMF1QleQjEhJsTUPpH4TFlfOpoCvsrXoDl4OIcB1k4FVM24Ez92zf5w==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.80.2.tgz",
+ "integrity": "sha512-q0XzdrdDebPwt5tEi2MSo90kpEcs4e3ZZskrbxda081DEjHhgm3bbIxAiW3BxY6adOf/eXxgOhKEGWTfG2me6g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/traverse": "^7.25.3",
- "@react-native/codegen": "0.79.5"
+ "@react-native/codegen": "0.80.2"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/babel-preset": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.5.tgz",
- "integrity": "sha512-GDUYIWslMLbdJHEgKNfrOzXk8EDKxKzbwmBXUugoiSlr6TyepVZsj3GZDLEFarOcTwH1EXXHJsixihk8DCRQDA==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.80.2.tgz",
+ "integrity": "sha512-vLtS8YJV0nAnOZ8kVJBaXzHlwvoMXpYB4/NBR1BuAesE+WTiAkXpDFnKSkXBHoS03d/5HYNVcW8VRaB2f0Jmtw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-export-default-from": "^7.24.7",
@@ -5649,8 +5706,8 @@
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/plugin-transform-unicode-regex": "^7.24.7",
"@babel/template": "^7.25.0",
- "@react-native/babel-plugin-codegen": "0.79.5",
- "babel-plugin-syntax-hermes-parser": "0.25.1",
+ "@react-native/babel-plugin-codegen": "0.80.2",
+ "babel-plugin-syntax-hermes-parser": "0.28.1",
"babel-plugin-transform-flow-enums": "^0.0.2",
"react-refresh": "^0.14.0"
},
@@ -5662,12 +5719,13 @@
}
},
"node_modules/@react-native/codegen": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.5.tgz",
- "integrity": "sha512-FO5U1R525A1IFpJjy+KVznEinAgcs3u7IbnbRJUG9IH/MBXi2lEU2LtN+JarJ81MCfW4V2p0pg6t/3RGHFRrlQ==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.80.2.tgz",
+ "integrity": "sha512-eYad9ex9/RS6oFbbpu6LxsczktbhfJbJlTvtRlcWLJjJbFTeNr5Q7CgBT2/m5VtpxnJ/0YdmZ9vdazsJ2yp9kw==",
+ "license": "MIT",
"dependencies": {
"glob": "^7.1.1",
- "hermes-parser": "0.25.1",
+ "hermes-parser": "0.28.1",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"yargs": "^17.6.2"
@@ -5684,6 +5742,7 @@
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"deprecated": "Glob versions prior to v9 are no longer supported",
+ "license": "ISC",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
@@ -5699,18 +5758,34 @@
"url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/@react-native/community-cli-plugin": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.79.5.tgz",
- "integrity": "sha512-ApLO1ARS8JnQglqS3JAHk0jrvB+zNW3dvNJyXPZPoygBpZVbf8sjvqeBiaEYpn8ETbFWddebC4HoQelDndnrrA==",
+ "node_modules/@react-native/codegen/node_modules/hermes-estree": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
+ "integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
+ "license": "MIT"
+ },
+ "node_modules/@react-native/codegen/node_modules/hermes-parser": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
+ "integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
+ "license": "MIT",
"dependencies": {
- "@react-native/dev-middleware": "0.79.5",
+ "hermes-estree": "0.28.1"
+ }
+ },
+ "node_modules/@react-native/community-cli-plugin": {
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.80.2.tgz",
+ "integrity": "sha512-UBjsE+lv1YtThs56mgFaUdWv0jNE1oO58Lkbf3dn47F0e7YiTubIcvP6AnlaMhZF2Pmt9ky8J1jTpgItO9tGeg==",
+ "license": "MIT",
+ "dependencies": {
+ "@react-native/dev-middleware": "0.80.2",
"chalk": "^4.0.0",
- "debug": "^2.2.0",
+ "debug": "^4.4.0",
"invariant": "^2.2.4",
- "metro": "^0.82.0",
- "metro-config": "^0.82.0",
- "metro-core": "^0.82.0",
+ "metro": "^0.82.2",
+ "metro-config": "^0.82.2",
+ "metro-core": "^0.82.2",
"semver": "^7.1.3"
},
"engines": {
@@ -5729,6 +5804,7 @@
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -5743,6 +5819,7 @@
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -5758,6 +5835,7 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -5768,25 +5846,14 @@
"node_modules/@react-native/community-cli-plugin/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
- },
- "node_modules/@react-native/community-cli-plugin/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/@react-native/community-cli-plugin/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "license": "MIT"
},
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
- "version": "7.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
+ "version": "7.7.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
+ "license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
@@ -5795,24 +5862,26 @@
}
},
"node_modules/@react-native/debugger-frontend": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.79.5.tgz",
- "integrity": "sha512-WQ49TRpCwhgUYo5/n+6GGykXmnumpOkl4Lr2l2o2buWU9qPOwoiBqJAtmWEXsAug4ciw3eLiVfthn5ufs0VB0A==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.80.2.tgz",
+ "integrity": "sha512-n3D88bqNk0bY+YjNxbM6giqva06xj+rgEfu91Pg+nJ0szSL2eLl7ULERJqI3hxFt0XGuTpTOxZgw/Po5maXa4g==",
+ "license": "BSD-3-Clause",
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/dev-middleware": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.79.5.tgz",
- "integrity": "sha512-U7r9M/SEktOCP/0uS6jXMHmYjj4ESfYCkNAenBjFjjsRWekiHE+U/vRMeO+fG9gq4UCcBAUISClkQCowlftYBw==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.80.2.tgz",
+ "integrity": "sha512-8OeBEZNiApdbZaqTrrzeyFwXn/JwgJox7jdtjVAH56DggTVJXdbnyUjQ4ts6XAacEQgpFOAskoO730eyafOkAA==",
+ "license": "MIT",
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",
- "@react-native/debugger-frontend": "0.79.5",
+ "@react-native/debugger-frontend": "0.80.2",
"chrome-launcher": "^0.15.2",
"chromium-edge-launcher": "^0.2.0",
"connect": "^3.6.5",
- "debug": "^2.2.0",
+ "debug": "^4.4.0",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"open": "^7.0.3",
@@ -5823,23 +5892,11 @@
"node": ">=18"
}
},
- "node_modules/@react-native/dev-middleware/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/@react-native/dev-middleware/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
- },
"node_modules/@react-native/dev-middleware/node_modules/open": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
+ "license": "MIT",
"dependencies": {
"is-docker": "^2.0.0",
"is-wsl": "^2.1.1"
@@ -5855,19 +5912,21 @@
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
+ "license": "MIT",
"dependencies": {
"async-limiter": "~1.0.0"
}
},
"node_modules/@react-native/eslint-config": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.79.5.tgz",
- "integrity": "sha512-ScU+K65K/VL0q1FOBbRYdDU77NqJwsEMecZt/LgbQWDOuPEolU6cB3OyVP9Oji8GgAusGlsaJqQC8gkQeLLxpA==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.80.2.tgz",
+ "integrity": "sha512-gcuMYuuG7XfM0gkDUHoWuOmXFQwFo6U4wkspJCnYnOuTB/uS/qghM2/CnpZVIhS9toFiQ1NO3ib829rdFz5NPg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
- "@react-native/eslint-plugin": "0.79.5",
+ "@react-native/eslint-plugin": "0.80.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-prettier": "^8.5.0",
@@ -5875,7 +5934,7 @@
"eslint-plugin-ft-flow": "^2.0.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.30.1",
- "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-native": "^4.0.0"
},
"engines": {
@@ -5949,7 +6008,6 @@
"integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==",
"dev": true,
"license": "BSD-2-Clause",
- "peer": true,
"dependencies": {
"@typescript-eslint/scope-manager": "7.18.0",
"@typescript-eslint/types": "7.18.0",
@@ -6182,39 +6240,43 @@
}
},
"node_modules/@react-native/eslint-plugin": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.79.5.tgz",
- "integrity": "sha512-OUplb18Jaq524t1FYShOWr/dXyIeDsa1l1+Q2XdbdmYzxt5jarzDCP4Oj9VXikoElJwx9nh29CZ+PKNb0BQTNQ==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.80.2.tgz",
+ "integrity": "sha512-I0HDmMGtChz6s9EShHasgZfiMUc6XtCAPMjR//jqTTav746eng98Z/zk25/nVeGCCD+X8KtlzHH9AUUqYv5sNQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/gradle-plugin": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.79.5.tgz",
- "integrity": "sha512-K3QhfFNKiWKF3HsCZCEoWwJPSMcPJQaeqOmzFP4RL8L3nkpgUwn74PfSCcKHxooVpS6bMvJFQOz7ggUZtNVT+A==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.80.2.tgz",
+ "integrity": "sha512-C5/FYbIfCXPFjF/hIcWFKC9rEadDDhPMbxE7tarGR9tmYKyb9o7fYvfNe8fFgbCRKelMHP0ShATz3T73pHHDfA==",
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/js-polyfills": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.5.tgz",
- "integrity": "sha512-a2wsFlIhvd9ZqCD5KPRsbCQmbZi6KxhRN++jrqG0FUTEV5vY7MvjjUqDILwJd2ZBZsf7uiDuClCcKqA+EEdbvw==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.80.2.tgz",
+ "integrity": "sha512-f63M3paxHK92p6L9o+AY7hV/YojCZAhb+fdDpSfOtDtCngWbBhd6foJrO6IybzDFERxlwErupUg3pqr5w3KJWw==",
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/metro-babel-transformer": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.79.5.tgz",
- "integrity": "sha512-83Kmlwyg+XKvXXGH6agxiQdEwXKJuaGco2KPPmHSFp/jxKan+HFYZOKTmmxRM7ysULuafsuDYLcyicYeGAJ2rQ==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.80.2.tgz",
+ "integrity": "sha512-y5KqJpxxbTGIlPgnEeZmNesYyhHfhYKK3mSgeN49VRAj1kinauoXyowfRbpns5EvBzhcoe4uycI+n17U+BmqSA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
- "@react-native/babel-preset": "0.79.5",
- "hermes-parser": "0.25.1",
+ "@react-native/babel-preset": "0.80.2",
+ "hermes-parser": "0.28.1",
"nullthrows": "^1.1.1"
},
"engines": {
@@ -6224,36 +6286,57 @@
"@babel/core": "*"
}
},
- "node_modules/@react-native/metro-config": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.79.5.tgz",
- "integrity": "sha512-XH4gnyl+UWs1KM6/fmXqTXd4P0CQUI5C203v9iIvsdLm2AGAdv9ju/jo0QMJSbA7FE1Mz4j0r5skmrlN4SbamA==",
+ "node_modules/@react-native/metro-babel-transformer/node_modules/hermes-estree": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
+ "integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
"dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@react-native/metro-babel-transformer/node_modules/hermes-parser": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
+ "integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "@react-native/js-polyfills": "0.79.5",
- "@react-native/metro-babel-transformer": "0.79.5",
- "metro-config": "^0.82.0",
- "metro-runtime": "^0.82.0"
+ "hermes-estree": "0.28.1"
+ }
+ },
+ "node_modules/@react-native/metro-config": {
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.80.2.tgz",
+ "integrity": "sha512-Xn9q70ySQn4VfsYozRk3brLXyA8joqcFxZdYSNOzbwmXqqc30AC1KqNsjFnK+nE6H/JeqT2hCd+86OzkPzYVzA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@react-native/js-polyfills": "0.80.2",
+ "@react-native/metro-babel-transformer": "0.80.2",
+ "metro-config": "^0.82.2",
+ "metro-runtime": "^0.82.2"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@react-native/normalize-colors": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.79.5.tgz",
- "integrity": "sha512-nGXMNMclZgzLUxijQQ38Dm3IAEhgxuySAWQHnljFtfB0JdaMwpe0Ox9H7Tp2OgrEA+EMEv+Od9ElKlHwGKmmvQ=="
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.80.2.tgz",
+ "integrity": "sha512-08Ax7554Z31NXi5SQ6h1GsiSrlZEOYHQNSC7u+x91Tdiq87IXldW8Ib1N3ThXoDcD8bjr+I+MdlabEJw36/fFg==",
+ "license": "MIT"
},
"node_modules/@react-native/typescript-config": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.79.5.tgz",
- "integrity": "sha512-qvXPilb8G4Au4/DDM336D5CLpT6P8rzRtH2eEUjBnG8UHfRwOUylMJ0QRh95OD+7E4xSyoEdzDvKkhEF8mDRrA==",
- "dev": true
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.80.2.tgz",
+ "integrity": "sha512-bq2WgQD0xN+VKBWCDSa7iKbJRUCVNjxjbB7Yzai8EKPSkoYjp08LeoEzPRr1wXJGeFI3OOwsSm/MZbUr72KmNA==",
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@react-native/virtualized-lists": {
"version": "0.72.8",
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.72.8.tgz",
"integrity": "sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==",
+ "peer": true,
"dependencies": {
"invariant": "^2.2.4",
"nullthrows": "^1.1.1"
@@ -6378,7 +6461,6 @@
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.17.tgz",
"integrity": "sha512-uEcYWi1NV+2Qe1oELfp9b5hTYekqWATv2cuwcOAg5EvsIsUPtzFrKIasgUXLBRGb9P7yR5ifoJ+ug4u6jdqSTQ==",
"license": "MIT",
- "peer": true,
"dependencies": {
"@react-navigation/core": "^7.12.4",
"escape-string-regexp": "^4.0.0",
@@ -6475,6 +6557,7 @@
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
"integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
"devOptional": true,
+ "license": "BSD-3-Clause",
"dependencies": {
"@hapi/hoek": "^9.0.0"
}
@@ -6483,13 +6566,15 @@
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
"integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
- "devOptional": true
+ "devOptional": true,
+ "license": "BSD-3-Clause"
},
"node_modules/@sideway/pinpoint": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
"integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
- "devOptional": true
+ "devOptional": true,
+ "license": "BSD-3-Clause"
},
"node_modules/@sinclair/typebox": {
"version": "0.27.8",
@@ -6661,7 +6746,6 @@
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz",
"integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==",
- "peer": true,
"dependencies": {
"@babel/core": "^7.21.3",
"@svgr/babel-preset": "8.1.0",
@@ -7409,8 +7493,7 @@
"node_modules/@types/node": {
"version": "18.8.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.5.tgz",
- "integrity": "sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q==",
- "peer": true
+ "integrity": "sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q=="
},
"node_modules/@types/ramda": {
"version": "0.27.66",
@@ -7424,7 +7507,6 @@
"version": "19.1.9",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz",
"integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==",
- "peer": true,
"dependencies": {
"csstype": "^3.0.2"
}
@@ -7789,6 +7871,7 @@
"integrity": "sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"@typescript-eslint/scope-manager": "8.32.1",
"@typescript-eslint/types": "8.32.1",
@@ -7814,6 +7897,7 @@
"integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"@typescript-eslint/types": "8.32.1",
"@typescript-eslint/visitor-keys": "8.32.1"
@@ -7832,6 +7916,7 @@
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
"dev": true,
"license": "MIT",
+ "peer": true,
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
@@ -7846,6 +7931,7 @@
"integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"@typescript-eslint/types": "8.32.1",
"@typescript-eslint/visitor-keys": "8.32.1",
@@ -7873,6 +7959,7 @@
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"@typescript-eslint/types": "8.32.1",
"eslint-visitor-keys": "^4.2.0"
@@ -7891,6 +7978,7 @@
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
@@ -7901,6 +7989,7 @@
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
"dev": true,
"license": "Apache-2.0",
+ "peer": true,
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
@@ -7914,6 +8003,7 @@
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"dev": true,
"license": "ISC",
+ "peer": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
@@ -7930,6 +8020,7 @@
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
"dev": true,
"license": "ISC",
+ "peer": true,
"bin": {
"semver": "bin/semver.js"
},
@@ -7943,6 +8034,7 @@
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
"dev": true,
"license": "MIT",
+ "peer": true,
"engines": {
"node": ">=18.12"
},
@@ -8475,7 +8567,6 @@
"version": "8.15.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
- "peer": true,
"bin": {
"acorn": "bin/acorn"
},
@@ -8550,6 +8641,7 @@
"resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz",
"integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"colorette": "^1.0.7",
"slice-ansi": "^2.0.0",
@@ -8561,6 +8653,7 @@
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
"integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=6"
}
@@ -8570,6 +8663,7 @@
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-regex": "^4.1.0"
},
@@ -8590,6 +8684,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^1.9.0"
},
@@ -8626,7 +8721,8 @@
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz",
"integrity": "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/arg": {
"version": "5.0.2",
@@ -8857,6 +8953,7 @@
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
"integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=4"
}
@@ -9148,11 +9245,27 @@
}
},
"node_modules/babel-plugin-syntax-hermes-parser": {
- "version": "0.25.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.25.1.tgz",
- "integrity": "sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==",
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz",
+ "integrity": "sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==",
+ "license": "MIT",
"dependencies": {
- "hermes-parser": "0.25.1"
+ "hermes-parser": "0.28.1"
+ }
+ },
+ "node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-estree": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.28.1.tgz",
+ "integrity": "sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==",
+ "license": "MIT"
+ },
+ "node_modules/babel-plugin-syntax-hermes-parser/node_modules/hermes-parser": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.28.1.tgz",
+ "integrity": "sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==",
+ "license": "MIT",
+ "dependencies": {
+ "hermes-estree": "0.28.1"
}
},
"node_modules/babel-plugin-transform-flow-enums": {
@@ -9271,6 +9384,7 @@
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.5",
@@ -9295,6 +9409,7 @@
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ms": "2.0.0"
}
@@ -9303,7 +9418,8 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/boolbase": {
"version": "1.0.0",
@@ -9357,7 +9473,6 @@
}
],
"license": "MIT",
- "peer": true,
"dependencies": {
"caniuse-lite": "^1.0.30001716",
"electron-to-chromium": "^1.5.149",
@@ -9486,7 +9601,6 @@
"node >=0.10.0"
],
"license": "MIT",
- "peer": true,
"bin": {
"bunyan": "bin/bunyan"
},
@@ -9576,6 +9690,7 @@
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.8"
}
@@ -9792,6 +9907,7 @@
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz",
"integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==",
+ "license": "Apache-2.0",
"dependencies": {
"@types/node": "*",
"escape-string-regexp": "^4.0.0",
@@ -9809,6 +9925,7 @@
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz",
"integrity": "sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==",
+ "license": "Apache-2.0",
"dependencies": {
"@types/node": "*",
"escape-string-regexp": "^4.0.0",
@@ -9822,6 +9939,7 @@
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+ "license": "MIT",
"bin": {
"mkdirp": "bin/cmd.js"
},
@@ -9859,6 +9977,7 @@
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"restore-cursor": "^3.1.0"
},
@@ -9871,6 +9990,7 @@
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
"integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=6"
},
@@ -9896,6 +10016,7 @@
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=0.8"
}
@@ -9985,7 +10106,8 @@
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
"integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/colorspace": {
"version": "1.1.4",
@@ -10024,7 +10146,8 @@
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/commander": {
"version": "9.5.0",
@@ -10062,6 +10185,7 @@
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
"integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"mime-db": ">= 1.43.0 < 2"
},
@@ -10093,6 +10217,7 @@
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ms": "2.0.0"
}
@@ -10101,7 +10226,8 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/compression/node_modules/safe-buffer": {
"version": "5.2.1",
@@ -10121,7 +10247,8 @@
"type": "consulting",
"url": "https://feross.org/support"
}
- ]
+ ],
+ "license": "MIT"
},
"node_modules/concat-map": {
"version": "0.0.1",
@@ -10166,6 +10293,7 @@
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -10212,6 +10340,7 @@
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"env-paths": "^2.2.1",
"import-fresh": "^3.3.0",
@@ -10237,13 +10366,15 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
- "devOptional": true
+ "devOptional": true,
+ "license": "Python-2.0"
},
"node_modules/cosmiconfig/node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
@@ -10573,7 +10704,6 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
- "peer": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
@@ -10588,10 +10718,11 @@
}
},
"node_modules/dayjs": {
- "version": "1.11.13",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
- "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
- "devOptional": true
+ "version": "1.11.19",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
+ "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/debug": {
"version": "4.4.1",
@@ -10619,6 +10750,7 @@
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=0.10.0"
}
@@ -10913,6 +11045,7 @@
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"clone": "^1.0.2"
},
@@ -10966,6 +11099,7 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+ "license": "MIT",
"engines": {
"node": ">= 0.8"
}
@@ -10974,6 +11108,7 @@
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
+ "license": "MIT",
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
@@ -11004,7 +11139,6 @@
"dev": true,
"hasInstallScript": true,
"license": "MIT",
- "peer": true,
"dependencies": {
"@wix-pilot/core": "^3.4.1",
"@wix-pilot/detox": "^1.0.13",
@@ -11619,15 +11753,17 @@
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/envinfo": {
- "version": "7.14.0",
- "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz",
- "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==",
+ "version": "7.20.0",
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.20.0.tgz",
+ "integrity": "sha512-+zUomDcLXsVkQ37vUqWBvQwLaLlj8eZPSi61llaEFAVBY5mhcXdaSw1pSJVl4yTYD5g/gEfpNl28YYk4IPvrrg==",
"devOptional": true,
+ "license": "MIT",
"bin": {
"envinfo": "dist/cli.js"
},
@@ -11656,6 +11792,7 @@
"resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
"integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"accepts": "~1.3.7",
"escape-html": "~1.0.3"
@@ -11875,7 +12012,6 @@
"deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
@@ -12126,7 +12262,6 @@
"integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
"array-includes": "^3.1.7",
"array.prototype.findlastindex": "^1.2.3",
@@ -12179,7 +12314,6 @@
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
"integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
"dev": true,
- "peer": true,
"dependencies": {
"aria-query": "^5.3.2",
"array-includes": "^3.1.8",
@@ -12254,7 +12388,6 @@
"integrity": "sha512-I4ntWyjqgGemGtOU85FUdVo00h0i0Y5xvQ7a8EVxyzjOZsxXaxvkKBcYoXbP97QDvDjMzY/nGIvfdB/WRLTGxQ==",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/parser": "^7.24.4",
@@ -12833,6 +12966,7 @@
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -12911,7 +13045,6 @@
"resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
"integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
"dev": true,
- "peer": true,
"dependencies": {
"@jest/expect-utils": "^29.7.0",
"jest-get-type": "^29.6.3",
@@ -12986,6 +13119,7 @@
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
+ "license": "MIT",
"dependencies": {
"strnum": "^1.1.1"
},
@@ -13454,6 +13588,7 @@
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -13873,12 +14008,14 @@
"node_modules/hermes-estree": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
- "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw=="
+ "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
+ "dev": true
},
"node_modules/hermes-parser": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
+ "dev": true,
"dependencies": {
"hermes-estree": "0.25.1"
}
@@ -13951,6 +14088,7 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
+ "license": "MIT",
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
@@ -13966,6 +14104,7 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "license": "MIT",
"engines": {
"node": ">= 0.8"
}
@@ -14031,7 +14170,6 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
- "peer": true,
"dependencies": {
"@babel/runtime": "^7.23.2"
}
@@ -14058,6 +14196,7 @@
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
@@ -14453,6 +14592,7 @@
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
"integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=4"
}
@@ -14502,6 +14642,7 @@
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=8"
}
@@ -14709,6 +14850,7 @@
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=10"
},
@@ -14918,7 +15060,6 @@
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
"integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
"dev": true,
- "peer": true,
"dependencies": {
"@jest/core": "^29.7.0",
"@jest/types": "^29.6.3",
@@ -16334,6 +16475,7 @@
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz",
"integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==",
"devOptional": true,
+ "license": "BSD-3-Clause",
"dependencies": {
"@hapi/hoek": "^9.3.0",
"@hapi/topo": "^5.1.0",
@@ -16555,10 +16697,11 @@
}
},
"node_modules/launch-editor": {
- "version": "2.11.1",
- "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz",
- "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==",
+ "version": "2.12.0",
+ "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.12.0.tgz",
+ "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"picocolors": "^1.1.1",
"shell-quote": "^1.8.3"
@@ -16589,6 +16732,7 @@
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
+ "license": "Apache-2.0",
"dependencies": {
"debug": "^2.6.9",
"marky": "^1.2.2"
@@ -16598,6 +16742,7 @@
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "license": "MIT",
"dependencies": {
"ms": "2.0.0"
}
@@ -16605,7 +16750,8 @@
"node_modules/lighthouse-logger/node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "license": "MIT"
},
"node_modules/lilconfig": {
"version": "2.1.0",
@@ -16648,8 +16794,7 @@
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz",
"integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
- "license": "MIT",
- "peer": true
+ "license": "MIT"
},
"node_modules/locate-path": {
"version": "5.0.0",
@@ -16702,6 +16847,7 @@
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"is-unicode-supported": "^0.1.0"
@@ -16718,6 +16864,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -16733,6 +16880,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -16749,6 +16897,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -16760,7 +16909,8 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/logform": {
"version": "2.7.0",
@@ -16785,6 +16935,7 @@
"resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz",
"integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-fragments": "^0.2.1",
"dayjs": "^1.8.15",
@@ -16799,6 +16950,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -16814,6 +16966,7 @@
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
"devOptional": true,
+ "license": "ISC",
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
@@ -16825,6 +16978,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -16836,13 +16990,15 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/logkitty/node_modules/wrap-ansi": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
@@ -16856,13 +17012,15 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
- "devOptional": true
+ "devOptional": true,
+ "license": "ISC"
},
"node_modules/logkitty/node_modules/yargs": {
"version": "15.4.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"cliui": "^6.0.0",
"decamelize": "^1.2.0",
@@ -16885,6 +17043,7 @@
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
"devOptional": true,
+ "license": "ISC",
"dependencies": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"
@@ -17023,7 +17182,8 @@
"node_modules/marky": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/marky/-/marky-1.3.0.tgz",
- "integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ=="
+ "integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==",
+ "license": "Apache-2.0"
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
@@ -17073,6 +17233,7 @@
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -17522,6 +17683,7 @@
"resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
"integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
"devOptional": true,
+ "license": "MIT",
"bin": {
"mime": "cli.js"
},
@@ -17817,6 +17979,7 @@
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -17835,6 +17998,7 @@
"resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz",
"integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=12.0.0"
}
@@ -17966,6 +18130,7 @@
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
"integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=0.12.0"
},
@@ -18281,6 +18446,7 @@
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+ "license": "MIT",
"dependencies": {
"ee-first": "1.1.1"
},
@@ -18336,6 +18502,7 @@
"resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz",
"integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"is-wsl": "^1.1.0"
},
@@ -18348,6 +18515,7 @@
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
"integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">=4"
}
@@ -18374,6 +18542,7 @@
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"bl": "^4.1.0",
"chalk": "^4.1.0",
@@ -18397,6 +18566,7 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -18412,6 +18582,7 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -18428,6 +18599,7 @@
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -18439,7 +18611,8 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "devOptional": true
+ "devOptional": true,
+ "license": "MIT"
},
"node_modules/own-keys": {
"version": "1.0.1",
@@ -18966,7 +19139,6 @@
"url": "https://github.com/sponsors/ai"
}
],
- "peer": true,
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.0.0",
@@ -19347,6 +19519,7 @@
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
"devOptional": true,
+ "license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.0.6"
},
@@ -19410,6 +19583,7 @@
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -19419,6 +19593,7 @@
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
"integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"bytes": "3.1.2",
"http-errors": "2.0.0",
@@ -19454,10 +19629,10 @@
}
},
"node_modules/react": {
- "version": "19.0.0",
- "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz",
- "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==",
- "peer": true,
+ "version": "19.1.0",
+ "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
+ "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
+ "license": "MIT",
"engines": {
"node": ">=0.10.0"
}
@@ -19472,15 +19647,15 @@
}
},
"node_modules/react-dom": {
- "version": "19.0.0",
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",
- "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
- "peer": true,
+ "version": "19.1.0",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
+ "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
+ "license": "MIT",
"dependencies": {
- "scheduler": "^0.25.0"
+ "scheduler": "^0.26.0"
},
"peerDependencies": {
- "react": "^19.0.0"
+ "react": "^19.1.0"
}
},
"node_modules/react-freeze": {
@@ -19521,42 +19696,41 @@
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
},
"node_modules/react-native": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.79.5.tgz",
- "integrity": "sha512-jVihwsE4mWEHZ9HkO1J2eUZSwHyDByZOqthwnGrVZCh6kTQBCm4v8dicsyDa6p0fpWNE5KicTcpX/XXl0ASJFg==",
- "peer": true,
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.80.2.tgz",
+ "integrity": "sha512-6ySV4qTJo/To3lgpG/9Mcg/ZtvExqOVZuT7JVGcO5rS2Bjvl/yUAkQF0hTnbRb2Ch6T5MlKghrM4OeHX+KA9Pg==",
+ "license": "MIT",
"dependencies": {
"@jest/create-cache-key-function": "^29.7.0",
- "@react-native/assets-registry": "0.79.5",
- "@react-native/codegen": "0.79.5",
- "@react-native/community-cli-plugin": "0.79.5",
- "@react-native/gradle-plugin": "0.79.5",
- "@react-native/js-polyfills": "0.79.5",
- "@react-native/normalize-colors": "0.79.5",
- "@react-native/virtualized-lists": "0.79.5",
+ "@react-native/assets-registry": "0.80.2",
+ "@react-native/codegen": "0.80.2",
+ "@react-native/community-cli-plugin": "0.80.2",
+ "@react-native/gradle-plugin": "0.80.2",
+ "@react-native/js-polyfills": "0.80.2",
+ "@react-native/normalize-colors": "0.80.2",
+ "@react-native/virtualized-lists": "0.80.2",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
"babel-jest": "^29.7.0",
- "babel-plugin-syntax-hermes-parser": "0.25.1",
+ "babel-plugin-syntax-hermes-parser": "0.28.1",
"base64-js": "^1.5.1",
"chalk": "^4.0.0",
"commander": "^12.0.0",
- "event-target-shim": "^5.0.1",
"flow-enums-runtime": "^0.0.6",
"glob": "^7.1.1",
"invariant": "^2.2.4",
"jest-environment-node": "^29.7.0",
"memoize-one": "^5.0.0",
- "metro-runtime": "^0.82.0",
- "metro-source-map": "^0.82.0",
+ "metro-runtime": "^0.82.2",
+ "metro-source-map": "^0.82.2",
"nullthrows": "^1.1.1",
"pretty-format": "^29.7.0",
"promise": "^8.3.0",
"react-devtools-core": "^6.1.1",
"react-refresh": "^0.14.0",
"regenerator-runtime": "^0.13.2",
- "scheduler": "0.25.0",
+ "scheduler": "0.26.0",
"semver": "^7.1.3",
"stacktrace-parser": "^0.1.10",
"whatwg-fetch": "^3.0.0",
@@ -19570,8 +19744,8 @@
"node": ">=18"
},
"peerDependencies": {
- "@types/react": "^19.0.0",
- "react": "^19.0.0"
+ "@types/react": "^19.1.0",
+ "react": "^19.1.0"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -19777,7 +19951,6 @@
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.28.0.tgz",
"integrity": "sha512-0msfJ1vRxXKVgTgvL+1ZOoYw3/0z1R+Ked0+udoJhyplC2jbVKIJ8Z1bzWdpQRCV3QcQ87Op0zJVE5DhKK2A0A==",
"license": "MIT",
- "peer": true,
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"hoist-non-react-statics": "^3.3.0",
@@ -20002,7 +20175,6 @@
"resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.19.1.tgz",
"integrity": "sha512-ILL0FSNzSVIg6WuawrsMBvNxk2yJFiTUcahimXDAeNiE/09eagVUlHhYWXAAmH0umvAOafBaGjO7YfBhUrf5ZQ==",
"license": "MIT",
- "peer": true,
"dependencies": {
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
"@babel/plugin-transform-class-properties": "^7.0.0-0",
@@ -20084,7 +20256,6 @@
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz",
"integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==",
"license": "MIT",
- "peer": true,
"peerDependencies": {
"react": "*",
"react-native": "*"
@@ -20095,7 +20266,6 @@
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.13.1.tgz",
"integrity": "sha512-EESsMAtyzYcL3gpAI2NKKiIo+Ew0fnX4P4b3Zy/+MTc6SJIo3foJbZwdIWd/SUBswOf7IYCvWBppg+D8tbwnsw==",
"license": "MIT",
- "peer": true,
"dependencies": {
"react-freeze": "^1.0.0",
"react-native-is-edge-to-edge": "^1.2.1",
@@ -20142,7 +20312,6 @@
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.12.0.tgz",
"integrity": "sha512-iE25PxIJ6V0C6krReLquVw6R0QTsRTmEQc4K2Co3P6zsimU/jltcDBKYDy1h/5j9S/fqmMeXnpM+9LEWKJKI6A==",
- "peer": true,
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3",
@@ -20183,6 +20352,7 @@
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.2.0.tgz",
"integrity": "sha512-n5HGcxUuVaTf9QJPs/W22xQpC2Z9u0nb0KgLPnVltP8vdUvOp6+R26gF55kilP/fV4eL4vsAHUqUjewppJMBOQ==",
+ "peer": true,
"dependencies": {
"prop-types": "^15.7.2",
"yargs": "^16.1.1"
@@ -20198,6 +20368,7 @@
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "peer": true,
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
@@ -20208,6 +20379,7 @@
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "peer": true,
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
@@ -20225,6 +20397,7 @@
"version": "20.2.9",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "peer": true,
"engines": {
"node": ">=10"
}
@@ -20234,7 +20407,6 @@
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.2.tgz",
"integrity": "sha512-C+5PvlSunN6I4aYplSask+v3jfhgduZumIVw6H6lG+Afpf8boIcG3uFSsSfVgj+hxI7fx6qM6bsciEhzgxEUYg==",
"license": "MIT",
- "peer": true,
"peerDependencies": {
"@shopify/react-native-skia": "*",
"react": "*",
@@ -20282,7 +20454,6 @@
"resolved": "https://registry.npmjs.org/react-native-worklets-core/-/react-native-worklets-core-1.6.2.tgz",
"integrity": "sha512-zw73JfL40ZL/OD2TOil1El4D9ZwS3l6AFPeFfUWXh+V2/dHN8i28jHX8QXlz5DYtAkR+Ju3U1h4yiaODi/igZw==",
"license": "MIT",
- "peer": true,
"dependencies": {
"string-hash-64": "^1.0.3"
},
@@ -20292,9 +20463,10 @@
}
},
"node_modules/react-native/node_modules/@react-native/virtualized-lists": {
- "version": "0.79.5",
- "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.79.5.tgz",
- "integrity": "sha512-EUPM2rfGNO4cbI3olAbhPkIt3q7MapwCwAJBzUfWlZ/pu0PRNOnMQ1IvaXTf3TpeozXV52K1OdprLEI/kI5eUA==",
+ "version": "0.80.2",
+ "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.80.2.tgz",
+ "integrity": "sha512-kXsIV2eB73QClbbH/z/lRhZkyj3Dke4tarM5w2yXSNwJthMPMfj4KqLZ6Lnf0nmPPjz7qo/voKtlrGqlM822Rg==",
+ "license": "MIT",
"dependencies": {
"invariant": "^2.2.4",
"nullthrows": "^1.1.1"
@@ -20414,17 +20586,17 @@
}
},
"node_modules/react-test-renderer": {
- "version": "19.0.0",
- "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-19.0.0.tgz",
- "integrity": "sha512-oX5u9rOQlHzqrE/64CNr0HB0uWxkCQmZNSfozlYvwE71TLVgeZxVf0IjouGEr1v7r1kcDifdAJBeOhdhxsG/DA==",
+ "version": "19.1.0",
+ "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-19.1.0.tgz",
+ "integrity": "sha512-jXkSl3CpvPYEF+p/eGDLB4sPoDX8pKkYvRl9+rR8HxLY0X04vW7hCm1/0zHoUSjPZ3bDa+wXWNTDVIw/R8aDVw==",
"dev": true,
- "peer": true,
+ "license": "MIT",
"dependencies": {
- "react-is": "^19.0.0",
- "scheduler": "^0.25.0"
+ "react-is": "^19.1.0",
+ "scheduler": "^0.26.0"
},
"peerDependencies": {
- "react": "^19.0.0"
+ "react": "^19.1.0"
}
},
"node_modules/react-test-renderer/node_modules/react-is": {
@@ -20504,7 +20676,6 @@
"integrity": "sha512-xkfczMrxnZK1KlJ5JBWGMe2Cs48+p1D8T9r8TO6FrZhnm2KUUhBJPOpOIoJ4h1O20fCxlfJ2pIg3mplJTUgF6g==",
"hasInstallScript": true,
"license": "apache-2.0",
- "peer": true,
"dependencies": {
"@realm/fetch": "^0.1.1",
"bson": "^4.7.2",
@@ -20700,7 +20871,8 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
- "devOptional": true
+ "devOptional": true,
+ "license": "ISC"
},
"node_modules/requireindex": {
"version": "1.1.0",
@@ -20767,6 +20939,7 @@
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
@@ -21051,9 +21224,10 @@
}
},
"node_modules/scheduler": {
- "version": "0.25.0",
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz",
- "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA=="
+ "version": "0.26.0",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
+ "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
+ "license": "MIT"
},
"node_modules/seedrandom": {
"version": "3.0.5",
@@ -21093,6 +21267,7 @@
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
+ "license": "MIT",
"dependencies": {
"debug": "2.6.9",
"depd": "2.0.0",
@@ -21116,6 +21291,7 @@
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "license": "MIT",
"dependencies": {
"ms": "2.0.0"
}
@@ -21123,12 +21299,14 @@
"node_modules/send/node_modules/debug/node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "license": "MIT"
},
"node_modules/send/node_modules/mime": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "license": "MIT",
"bin": {
"mime": "cli.js"
},
@@ -21139,12 +21317,14 @@
"node_modules/send/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "license": "MIT"
},
"node_modules/send/node_modules/statuses": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "license": "MIT",
"engines": {
"node": ">= 0.8"
}
@@ -21161,6 +21341,7 @@
"version": "1.16.2",
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
+ "license": "MIT",
"dependencies": {
"encodeurl": "~2.0.0",
"escape-html": "~1.0.3",
@@ -21175,6 +21356,7 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
+ "license": "MIT",
"engines": {
"node": ">= 0.8"
}
@@ -21183,7 +21365,8 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
- "devOptional": true
+ "devOptional": true,
+ "license": "ISC"
},
"node_modules/set-function-length": {
"version": "1.2.2",
@@ -21235,7 +21418,8 @@
"node_modules/setprototypeof": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
+ "license": "ISC"
},
"node_modules/shallow-clone": {
"version": "3.0.1",
@@ -21456,6 +21640,7 @@
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
"integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"ansi-styles": "^3.2.0",
"astral-regex": "^1.0.0",
@@ -21899,7 +22084,8 @@
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
- ]
+ ],
+ "license": "MIT"
},
"node_modules/sucrase": {
"version": "3.32.0",
@@ -22056,7 +22242,6 @@
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz",
"integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==",
- "peer": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
@@ -22317,6 +22502,7 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+ "license": "MIT",
"engines": {
"node": ">=0.6"
}
@@ -22380,7 +22566,6 @@
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
"devOptional": true,
- "peer": true,
"dependencies": {
"@cspotcode/source-map-support": "^0.8.0",
"@tsconfig/node10": "^1.0.7",
@@ -22548,6 +22733,7 @@
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
"integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.24"
@@ -22649,7 +22835,6 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"devOptional": true,
- "peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -22896,6 +23081,7 @@
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
"devOptional": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.8"
}
@@ -22949,6 +23135,7 @@
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
"devOptional": true,
+ "license": "MIT",
"dependencies": {
"defaults": "^1.0.3"
}
@@ -23115,7 +23302,8 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
"integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
- "devOptional": true
+ "devOptional": true,
+ "license": "ISC"
},
"node_modules/which-typed-array": {
"version": "1.1.19",
@@ -23454,7 +23642,6 @@
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"dev": true,
"license": "MIT",
- "peer": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
diff --git a/package.json b/package.json
index a21e8f910..e8ea45d47 100644
--- a/package.json
+++ b/package.json
@@ -88,10 +88,10 @@
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"nativewind": "^2.0.11",
- "react": "19.0.0",
- "react-dom": "19.0.0",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
"react-i18next": "^14.1.0",
- "react-native": "0.79.5",
+ "react-native": "0.80.2",
"react-native-animated-dots-carousel": "^2.0.0",
"react-native-audio-recorder-player": "^3.6.7",
"react-native-bouncy-checkbox": "^3.0.7",
@@ -150,13 +150,13 @@
"@babel/runtime": "^7.25.0",
"@faker-js/faker": "^8.4.1",
"@fluent/syntax": "^0.19.0",
- "@react-native-community/cli": "18.0.0",
- "@react-native-community/cli-platform-android": "18.0.0",
- "@react-native-community/cli-platform-ios": "18.0.0",
- "@react-native/babel-preset": "0.79.5",
- "@react-native/eslint-config": "0.79.5",
- "@react-native/metro-config": "0.79.5",
- "@react-native/typescript-config": "0.79.5",
+ "@react-native-community/cli": "19.1.1",
+ "@react-native-community/cli-platform-android": "19.1.1",
+ "@react-native-community/cli-platform-ios": "19.1.1",
+ "@react-native/babel-preset": "0.80.2",
+ "@react-native/eslint-config": "0.80.2",
+ "@react-native/metro-config": "0.80.2",
+ "@react-native/typescript-config": "0.80.2",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
@@ -164,9 +164,9 @@
"@types/jsrsasign": "^10.5.15",
"@types/lodash": "^4.17.20",
"@types/markdown-it": "^14.1.2",
- "@types/react": "^19.0.0",
- "@types/react-dom": "^19.0.0",
- "@types/react-test-renderer": "^19.0.0",
+ "@types/react": "^19.1.0",
+ "@types/react-dom": "^19.1.0",
+ "@types/react-test-renderer": "^19.1.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"babel-plugin-module-resolver": "^5.0.0",
@@ -203,7 +203,7 @@
"patch-package": "^8.0.1",
"react-native-clean-project": "^4.0.3",
"react-native-config-node": "^0.0.3",
- "react-test-renderer": "19.0.0",
+ "react-test-renderer": "19.1.0",
"reassure": "^1.1.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.2",
diff --git a/tsconfig.json b/tsconfig.json
index 30960bf4d..78bf97ce0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,5 @@
{
- "extends": "@react-native/typescript-config/tsconfig.json",
+ "extends": "@react-native/typescript-config",
"compilerOptions": {
"baseUrl": ".",
"paths": {