diff --git a/examples/lens-next-app/README.md b/examples/lens-next-app/README.md index 4dc5f58728..53377fe367 100644 --- a/examples/lens-next-app/README.md +++ b/examples/lens-next-app/README.md @@ -2,7 +2,11 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Getting Started -First, run the development server: +Start by renaming the `.env.example` file to `.env` and then populate it with the necessary values: + +- `NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID` - This is the Project ID for WalletConnect. You can create a free Project ID at [WalletConnect Cloud](https://cloud.walletconnect.com/sign-in). + +After setting up the environment variables, launch the development server: ```bash npm run dev @@ -14,6 +18,8 @@ pnpm dev bun dev ``` -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +Once the server is running, open http://localhost:3000 in your browser to view the result. + +You can begin editing the page by modifying `app/page.tsx`. The page will automatically update as you make changes to the file. -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. +Happy coding! diff --git a/examples/react-native/.env.example b/examples/react-native/.env.example new file mode 100644 index 0000000000..1271f9fd33 --- /dev/null +++ b/examples/react-native/.env.example @@ -0,0 +1,3 @@ +WALLET_CONNECT_PROJECT_ID= +ENVIRONMENT=production +# ENVIRONMENT=development diff --git a/examples/react-native/README.md b/examples/react-native/README.md index bb115da162..d25fc3bc78 100644 --- a/examples/react-native/README.md +++ b/examples/react-native/README.md @@ -4,6 +4,23 @@ This is a new [**React Native**](https://reactnative.dev) project, bootstrapped > **Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till "Creating a new application" step, before proceeding. +## Step 0: Install the Native Dependencies + +### For iOS + +Install the native dependencies using CocoaPods: + +```bash +# using npm +npm run pod:install + +# OR using Yarn +yarn pod:install + +# OR using pnpm +pnpm pod:install +``` + ## Step 1: Start the Metro Server First, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native. diff --git a/examples/react-native/ios/NativeLens/Info.plist b/examples/react-native/ios/NativeLens/Info.plist index ce21a05ee3..6004f19ba8 100644 --- a/examples/react-native/ios/NativeLens/Info.plist +++ b/examples/react-native/ios/NativeLens/Info.plist @@ -20,6 +20,17 @@ $(MARKETING_VERSION) CFBundleSignature ???? + CFBundleURLTypes + + + CFBundleURLSchemes + + nativelens + + CFBundleURLName + com.yourcompany.nativelens + + CFBundleVersion $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS diff --git a/examples/react-native/ios/Podfile.lock b/examples/react-native/ios/Podfile.lock index e615c84908..324a4fcaa0 100644 --- a/examples/react-native/ios/Podfile.lock +++ b/examples/react-native/ios/Podfile.lock @@ -2,14 +2,14 @@ PODS: - boost (1.83.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.73.5) - - FBReactNativeSpec (0.73.5): + - FBLazyVector (0.73.7) + - FBReactNativeSpec (0.73.7): - RCT-Folly (= 2022.05.16.00) - - RCTRequired (= 0.73.5) - - RCTTypeSafety (= 0.73.5) - - React-Core (= 0.73.5) - - React-jsi (= 0.73.5) - - ReactCommon/turbomodule/core (= 0.73.5) + - RCTRequired (= 0.73.7) + - RCTTypeSafety (= 0.73.7) + - React-Core (= 0.73.7) + - React-jsi (= 0.73.7) + - ReactCommon/turbomodule/core (= 0.73.7) - Flipper (0.201.0): - Flipper-Folly (~> 2.6) - Flipper-Boost-iOSX (1.76.0.1.11) @@ -72,9 +72,9 @@ PODS: - hermes-engine/Pre-built (= 0.73.5) - hermes-engine/Pre-built (0.73.5) - libevent (2.1.12) - - MMKV (1.3.1): - - MMKVCore (~> 1.3.1) - - MMKVCore (1.3.1) + - MMKV (1.3.5): + - MMKVCore (~> 1.3.5) + - MMKVCore (1.3.5) - OpenSSL-Universal (1.1.1100) - RCT-Folly (2022.05.16.00): - boost @@ -98,26 +98,26 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.73.5) - - RCTTypeSafety (0.73.5): - - FBLazyVector (= 0.73.5) - - RCTRequired (= 0.73.5) - - React-Core (= 0.73.5) - - React (0.73.5): - - React-Core (= 0.73.5) - - React-Core/DevSupport (= 0.73.5) - - React-Core/RCTWebSocket (= 0.73.5) - - React-RCTActionSheet (= 0.73.5) - - React-RCTAnimation (= 0.73.5) - - React-RCTBlob (= 0.73.5) - - React-RCTImage (= 0.73.5) - - React-RCTLinking (= 0.73.5) - - React-RCTNetwork (= 0.73.5) - - React-RCTSettings (= 0.73.5) - - React-RCTText (= 0.73.5) - - React-RCTVibration (= 0.73.5) - - React-callinvoker (0.73.5) - - React-Codegen (0.73.5): + - RCTRequired (0.73.7) + - RCTTypeSafety (0.73.7): + - FBLazyVector (= 0.73.7) + - RCTRequired (= 0.73.7) + - React-Core (= 0.73.7) + - React (0.73.7): + - React-Core (= 0.73.7) + - React-Core/DevSupport (= 0.73.7) + - React-Core/RCTWebSocket (= 0.73.7) + - React-RCTActionSheet (= 0.73.7) + - React-RCTAnimation (= 0.73.7) + - React-RCTBlob (= 0.73.7) + - React-RCTImage (= 0.73.7) + - React-RCTLinking (= 0.73.7) + - React-RCTNetwork (= 0.73.7) + - React-RCTSettings (= 0.73.7) + - React-RCTText (= 0.73.7) + - React-RCTVibration (= 0.73.7) + - React-callinvoker (0.73.7) + - React-Codegen (0.73.7): - DoubleConversion - FBReactNativeSpec - glog @@ -132,11 +132,11 @@ PODS: - React-rncore - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.73.5): + - React-Core (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.5) + - React-Core/Default (= 0.73.7) - React-cxxreact - React-hermes - React-jsi @@ -146,7 +146,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/CoreModulesHeaders (0.73.5): + - React-Core/CoreModulesHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -160,7 +160,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/Default (0.73.5): + - React-Core/Default (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -173,23 +173,23 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/DevSupport (0.73.5): + - React-Core/DevSupport (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.5) - - React-Core/RCTWebSocket (= 0.73.5) + - React-Core/Default (= 0.73.7) + - React-Core/RCTWebSocket (= 0.73.7) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.73.5) + - React-jsinspector (= 0.73.7) - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.73.5): + - React-Core/RCTActionSheetHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -203,7 +203,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTAnimationHeaders (0.73.5): + - React-Core/RCTAnimationHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -217,7 +217,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTBlobHeaders (0.73.5): + - React-Core/RCTBlobHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -231,7 +231,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTImageHeaders (0.73.5): + - React-Core/RCTImageHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -245,7 +245,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTLinkingHeaders (0.73.5): + - React-Core/RCTLinkingHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -259,7 +259,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTNetworkHeaders (0.73.5): + - React-Core/RCTNetworkHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -273,7 +273,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTSettingsHeaders (0.73.5): + - React-Core/RCTSettingsHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -287,7 +287,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTTextHeaders (0.73.5): + - React-Core/RCTTextHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -301,7 +301,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTVibrationHeaders (0.73.5): + - React-Core/RCTVibrationHeaders (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -315,11 +315,11 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTWebSocket (0.73.5): + - React-Core/RCTWebSocket (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.5) + - React-Core/Default (= 0.73.7) - React-cxxreact - React-hermes - React-jsi @@ -329,33 +329,33 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-CoreModules (0.73.5): + - React-CoreModules (0.73.7): - RCT-Folly (= 2022.05.16.00) - - RCTTypeSafety (= 0.73.5) + - RCTTypeSafety (= 0.73.7) - React-Codegen - - React-Core/CoreModulesHeaders (= 0.73.5) - - React-jsi (= 0.73.5) + - React-Core/CoreModulesHeaders (= 0.73.7) + - React-jsi (= 0.73.7) - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.73.5) + - React-RCTImage (= 0.73.7) - ReactCommon - SocketRocket (= 0.6.1) - - React-cxxreact (0.73.5): + - React-cxxreact (0.73.7): - boost (= 1.83.0) - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.5) - - React-debug (= 0.73.5) - - React-jsi (= 0.73.5) - - React-jsinspector (= 0.73.5) - - React-logger (= 0.73.5) - - React-perflogger (= 0.73.5) - - React-runtimeexecutor (= 0.73.5) - - React-debug (0.73.5) - - React-Fabric (0.73.5): + - React-callinvoker (= 0.73.7) + - React-debug (= 0.73.7) + - React-jsi (= 0.73.7) + - React-jsinspector (= 0.73.7) + - React-logger (= 0.73.7) + - React-perflogger (= 0.73.7) + - React-runtimeexecutor (= 0.73.7) + - React-debug (0.73.7) + - React-Fabric (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -366,20 +366,20 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.73.5) - - React-Fabric/attributedstring (= 0.73.5) - - React-Fabric/componentregistry (= 0.73.5) - - React-Fabric/componentregistrynative (= 0.73.5) - - React-Fabric/components (= 0.73.5) - - React-Fabric/core (= 0.73.5) - - React-Fabric/imagemanager (= 0.73.5) - - React-Fabric/leakchecker (= 0.73.5) - - React-Fabric/mounting (= 0.73.5) - - React-Fabric/scheduler (= 0.73.5) - - React-Fabric/telemetry (= 0.73.5) - - React-Fabric/templateprocessor (= 0.73.5) - - React-Fabric/textlayoutmanager (= 0.73.5) - - React-Fabric/uimanager (= 0.73.5) + - React-Fabric/animations (= 0.73.7) + - React-Fabric/attributedstring (= 0.73.7) + - React-Fabric/componentregistry (= 0.73.7) + - React-Fabric/componentregistrynative (= 0.73.7) + - React-Fabric/components (= 0.73.7) + - React-Fabric/core (= 0.73.7) + - React-Fabric/imagemanager (= 0.73.7) + - React-Fabric/leakchecker (= 0.73.7) + - React-Fabric/mounting (= 0.73.7) + - React-Fabric/scheduler (= 0.73.7) + - React-Fabric/telemetry (= 0.73.7) + - React-Fabric/templateprocessor (= 0.73.7) + - React-Fabric/textlayoutmanager (= 0.73.7) + - React-Fabric/uimanager (= 0.73.7) - React-graphics - React-jsi - React-jsiexecutor @@ -388,7 +388,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.73.5): + - React-Fabric/animations (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -407,7 +407,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.73.5): + - React-Fabric/attributedstring (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -426,7 +426,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.73.5): + - React-Fabric/componentregistry (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -445,7 +445,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.73.5): + - React-Fabric/componentregistrynative (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -464,7 +464,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.73.5): + - React-Fabric/components (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -475,17 +475,17 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/components/inputaccessory (= 0.73.5) - - React-Fabric/components/legacyviewmanagerinterop (= 0.73.5) - - React-Fabric/components/modal (= 0.73.5) - - React-Fabric/components/rncore (= 0.73.5) - - React-Fabric/components/root (= 0.73.5) - - React-Fabric/components/safeareaview (= 0.73.5) - - React-Fabric/components/scrollview (= 0.73.5) - - React-Fabric/components/text (= 0.73.5) - - React-Fabric/components/textinput (= 0.73.5) - - React-Fabric/components/unimplementedview (= 0.73.5) - - React-Fabric/components/view (= 0.73.5) + - React-Fabric/components/inputaccessory (= 0.73.7) + - React-Fabric/components/legacyviewmanagerinterop (= 0.73.7) + - React-Fabric/components/modal (= 0.73.7) + - React-Fabric/components/rncore (= 0.73.7) + - React-Fabric/components/root (= 0.73.7) + - React-Fabric/components/safeareaview (= 0.73.7) + - React-Fabric/components/scrollview (= 0.73.7) + - React-Fabric/components/text (= 0.73.7) + - React-Fabric/components/textinput (= 0.73.7) + - React-Fabric/components/unimplementedview (= 0.73.7) + - React-Fabric/components/view (= 0.73.7) - React-graphics - React-jsi - React-jsiexecutor @@ -494,7 +494,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/inputaccessory (0.73.5): + - React-Fabric/components/inputaccessory (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -513,7 +513,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.73.5): + - React-Fabric/components/legacyviewmanagerinterop (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -532,7 +532,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/modal (0.73.5): + - React-Fabric/components/modal (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -551,7 +551,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/rncore (0.73.5): + - React-Fabric/components/rncore (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -570,7 +570,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.73.5): + - React-Fabric/components/root (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -589,7 +589,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/safeareaview (0.73.5): + - React-Fabric/components/safeareaview (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -608,7 +608,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/scrollview (0.73.5): + - React-Fabric/components/scrollview (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -627,7 +627,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/text (0.73.5): + - React-Fabric/components/text (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -646,7 +646,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/textinput (0.73.5): + - React-Fabric/components/textinput (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -665,7 +665,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/unimplementedview (0.73.5): + - React-Fabric/components/unimplementedview (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -684,7 +684,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.73.5): + - React-Fabric/components/view (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -704,7 +704,7 @@ PODS: - React-utils - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.73.5): + - React-Fabric/core (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -723,7 +723,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.73.5): + - React-Fabric/imagemanager (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -742,7 +742,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.73.5): + - React-Fabric/leakchecker (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -761,7 +761,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.73.5): + - React-Fabric/mounting (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -780,7 +780,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.73.5): + - React-Fabric/scheduler (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -799,7 +799,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.73.5): + - React-Fabric/telemetry (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -818,7 +818,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.73.5): + - React-Fabric/templateprocessor (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -837,7 +837,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/textlayoutmanager (0.73.5): + - React-Fabric/textlayoutmanager (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -857,7 +857,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.73.5): + - React-Fabric/uimanager (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -876,42 +876,42 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-FabricImage (0.73.5): + - React-FabricImage (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly/Fabric (= 2022.05.16.00) - - RCTRequired (= 0.73.5) - - RCTTypeSafety (= 0.73.5) + - RCTRequired (= 0.73.7) + - RCTTypeSafety (= 0.73.7) - React-Fabric - React-graphics - React-ImageManager - React-jsi - - React-jsiexecutor (= 0.73.5) + - React-jsiexecutor (= 0.73.7) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-graphics (0.73.5): + - React-graphics (0.73.7): - glog - RCT-Folly/Fabric (= 2022.05.16.00) - - React-Core/Default (= 0.73.5) + - React-Core/Default (= 0.73.7) - React-utils - - React-hermes (0.73.5): + - React-hermes (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - RCT-Folly/Futures (= 2022.05.16.00) - - React-cxxreact (= 0.73.5) + - React-cxxreact (= 0.73.7) - React-jsi - - React-jsiexecutor (= 0.73.5) - - React-jsinspector (= 0.73.5) - - React-perflogger (= 0.73.5) - - React-ImageManager (0.73.5): + - React-jsiexecutor (= 0.73.7) + - React-jsinspector (= 0.73.7) + - React-perflogger (= 0.73.7) + - React-ImageManager (0.73.7): - glog - RCT-Folly/Fabric - React-Core/Default @@ -920,40 +920,50 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.73.5): + - React-jserrorhandler (0.73.7): - RCT-Folly/Fabric (= 2022.05.16.00) - React-debug - React-jsi - React-Mapbuffer - - React-jsi (0.73.5): + - React-jsi (0.73.7): - boost (= 1.83.0) - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-jsiexecutor (0.73.5): + - React-jsiexecutor (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-cxxreact (= 0.73.5) - - React-jsi (= 0.73.5) - - React-perflogger (= 0.73.5) - - React-jsinspector (0.73.5) - - React-logger (0.73.5): + - React-cxxreact (= 0.73.7) + - React-jsi (= 0.73.7) + - React-perflogger (= 0.73.7) + - React-jsinspector (0.73.7) + - React-logger (0.73.7): - glog - - React-Mapbuffer (0.73.5): + - React-Mapbuffer (0.73.7): - glog - React-debug - - react-native-get-random-values (1.10.0): + - react-native-compat (2.12.2): + - glog + - RCT-Folly (= 2022.05.16.00) + - React-Core + - react-native-config (1.5.1): + - react-native-config/App (= 1.5.1) + - react-native-config/App (1.5.1): + - React-Core + - react-native-get-random-values (1.11.0): - React-Core - react-native-mmkv (2.11.0): - MMKV (>= 1.2.13) - React-Core - - React-nativeconfig (0.73.5) - - React-NativeModulesApple (0.73.5): + - react-native-netinfo (11.3.1): + - React-Core + - React-nativeconfig (0.73.7) + - React-NativeModulesApple (0.73.7): - glog - hermes-engine - React-callinvoker @@ -963,10 +973,10 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.73.5) - - React-RCTActionSheet (0.73.5): - - React-Core/RCTActionSheetHeaders (= 0.73.5) - - React-RCTAnimation (0.73.5): + - React-perflogger (0.73.7) + - React-RCTActionSheet (0.73.7): + - React-Core/RCTActionSheetHeaders (= 0.73.7) + - React-RCTAnimation (0.73.7): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -974,7 +984,7 @@ PODS: - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTAppDelegate (0.73.5): + - React-RCTAppDelegate (0.73.7): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -988,7 +998,7 @@ PODS: - React-RCTNetwork - React-runtimescheduler - ReactCommon - - React-RCTBlob (0.73.5): + - React-RCTBlob (0.73.7): - hermes-engine - RCT-Folly (= 2022.05.16.00) - React-Codegen @@ -998,7 +1008,7 @@ PODS: - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTFabric (0.73.5): + - React-RCTFabric (0.73.7): - glog - hermes-engine - RCT-Folly/Fabric (= 2022.05.16.00) @@ -1016,7 +1026,7 @@ PODS: - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.73.5): + - React-RCTImage (0.73.7): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -1025,14 +1035,14 @@ PODS: - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTLinking (0.73.5): + - React-RCTLinking (0.73.7): - React-Codegen - - React-Core/RCTLinkingHeaders (= 0.73.5) - - React-jsi (= 0.73.5) + - React-Core/RCTLinkingHeaders (= 0.73.7) + - React-jsi (= 0.73.7) - React-NativeModulesApple - ReactCommon - - ReactCommon/turbomodule/core (= 0.73.5) - - React-RCTNetwork (0.73.5): + - ReactCommon/turbomodule/core (= 0.73.7) + - React-RCTNetwork (0.73.7): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -1040,7 +1050,7 @@ PODS: - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTSettings (0.73.5): + - React-RCTSettings (0.73.7): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -1048,25 +1058,25 @@ PODS: - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTText (0.73.5): - - React-Core/RCTTextHeaders (= 0.73.5) + - React-RCTText (0.73.7): + - React-Core/RCTTextHeaders (= 0.73.7) - Yoga - - React-RCTVibration (0.73.5): + - React-RCTVibration (0.73.7): - RCT-Folly (= 2022.05.16.00) - React-Codegen - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-rendererdebug (0.73.5): + - React-rendererdebug (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - RCT-Folly (= 2022.05.16.00) - React-debug - - React-rncore (0.73.5) - - React-runtimeexecutor (0.73.5): - - React-jsi (= 0.73.5) - - React-runtimescheduler (0.73.5): + - React-rncore (0.73.7) + - React-runtimeexecutor (0.73.7): + - React-jsi (= 0.73.7) + - React-runtimescheduler (0.73.7): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1077,48 +1087,54 @@ PODS: - React-rendererdebug - React-runtimeexecutor - React-utils - - React-utils (0.73.5): + - React-utils (0.73.7): - glog - RCT-Folly (= 2022.05.16.00) - React-debug - - ReactCommon (0.73.5): - - React-logger (= 0.73.5) - - ReactCommon/turbomodule (= 0.73.5) - - ReactCommon/turbomodule (0.73.5): + - ReactCommon (0.73.7): + - React-logger (= 0.73.7) + - ReactCommon/turbomodule (= 0.73.7) + - ReactCommon/turbomodule (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.5) - - React-cxxreact (= 0.73.5) - - React-jsi (= 0.73.5) - - React-logger (= 0.73.5) - - React-perflogger (= 0.73.5) - - ReactCommon/turbomodule/bridging (= 0.73.5) - - ReactCommon/turbomodule/core (= 0.73.5) - - ReactCommon/turbomodule/bridging (0.73.5): + - React-callinvoker (= 0.73.7) + - React-cxxreact (= 0.73.7) + - React-jsi (= 0.73.7) + - React-logger (= 0.73.7) + - React-perflogger (= 0.73.7) + - ReactCommon/turbomodule/bridging (= 0.73.7) + - ReactCommon/turbomodule/core (= 0.73.7) + - ReactCommon/turbomodule/bridging (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.5) - - React-cxxreact (= 0.73.5) - - React-jsi (= 0.73.5) - - React-logger (= 0.73.5) - - React-perflogger (= 0.73.5) - - ReactCommon/turbomodule/core (0.73.5): + - React-callinvoker (= 0.73.7) + - React-cxxreact (= 0.73.7) + - React-jsi (= 0.73.7) + - React-logger (= 0.73.7) + - React-perflogger (= 0.73.7) + - ReactCommon/turbomodule/core (0.73.7): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.5) - - React-cxxreact (= 0.73.5) - - React-jsi (= 0.73.5) - - React-logger (= 0.73.5) - - React-perflogger (= 0.73.5) + - React-callinvoker (= 0.73.7) + - React-cxxreact (= 0.73.7) + - React-jsi (= 0.73.7) + - React-logger (= 0.73.7) + - React-perflogger (= 0.73.7) + - RNCAsyncStorage (1.23.1): + - React-Core + - RNCClipboard (1.14.1): + - React-Core + - RNSVG (13.14.0): + - React-Core - SocketRocket (0.6.1) - Yoga (1.14.0) @@ -1175,8 +1191,11 @@ DEPENDENCIES: - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`) - React-logger (from `../node_modules/react-native/ReactCommon/logger`) - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`) + - "react-native-compat (from `../node_modules/@walletconnect/react-native-compat`)" + - react-native-config (from `../node_modules/react-native-config`) - react-native-get-random-values (from `../node_modules/react-native-get-random-values`) - react-native-mmkv (from `../node_modules/react-native-mmkv`) + - "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)" - React-nativeconfig (from `../node_modules/react-native/ReactCommon`) - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`) @@ -1197,6 +1216,9 @@ DEPENDENCIES: - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) + - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)" + - "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)" + - RNSVG (from `../node_modules/react-native-svg`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: @@ -1273,10 +1295,16 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/logger" React-Mapbuffer: :path: "../node_modules/react-native/ReactCommon" + react-native-compat: + :path: "../node_modules/@walletconnect/react-native-compat" + react-native-config: + :path: "../node_modules/react-native-config" react-native-get-random-values: :path: "../node_modules/react-native-get-random-values" react-native-mmkv: :path: "../node_modules/react-native-mmkv" + react-native-netinfo: + :path: "../node_modules/@react-native-community/netinfo" React-nativeconfig: :path: "../node_modules/react-native/ReactCommon" React-NativeModulesApple: @@ -1317,6 +1345,12 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/react/utils" ReactCommon: :path: "../node_modules/react-native/ReactCommon" + RNCAsyncStorage: + :path: "../node_modules/@react-native-async-storage/async-storage" + RNCClipboard: + :path: "../node_modules/@react-native-clipboard/clipboard" + RNSVG: + :path: "../node_modules/react-native-svg" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" @@ -1324,8 +1358,8 @@ SPEC CHECKSUMS: boost: d3f49c53809116a5d38da093a8aa78bf551aed09 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 - FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d - FBReactNativeSpec: 2e901838cc95f78a729c87c01d12c583b8c5a5d9 + FBLazyVector: 9f533d5a4c75ca77c8ed774aced1a91a0701781e + FBReactNativeSpec: d33ad0805744c75135ade1f584be7e77f8acb6ef Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 @@ -1335,57 +1369,63 @@ SPEC CHECKSUMS: Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 035f1e36e53b355cf70f6434d161b36e7d21fecd + glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - MMKV: 5a07930c70c70b86cd87761a42c8f3836fb681d7 - MMKVCore: e50135dbd33235b6ab390635991bab437ab873c0 + MMKV: 506311d0494023c2f7e0b62cc1f31b7370fa3cfb + MMKVCore: 9e2e5fd529b64a9fe15f1a7afb3d73b2e27b4db9 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0 - RCTRequired: 2544c0f1081a5fa12e108bb8cb40e5f4581ccd87 - RCTTypeSafety: 50efabe2b115c11ed03fbf3fd79e2f163ddb5d7c - React: 84221d5e0ce297bc57c4b6af539a62d812d89f10 - React-callinvoker: 5d17577ecc7f784535ebedf3aad4bcbf8f4b5117 - React-Codegen: 857e7984fc277aadde2a7a427288b6918ece7b2b - React-Core: 8e782e7e24c7843871a0d9c3c8d7c5b3ebb73832 - React-CoreModules: 7875ee247e3e6e0e683b52cd1cdda1b71618bd55 - React-cxxreact: 788cd771c6e94d44f8d472fdfae89b67226067ea - React-debug: 55c7f2b8463bfe85567c9f4ede904085601130c9 - React-Fabric: 8cb43853496bb8032420edf62e7281c53109e682 - React-FabricImage: fbdc0ef7ed58a87c77600017c19a751932de3e47 - React-graphics: dc8307b615f14e13f1081ac23ea66697808bcd29 - React-hermes: d9acaa4ebf2118d9bd8a541af8c620c467b356b6 - React-ImageManager: 2a97ddc9b1f459121697d629cfbe69712997d76f - React-jserrorhandler: b97b16674258ccaeff5a70047a097a140e76d12d - React-jsi: 1d59d0a148c76641ac577729e0268bafa494152c - React-jsiexecutor: 262b66928ad948491d03fd328bb5b822cce94647 - React-jsinspector: 32db5e364bcae8fca8cdf8891830636275add0c5 - React-logger: 0331362115f0f5b392bd7ed14636d1a3ea612479 - React-Mapbuffer: 7c35cd53a22d0be04d3f26f7881c7fb7dd230216 - react-native-get-random-values: 384787fd76976f5aec9465aff6fa9e9129af1e74 + RCTRequired: 77f73950d15b8c1a2b48ba5b79020c3003d1c9b5 + RCTTypeSafety: ede1e2576424d89471ef553b2aed09fbbcc038e3 + React: 2ddb437e599df2f1bffa9b248de2de4cfa0227f0 + React-callinvoker: 10fc710367985e525e2d65bcc3a73d536c992aea + React-Codegen: b9dc80301260919cafafb6651cb8dbde889b7090 + React-Core: c771634f2ed0c59bef0bcd3d85d6f2c3af91eb96 + React-CoreModules: 97e5860e7e2d8549a5a357c2e0b115e93f25e5e7 + React-cxxreact: 62fcadb4e0d38175f8f220d9c970c5dbeed2eae4 + React-debug: 2bb2ea6d53636bfdc7cb9009a8e71dd6a96810b5 + React-Fabric: 0a19152fe4ce3bb38e27ed5072e9d1857631c3fa + React-FabricImage: 1f2a0841508f8c4eef229c84f3f625fcaf00ac0f + React-graphics: 860acbbd1398a1c50d2a0b7fd37ca4f1ae5cef5e + React-hermes: 938f6b4c585b3f98d9b65bfd9b84ebeb29e4db2b + React-ImageManager: b55d5ffffaaa7678bcb5799f95918cb20924d3a8 + React-jserrorhandler: 872045564849dadc0692bf034be4fc77b0f6c3e8 + React-jsi: 5fa3dfbe4f1d6b1fb08650cb877c340ddb70066d + React-jsiexecutor: d7e1aa9e9aefff1e6aee2beea13eb98be431a67f + React-jsinspector: f356e49aa086380d3a4892708ca173ad31ac69c1 + React-logger: 7b19bdfb254772a0332d6cd4d66eceb0678b6730 + React-Mapbuffer: 6f392912435adb8fbf4c3eee0e79a0a0b4e4b717 + react-native-compat: 84e00e8dcff9251278c0d48f2bce81f4502e3925 + react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8 + react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06 react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43 - React-nativeconfig: 1166714a4f7ea57a0df5c2cb44fbc70f98d580f9 - React-NativeModulesApple: 726664e9829eb5eed8170241000e46ead269a05f - React-perflogger: 0dd9f1725d55f8264b81efadd373fe1d9cca7dc2 - React-RCTActionSheet: 05656d2102b0d0a2676d58bad4d80106af5367b2 - React-RCTAnimation: 6c66beae98730fb7615df28caf651e295f2401e5 - React-RCTAppDelegate: 891b80c596fffcb3f90431739495d606a9a0d610 - React-RCTBlob: 8ecee445ec5fa9ed8a8621a136183c1045165100 - React-RCTFabric: f291e06bc63fef26cdd105537bae5c6a8d3bdca8 - React-RCTImage: 585b16465146cb839da02f3179ce7cb19d332642 - React-RCTLinking: 09ba11f7df62946e7ddca1b51aa3bf47b230e008 - React-RCTNetwork: e070f8d2fca60f1e9571936ce54d165e77129e76 - React-RCTSettings: b08c7ff191f0a5421aab198ea1086c9a8d513bde - React-RCTText: f6cc5a3cf0f1a4f3d1256657dca1025e4cfe45e0 - React-RCTVibration: d9948962139f9924ef87f23ab240e045e496213b - React-rendererdebug: ee05480666415f7a76e6cf0a7a50363423f44809 - React-rncore: 42c09dbe67cc6355398d8739e43af36d246a35b0 - React-runtimeexecutor: 56f562a608056fb0c1711d900a992e26f375d817 - React-runtimescheduler: 814b644a5f456c7df1fba7bcd9914707152527c6 - React-utils: 987a4526a2fc0acdfaf87888adfe0bf9d0452066 - ReactCommon: 2947b0bffd82ea0e58ca7928881152d4c6dae9af + react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321 + React-nativeconfig: 754233aac2a769578f828093b672b399355582e6 + React-NativeModulesApple: a03b2da2b8e127d5f5ee29c683e0deba7a9e1575 + React-perflogger: 68ec84e2f858a3e35009aef8866b55893e5e0a1f + React-RCTActionSheet: 348c4c729fdfb874f6937abbea90355ecaa6977c + React-RCTAnimation: 9fb1232af37d25d03415af2e0b8ab3b585ed856d + React-RCTAppDelegate: e0d41ac7fc71b5badb381c70ba585951ba7c8d2a + React-RCTBlob: 70b608915d20ffd397f8ba52278bee7e73f16994 + React-RCTFabric: 8f1fbaba0d9484dab098886b0c2fb7388212073a + React-RCTImage: 520fe02462804655e39b6657996e47277e6f0115 + React-RCTLinking: fb46b9dfea24f4a876163f95769ab279851e0b65 + React-RCTNetwork: dd4396889c20fa8872d4028a4d08f2d2888e2c7f + React-RCTSettings: a7d6fe4b52b98c08b12532a42a18cb12a1667d0a + React-RCTText: df7267a4bc092429fcf285238fbe67a89406ff44 + React-RCTVibration: df03af479dc7ec756e2ca73eb6ce2fa3da6b2888 + React-rendererdebug: ce0744f4121882c76d7a1b2836b8353246d884f8 + React-rncore: a25aef34fd36c808c7596ce6c3bcebdad6dfe09d + React-runtimeexecutor: b7f307017d54701cf3a4ae41c7558051e0660658 + React-runtimescheduler: a884a55560e2a90caa1cbe0b9eaa24a5add4fa2c + React-utils: d07d009101c7dabff68b710da5c4a47b7a850d98 + ReactCommon: 8cae78d3c3eceff20ee4bbca8bb73b675a45fd5d + RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c + RNCClipboard: 0a720adef5ec193aa0e3de24c3977222c7e52a37 + RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 - Yoga: 9e6a04eacbd94f97d94577017e9f23b3ab41cf6c + Yoga: c716aea2ee01df6258550c7505fa61b248145ced PODFILE CHECKSUM: 7edb5fbbb7e8f1de833430ef5c2e33b79a4aa763 diff --git a/examples/react-native/ios/PrivacyInfo.xcprivacy b/examples/react-native/ios/PrivacyInfo.xcprivacy new file mode 100644 index 0000000000..41b8317f06 --- /dev/null +++ b/examples/react-native/ios/PrivacyInfo.xcprivacy @@ -0,0 +1,37 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + + diff --git a/examples/react-native/metro.config.js b/examples/react-native/metro.config.js index 457177eb9a..c8f89f22f1 100644 --- a/examples/react-native/metro.config.js +++ b/examples/react-native/metro.config.js @@ -23,8 +23,6 @@ const config = makeMetroConfig({ '@babel/runtime': path.resolve(__dirname, './node_modules/@babel/runtime'), // point how `@lens-protocol` linked packages should resolve react without having 2 duplicated versions react: path.resolve(__dirname, 'node_modules/react'), - // point how `@lens-protocol` linked packages should resolve ethers without having 2 duplicated versions - ethers: path.resolve(__dirname, 'node_modules/ethers'), }, }, transformer: { diff --git a/examples/react-native/package.json b/examples/react-native/package.json index ea4b0cdd8c..e68e61fe70 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -11,39 +11,50 @@ "test": "echo \"Not in scope for this example\"" }, "dependencies": { + "@ethersproject/providers": "^5.7.2", "@ethersproject/shims": "^5.7.0", - "@gluestack-style/react": "^1.0.48", - "@gluestack-ui/config": "^1.1.16", - "@gluestack-ui/themed": "^1.1.9", + "@gluestack-style/react": "^1.0.54", + "@gluestack-ui/config": "^1.1.18", + "@gluestack-ui/themed": "^1.1.22", "@lens-protocol/metadata": "^1.1.6", "@lens-protocol/react-native": "link:../../packages/react-native", - "ethers": "^5.7.2", - "react": "18.2.0", - "react-native": "0.73.5", - "react-native-get-random-values": "^1.10.0", + "@react-native-async-storage/async-storage": "^1.23.1", + "@react-native-clipboard/clipboard": "^1.14.1", + "@react-native-community/netinfo": "^11.3.1", + "@walletconnect/modal-react-native": "^1.1.0", + "@walletconnect/react-native-compat": "^2.12.2", + "react": "^18.2.0", + "react-native": "^0.73.7", + "react-native-config": "^1.5.1", + "react-native-get-random-values": "^1.11.0", + "react-native-macos": "^0.73.25", "react-native-mmkv": "~2.11.0", - "react-native-svg": "13.4.0" + "react-native-modal": "^13.0.1", + "react-native-svg": "^13.14.0", + "react-native-web": "^0.19.11", + "react-native-windows": "^0.73.11" }, "devDependencies": { - "@babel/core": "^7.20.0", - "@babel/preset-env": "^7.20.0", - "@babel/runtime": "^7.20.0", + "@babel/core": "^7.24.4", + "@babel/preset-env": "^7.24.4", + "@babel/runtime": "^7.24.4", "@lens-protocol/eslint-config": "link:../../packages/eslint-config", "@lens-protocol/prettier-config": "link:../../packages/prettier-config", "@react-native-community/cli-platform-android": "^12.3.6", - "@react-native/babel-preset": "0.73.21", - "@react-native/eslint-config": "0.73.2", + "@react-native/babel-preset": "^0.73.21", + "@react-native/eslint-config": "^0.73.2", "@react-native/gradle-plugin": "^0.73.4", - "@react-native/metro-config": "0.73.5", - "@react-native/typescript-config": "0.73.1", - "@rnx-kit/babel-preset-metro-react-native": "^1.1.6", - "@rnx-kit/metro-config": "^1.3.14", - "@rnx-kit/metro-resolver-symlinks": "^0.1.35", - "@types/react": "^18.2.6", + "@react-native/metro-config": "^0.73.5", + "@react-native/typescript-config": "^0.73.1", + "@rnx-kit/babel-preset-metro-react-native": "^1.1.8", + "@rnx-kit/metro-config": "^1.3.15", + "@rnx-kit/metro-resolver-symlinks": "^0.1.36", + "@types/react": "^18.2.79", "@types/react-native": "^0.73.0", - "eslint": "^8.54.0", - "prettier": "2.8.8", - "typescript": "5.0.4" + "eslint": "^8.57.0", + "prettier": "^2.8.8", + "react-dom": "^18.2.0", + "typescript": "^5.4.5" }, "engines": { "node": ">=18" diff --git a/examples/react-native/src/App.tsx b/examples/react-native/src/App.tsx index 56a52d8c36..7e2c5a0fde 100644 --- a/examples/react-native/src/App.tsx +++ b/examples/react-native/src/App.tsx @@ -2,29 +2,47 @@ import './shims'; import { config } from '@gluestack-ui/config'; import { Box, GluestackUIProvider, SafeAreaView } from '@gluestack-ui/themed'; -import { LensConfig, LensProvider, development } from '@lens-protocol/react-native'; +import { LensConfig, LensProvider } from '@lens-protocol/react-native'; import { storage } from '@lens-protocol/react-native/storage/mmkv'; -import React from 'react'; +import { IProvider, useWalletConnectModal } from '@walletconnect/modal-react-native'; +import React, { useEffect, useRef } from 'react'; -import { Main } from './Main'; -import { bindings } from './wallet'; - -const lensConfig: LensConfig = { - bindings: bindings(), - environment: development, - storage: storage(), -}; +import { ConnectButton } from './components/ConnectButton'; +import { Main } from './components/Main'; +import { WalletConnectModal } from './components/WalletConnectModal'; +import { Deferred } from './utils/Deferred'; +import { bindings } from './utils/bindings'; +import { getLensEnvironment } from './utils/environment'; export function App() { + const { provider } = useWalletConnectModal(); + + const deferred = useRef(new Deferred()); + + useEffect(() => { + if (provider) { + deferred.current.resolve(provider); + } + }, [provider]); + + const lensConfig: LensConfig = { + bindings: bindings(deferred.current.promise), + environment: getLensEnvironment(), + storage: storage(), + origin: 'https://nativelens.com', + }; + return (
+ + ); } diff --git a/examples/react-native/src/LogoutButton.tsx b/examples/react-native/src/LogoutButton.tsx deleted file mode 100644 index 9d770f65eb..0000000000 --- a/examples/react-native/src/LogoutButton.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import { Button, ButtonText } from '@gluestack-ui/themed'; -import { useLogout } from '@lens-protocol/react-native'; -import React from 'react'; - -export function LogoutButton() { - const { execute: logout, loading } = useLogout(); - - return ( - - ); -} diff --git a/examples/react-native/src/components/ConnectButton.tsx b/examples/react-native/src/components/ConnectButton.tsx new file mode 100644 index 0000000000..fa4652eaec --- /dev/null +++ b/examples/react-native/src/components/ConnectButton.tsx @@ -0,0 +1,25 @@ +import '@walletconnect/react-native-compat'; +import { Button, ButtonText } from '@gluestack-ui/themed'; +import { useLogout } from '@lens-protocol/react-native'; +import { useWalletConnectModal } from '@walletconnect/modal-react-native'; +import React from 'react'; + +export function ConnectButton() { + const { open, isConnected, provider } = useWalletConnectModal(); + const { execute: logout } = useLogout(); + + const onPress = () => { + if (isConnected && provider) { + void provider.disconnect(); + void logout(); + } else { + void open(); + } + }; + + return ( + + ); +} diff --git a/examples/react-native/src/ErrorCallout.tsx b/examples/react-native/src/components/ErrorCallout.tsx similarity index 100% rename from examples/react-native/src/ErrorCallout.tsx rename to examples/react-native/src/components/ErrorCallout.tsx diff --git a/examples/react-native/src/LoginButton.tsx b/examples/react-native/src/components/LoginButton.tsx similarity index 100% rename from examples/react-native/src/LoginButton.tsx rename to examples/react-native/src/components/LoginButton.tsx diff --git a/examples/react-native/src/LoginForm.tsx b/examples/react-native/src/components/LoginForm.tsx similarity index 95% rename from examples/react-native/src/LoginForm.tsx rename to examples/react-native/src/components/LoginForm.tsx index 731f8431c0..4aff17d90a 100644 --- a/examples/react-native/src/LoginForm.tsx +++ b/examples/react-native/src/components/LoginForm.tsx @@ -16,7 +16,6 @@ export function LoginForm({ address }: LoginFormProps) { loading, } = useProfilesManaged({ for: address, - includeOwned: true, }); if (loading) { @@ -36,7 +35,7 @@ export function LoginForm({ address }: LoginFormProps) { Select a profile to log in - + {profiles.map((profile) => ( ))} diff --git a/examples/react-native/src/Main.tsx b/examples/react-native/src/components/Main.tsx similarity index 60% rename from examples/react-native/src/Main.tsx rename to examples/react-native/src/components/Main.tsx index 3b6718f2f4..2227a90d51 100644 --- a/examples/react-native/src/Main.tsx +++ b/examples/react-native/src/components/Main.tsx @@ -1,14 +1,14 @@ -import { Spinner, Text, VStack } from '@gluestack-ui/themed'; +import { Heading, Spinner, Text, VStack } from '@gluestack-ui/themed'; import { useSession, SessionType } from '@lens-protocol/react-native'; +import { useWalletConnectModal } from '@walletconnect/modal-react-native'; import React from 'react'; import { ErrorCallout } from './ErrorCallout'; import { LoginForm } from './LoginForm'; -import { LogoutButton } from './LogoutButton'; import { MyProfile } from './MyProfile'; -import { wallet } from './wallet'; export function Main() { + const { address } = useWalletConnectModal(); const { data: session, error, loading } = useSession(); if (loading) { @@ -19,8 +19,22 @@ export function Main() { return ; } + if (!address) { + return ( + + + Welcome to Lens + + + + Connect your wallet to begin. + + + ); + } + if (session.authenticated === false) { - return ; + return ; } if (session.type === SessionType.JustWallet) { @@ -29,7 +43,6 @@ export function Main() { Welcome {session.address}, you need a Profile to use this app. - ); } diff --git a/examples/react-native/src/MyProfile.tsx b/examples/react-native/src/components/MyProfile.tsx similarity index 95% rename from examples/react-native/src/MyProfile.tsx rename to examples/react-native/src/components/MyProfile.tsx index 033bd1123a..d588c48903 100644 --- a/examples/react-native/src/MyProfile.tsx +++ b/examples/react-native/src/components/MyProfile.tsx @@ -12,8 +12,6 @@ import { import { Profile } from '@lens-protocol/react-native'; import React from 'react'; -import { LogoutButton } from './LogoutButton'; - type ProfileAvatarProps = { profile: Profile; }; @@ -34,6 +32,7 @@ function ProfileAvatar({ profile }: ProfileAvatarProps) { source={{ uri, }} + alt="profile image" /> )} @@ -94,10 +93,6 @@ export function MyProfile({ profile }: MyProfileProps) { following - - - - ); } diff --git a/examples/react-native/src/components/WalletConnectModal.tsx b/examples/react-native/src/components/WalletConnectModal.tsx new file mode 100644 index 0000000000..014ac52794 --- /dev/null +++ b/examples/react-native/src/components/WalletConnectModal.tsx @@ -0,0 +1,52 @@ +import '@walletconnect/react-native-compat'; +import Clipboard from '@react-native-clipboard/clipboard'; +import { WalletConnectModal as Modal } from '@walletconnect/modal-react-native'; +import React from 'react'; +import Config from 'react-native-config'; + +import { getChainId } from '../utils/environment'; + +const projectId = Config.WALLET_CONNECT_PROJECT_ID || ''; // your WalletConnect Cloud Project ID + +const sessionParams = { + namespaces: { + eip155: { + methods: [ + 'eth_sendTransaction', + 'eth_signTransaction', + 'eth_sign', + 'personal_sign', + 'eth_signTypedData', + ], + chains: [`eip155:${getChainId()}`], + events: ['chainChanged', 'accountsChanged'], + rpcMap: {}, + }, + }, +}; + +const providerMetadata = { + name: 'NativeLens', + description: 'Lens React Native SDK Example using WalletConnect', + url: 'https://nativelens.com/', + icons: ['https://avatars.githubusercontent.com/u/37784886'], + redirect: { + native: 'nativelens://', + universal: 'nativelens.com', + }, +}; + +export function WalletConnectModal() { + const onCopy = (value: string) => { + Clipboard.setString(value); + }; + + return ( + + ); +} diff --git a/examples/react-native/src/utils/Deferred.ts b/examples/react-native/src/utils/Deferred.ts new file mode 100644 index 0000000000..94765a03ea --- /dev/null +++ b/examples/react-native/src/utils/Deferred.ts @@ -0,0 +1,15 @@ +/** + * Unwraps the promise to allow resolving/rejecting outside the Promise constructor + */ +export class Deferred { + readonly promise: Promise; + resolve!: (value: T) => void; + reject!: (reason?: unknown) => void; + + constructor() { + this.promise = new Promise((resolve, reject) => { + this.resolve = resolve; + this.reject = reject; + }); + } +} diff --git a/examples/react-native/src/utils/bindings.ts b/examples/react-native/src/utils/bindings.ts new file mode 100644 index 0000000000..6b819dd3d6 --- /dev/null +++ b/examples/react-native/src/utils/bindings.ts @@ -0,0 +1,28 @@ +import { JsonRpcProvider, JsonRpcSigner, Web3Provider } from '@ethersproject/providers'; +import { IBindings } from '@lens-protocol/react-native'; +import { IProvider } from '@walletconnect/modal-react-native'; + +export function bindings(providerPromise: Promise): IBindings { + return { + getProvider: async (): Promise => { + const provider = await providerPromise; + + if (!provider) { + throw new Error('Provider not defined'); + } + + return new Web3Provider(provider); + }, + getSigner: async (): Promise => { + const provider = await providerPromise; + + if (!provider) { + throw new Error('Provider not defined'); + } + + const ethersProvider = new Web3Provider(provider); + + return ethersProvider.getSigner(); + }, + }; +} diff --git a/examples/react-native/src/utils/environment.ts b/examples/react-native/src/utils/environment.ts new file mode 100644 index 0000000000..33da028817 --- /dev/null +++ b/examples/react-native/src/utils/environment.ts @@ -0,0 +1,26 @@ +import { EnvironmentConfig, development, production } from '@lens-protocol/react-native'; +import Config from 'react-native-config'; + +const environment = Config.ENVIRONMENT || 'development'; + +export function getChainId(): number { + switch (environment) { + case 'production': + return 137; // Polygon Mainnet + case 'development': + return 80002; // Polygon Testnet Amoy + default: + throw new Error(`Unknown environment ${environment}`); + } +} + +export function getLensEnvironment(): EnvironmentConfig { + switch (environment) { + case 'production': + return production; + case 'development': + return development; + default: + throw new Error(`Unknown environment ${environment}`); + } +} diff --git a/examples/react-native/src/wallet.ts b/examples/react-native/src/wallet.ts deleted file mode 100644 index 43ea1ca737..0000000000 --- a/examples/react-native/src/wallet.ts +++ /dev/null @@ -1,22 +0,0 @@ -// This is NOT PRODUCTION READY implementation of the EOA. -// It's a developer responsibility to provide a secure wallet implementation. -// The purpose of this example is to just showcase the `@lens-protocol/react-native` integration. - -import { IBindings } from '@lens-protocol/react-native'; -import { providers, Wallet } from 'ethers'; - -const provider = new providers.InfuraProvider('maticmum'); - -// This is the private key of the `test/wanna` profile -// It's a public private key so anyone can modify the profile -// For your own convenience change to the private key of a new wallet -const testWalletPrivateKey = '6c434da5e5c0e3a8e0db5cf835d23e04c7592037854f0700c26836be7581c68c'; - -export const wallet = new Wallet(testWalletPrivateKey, provider); - -export function bindings(): IBindings { - return { - getProvider: async () => provider, - getSigner: async () => wallet, - }; -} diff --git a/examples/web/src/App.tsx b/examples/web/src/App.tsx index d3c5afd7d4..8971172822 100644 --- a/examples/web/src/App.tsx +++ b/examples/web/src/App.tsx @@ -1,4 +1,5 @@ import { XMTPProvider } from '@xmtp/react-sdk'; +import { Suspense } from 'react'; import { Toaster } from 'react-hot-toast'; import { Outlet, Route, BrowserRouter as Router, Routes } from 'react-router-dom'; @@ -9,6 +10,7 @@ import { Providers } from './Providers'; import { GenericErrorBoundary } from './components/GenericErrorBoundary'; import { ErrorMessage } from './components/error/ErrorMessage'; import { Header } from './components/header/Header'; +import { Loading } from './components/loading/Loading'; import { DiscoveryPage, UseExploreProfiles, @@ -101,127 +103,135 @@ export function App() {
- - - } /> - } /> + }> + + + } /> + } /> - }> - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } - /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - + }> + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } + /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } + /> + } /> + - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + - - } /> - } /> - } /> - } /> - } /> - + + } /> + } /> + } /> + } /> + } /> + - - } /> - } /> - } /> - } - /> - + + } /> + } /> + } + /> + } + /> + - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } - /> - } /> - + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } + /> + } /> + - - - - } - > - } /> - } /> } - /> - } /> + path="/inbox" + element={ + + + + } + > + } /> + } /> + } + /> + } /> + - - Not found

} /> -
-
+ Not found

} /> +
+
+
diff --git a/examples/web/src/components/auth/WhenLoggedIn.tsx b/examples/web/src/components/auth/WhenLoggedIn.tsx index 584d60c196..2bd4897f57 100644 --- a/examples/web/src/components/auth/WhenLoggedIn.tsx +++ b/examples/web/src/components/auth/WhenLoggedIn.tsx @@ -7,9 +7,6 @@ import { } from '@lens-protocol/react-web'; import { ReactNode } from 'react'; -import { ErrorMessage } from '../error/ErrorMessage'; -import { Loading } from '../loading/Loading'; - export type RenderFunction = (session: T) => ReactNode; export type LoggedInChildren = ReactNode | RenderFunction; @@ -30,15 +27,7 @@ export function WhenLoggedIn< T extends SessionType.JustWallet | SessionType.WithProfile, S extends WalletOnlySession | ProfileSession, >(props: WhenLoggedInProps) { - const { data: session, loading, error } = useSession(); - - if (loading) { - return ; - } - - if (error) { - return ; - } + const { data: session } = useSession({ suspense: true }); if (session.type !== props.with) { return props.fallback ?? null; diff --git a/examples/web/src/discovery/UseExploreProfiles.tsx b/examples/web/src/discovery/UseExploreProfiles.tsx index 3cc60d42af..e51a4961f7 100644 --- a/examples/web/src/discovery/UseExploreProfiles.tsx +++ b/examples/web/src/discovery/UseExploreProfiles.tsx @@ -1,21 +1,16 @@ import { useExploreProfiles, ExploreProfilesOrderByType } from '@lens-protocol/react-web'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { ProfileCard } from '../profiles/components/ProfileCard'; export function UseExploreProfiles() { - const { data, error, loading, hasMore, observeRef } = useInfiniteScroll( + const { data, hasMore, observeRef } = useInfiniteScroll( useExploreProfiles({ orderBy: ExploreProfilesOrderByType.LatestCreated, + suspense: true, }), ); - if (loading) return ; - - if (error) return ; - if (data.length === 0) return

No items

; return ( diff --git a/examples/web/src/discovery/UseExplorePublications.tsx b/examples/web/src/discovery/UseExplorePublications.tsx index 0718a26452..d231649209 100644 --- a/examples/web/src/discovery/UseExplorePublications.tsx +++ b/examples/web/src/discovery/UseExplorePublications.tsx @@ -7,8 +7,6 @@ import { } from '@lens-protocol/react-web'; import { PublicationCard } from '../components/cards'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { formatAmount, formatFiatAmount } from '../utils/formatAmount'; @@ -45,20 +43,15 @@ function PublicationCollectPolicy({ publication }: { publication: ExplorePublica export function UseExplorePublications() { const { data: publications, - error, - loading, hasMore, observeRef, } = useInfiniteScroll( useExplorePublications({ orderBy: ExplorePublicationsOrderByType.Latest, + suspense: true, }), ); - if (loading) return ; - - if (error) return ; - return (

diff --git a/examples/web/src/discovery/UseFeed.tsx b/examples/web/src/discovery/UseFeed.tsx index 8157c10b3b..ed1c6cf6cf 100644 --- a/examples/web/src/discovery/UseFeed.tsx +++ b/examples/web/src/discovery/UseFeed.tsx @@ -1,31 +1,23 @@ -import { ProfileId, useFeed } from '@lens-protocol/react-web'; +import { useFeed } from '@lens-protocol/react-web'; import { RequireProfileSession } from '../components/auth'; import { PublicationCard } from '../components/cards'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; -function UseFeedInner({ profileId }: { profileId: ProfileId }) { - const { data, error, loading, hasMore, beforeCount, observeRef, prev } = useInfiniteScroll( +function Feed() { + const { data, hasMore, observeRef } = useInfiniteScroll( useFeed({ - where: { - for: profileId, - }, + suspense: true, }), ); return (
- {data?.length === 0 &&

No items

} - - {loading && } - - {error && } +

+ useFeed +

- + {data?.length === 0 &&

No items

} {data?.map((item, i) => ( @@ -38,14 +30,8 @@ function UseFeedInner({ profileId }: { profileId: ProfileId }) { export function UseFeed() { return ( -
-

- useFeed -

- - - {({ profile }) => } - -
+ + {() => } + ); } diff --git a/examples/web/src/discovery/UseRecommendedProfiles.tsx b/examples/web/src/discovery/UseRecommendedProfiles.tsx index 9840d3655d..ec7b9ffc49 100644 --- a/examples/web/src/discovery/UseRecommendedProfiles.tsx +++ b/examples/web/src/discovery/UseRecommendedProfiles.tsx @@ -5,21 +5,18 @@ import { } from '@lens-protocol/react-web'; import { RequireProfileSession } from '../components/auth'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { ProfileCard } from '../profiles/components/ProfileCard'; function UseRecommendedProfilesInner({ profileId }: { profileId: ProfileId }) { const { data: profiles, - error, - loading, hasMore, observeRef, } = useInfiniteScroll( useRecommendedProfiles({ for: profileId, + suspense: true, }), ); @@ -29,21 +26,20 @@ function UseRecommendedProfilesInner({ profileId }: { profileId: ProfileId }) { void dismiss({ profileIds: [id] }); }; - if (loading) return ; - - if (error) return ; - return (
- {profiles.map((p) => ( -
- +

+ useRecommendedProfiles +

+
+ {profiles.map((p) => ( + -
- ))} + ))} +
{hasMore &&

Loading more...

}
@@ -52,14 +48,8 @@ function UseRecommendedProfilesInner({ profileId }: { profileId: ProfileId }) { export function UseRecommendedProfiles() { return ( -
-

- useRecommendedProfiles & useDismissRecommendedProfiles -

- - - {({ profile }) => } - -
+ + {({ profile }) => } + ); } diff --git a/examples/web/src/discovery/UseSearchProfiles.tsx b/examples/web/src/discovery/UseSearchProfiles.tsx index 758d8bdfce..3f1fc38d3f 100644 --- a/examples/web/src/discovery/UseSearchProfiles.tsx +++ b/examples/web/src/discovery/UseSearchProfiles.tsx @@ -1,7 +1,6 @@ import { useSearchProfiles } from '@lens-protocol/react-web'; -import { ChangeEvent, useState } from 'react'; +import { ChangeEvent, Suspense, startTransition, useState } from 'react'; -import { ErrorMessage } from '../components/error/ErrorMessage'; import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { ProfileCard } from '../profiles/components/ProfileCard'; @@ -11,17 +10,14 @@ type SearchResultsProps = { }; function SearchResults({ query }: SearchResultsProps) { - const { data, error, loading, hasMore, observeRef } = useInfiniteScroll( - useSearchProfiles({ query }), + const { data, hasMore, observeRef } = useInfiniteScroll( + useSearchProfiles({ query, suspense: true }), ); - if (loading) return ; - - if (error) return ; - if (data.length === 0) { return

No profiles found

; } + return (
{data.map((profile) => ( @@ -37,7 +33,9 @@ export function UseSearchProfiles() { const [selectedQuery, setSelectedQuery] = useState(); const handleSubmit = () => { - setSelectedQuery(inputValue); + startTransition(() => { + setSelectedQuery(inputValue); + }); }; const handleChange = (e: ChangeEvent) => { @@ -53,7 +51,10 @@ export function UseSearchProfiles() {
- {selectedQuery && } + + }> + {selectedQuery && } +
); } diff --git a/examples/web/src/discovery/UseSearchPublications.tsx b/examples/web/src/discovery/UseSearchPublications.tsx index 5e522f40c7..c3e09e676e 100644 --- a/examples/web/src/discovery/UseSearchPublications.tsx +++ b/examples/web/src/discovery/UseSearchPublications.tsx @@ -1,8 +1,7 @@ import { LimitType, useSearchPublications } from '@lens-protocol/react-web'; -import { useState } from 'react'; +import { Suspense, startTransition, useState } from 'react'; import { PublicationCard } from '../components/cards'; -import { ErrorMessage } from '../components/error/ErrorMessage'; import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; @@ -11,17 +10,14 @@ type SearchResultsProps = { }; function SearchResults({ query }: SearchResultsProps) { - const { data, error, loading, hasMore, observeRef } = useInfiniteScroll( + const { data, hasMore, observeRef } = useInfiniteScroll( useSearchPublications({ query, limit: LimitType.Fifty, + suspense: true, }), ); - if (loading) return ; - - if (error) return ; - if (data.length === 0) { return

No publications found

; } @@ -48,7 +44,9 @@ export function UseSearchPublications() { const q = formData.get('query') as string | null; if (q) { - setQuery(q); + startTransition(() => { + setQuery(q); + }); } }; @@ -62,7 +60,7 @@ export function UseSearchPublications() {   - {query && } + }>{query && }

); } diff --git a/examples/web/src/hooks/useInfiniteScroll.ts b/examples/web/src/hooks/useInfiniteScroll.ts index a73fde8d01..a3bb77510a 100644 --- a/examples/web/src/hooks/useInfiniteScroll.ts +++ b/examples/web/src/hooks/useInfiniteScroll.ts @@ -1,8 +1,8 @@ -import { PaginatedReadResult } from '@lens-protocol/react-web'; -import { RefCallback } from 'react'; +import { SuspendablePaginatedResult } from '@lens-protocol/react-web'; +import { RefCallback, startTransition } from 'react'; import { useInView } from 'react-cool-inview'; -export function useInfiniteScroll = PaginatedReadResult>( +export function useInfiniteScroll>( queryResult: Q, ): Q & { observeRef: RefCallback } { const { observe: observeRef } = useInView({ @@ -10,7 +10,9 @@ export function useInfiniteScroll = Paginate rootMargin: '20% 0px', onEnter: async ({ unobserve, observe }) => { unobserve(); - await queryResult.next(); + startTransition(() => { + void queryResult.next(); + }); observe(); }, }); diff --git a/examples/web/src/profiles/UseProfile.tsx b/examples/web/src/profiles/UseProfile.tsx index b9826d3d80..8c94b763a1 100644 --- a/examples/web/src/profiles/UseProfile.tsx +++ b/examples/web/src/profiles/UseProfile.tsx @@ -4,7 +4,7 @@ import { Suspense, startTransition, useState } from 'react'; import { Loading } from '../components/loading/Loading'; import { ProfileCard } from './components/ProfileCard'; -export function UseProfileInner({ localName }: { localName: string }) { +function UseProfileInner({ localName }: { localName: string }) { const { data, error } = useProfile({ forHandle: `lens/${localName}`, suspense: true }); if (error) { diff --git a/examples/web/src/profiles/UseProfileFollowers.tsx b/examples/web/src/profiles/UseProfileFollowers.tsx index 14149e624b..aa8ba5ea25 100644 --- a/examples/web/src/profiles/UseProfileFollowers.tsx +++ b/examples/web/src/profiles/UseProfileFollowers.tsx @@ -1,27 +1,20 @@ import { profileId, useProfileFollowers } from '@lens-protocol/react-web'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { ProfileCard } from './components/ProfileCard'; export function UseProfileFollowers() { const { data: profiles, - error, - loading, hasMore, observeRef, } = useInfiniteScroll( useProfileFollowers({ - of: profileId('0x03'), + of: profileId('0x07'), + suspense: true, }), ); - if (loading) return ; - - if (error) return ; - return (

diff --git a/examples/web/src/profiles/UseProfileFollowing.tsx b/examples/web/src/profiles/UseProfileFollowing.tsx index 4666299230..de098346e0 100644 --- a/examples/web/src/profiles/UseProfileFollowing.tsx +++ b/examples/web/src/profiles/UseProfileFollowing.tsx @@ -1,27 +1,20 @@ import { profileId, useProfileFollowing } from '@lens-protocol/react-web'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { ProfileCard } from './components/ProfileCard'; export function UseProfileFollowing() { const { data: profiles, - error, - loading, hasMore, observeRef, } = useInfiniteScroll( useProfileFollowing({ - for: profileId('0x04'), + for: profileId('0x0109'), + suspense: true, }), ); - if (loading) return ; - - if (error) return ; - return (

diff --git a/examples/web/src/profiles/UseProfiles.tsx b/examples/web/src/profiles/UseProfiles.tsx index 96e08c440c..aba8bb924f 100644 --- a/examples/web/src/profiles/UseProfiles.tsx +++ b/examples/web/src/profiles/UseProfiles.tsx @@ -1,15 +1,11 @@ import { profileId, useProfiles } from '@lens-protocol/react-web'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; import { ProfileCard } from './components/ProfileCard'; export function UseProfiles() { const { data: profiles, - error, - loading, hasMore, observeRef, } = useInfiniteScroll( @@ -17,13 +13,10 @@ export function UseProfiles() { where: { profileIds: [profileId('0x01'), profileId('0x02'), profileId('0x03'), profileId('0x04')], }, + suspense: true, }), ); - if (loading) return ; - - if (error) return ; - return (

diff --git a/examples/web/src/publications/UsePublication.tsx b/examples/web/src/publications/UsePublication.tsx index fd61970ee2..91e22e4923 100644 --- a/examples/web/src/publications/UsePublication.tsx +++ b/examples/web/src/publications/UsePublication.tsx @@ -1,26 +1,42 @@ import { publicationId, usePublication } from '@lens-protocol/react-web'; +import { Suspense, startTransition, useState } from 'react'; import { PublicationCard } from '../components/cards'; -import { ErrorMessage } from '../components/error/ErrorMessage'; import { Loading } from '../components/loading/Loading'; -export function UsePublication() { - const { - data: publication, - error, - loading, - } = usePublication({ forId: publicationId('0x56-0x02') }); +function UsePublicationInner({ id }: { id: string }) { + const { data, error } = usePublication({ forId: publicationId(id), suspense: true }); + + if (error) { + return

Publication not found.

; + } - if (loading) return ; + return ; +} - if (error) return ; +export function UsePublication() { + const [id, setId] = useState('0x36-0x3f'); + + const update = (event: React.ChangeEvent) => + startTransition(() => { + if (event.target.value.length > 0) { + setId(event.target.value); + } + }); return (

usePublication

- + + + + }> + +
); } diff --git a/examples/web/src/publications/UsePublications.tsx b/examples/web/src/publications/UsePublications.tsx index 0484f4a05a..b2aabbba78 100644 --- a/examples/web/src/publications/UsePublications.tsx +++ b/examples/web/src/publications/UsePublications.tsx @@ -1,9 +1,7 @@ -import { PublicationType, profileId, usePublications } from '@lens-protocol/react-web'; -import { useState } from 'react'; +import { LimitType, PublicationType, profileId, usePublications } from '@lens-protocol/react-web'; +import { startTransition, useState } from 'react'; import { PublicationCard } from '../components/cards'; -import { ErrorMessage } from '../components/error/ErrorMessage'; -import { Loading } from '../components/loading/Loading'; import { useInfiniteScroll } from '../hooks/useInfiniteScroll'; const allPublicationType = [PublicationType.Comment, PublicationType.Post, PublicationType.Mirror]; @@ -13,24 +11,24 @@ export function UsePublications() { const { data: publications, - beforeCount, - error, - loading, hasMore, prev, observeRef, } = useInfiniteScroll( usePublications({ where: { - from: [profileId('0x06')], + from: [profileId('0x05')], publicationTypes: publicationType, }, + limit: LimitType.Ten, + suspense: true, }), ); - if (loading) return ; - - if (error) return ; + const refresh = () => + startTransition(() => { + void prev(); + }); return (
@@ -60,9 +58,7 @@ export function UsePublications() { ))} - + {publications.map((publication) => ( diff --git a/packages/api-bindings/CHANGELOG.md b/packages/api-bindings/CHANGELOG.md index c52ee72956..69bf851b1b 100644 --- a/packages/api-bindings/CHANGELOG.md +++ b/packages/api-bindings/CHANGELOG.md @@ -1,5 +1,11 @@ # @lens-protocol/api-bindings +## 0.12.2 + +### Patch Changes + +- 21f652d22: **fix:** custom origin header important for react native usecase + ## 0.12.1 ### Patch Changes diff --git a/packages/api-bindings/package.json b/packages/api-bindings/package.json index 587e14a2a3..1a7efad029 100644 --- a/packages/api-bindings/package.json +++ b/packages/api-bindings/package.json @@ -1,6 +1,6 @@ { "name": "@lens-protocol/api-bindings", - "version": "0.12.1", + "version": "0.12.2", "description": "Graphql fragments, react hooks, typescript types of lens API.", "repository": { "directory": "packages/api-bindings", diff --git a/packages/api-bindings/src/apollo/index.ts b/packages/api-bindings/src/apollo/index.ts index a27f8cfb98..d07838e426 100644 --- a/packages/api-bindings/src/apollo/index.ts +++ b/packages/api-bindings/src/apollo/index.ts @@ -7,26 +7,25 @@ import { createLensCache } from './cache/createLensCache'; import { AuthLinkArgs, IAccessTokenStorage, createAuthLink, createLensLink } from './links'; export type ApolloClientConfig = AuthLinkArgs & { - uri: string; + connectToDevTools?: boolean; logger: ILogger; pollingInterval: number; - connectToDevTools?: boolean; + uri: string; }; export function createLensApolloClient({ accessTokenStorage, - origin, uri, logger, pollingInterval, connectToDevTools, }: ApolloClientConfig) { - const authLink = createAuthLink({ accessTokenStorage, origin }); + const authLink = createAuthLink({ accessTokenStorage }); const httpLink = createLensLink({ - uri, logger, supportedVersion: LENS_API_MINIMAL_SUPPORTED_VERSION, + uri, }); return new SafeApolloClient({ @@ -39,14 +38,20 @@ export function createLensApolloClient({ } export type AuthApolloClientConfig = { - uri: string; logger: ILogger; + origin?: string; + uri: string; }; -export function createAuthApolloClient({ uri, logger }: AuthApolloClientConfig) { +export function createAuthApolloClient({ logger, origin, uri }: AuthApolloClientConfig) { return new SafeApolloClient({ cache: createLensCache(), - link: createLensLink({ uri, logger, supportedVersion: LENS_API_MINIMAL_SUPPORTED_VERSION }), + link: createLensLink({ + logger, + origin, + supportedVersion: LENS_API_MINIMAL_SUPPORTED_VERSION, + uri, + }), version: LENS_API_MINIMAL_SUPPORTED_VERSION, }); } diff --git a/packages/api-bindings/src/apollo/links/AuthLink.ts b/packages/api-bindings/src/apollo/links/AuthLink.ts index 257a42e9c4..3a6c478495 100644 --- a/packages/api-bindings/src/apollo/links/AuthLink.ts +++ b/packages/api-bindings/src/apollo/links/AuthLink.ts @@ -116,28 +116,22 @@ class RefreshTokensLink extends ApolloLink { export type AuthLinkArgs = { accessTokenStorage: IAccessTokenStorage; - origin?: string; }; -export function createAuthLink({ accessTokenStorage, origin }: AuthLinkArgs) { +export function createAuthLink({ accessTokenStorage }: AuthLinkArgs) { const tokenRefreshLink = new RefreshTokensLink(accessTokenStorage); const authHeaderLink = setContext((_, prevContext) => { const token = accessTokenStorage.getAccessToken(); - if (token) { - return { - ...prevContext, - // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment - headers: { - ...('headers' in prevContext && prevContext.headers), - Authorization: `Bearer ${token}`, - ...(origin && { Origin: origin }), - }, - }; - } - - return prevContext; + return { + ...prevContext, + // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment + headers: { + ...('headers' in prevContext && prevContext.headers), + ...(token && { Authorization: `Bearer ${token}` }), + }, + }; }); return from([tokenRefreshLink, authHeaderLink]); diff --git a/packages/api-bindings/src/apollo/links/LensLink.ts b/packages/api-bindings/src/apollo/links/LensLink.ts index ffa5cc42dc..3e410ef50e 100644 --- a/packages/api-bindings/src/apollo/links/LensLink.ts +++ b/packages/api-bindings/src/apollo/links/LensLink.ts @@ -51,6 +51,7 @@ function wrapFetch(logger: ILogger, supportedVersion: SemVer, fetch: Fetch): Fet export type LensLinkArgs = { fetch?: Fetch; logger: ILogger; + origin?: string; supportedVersion: SemVer; uri: string; }; @@ -58,6 +59,7 @@ export type LensLinkArgs = { export function createLensLink({ fetch: preferredFetch, logger, + origin, supportedVersion, uri, }: LensLinkArgs) { @@ -66,7 +68,9 @@ export function createLensLink({ return new HttpLink({ uri, - fetch: wrapFetch(logger, supportedVersion, currentFetch), + headers: { + ...(origin && { origin: origin }), + }, }); } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 3b634494b5..070bb5c477 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @lens-protocol/client +## 2.3.0 + +### Minor Changes + +- 7e4d60348: **feat:** adds `client.authentication.getRefreshToken()` method. + ## 2.2.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 7d6dcfb422..4ac174fdb2 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@lens-protocol/client", - "version": "2.2.0", + "version": "2.3.0", "description": "Low level Lens API client", "repository": { "directory": "packages/client", diff --git a/packages/client/src/authentication/Authentication.ts b/packages/client/src/authentication/Authentication.ts index 5595cc563d..aac8763820 100644 --- a/packages/client/src/authentication/Authentication.ts +++ b/packages/client/src/authentication/Authentication.ts @@ -112,6 +112,31 @@ export class Authentication implements IAuthentication { return failure(new CredentialsExpiredError()); } + async getRefreshToken(): PromiseResult { + const credentials = await this.credentials.get(); + + if (!credentials) { + return failure(new NotAuthenticatedError()); + } + + if (!credentials.shouldRefresh()) { + return success(credentials.refreshToken); + } + + if (credentials.canRefresh()) { + const newCredentials = await this.api.refresh(credentials.refreshToken); + await this.credentials.set(newCredentials); + + if (!newCredentials.refreshToken) { + return failure(new CredentialsExpiredError()); + } + + return success(newCredentials.refreshToken); + } + + return failure(new CredentialsExpiredError()); + } + async getIdentityToken(): PromiseResult { const credentials = await this.credentials.get(); diff --git a/packages/client/src/authentication/IAuthentication.ts b/packages/client/src/authentication/IAuthentication.ts index c171d18b6b..85767cc64f 100644 --- a/packages/client/src/authentication/IAuthentication.ts +++ b/packages/client/src/authentication/IAuthentication.ts @@ -81,14 +81,21 @@ export interface IAuthentication { isAuthenticated(): Promise; /** - * Get the access token. If it expired, try to refresh it. + * Get the access token. * * @returns A Result with the access token or possible error scenarios */ getAccessToken(): PromiseResult; /** - * Get the identity token. If it expired, try to refresh it. + * Get the refresh token. + * + * @returns A Result with the refresh token or possible error scenarios + */ + getRefreshToken(): PromiseResult; + + /** + * Get the identity token. * * @returns A Result with the identity token or possible error scenarios */ diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index ab98f703f5..a5dfd5125f 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,37 @@ # @lens-protocol/react-native +## 2.3.0 + +### Minor Changes + +- d8b19df55: **feat:** adds React Suspense support to `usePublications` hook +- 53071caf2: **feat:** adds React Suspense support to `useSearchProfiles` hook +- 032c71c3d: **feat:** add React Suspense support to `useProfileFollowers` and `useProfileFollowing` hooks +- 3ffa19856: **feat:** add React Suspense support to `useProfiles` hook +- 980e3271c: **feat:** add React Suspense support to `useSearchPublications` hook +- 697eca13a: **feat:** add React Suspense support to `useExplorePublications`, `useExploreProfiles`, `useRecommendedProfiles` hooks +- b1cb9e78c: **feat:** experimental React Suspense support in `usePublication` hook + +### Patch Changes + +- 21f652d22: **fix:** custom origin header important for react native usecase +- 1f34162dc: **fix:** refresh profile following after a follow or unfollow +- 46a648de2: **feat:** add React Suspense support to `useFeed` hook +- fcd04e356: **fixes:** typedoc for some hooks +- Updated dependencies [21f652d22] +- Updated dependencies [d8b19df55] +- Updated dependencies [53071caf2] +- Updated dependencies [032c71c3d] +- Updated dependencies [3ffa19856] +- Updated dependencies [1f34162dc] +- Updated dependencies [980e3271c] +- Updated dependencies [697eca13a] +- Updated dependencies [b1cb9e78c] +- Updated dependencies [46a648de2] +- Updated dependencies [fcd04e356] + - @lens-protocol/api-bindings@0.12.2 + - @lens-protocol/react@2.3.0 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 4a7338fa1c..c46ae8b121 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@lens-protocol/react-native", - "version": "2.2.0", + "version": "2.3.0", "description": "Lens Protocol SDK for React Native", "main": "dist/lens-protocol-react-native.cjs.js", "module": "dist/lens-protocol-react-native.esm.js", diff --git a/packages/react-web/CHANGELOG.md b/packages/react-web/CHANGELOG.md index d00f184987..4f9753aaf6 100644 --- a/packages/react-web/CHANGELOG.md +++ b/packages/react-web/CHANGELOG.md @@ -1,5 +1,36 @@ # @lens-protocol/react-web +## 2.3.0 + +### Minor Changes + +- d8b19df55: **feat:** adds React Suspense support to `usePublications` hook +- 53071caf2: **feat:** adds React Suspense support to `useSearchProfiles` hook +- 032c71c3d: **feat:** add React Suspense support to `useProfileFollowers` and `useProfileFollowing` hooks +- 3ffa19856: **feat:** add React Suspense support to `useProfiles` hook +- 980e3271c: **feat:** add React Suspense support to `useSearchPublications` hook +- 697eca13a: **feat:** add React Suspense support to `useExplorePublications`, `useExploreProfiles`, `useRecommendedProfiles` hooks +- b1cb9e78c: **feat:** experimental React Suspense support in `usePublication` hook + +### Patch Changes + +- 21f652d22: **fix:** custom origin header important for react native usecase +- 1f34162dc: **fix:** refresh profile following after a follow or unfollow +- 46a648de2: **feat:** add React Suspense support to `useFeed` hook +- fcd04e356: **fixes:** typedoc for some hooks +- Updated dependencies [21f652d22] +- Updated dependencies [d8b19df55] +- Updated dependencies [53071caf2] +- Updated dependencies [032c71c3d] +- Updated dependencies [3ffa19856] +- Updated dependencies [1f34162dc] +- Updated dependencies [980e3271c] +- Updated dependencies [697eca13a] +- Updated dependencies [b1cb9e78c] +- Updated dependencies [46a648de2] +- Updated dependencies [fcd04e356] + - @lens-protocol/react@2.3.0 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-web/package.json b/packages/react-web/package.json index 667638b6f3..1382a57fad 100644 --- a/packages/react-web/package.json +++ b/packages/react-web/package.json @@ -1,6 +1,6 @@ { "name": "@lens-protocol/react-web", - "version": "2.2.0", + "version": "2.3.0", "description": "Lens Protocol SDK for React web applications", "main": "dist/lens-protocol-react-web.cjs.js", "module": "dist/lens-protocol-react-web.esm.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c6fca5a750..7129796c41 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,26 @@ # @lens-protocol/react +## 2.3.0 + +### Minor Changes + +- d8b19df55: **feat:** adds React Suspense support to `usePublications` hook +- 53071caf2: **feat:** adds React Suspense support to `useSearchProfiles` hook +- 032c71c3d: **feat:** add React Suspense support to `useProfileFollowers` and `useProfileFollowing` hooks +- 3ffa19856: **feat:** add React Suspense support to `useProfiles` hook +- 980e3271c: **feat:** add React Suspense support to `useSearchPublications` hook +- 697eca13a: **feat:** add React Suspense support to `useExplorePublications`, `useExploreProfiles`, `useRecommendedProfiles` hooks +- b1cb9e78c: **feat:** experimental React Suspense support in `usePublication` hook + +### Patch Changes + +- 21f652d22: **fix:** custom origin header important for react native usecase +- 1f34162dc: **fix:** refresh profile following after a follow or unfollow +- 46a648de2: **feat:** add React Suspense support to `useFeed` hook +- fcd04e356: **fixes:** typedoc for some hooks +- Updated dependencies [21f652d22] + - @lens-protocol/api-bindings@0.12.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index c1286dbe8e..102a8ea930 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lens-protocol/react", - "version": "2.2.0", + "version": "2.3.0", "description": "Interacting with the Lens Protocol API using React.", "main": "dist/lens-protocol-react.cjs.js", "module": "dist/lens-protocol-react.esm.js", diff --git a/packages/react/src/authentication/useSession.ts b/packages/react/src/authentication/useSession.ts index 379fc3854b..7f9289a1c5 100644 --- a/packages/react/src/authentication/useSession.ts +++ b/packages/react/src/authentication/useSession.ts @@ -12,22 +12,13 @@ import { SessionType, } from '@lens-protocol/domain/use-cases/authentication'; import { EvmAddress, invariant, never } from '@lens-protocol/shared-kernel'; -import { useEffect, useRef } from 'react'; +import { useEffect } from 'react'; import { useLensApolloClient } from '../helpers/arguments'; -import { ReadResult, SuspenseEnabled, SuspenseResult } from '../helpers/reads'; +import { ReadResult } from '../helpers/reads'; +import { SuspenseEnabled, SuspenseResult } from '../helpers/suspense'; import { useLazyFragmentVariables } from '../helpers/variables'; -export function usePreviousValue(value: T) { - const ref = useRef(); - - useEffect(() => { - ref.current = value; - }, [value]); - - return ref.current; -} - export { LogoutReason, SessionType }; /** @@ -98,24 +89,17 @@ export type Session = AnonymousSession | ProfileSession | WalletOnlySession; /** * {@link useSession} hook arguments */ -export type UseSessionArgs = SuspenseEnabled; +export type UseSessionArgs = SuspenseEnabled; /** - * `useSession` is a hook that lets you access the current {@link Session} - * - * @example - * ```ts - * const { data, error, loading } = useSession(); - * ``` - * - * ## Basic Usage + * Returns current {@link Session} data. * * Use this hook to determine if the user is authenticated or not. * ```tsx * function Page() { * const { data, error, loading } = useSession(); * - * if (loading) return

Loading...

; + * if (loading) return ; * * if (error) return

Something went wrong.

; * @@ -138,9 +122,15 @@ export type UseSessionArgs = SuspenseEnabled; + +/** + * Returns current {@link Session} data. * - * You can enable suspense mode to suspend the component until the session data is available. + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). * * ```tsx * function Page() { @@ -170,11 +160,11 @@ export type UseSessionArgs = SuspenseEnabled): SuspenseResult; -export function useSession(args?: UseSessionArgs): ReadResult; -export function useSession( - args?: UseSessionArgs, -): ReadResult | SuspenseResult { +export function useSession(): ReadResult; + +export function useSession(args?: { + suspense: boolean; +}): ReadResult | SuspenseResult { const sessionData = useSessionDataVar(); const [primeCacheWithProfile, data] = useProfileFromCache(sessionData); diff --git a/packages/react/src/discovery/useExploreProfiles.ts b/packages/react/src/discovery/useExploreProfiles.ts index 1c204b0a14..f025a463d2 100644 --- a/packages/react/src/discovery/useExploreProfiles.ts +++ b/packages/react/src/discovery/useExploreProfiles.ts @@ -1,61 +1,101 @@ import { + ExploreProfilesDocument, ExploreProfilesOrderByType, ExploreProfilesRequest, + ExploreProfilesWhere, Profile, - useExploreProfiles as useBaseExploreProfilesQuery, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; +/** + * {@link useExploreProfiles} hook arguments + */ export type UseExploreProfilesArgs = PaginatedArgs; +export type { ExploreProfilesRequest, ExploreProfilesWhere }; + /** - * `useExploreProfiles` is a paginated hook that lets you discover new profiles based on a defined criteria - * - * @category Discovery - * @group Hooks - * @param args - {@link UseExploreProfilesArgs} + * {@link useExploreProfiles} hook arguments with Suspense support + */ +export type UseSuspenseExploreProfilesArgs = SuspenseEnabled; + +/** + * Discover new profiles based on a defined criteria. * - * @example - * Explore the latest created profiles * ```tsx - * import { useExploreProfiles, ExploreProfilesOrderByType } from '@lens-protocol/react'; + * const { data, error, loading } = useExploreProfiles({ + * orderBy: ExploreProfilesOrderByType.LatestCreated, + * }); + * + * if (loading) return ; + * + * if (error) return ; * - * function ExploreProfiles() { - * const { data, error, loading } = useExploreProfiles({ - * orderBy: ExploreProfilesOrderByType.LatestCreated, - * }); + * return ( + * <> + * {data.map((profile) => ( + * + * ))} + * + * ); + * ``` + * + * @category Discovery + * @group Hooks + */ +export function useExploreProfiles(args?: UseExploreProfilesArgs): PaginatedReadResult; + +/** + * Discover new profiles based on a defined criteria. * - * if (loading) return

Loading...

; + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). * - * if (error) return

Error: {error.message}

; + * ```ts + * const { data } = useExploreProfiles({ + * orderBy: ExploreProfilesOrderByType.LatestCreated, + * suspense: true, + * ); * - * return ( - *
    - * {data.map((profile) => ( - *
  • {profile.handle}
  • - * ))} - *
- * ); - * } + * console.log(data); * ``` + * + * @experimental This API can change without notice + * @category Discovery + * @group Hooks */ export function useExploreProfiles( - { where, limit, orderBy = ExploreProfilesOrderByType.LatestCreated }: UseExploreProfilesArgs = { + args: UseSuspenseExploreProfilesArgs, +): SuspensePaginatedResult; + +export function useExploreProfiles( + { + where, + limit, + orderBy = ExploreProfilesOrderByType.LatestCreated, + suspense = false, + }: UseExploreProfilesArgs & { suspense?: boolean } = { orderBy: ExploreProfilesOrderByType.LatestCreated, + suspense: false, }, -): PaginatedReadResult { - return usePaginatedReadResult( - useBaseExploreProfilesQuery( - useLensApolloClient({ - variables: useFragmentVariables({ - limit, - where, - orderBy, - }), +): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: ExploreProfilesDocument, + options: useLensApolloClient({ + variables: useFragmentVariables({ + limit, + where, + orderBy, }), - ), - ); + }), + }); } diff --git a/packages/react/src/discovery/useExplorePublications.ts b/packages/react/src/discovery/useExplorePublications.ts index 3a4597443a..b5fc90e419 100644 --- a/packages/react/src/discovery/useExplorePublications.ts +++ b/packages/react/src/discovery/useExplorePublications.ts @@ -1,66 +1,109 @@ import { + ExplorePublication, ExplorePublicationRequest, + ExplorePublicationsDocument, ExplorePublicationsOrderByType, - useExplorePublications as useUnderlyingQuery, - ExplorePublication, + ExplorePublicationsWhere, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; +/** + * {@link useExplorePublications} hook arguments + */ export type UseExplorePublicationsArgs = PaginatedArgs; +export type { ExplorePublicationRequest, ExplorePublicationsWhere }; + /** - * `useExplorePublications` is a paginated hook that lets you discover new publications base on a defined criteria + * {@link useExplorePublications} hook arguments with Suspense support * - * @category Discovery - * @group Hooks - * @param args - {@link UseExplorePublicationsArgs} + * @experimental This API can change without notice + */ +export type UseSuspenseExplorePublicationsArgs = SuspenseEnabled; + +/** + * Discover new publications base on a defined criteria. * - * @example - * Explore publications of type post with the most comments * ```tsx - * import { useExplorePublications, ExplorePublicationsOrderByType, ExplorePublicationType } from '@lens-protocol/react'; + * const { data, error, loading } = useExplorePublications( + * where: { + * publicationTypes: [ExplorePublicationType.Post], + * }, + * orderBy: ExplorePublicationsOrderByType.TopCommented, + * ); + * + * if (loading) return ; + * + * if (error) return ; * - * function ExplorePublications() { - * const { data, error, loading } = useExplorePublications( - * where: { - * publicationTypes: [ExplorePublicationType.Post], - * }, - * orderBy: ExplorePublicationsOrderByType.TopCommented, + * return ( + * <> + * {data.map((publication) => ( + * + * ))} + * * ); + * ``` + * + * @category Discovery + * @group Hooks + */ +export function useExplorePublications( + args?: UseExplorePublicationsArgs, +): PaginatedReadResult; + +/** + * Discover new publications base on a defined criteria. * - * if (loading) return

Loading...

; + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). * - * if (error) return

Error: {error.message}

; + * ```ts + * const { data } = useExplorePublications( + * where: { + * publicationTypes: [ExplorePublicationType.Post], + * }, + * orderBy: ExplorePublicationsOrderByType.TopCommented, + * suspense: true, + * ); * - * return ( - *
    - * {data.map((publication) => ( - *
  • - * // render publication details - *
  • - * ))} - *
- * ); - * } + * console.log(data); * ``` + * + * @experimental This API can change without notice + * @category Discovery + * @group Hooks */ export function useExplorePublications( - { where, orderBy = ExplorePublicationsOrderByType.Latest }: UseExplorePublicationsArgs = { + args: UseSuspenseExplorePublicationsArgs, +): SuspensePaginatedResult; + +export function useExplorePublications( + { + orderBy = ExplorePublicationsOrderByType.Latest, + where, + suspense = false, + }: UseExplorePublicationsArgs & { suspense?: boolean } = { orderBy: ExplorePublicationsOrderByType.Latest, }, -): PaginatedReadResult { - return usePaginatedReadResult( - useUnderlyingQuery( - useLensApolloClient({ - variables: useFragmentVariables({ - where, - orderBy, - statsFor: where?.metadata?.publishedOn, - }), +): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: ExplorePublicationsDocument, + options: useLensApolloClient({ + variables: useFragmentVariables({ + where, + orderBy, + statsFor: where?.metadata?.publishedOn, }), - ), - ); + }), + }); } diff --git a/packages/react/src/discovery/useFeed.ts b/packages/react/src/discovery/useFeed.ts index 0242833469..a658e075e0 100644 --- a/packages/react/src/discovery/useFeed.ts +++ b/packages/react/src/discovery/useFeed.ts @@ -1,60 +1,113 @@ -import { FeedItem, FeedRequest, useFeed as useBaseFeedQuery } from '@lens-protocol/api-bindings'; +import { FeedDocument, FeedItem, FeedRequest, FeedWhere } from '@lens-protocol/api-bindings'; -import { SessionType, useSession } from '../authentication'; +import { SessionType, UseSessionArgs, useSession } from '../authentication'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; +/** + * {@link useFeed} hook arguments + */ export type UseFeedArgs = PaginatedArgs; +export type { FeedRequest, FeedWhere }; + +/** + * {@link useFeed} hook arguments with Suspense support + * + * @experimental This API can change without notice + */ +export type UseSuspenseFeedArgs = SuspenseEnabled; + /** * Fetch a the feed of a given profile and filters. * * You MUST be authenticated via {@link useLogin} to use this hook. * + * @example + * ```tsx + * const { data, loading, error } = useFeed({ + * where: { + * for: '0x01`, // profileId + * }, + * }); + * + * if (loading) return
Loading...
; + * + * if (error) return
Error: {error.message}
; + * + * return ( + *
    + * {data.map((item, idx) => ( + *
  • + * // render item details + *
  • + * ))} + *
+ * ); + * ``` + * * @category Discovery * @group Hooks * @param args - {@link UseFeedArgs} + */ +export function useFeed({ where }: UseFeedArgs): PaginatedReadResult; + +/** + * Fetch a the feed of a given profile and filters. + * + * You MUST be authenticated via {@link useLogin} to use this hook. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). * * @example * ```tsx - * import { useFeed, ProfileId } from '@lens-protocol/react'; - * - * function Feed({ profileId }: { profileId: ProfileId }) { - * const { data, loading, error } = useFeed({ - * where: { - * for: profileId, - * }, - * }); - * - * if (loading) return
Loading...
; - * - * if (error) return
Error: {error.message}
; - * - * return ( - *
    - * {data.map((item, idx) => ( - *
  • - * // render item details - *
  • - * ))} - *
- * ); - * } + * const { data, loading, error } = useFeed({ + * where: { + * for: '0x01`, // profileId + * }, + * suspense: true, + * }); + * + * return ( + *
    + * {data.map((item, idx) => ( + *
  • + * // render item details + *
  • + * ))} + *
+ * ); * ``` + * + * @experimental This API can change without notice + * @category Discovery + * @group Hooks + * @param args - {@link UseSuspenseFeedArgs} */ -export function useFeed({ where }: UseFeedArgs): PaginatedReadResult { - const { data: session } = useSession(); - - return usePaginatedReadResult( - useBaseFeedQuery( - useLensApolloClient({ - variables: useFragmentVariables({ - where, - statsFor: where?.metadata?.publishedOn, - }), - skip: session?.type !== SessionType.WithProfile, +export function useFeed({ where }: UseSuspenseFeedArgs): SuspensePaginatedResult; + +export function useFeed({ + suspense = false, + where, +}: UseFeedArgs & { suspense?: boolean }): SuspendablePaginatedResult { + const { data: session } = useSession({ suspense } as UseSessionArgs); + + return useSuspendablePaginatedQuery({ + suspense, + query: FeedDocument, + options: useLensApolloClient({ + variables: useFragmentVariables({ + where, + statsFor: where?.metadata?.publishedOn, }), - ), - ); + skip: session.type !== SessionType.WithProfile, + }), + }); } diff --git a/packages/react/src/discovery/useRecommendedProfiles.ts b/packages/react/src/discovery/useRecommendedProfiles.ts index 5e112d1bd9..d8497a8c41 100644 --- a/packages/react/src/discovery/useRecommendedProfiles.ts +++ b/packages/react/src/discovery/useRecommendedProfiles.ts @@ -1,11 +1,17 @@ import { Profile, + ProfileRecommendationsDocument, ProfileRecommendationsRequest, - useProfileRecommendations as useProfileRecommendationsHook, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; /** @@ -13,27 +19,60 @@ import { useFragmentVariables } from '../helpers/variables'; */ export type UseRecommendedProfilesArgs = PaginatedArgs; +export type { ProfileRecommendationsRequest }; + /** - * `useRecommendedProfiles` is a paginated hook that lets you fetch recommended profiles. - * - * @category Discovery - * @group Hooks + * {@link useRecommendedProfiles} hook arguments with Suspense support + */ +export type UseSuspenseRecommendedProfilesArgs = SuspenseEnabled; + +/** + * Provides profile recommendations based on user's social engagement and machine learning predictions. * - * @example * ```tsx * const { data, loading, error } = useRecommendedProfiles({ * for: '0x123', * }); * ``` + * + * @category Discovery + * @group Hooks */ export function useRecommendedProfiles( args: UseRecommendedProfilesArgs, -): PaginatedReadResult { - return usePaginatedReadResult( - useProfileRecommendationsHook( - useLensApolloClient({ - variables: useFragmentVariables(args), - }), - ), - ); +): PaginatedReadResult; + +/** + * Provides profile recommendations based on user's social engagement and machine learning predictions. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```ts + * const { data } = useRecommendedProfiles({ + * for: '0x123', + * suspense: true + * }); + * + * console.log(data); + * ``` + * + * @experimental This API can change without notice + * @category Discovery + * @group Hooks + */ +export function useRecommendedProfiles( + args: UseSuspenseRecommendedProfilesArgs, +): SuspensePaginatedResult; + +export function useRecommendedProfiles({ + suspense = false, + ...args +}: UseRecommendedProfilesArgs & { suspense?: boolean }): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: ProfileRecommendationsDocument, + options: useLensApolloClient({ + variables: useFragmentVariables(args), + }), + }); } diff --git a/packages/react/src/discovery/useSearchProfiles.ts b/packages/react/src/discovery/useSearchProfiles.ts index ed720bd663..2e7d786da7 100644 --- a/packages/react/src/discovery/useSearchProfiles.ts +++ b/packages/react/src/discovery/useSearchProfiles.ts @@ -1,29 +1,44 @@ import { Profile, ProfileSearchRequest, - useSearchProfiles as useBaseSearchProfiles, + ProfileSearchWhere, + SearchProfilesDocument, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; +/** + * {@link useSearchProfiles} hook arguments + */ export type UseSearchProfilesArgs = PaginatedArgs; +export type { ProfileSearchRequest, ProfileSearchWhere }; + /** - * `useSearchProfiles` is a paginated hook that lets you search for profiles based on a defined criteria + * {@link useSearchProfiles} hook arguments with Suspense support * - * @category Discovery - * @group Hooks + * @experimental This API can change without notice + */ +export type UseSuspenseSearchProfilesArgs = SuspenseEnabled; + +/** + * `useSearchProfiles` is a paginated hook that lets you search for profiles based on a defined criteria * - * @example * ```tsx * function SearchProfiles() { * const { data, error, loading } = useSearchProfiles({ query: 'foo' }); * - * if (loading) return

Loading...

; + * if (loading) return ; * - * if (error) return

Error: {error.message}

; + * if (error) return ; * * return ( *
    @@ -34,13 +49,60 @@ export type UseSearchProfilesArgs = PaginatedArgs; * ); * } * ``` + * + * @category Discovery + * @group Hooks */ -export function useSearchProfiles(args: UseSearchProfilesArgs): PaginatedReadResult { - return usePaginatedReadResult( - useBaseSearchProfiles( - useLensApolloClient({ - variables: useFragmentVariables(args), - }), - ), - ); +export function useSearchProfiles(args: UseSearchProfilesArgs): PaginatedReadResult; + +/** + * `useSearchProfiles` is a paginated hook that lets you search for profiles based on a defined criteria + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```tsx + * const { data } = useSearchProfiles({ + * query: 'foo', + * suspense: true, + * }); + * + * console.log(data); + * ``` + * + * Use [startTransition](https://react.dev/reference/react/startTransition) to avoid to re-suspend the component. + * + * ```tsx + * const [query, setQuery] = useState('bob'); + * + * const { data } = useSearchProfiles({ + * query, + * suspense: true, + * }); + * + * const search = () => { + * startTransition(() => { + * setQuery('foo'); + * }); + * }; + * ``` + * + * @experimental This API can change without notice + * @category Discovery + * @group Hooks + */ +export function useSearchProfiles( + args: UseSuspenseSearchProfilesArgs, +): SuspensePaginatedResult; + +export function useSearchProfiles({ + suspense = false, + ...args +}: UseSearchProfilesArgs & { suspense?: boolean }): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: SearchProfilesDocument, + options: useLensApolloClient({ + variables: useFragmentVariables(args), + }), + }); } diff --git a/packages/react/src/discovery/useSearchPublications.ts b/packages/react/src/discovery/useSearchPublications.ts index 39b1d7ef0d..b2825f61cf 100644 --- a/packages/react/src/discovery/useSearchPublications.ts +++ b/packages/react/src/discovery/useSearchPublications.ts @@ -1,93 +1,143 @@ import { PrimaryPublication, PublicationSearchRequest, - useSearchPublications as useBaseSearchPublications, + PublicationSearchWhere, + SearchPublicationsDocument, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; +/** + * {@link useSearchPublications} hook arguments + */ export type UseSearchPublicationsArgs = PaginatedArgs; +export type { PublicationSearchRequest, PublicationSearchWhere }; + /** - * Search for publications based on a defined criteria + * {@link useSearchPublications} hook arguments with Suspense support * - * @category Discovery - * @group Hooks - * @param args - {@link UseSearchPublicationsArgs} + * @experimental This API can change without notice + */ +export type UseSuspenseSearchPublicationsArgs = SuspenseEnabled; + +/** + * Search for publications based on a defined criteria. * - * @example * Search for publications with content that contains "foo" * ```tsx - * import { useSearchPublications } from '@lens-protocol/react'; + * const { data, error, loading } = useSearchPublications({ query: 'foo' }); * - * function SearchPublication() { - * const { data, error, loading } = useSearchPublications({ query: 'foo' }); + * if (loading) return ; * - * if (loading) return

    Loading...

    ; + * if (error) return ; * - * if (error) return

    Error: {error.message}

    ; - * - * return ( - *
      - * {data.map((publication) => ( - *
    • - * // render publication details - *
    • - * ))} - *
    - * ); - * } + * return ( + * <> + * {data.map((publication) => ( + * + * ))} + * + * ); * ``` * - * @example * Search for audio post publications with content that matches a query * ```tsx - * import { useSearchPublications } from '@lens-protocol/react'; - * - * function SearchPublication() { - * const { data, error, loading } = useSearchPublications({ - * query, - * where: { - * publicationTypes: [SearchPublicationType.Post], - * metadata: { - * mainContentFocus: [PublicationMetadataMainFocusType.Audio], - * }, - * }, - * }); - * - * if (loading) return

    Loading...

    ; - * - * if (error) return

    Error: {error.message}

    ; - * - * return ( - *
      - * {data.map((publication) => ( - *
    • - * // render publication details - *
    • - * ))} - *
    - * ); - * } + * const { data, error, loading } = useSearchPublications({ + * query: '...', + * where: { + * publicationTypes: [SearchPublicationType.Post], + * metadata: { + * mainContentFocus: [PublicationMetadataMainFocusType.Audio], + * }, + * }, + * }); + * + * if (loading) return ; + * + * if (error) return ; + * + * return ( + * <> + * {data.map((publication) => ( + * + * ))} + * + * ); + * ``` + * + * @category Discovery + * @group Hooks + */ +export function useSearchPublications( + args: UseSearchPublicationsArgs, +): PaginatedReadResult; + +/** + * Search for publications based on a defined criteria. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```tsx + * const { data } = useSearchPublications({ + * query: 'foo', + * suspense: true, + * }); + * + * console.log(data); + * ``` + * + * Use [startTransition](https://react.dev/reference/react/startTransition) to avoid to re-suspend the component. + * + * ```tsx + * const [query, setQuery] = useState('foo'); + * + * const { data } = useSearchPublications({ + * query, + * suspense: true, + * }); + * + * const search = () => { + * startTransition(() => { + * setQuery('bar'); + * }); + * }; * ``` + * + * @experimental This API can change without notice + * @category Discovery + * @group Hooks */ +export function useSearchPublications( + args: UseSuspenseSearchPublicationsArgs, +): SuspensePaginatedResult; + export function useSearchPublications({ - query, limit, + query, + suspense = false, where, -}: UseSearchPublicationsArgs): PaginatedReadResult { - return usePaginatedReadResult( - useBaseSearchPublications( - useLensApolloClient({ - variables: useFragmentVariables({ - query, - limit, - where, - statsFor: where?.metadata?.publishedOn, - }), +}: UseSearchPublicationsArgs & { suspense?: boolean }): SuspendablePaginatedResult< + PrimaryPublication[] +> { + return useSuspendablePaginatedQuery({ + suspense, + query: SearchPublicationsDocument, + options: useLensApolloClient({ + variables: useFragmentVariables({ + query, + limit, + where, + statsFor: where?.metadata?.publishedOn, }), - ), - ); + }), + }); } diff --git a/packages/react/src/experimental/credentials.ts b/packages/react/src/experimental/credentials.ts index b9acfae6ba..233c20cc5f 100644 --- a/packages/react/src/experimental/credentials.ts +++ b/packages/react/src/experimental/credentials.ts @@ -45,6 +45,9 @@ function useCredentials() { * * @experimental This API is VERY experimental and might change in the future. * @defaultValue `null` if not authenticated. + * + * @category Misc + * @group Hooks */ export function useAccessToken() { const credentials = useCredentials(); @@ -57,6 +60,9 @@ export function useAccessToken() { * * @experimental This API is VERY experimental and might change in the future. * @defaultValue `null` if not authenticated. + * + * @category Misc + * @group Hooks */ export function useIdentityToken() { const credentials = useCredentials(); @@ -69,6 +75,9 @@ export function useIdentityToken() { * * @experimental This API is VERY experimental and might change in the future. * @defaultValue `null` if not authenticated. + * + * @category Misc + * @group Hooks */ export function useRefreshToken() { const credentials = useCredentials(); diff --git a/packages/react/src/experimental/useStorage.ts b/packages/react/src/experimental/useStorage.ts index d57a72c975..13a4a507f7 100644 --- a/packages/react/src/experimental/useStorage.ts +++ b/packages/react/src/experimental/useStorage.ts @@ -2,6 +2,9 @@ import { useSharedDependencies } from '../shared'; /** * Returns the {@link IStorageProvider} or {@link IObservableStorageProvider} instance defined in LensConfig. + * + * @category Misc + * @group Hooks */ export function useStorage() { const { config } = useSharedDependencies(); diff --git a/packages/react/src/helpers/reads.ts b/packages/react/src/helpers/reads.ts index 21d4a7e44b..a9ef4b1cd6 100644 --- a/packages/react/src/helpers/reads.ts +++ b/packages/react/src/helpers/reads.ts @@ -1,4 +1,3 @@ -/* eslint-disable react-hooks/rules-of-hooks */ /* eslint-disable no-console */ import { ApolloError, @@ -6,29 +5,15 @@ import { DocumentNode, LazyQueryExecFunction, OperationVariables, - LazyQueryResultTuple as ApolloLazyResultTuple, useLazyQuery, - UseSuspenseQueryResult, - QueryHookOptions, - SuspenseQueryHookOptions, - useQuery, - useSuspenseQuery, } from '@apollo/client'; import { UnspecifiedError, InputMaybe, Cursor, PaginatedResultInfo, - LimitType, } from '@lens-protocol/api-bindings'; -import { - failure, - IEquatableError, - never, - Prettify, - PromiseResult, - success, -} from '@lens-protocol/shared-kernel'; +import { Prettify } from '@lens-protocol/shared-kernel'; import { useCallback, useEffect, useRef, useState } from 'react'; import { useSharedDependencies } from '../shared'; @@ -102,10 +87,16 @@ function buildReadResult( }; } +/** + * A standardized query result data object. + * + * All queries should alias their results to `result` to ensure interoperability + * with this helper hooks. + * + * @internal + */ export type QueryData = { result: R }; -type InferResult> = T extends QueryData ? R : never; - /** * @internal */ @@ -119,82 +110,7 @@ export function useReadResult< return buildReadResult(data?.result, error); } -/** - * @internal - */ -export function useSuspenseReadResult({ - data, - error, -}: UseSuspenseQueryResult, TVariables>): SuspenseResult { - if (error) { - throw error; - } - - return { - data: data?.result ?? never('Data should be available in suspense mode.'), - }; -} - -/** - * @experimental This is a pathfinder type for new lazy query hooks. It can change at any time. - */ -export type LazyReadResult< - TArgs, - TValue, - TError extends IEquatableError = UnspecifiedError, -> = ReadResult & { - /** - * Fetches the data for this query. - * - * @returns A promise that resolves when the data has been fetched. - */ - execute: (args: TArgs) => PromiseResult; -}; - -/** - * @internal - */ -export function useLazyReadResult< - TData extends QueryData, - TResult = InferResult, - TVariables extends OperationVariables = { [key: string]: never }, ->([execute, { error, data }]: ApolloLazyResultTuple): LazyReadResult< - TVariables, - TResult, - UnspecifiedError -> { - return { - ...buildReadResult(data?.result, error), - - execute: useCallback( - async (variables: TVariables) => { - const result = await execute({ variables }); - - if (result.error) { - return failure(new UnspecifiedError(result.error)); - } - - return success(result.data ? result.data.result : never()); - }, - [execute], - ), - }; -} - -export type OmitCursor = Omit; - -export type PaginatedArgs = Prettify< - OmitCursor< - T & { - /** - * The number of items to return. - * - * @defaultValue Default value is set by the API and it might differ between queries. - */ - limit?: LimitType; - } - > ->; +export type PaginatedArgs = Prettify>; /** * A paginated read result. @@ -214,31 +130,31 @@ export type PaginatedReadResult = ReadResult & { /** * Fetches the next page of items. * - * @returns A promise that resolves when the next page of items has been fetched. + * @returns A promise that resolves when the operation is complete, regardless if it had any items to fetch. */ next: () => Promise; /** * Fetches the previous page of items. * - * @returns A promise that resolves when the prev page of items has been fetched. + * @returns A promise that resolves when the operation is complete, regardless if it had any items to fetch. */ prev: () => Promise; }; -type PaginatedQueryVariables = OperationVariables & { cursor?: InputMaybe }; +/** + * @internal + */ +export type PaginatedQueryVariables = OperationVariables & { cursor?: InputMaybe }; /** * @internal */ -export type PaginatedQueryData = { - result: { pageInfo: PaginatedResultInfo; items: K[] }; +export type PaginatedQueryData = { + result: { pageInfo: PaginatedResultInfo; items: TItem[] }; }; -type InferPaginatedItemsType> = T extends PaginatedQueryData< - infer R -> - ? R - : never; +type InferPaginatedItemsType> = + TData extends PaginatedQueryData ? TItem : never; function useAdHocQuery< TVariables extends PaginatedQueryVariables, @@ -268,7 +184,8 @@ export function usePaginatedReadResult< fetchMore, variables, observable, -}: ApolloQueryResult): PaginatedReadResult { +}: ApolloQueryResult): // | UseSuspenseQueryResult +PaginatedReadResult { const fetch = useAdHocQuery(observable.query); const cachedData = useRef(data).current; @@ -333,79 +250,3 @@ export function usePaginatedReadResult< }, }; } - -/** - * A read result that supports React Suspense and includes an error. - * - * @experimental This is an experimental type that can change at any time. - */ -export type SuspenseResultWithError = - | { - data: undefined; - error: E; - } - | { - data: T; - error: undefined; - }; - -/** - * A read result that supports React Suspense - * - * @experimental This is an experimental type that can change at any time. - */ -export type SuspenseResult = { data: T }; - -/** - * @deprecated Use {@link SuspenseResult | `SuspenseResult`} instead. - */ -export type SuspenseReadResult = SuspenseResultWithError; - -/** - * Helper type to enable Suspense mode. - * - * @experimental This is an experimental type that can change at any time. - */ -export type SuspenseEnabled = { - suspense?: TSuspense; -}; - -/** - * @internal - */ -export type UseSuspenseQueryArgs = { - suspense: true; - query: DocumentNode; - options: QueryHookOptions; -}; - -/** - * @internal - */ -export type UseQueryArgs = { - suspense: false; - query: DocumentNode; - options: QueryHookOptions; -}; - -/** - * @internal - */ -export type UseSuspendableQueryArgs = - | UseSuspenseQueryArgs - | UseQueryArgs; - -/** - * @internal - */ -export function useSuspendableQuery( - args: UseSuspendableQueryArgs, TVariables>, -): ReadResult | SuspenseResult { - if (args.suspense) { - return useSuspenseReadResult( - useSuspenseQuery>(args.query, args.options as SuspenseQueryHookOptions), - ); - } - - return useReadResult(useQuery(args.query, args.options as QueryHookOptions)); -} diff --git a/packages/react/src/helpers/suspense.ts b/packages/react/src/helpers/suspense.ts new file mode 100644 index 0000000000..bbd5712aa9 --- /dev/null +++ b/packages/react/src/helpers/suspense.ts @@ -0,0 +1,206 @@ +/* eslint-disable react-hooks/rules-of-hooks */ +import { + DocumentNode, + OperationVariables, + UseSuspenseQueryResult, + QueryHookOptions, + SuspenseQueryHookOptions, + useQuery, + useSuspenseQuery, +} from '@apollo/client'; + +import { + PaginatedQueryData, + QueryData, + ReadResult, + useReadResult, + PaginatedReadResult, + usePaginatedReadResult, + PaginatedQueryVariables, +} from './reads'; + +/** + * A read result that supports React Suspense and includes an error. + * + * @experimental This is an experimental type that can change at any time. + */ +export type SuspenseResultWithError = + | { + data: undefined; + error: E; + } + | { + data: T; + error: undefined; + }; + +/** + * A read result that supports React Suspense + * + * @experimental This is an experimental type that can change at any time. + */ +export type SuspenseResult = { data: T }; + +/** + * @deprecated Use {@link SuspenseResult | `SuspenseResult`} instead. + */ +export type SuspenseReadResult = SuspenseResultWithError; + +/** + * Helper type to enable Suspense mode. + * + * @experimental This is an experimental type that can change at any time. + */ +// eslint-disable-next-line @typescript-eslint/ban-types +export type SuspenseEnabled = T & { suspense: true }; + +/** + * @internal + */ +export type UseSuspenseQueryArgs = { + suspense: true; + query: DocumentNode; + options: QueryHookOptions; +}; + +/** + * @internal + */ +export type UseQueryArgs = { + suspense: false; + query: DocumentNode; + options: QueryHookOptions; +}; + +/** + * @internal + */ +export type UseSuspendableQueryArgs = + | UseSuspenseQueryArgs + | UseQueryArgs; + +function useSuspenseResult({ + data, + error, +}: UseSuspenseQueryResult, TVariables>) { + if (error) { + throw error; + } + + return { + data: data.result, + }; +} + +/** + * @internal + */ +export function useSuspendableQuery( + args: UseSuspendableQueryArgs, TVariables>, +): ReadResult | SuspenseResult { + if (args.suspense) { + return useSuspenseResult( + useSuspenseQuery>(args.query, args.options as SuspenseQueryHookOptions), + ); + } + return useReadResult(useQuery(args.query, args.options as QueryHookOptions)); +} + +/** + * A paginated read result that supports React Suspense. + * + * @experimental This is an experimental type that can change at any time. + */ +export type SuspensePaginatedResult = SuspenseResult & { + /** + * @deprecated not used with Suspense mode + */ + beforeCount: number; + /** + * Whether there are more items to fetch in the next page + */ + hasMore: boolean; + /** + * Fetches the next page of items. + * + * Calling this function will cause the component to re-suspend, + * unless the call site is wrapped in [startTransition](https://react.dev/reference/react/startTransition). + * + * @returns A promise that resolves when the operation is complete, regardless if it had any items to fetch. + */ + next: () => Promise; + /** + * Fetches the previous page of items. + * + * Calling this function will cause the component to re-suspend, + * unless the call site is wrapped in [startTransition](https://react.dev/reference/react/startTransition). + * + * @returns A promise that resolves when the operation is complete, regardless if it had any items to fetch. + */ + prev: () => Promise; +}; + +/** + * A paginated read result that supports React Suspense. + * + * @experimental This is an experimental type that can change at any time. + */ +export type SuspendablePaginatedResult = PaginatedReadResult | SuspensePaginatedResult; + +function useSuspensePaginatedResult({ + data, + error, + fetchMore, +}: UseSuspenseQueryResult, TVariables>): SuspensePaginatedResult< + TItem[] +> { + if (error) { + throw error; + } + + return { + beforeCount: 0, + + data: data.result.items, + + hasMore: data.result.pageInfo.next ? true : false, + + next: async () => { + if (data.result.pageInfo.next) { + await fetchMore({ + variables: { + cursor: data.result.pageInfo.next, + } as TVariables, + }); + } + }, + + prev: async () => { + if (data.result.pageInfo.prev) { + await fetchMore({ + variables: { + cursor: data.result.pageInfo.prev, + } as TVariables, + }); + } + }, + }; +} + +/** + * @internal + */ +export function useSuspendablePaginatedQuery( + args: UseSuspendableQueryArgs, TVariables>, +): PaginatedReadResult | SuspensePaginatedResult { + if (args.suspense) { + return useSuspensePaginatedResult( + useSuspenseQuery>( + args.query, + args.options as SuspenseQueryHookOptions, + ), + ); + } + + return usePaginatedReadResult(useQuery(args.query, args.options as QueryHookOptions)); +} diff --git a/packages/react/src/helpers/tasks.ts b/packages/react/src/helpers/tasks.ts index 08997352a6..128ca6ec4a 100644 --- a/packages/react/src/helpers/tasks.ts +++ b/packages/react/src/helpers/tasks.ts @@ -86,7 +86,7 @@ export type DeferredTaskState = * // data === undefined on first call * // data === TData from previous successful call * // error === undefined - * return

    Loading...

    ; + * return ; * } * * if (error) { diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index 3b81c17b97..0834618ac1 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -78,11 +78,15 @@ export type { ReadResult, ReadResultWithError, ReadResultWithoutError, +} from './helpers/reads'; +export type { + SuspendablePaginatedResult, SuspenseEnabled, + SuspensePaginatedResult, SuspenseReadResult, SuspenseResult, SuspenseResultWithError, -} from './helpers/reads'; +} from './helpers/suspense'; export * from './helpers/tasks'; /** diff --git a/packages/react/src/misc/useCurrencies.ts b/packages/react/src/misc/useCurrencies.ts index ece4b69f6a..217975408c 100644 --- a/packages/react/src/misc/useCurrencies.ts +++ b/packages/react/src/misc/useCurrencies.ts @@ -32,9 +32,9 @@ export type UseCurrenciesArgs = PaginatedArgs; * function CurrencySelector({ onChange }: { onChange: (currency: Erc20) => void }) { * const { data: currencies, error, loading } = useCurrencies(); * - * if (loading) return

    Loading...

    ; + * if (loading) return ; * - * if (error) return

    Error: {error.message}

    ; + * if (error) return ; * * const handleChange = (event: React.ChangeEvent) => { * const currency = currencies.find((c) => c.symbol === event.target.value); diff --git a/packages/react/src/misc/useLatestPaidActions.ts b/packages/react/src/misc/useLatestPaidActions.ts index 75671f9d3b..462864eeed 100644 --- a/packages/react/src/misc/useLatestPaidActions.ts +++ b/packages/react/src/misc/useLatestPaidActions.ts @@ -43,7 +43,6 @@ export type UseLatestPaidActionsArgs = PaginatedArgs; export function useLatestPaidActions({ filter, where, - limit, }: UseLatestPaidActionsArgs = {}): PaginatedReadResult { return usePaginatedReadResult( useLatestPaidActionsBase( @@ -51,7 +50,6 @@ export function useLatestPaidActions({ variables: useFragmentVariables({ filter, where, - limit, }), }), ), diff --git a/packages/react/src/profile/useProfile.ts b/packages/react/src/profile/useProfile.ts index 45b8705e2f..41c4129022 100644 --- a/packages/react/src/profile/useProfile.ts +++ b/packages/react/src/profile/useProfile.ts @@ -9,15 +9,11 @@ import { invariant, OneOf } from '@lens-protocol/shared-kernel'; import { NotFoundError } from '../NotFoundError'; import { useLensApolloClient } from '../helpers/arguments'; -import { - ReadResult, - SuspenseEnabled, - SuspenseResultWithError, - useSuspendableQuery, -} from '../helpers/reads'; +import { ReadResult } from '../helpers/reads'; +import { SuspenseEnabled, SuspenseResultWithError, useSuspendableQuery } from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; -function profileNotFound({ forProfileId, forHandle }: UseProfileArgs) { +function profileNotFound({ forProfileId, forHandle }: UseProfileArgs) { return new NotFoundError( forProfileId ? `Profile with id: ${forProfileId}` @@ -25,72 +21,80 @@ function profileNotFound({ forProfileId, forHandle }: UseProfileArgs) { ); } +export type { ProfileRequest }; + /** * {@link useProfile} hook arguments */ -export type UseProfileArgs = OneOf & - SuspenseEnabled; +export type UseProfileArgs = OneOf; + +/** + * {@link useProfile} hook arguments with Suspense support + * + * @experimental This API can change without notice + */ +export type UseSuspenseProfileArgs = SuspenseEnabled; export type UseProfileResult = | ReadResult | SuspenseResultWithError; /** - * `useProfile` is a React hook that allows you to fetch a profile from the Lens API. - * - * @example - * ```ts - * const { data, error, loading } = useProfile({ forProfileId: '0x04' }); - * ``` - * - * ## Basic Usage - * - * Get Profile by Handle: + * Fetches a Profile by either its full handle or id. * * ```ts * const { data, error, loading } = useProfile({ * forHandle: 'lens/stani', + * // OR + * forProfileId: '0x04', * }); - * ``` * - * Get Profile by Id: + * if (loading) { + * return ; + * } * - * ```ts - * const { data, error, loading } = useProfile({ - * forProfileId: '0x04', - * }); + * if (error) { + * return ; + * } + * + * return ; * ``` * - * ## Suspense Enabled + * @category Profiles + * @group Hooks + * @param args - {@link UseProfileArgs} + */ +export function useProfile({ + forHandle, + forProfileId, +}: UseProfileArgs): ReadResult; + +/** + * Fetches a Profile by either its full handle or id. * - * You can enable suspense mode to suspend the component until the session data is available. + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). * * ```ts * const { data } = useProfile({ - * forHandle: 'lens/stani' + * forHandle: 'lens/stani', + * suspense: true, * }); * * console.log(data.id); * ``` * + * @experimental This API can change without notice * @category Profiles * @group Hooks - * - * @param args - {@link UseProfileArgs} */ -export function useProfile({ - forHandle, - forProfileId, -}: UseProfileArgs): ReadResult; export function useProfile( - args: UseProfileArgs, + args: UseSuspenseProfileArgs, ): SuspenseResultWithError; + export function useProfile({ suspense = false, ...request -}: UseProfileArgs): - | ReadResult - | SuspenseResultWithError { +}: UseProfileArgs & { suspense?: boolean }): UseProfileResult { invariant( request.forProfileId === undefined || request.forHandle === undefined, "Only one of 'forProfileId' or 'forHandle' should be provided to 'useProfile' hook", diff --git a/packages/react/src/profile/useProfileFollowers.ts b/packages/react/src/profile/useProfileFollowers.ts index a9e0b820a5..7d6eec88ac 100644 --- a/packages/react/src/profile/useProfileFollowers.ts +++ b/packages/react/src/profile/useProfileFollowers.ts @@ -1,11 +1,13 @@ -import { - Profile, - FollowersRequest, - useFollowers as useFollowersHook, -} from '@lens-protocol/api-bindings'; +import { Profile, FollowersRequest, FollowersDocument } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; /** @@ -13,11 +15,17 @@ import { useFragmentVariables } from '../helpers/variables'; */ export type UseProfileFollowersArgs = PaginatedArgs; +export type { FollowersRequest }; + /** - * `useProfileFollowers` is a paginated hook that lets you fetch profiles that follow a requested profile. + * {@link useProfileFollowers} hook arguments with Suspense support * - * @category Profiles - * @group Hooks + * @experimental This API can change without notice + */ +export type UseSuspenseProfileFollowersArgs = SuspenseEnabled; + +/** + * Fetch profiles that follow a requested profile. * * @example * ```tsx @@ -25,13 +33,43 @@ export type UseProfileFollowersArgs = PaginatedArgs; * of: '0x123', * }); * ``` + * + * @category Profiles + * @group Hooks */ -export function useProfileFollowers(args: UseProfileFollowersArgs): PaginatedReadResult { - return usePaginatedReadResult( - useFollowersHook( - useLensApolloClient({ - variables: useFragmentVariables(args), - }), - ), - ); +export function useProfileFollowers(args: UseProfileFollowersArgs): PaginatedReadResult; + +/** + * Fetch profiles that follow a requested profile. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```tsx + * const { data } = useProfileFollowers({ + * of: '0x123', + * suspense: true, + * }); + * + * console.log(data); + * ``` + * + * @experimental This API can change without notice + * @category Profiles + * @group Hooks + */ +export function useProfileFollowers( + args: UseSuspenseProfileFollowersArgs, +): SuspensePaginatedResult; + +export function useProfileFollowers({ + suspense = false, + ...args +}: UseProfileFollowersArgs & { suspense?: boolean }): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: FollowersDocument, + options: useLensApolloClient({ + variables: useFragmentVariables(args), + }), + }); } diff --git a/packages/react/src/profile/useProfileFollowing.ts b/packages/react/src/profile/useProfileFollowing.ts index aafe63baee..711d382675 100644 --- a/packages/react/src/profile/useProfileFollowing.ts +++ b/packages/react/src/profile/useProfileFollowing.ts @@ -1,11 +1,13 @@ -import { - Profile, - FollowingRequest, - useFollowing as useFollowingHook, -} from '@lens-protocol/api-bindings'; +import { Profile, FollowingRequest, FollowingDocument } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; /** @@ -13,11 +15,17 @@ import { useFragmentVariables } from '../helpers/variables'; */ export type UseProfileFollowingArgs = PaginatedArgs; +export type { FollowingRequest }; + /** - * `useProfileFollowing` is a paginated hook that lets you fetch profiles that are followed by a requested profile. + * {@link useProfileFollowing} hook arguments with Suspense support * - * @category Profiles - * @group Hooks + * @experimental This API can change without notice + */ +export type UseSuspenseProfileFollowingArgs = SuspenseEnabled; + +/** + * Fetch profiles that are followed by a requested profile. * * @example * ```tsx @@ -25,13 +33,43 @@ export type UseProfileFollowingArgs = PaginatedArgs; * for: '0x123', * }); * ``` + * + * @category Profiles + * @group Hooks */ -export function useProfileFollowing(args: UseProfileFollowingArgs): PaginatedReadResult { - return usePaginatedReadResult( - useFollowingHook( - useLensApolloClient({ - variables: useFragmentVariables(args), - }), - ), - ); +export function useProfileFollowing(args: UseProfileFollowingArgs): PaginatedReadResult; + +/** + * Fetch profiles that are followed by a requested profile. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```tsx + * const { data } = useProfileFollowing({ + * for: '0x123', + * suspense: true, + * }); + * + * console.log(data); + * ``` + * + * @experimental This API can change without notice + * @category Profiles + * @group Hooks + */ +export function useProfileFollowing( + args: UseSuspenseProfileFollowingArgs, +): SuspensePaginatedResult; + +export function useProfileFollowing({ + suspense = false, + ...args +}: UseProfileFollowingArgs & { suspense?: boolean }): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: FollowingDocument, + options: useLensApolloClient({ + variables: useFragmentVariables(args), + }), + }); } diff --git a/packages/react/src/profile/useProfileManagers.ts b/packages/react/src/profile/useProfileManagers.ts index 7935cb6ecb..12ad5838f7 100644 --- a/packages/react/src/profile/useProfileManagers.ts +++ b/packages/react/src/profile/useProfileManagers.ts @@ -26,11 +26,11 @@ export type UseProfileManagersArgs = PaginatedArgs<{ * }); * * if (loading) { - * return

    Loading...

    ; + * return ; * } * * if (error) { - * return

    Error: {error.message}

    ; + * return ; * } * * return ( diff --git a/packages/react/src/profile/useProfiles.ts b/packages/react/src/profile/useProfiles.ts index d243bafe35..6b3e5dd44b 100644 --- a/packages/react/src/profile/useProfiles.ts +++ b/packages/react/src/profile/useProfiles.ts @@ -1,11 +1,18 @@ import { Profile, + ProfilesDocument, ProfilesRequest, - useProfiles as useProfilesHook, + ProfilesRequestWhere, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; /** @@ -13,18 +20,18 @@ import { useFragmentVariables } from '../helpers/variables'; */ export type UseProfilesArgs = PaginatedArgs; +export type { ProfilesRequest, ProfilesRequestWhere }; + /** - * `useProfiles` is a paginated hook that lets you fetch profiles based on a set of filters. + * {@link useProfiles} hook arguments with Suspense support * - * @example - * ```ts - * const { data, loading, error } = useProfiles({ - * ``` - * - * @category Profiles - * @group Hooks + * @experimental This API can change without notice + */ +export type UseSuspenseProfilesArgs = SuspenseEnabled; + +/** + * Retrieves a paginated list of profiles, filtered according to specified criteria. * - * @example * Fetch profiles by handles * ```tsx * const { data, loading, error } = useProfiles({ @@ -34,7 +41,6 @@ export type UseProfilesArgs = PaginatedArgs; * }); * ``` * - * @example * Fetch profiles by ids * ```tsx * const { data, loading, error } = useProfiles({ @@ -44,7 +50,6 @@ export type UseProfilesArgs = PaginatedArgs; * }); * ``` * - * @example * Fetch profiles by owner addresses * ```tsx * const { data, loading, error } = useProfiles({ @@ -54,7 +59,6 @@ export type UseProfilesArgs = PaginatedArgs; * }); * ``` * - * @example * Fetch profiles who commented on a publication * ```tsx * const { data, loading, error } = useProfiles({ @@ -64,7 +68,6 @@ export type UseProfilesArgs = PaginatedArgs; * }); * ``` * - * @example * Fetch profiles who mirrored a publication * ```tsx * const { data, loading, error } = useProfiles({ @@ -74,7 +77,6 @@ export type UseProfilesArgs = PaginatedArgs; * }); * ``` * - * @example * Fetch profiles who quoted a publication * ```tsx * const { data, loading, error } = useProfiles({ @@ -83,13 +85,39 @@ export type UseProfilesArgs = PaginatedArgs; * }, * }); * ``` + * + * @category Profiles + * @group Hooks */ -export function useProfiles(args: UseProfilesArgs): PaginatedReadResult { - return usePaginatedReadResult( - useProfilesHook( - useLensApolloClient({ - variables: useFragmentVariables(args), - }), - ), - ); +export function useProfiles(args: UseProfilesArgs): PaginatedReadResult; + +/** + * Retrieves a paginated list of profiles, filtered according to specified criteria. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```tsx + * const { data } = useProfiles({ + * where: { ... }, + * suspense: true, + * }); + * ``` + * + * @experimental This API can change without notice + * @category Profiles + * @group Hooks + */ +export function useProfiles(args: UseSuspenseProfilesArgs): SuspensePaginatedResult; + +export function useProfiles({ + suspense = false, + ...args +}: UseProfilesArgs & { suspense?: boolean }): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: ProfilesDocument, + options: useLensApolloClient({ + variables: useFragmentVariables(args), + }), + }); } diff --git a/packages/react/src/publication/usePublication.ts b/packages/react/src/publication/usePublication.ts index 36e0847132..8db21f7cba 100644 --- a/packages/react/src/publication/usePublication.ts +++ b/packages/react/src/publication/usePublication.ts @@ -1,91 +1,112 @@ import { AnyPublication, + PublicationDocument, PublicationRequest, + PublicationVariables, UnspecifiedError, - usePublication as usePublicationHook, } from '@lens-protocol/api-bindings'; import { OneOf, invariant } from '@lens-protocol/shared-kernel'; import { NotFoundError } from '../NotFoundError'; import { useLensApolloClient } from '../helpers/arguments'; -import { ReadResult, useReadResult } from '../helpers/reads'; +import { ReadResult } from '../helpers/reads'; +import { SuspenseEnabled, SuspenseResultWithError, useSuspendableQuery } from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; +function publicationNotFound({ forId, forTxHash }: UsePublicationArgs) { + return new NotFoundError( + forId + ? `Publication with id ${forId} was not found` + : `Publication with txHash ${forTxHash ? forTxHash : ''} was not found`, + ); +} + +export type { PublicationRequest }; + /** * {@link usePublication} hook arguments */ export type UsePublicationArgs = OneOf; +/** + * {@link usePublication} hook arguments with Suspense support + * + * @experimental This API can change without notice + */ +export type UseSuspensePublicationArgs = SuspenseEnabled; + +export type UsePublicationResult = + | ReadResult + | SuspenseResultWithError; + /** * Fetch a publication by either its publication id or transaction hash. * - * @example - * ```tsx + * ```ts * const { data, error, loading } = usePublication({ * forId: '0x04-0x0b', + * // OR + * forTxHash: '0xcd0655e8d1d131ebfc72fa5ebff6ed0430e6e39e729af1a81da3b6f33822a6ff', * }); * ``` * * @category Publications * @group Hooks + * * @param args - {@link UsePublicationArgs} */ export function usePublication({ forId, forTxHash, -}: UsePublicationArgs): ReadResult { +}: UsePublicationArgs): ReadResult; + +/** + * Fetch a publication by either its publication id or transaction hash. + * + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). + * + * ```ts + * const { data } = usePublication({ + * forId: '0x04-0x0b', + * suspense: true, + * }); + * + * console.log(data.id); + * ``` + * + * @experimental This API can change without notice + * @category Publications + * @group Hooks + */ +export function usePublication( + args: UseSuspensePublicationArgs, +): SuspenseResultWithError; + +export function usePublication({ + suspense = false, + ...request +}: UsePublicationArgs & { suspense?: boolean }): UsePublicationResult { invariant( - forId === undefined || forTxHash === undefined, + request.forId === undefined || request.forTxHash === undefined, "Only one of 'forId' or 'forTxHash' should be provided to 'usePublication' hook", ); - const { data, error, loading } = useReadResult( - usePublicationHook( - useLensApolloClient({ - variables: useFragmentVariables({ - request: { - ...(forId && { forId }), - ...(forTxHash && { forTxHash }), - }, - }), - fetchPolicy: 'cache-and-network', - // leverage cache content if possible - nextFetchPolicy: 'cache-first', - }), - ), - ); - - if (loading) { - return { - data: undefined, - error: undefined, - loading: true, - }; - } - - if (error) { - return { - data: undefined, - error, - loading: false, - }; - } + const result = useSuspendableQuery({ + suspense, + query: PublicationDocument, + options: useLensApolloClient({ + variables: useFragmentVariables({ request }), + fetchPolicy: 'cache-and-network', + nextFetchPolicy: 'cache-first', + }), + }); - if (data === null) { + if (result.data === null) { return { data: undefined, - error: new NotFoundError( - forId - ? `Publication with id ${forId} was not found` - : `Publication with txHash ${forTxHash ? forTxHash : ''} was not found`, - ), - loading: false, + error: publicationNotFound(request), }; } - return { - data, - error: undefined, - loading: false, - }; + return result as UsePublicationResult; } diff --git a/packages/react/src/publication/usePublications.ts b/packages/react/src/publication/usePublications.ts index 57ae86363c..d28518639d 100644 --- a/packages/react/src/publication/usePublications.ts +++ b/packages/react/src/publication/usePublications.ts @@ -1,11 +1,17 @@ import { AnyPublication, + PublicationsDocument, PublicationsRequest, - usePublications as usePublicationsBase, } from '@lens-protocol/api-bindings'; import { useLensApolloClient } from '../helpers/arguments'; -import { PaginatedArgs, PaginatedReadResult, usePaginatedReadResult } from '../helpers/reads'; +import { PaginatedArgs, PaginatedReadResult } from '../helpers/reads'; +import { + SuspendablePaginatedResult, + SuspenseEnabled, + SuspensePaginatedResult, + useSuspendablePaginatedQuery, +} from '../helpers/suspense'; import { useFragmentVariables } from '../helpers/variables'; /** @@ -16,14 +22,16 @@ export type UsePublicationsArgs = PaginatedArgs; export type { PublicationsRequest }; /** - * Fetch a paginated result of publications based on a set of filters. + * {@link usePublications} hook arguments with Suspense support * - * @category Publications - * @group Hooks - * @param args - {@link UsePublicationsArgs} + * @experimental This API can change without notice + */ +export type UseSuspensePublicationsArgs = SuspenseEnabled; + +/** + * Retrieves a paginated list of publications, filtered according to specified criteria. * - * @example - * Fetch post publications + * Fetch by Publication Type: * ```tsx * const { data, loading, error } = usePublications({ * where: { @@ -32,8 +40,7 @@ export type { PublicationsRequest }; * }); * ``` * - * @example - * Fetch all short form video post publications + * Fetch by Main Content Focus: * ```tsx * const { data, loading, error } = usePublications({ * where: { @@ -45,8 +52,7 @@ export type { PublicationsRequest }; * }); * ``` * - * @example - * Fetch all comments for a specified publication + * Fetch Post's comments: * ```tsx * const { data, loading, error } = usePublications({ * where: { @@ -57,71 +63,53 @@ export type { PublicationsRequest }; * }); * ``` * - * @example - * Fetch all mirrors of a specified publication + * Fetch Profile's Publications: * ```tsx * const { data, loading, error } = usePublications({ * where: { - * mirrorOn: publicationId('0x03-0x24'), + * from: [profileId('0x01')], * } * }); * ``` * - * @example - * Fetch all quotes of a specified publication - * ```tsx - * const { data, loading, error } = usePublications({ - * where: { - * quoteOn: publicationId('0x03-0x24'), - * } - * }); - * ``` + * @category Publications + * @group Hooks + */ +export function usePublications(args: UsePublicationsArgs): PaginatedReadResult; +/** + * Retrieves a paginated list of publications, filtered according to specified criteria. * - * @example - * Fetch all publications by an author's Profile ID - * ```tsx - * const { data, loading, error } = usePublications({ - * where: { - * from: [profileId('0x01')], - * } - * }); - * ``` + * This signature supports [React Suspense](https://react.dev/reference/react/Suspense). * - * @example - * Fetch publications mirrored by a Profile ID * ```tsx - * const { data, loading, error } = usePublications({ - * where: { - * from: [profileId('0x01')], - * publicationTypes: [PublicationType.Mirror], - * } + * const { data } = usePublications({ + * where: { ... }, + * suspense: true, * }); * ``` * - * @example - * Fetch publications quoted by a Profile ID - * ```tsx - * const { data, loading, error } = usePublications({ - * where: { - * from: [profileId('0x01')], - * publicationTypes: [PublicationType.Quote], - * } - * }); - * ``` + * @experimental This API can change without notice + * @category Publications + * @group Hooks */ +export function usePublications( + args: UseSuspensePublicationsArgs, +): SuspensePaginatedResult; + export function usePublications({ - where, limit, -}: UsePublicationsArgs): PaginatedReadResult { - return usePaginatedReadResult( - usePublicationsBase( - useLensApolloClient({ - variables: useFragmentVariables({ - where, - limit, - statsFor: where?.metadata?.publishedOn, - }), + suspense = false, + where, +}: UsePublicationsArgs & { suspense?: boolean }): SuspendablePaginatedResult { + return useSuspendablePaginatedQuery({ + suspense, + query: PublicationsDocument, + options: useLensApolloClient({ + variables: useFragmentVariables({ + where, + limit, + statsFor: where?.metadata?.publishedOn, }), - ), - ); + }), + }); } diff --git a/packages/react/src/shared.tsx b/packages/react/src/shared.tsx index 969456de17..26c41f61b2 100644 --- a/packages/react/src/shared.tsx +++ b/packages/react/src/shared.tsx @@ -61,6 +61,7 @@ export function createSharedDependencies(userConfig: BaseConfig): SharedDependen const anonymousApolloClient = createAuthApolloClient({ uri: config.environment.backend, logger: config.logger, + origin: config.origin, }); const authApi = new AuthApi(anonymousApolloClient); @@ -79,7 +80,6 @@ export function createSharedDependencies(userConfig: BaseConfig): SharedDependen accessTokenStorage: credentialsStorage, pollingInterval: config.environment.timings.pollingInterval, logger: config.logger, - origin: config.origin, }); // infrastructure @@ -115,11 +115,14 @@ export function createSharedDependencies(userConfig: BaseConfig): SharedDependen [TransactionKind.CREATE_POST]: new RefreshCurrentProfileResponder(profileCacheManager), [TransactionKind.CREATE_PROFILE]: new CreateProfileResponder(apolloClient), [TransactionKind.CREATE_QUOTE]: new RefreshCurrentProfileResponder(profileCacheManager), - [TransactionKind.FOLLOW_PROFILE]: new FollowProfileResponder(profileCacheManager), + [TransactionKind.FOLLOW_PROFILE]: new FollowProfileResponder(apolloClient, profileCacheManager), [TransactionKind.LINK_HANDLE]: new LinkHandleResponder(apolloClient, profileCacheManager), [TransactionKind.MIRROR_PUBLICATION]: new RefreshCurrentProfileResponder(profileCacheManager), [TransactionKind.UNBLOCK_PROFILE]: new UnblockProfilesResponder(profileCacheManager), - [TransactionKind.UNFOLLOW_PROFILE]: new UnfollowProfileResponder(profileCacheManager), + [TransactionKind.UNFOLLOW_PROFILE]: new UnfollowProfileResponder( + apolloClient, + profileCacheManager, + ), [TransactionKind.UNLINK_HANDLE]: new LinkHandleResponder(apolloClient, profileCacheManager), [TransactionKind.UPDATE_FOLLOW_POLICY]: new RefreshCurrentProfileResponder(profileCacheManager), [TransactionKind.UPDATE_PROFILE_DETAILS]: new RefreshCurrentProfileResponder( diff --git a/packages/react/src/transactions/adapters/responders/FollowProfileResponder.ts b/packages/react/src/transactions/adapters/responders/FollowProfileResponder.ts index 9e6d5174e9..d2e3e022eb 100644 --- a/packages/react/src/transactions/adapters/responders/FollowProfileResponder.ts +++ b/packages/react/src/transactions/adapters/responders/FollowProfileResponder.ts @@ -1,3 +1,4 @@ +import { FollowingDocument, SafeApolloClient } from '@lens-protocol/api-bindings'; import { FollowRequest } from '@lens-protocol/domain/use-cases/profile'; import { ITransactionResponder, @@ -7,9 +8,17 @@ import { import { IProfileCacheManager } from '../../../profile/adapters/IProfileCacheManager'; export class FollowProfileResponder implements ITransactionResponder { - constructor(private readonly profileCacheManager: IProfileCacheManager) {} + constructor( + private readonly apolloClient: SafeApolloClient, + private readonly profileCacheManager: IProfileCacheManager, + ) {} async commit({ request }: TransactionData) { - await this.profileCacheManager.fetchProfileById(request.profileId); + await Promise.all([ + this.profileCacheManager.fetchProfileById(request.profileId), + this.apolloClient.refetchQueries({ + include: [FollowingDocument], + }), + ]); } } diff --git a/packages/react/src/transactions/adapters/responders/UnfollowProfileResponder.ts b/packages/react/src/transactions/adapters/responders/UnfollowProfileResponder.ts index 88e248acab..f703a412f2 100644 --- a/packages/react/src/transactions/adapters/responders/UnfollowProfileResponder.ts +++ b/packages/react/src/transactions/adapters/responders/UnfollowProfileResponder.ts @@ -1,3 +1,4 @@ +import { FollowingDocument, SafeApolloClient } from '@lens-protocol/api-bindings'; import { UnfollowRequest } from '@lens-protocol/domain/use-cases/profile'; import { TransactionData, @@ -7,9 +8,17 @@ import { import { IProfileCacheManager } from '../../../profile/adapters/IProfileCacheManager'; export class UnfollowProfileResponder implements ITransactionResponder { - constructor(private readonly profileCacheManager: IProfileCacheManager) {} + constructor( + private readonly apolloClient: SafeApolloClient, + private readonly profileCacheManager: IProfileCacheManager, + ) {} async commit({ request }: TransactionData) { - await this.profileCacheManager.fetchProfileById(request.profileId); + await Promise.all([ + this.profileCacheManager.fetchProfileById(request.profileId), + this.apolloClient.refetchQueries({ + include: [FollowingDocument], + }), + ]); } } diff --git a/packages/react/src/transactions/publications/useOptimisticCreatePost.ts b/packages/react/src/transactions/publications/useOptimisticCreatePost.ts index 3f0b46e663..171b271265 100644 --- a/packages/react/src/transactions/publications/useOptimisticCreatePost.ts +++ b/packages/react/src/transactions/publications/useOptimisticCreatePost.ts @@ -263,6 +263,9 @@ export type OptimisticCreatePostError = * ``` * * @experimental This API is experimental and may change or be removed in future versions without honoring semver. + * + * @category Publications + * @group Hooks */ export function useOptimisticCreatePost( uploader: IUploader, diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index 52ea77a73d..8ae28b5bd2 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -1,5 +1,22 @@ # @lens-protocol/wagmi +## 4.1.3 + +### Patch Changes + +- Updated dependencies [21f652d22] +- Updated dependencies [d8b19df55] +- Updated dependencies [53071caf2] +- Updated dependencies [032c71c3d] +- Updated dependencies [3ffa19856] +- Updated dependencies [1f34162dc] +- Updated dependencies [980e3271c] +- Updated dependencies [697eca13a] +- Updated dependencies [b1cb9e78c] +- Updated dependencies [46a648de2] +- Updated dependencies [fcd04e356] + - @lens-protocol/react-web@2.3.0 + ## 4.1.2 ### Patch Changes diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 719aaa58f7..8a8b432a8b 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@lens-protocol/wagmi", - "version": "4.1.2", + "version": "4.1.3", "description": "wagmi bindings for @lens-protocol/react", "repository": { "directory": "packages/wagmi", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57f17b7476..b3368b351e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -161,51 +161,81 @@ importers: examples/react-native: dependencies: + '@ethersproject/providers': + specifier: ^5.7.2 + version: 5.7.2 '@ethersproject/shims': specifier: ^5.7.0 version: 5.7.0 '@gluestack-style/react': - specifier: ^1.0.48 + specifier: ^1.0.54 version: 1.0.54 '@gluestack-ui/config': - specifier: ^1.1.16 + specifier: ^1.1.18 version: 1.1.18(@gluestack-style/react@1.0.54)(@gluestack-ui/themed@1.1.22) '@gluestack-ui/themed': - specifier: ^1.1.9 - version: 1.1.22(@gluestack-style/react@1.0.54)(@types/react-native@0.73.0)(react-native-svg@13.4.0)(react-native@0.73.5)(react@18.2.0) + specifier: ^1.1.22 + version: 1.1.22(@gluestack-style/react@1.0.54)(@types/react-native@0.73.0)(react-dom@18.2.0)(react-native-svg@13.14.0)(react-native-web@0.19.11)(react-native@0.73.7)(react@18.2.0) '@lens-protocol/metadata': specifier: ^1.1.6 version: 1.1.6(zod@3.22.4) '@lens-protocol/react-native': specifier: link:../../packages/react-native version: link:../../packages/react-native - ethers: - specifier: ^5.7.2 - version: 5.7.2 + '@react-native-async-storage/async-storage': + specifier: ^1.23.1 + version: 1.23.1(react-native@0.73.7) + '@react-native-clipboard/clipboard': + specifier: ^1.14.1 + version: 1.14.1(react-native-macos@0.73.26)(react-native-windows@0.73.12)(react-native@0.73.7)(react@18.2.0) + '@react-native-community/netinfo': + specifier: ^11.3.1 + version: 11.3.1(react-native@0.73.7) + '@walletconnect/modal-react-native': + specifier: ^1.1.0 + version: 1.1.0(@react-native-async-storage/async-storage@1.23.1)(@react-native-community/netinfo@11.3.1)(@walletconnect/react-native-compat@2.12.2)(react-native-get-random-values@1.11.0)(react-native-modal@13.0.1)(react-native-svg@13.14.0)(react-native@0.73.7)(react@18.2.0) + '@walletconnect/react-native-compat': + specifier: ^2.12.2 + version: 2.12.2(@react-native-async-storage/async-storage@1.23.1)(@react-native-community/netinfo@11.3.1)(react-native-get-random-values@1.11.0)(react-native@0.73.7) react: - specifier: 18.2.0 + specifier: ^18.2.0 version: 18.2.0 react-native: - specifier: 0.73.5 - version: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + specifier: ^0.73.7 + version: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native-config: + specifier: ^1.5.1 + version: 1.5.1(react-native-windows@0.73.12) react-native-get-random-values: - specifier: ^1.10.0 - version: 1.11.0(react-native@0.73.5) + specifier: ^1.11.0 + version: 1.11.0(react-native@0.73.7) + react-native-macos: + specifier: ^0.73.25 + version: 0.73.26(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0) react-native-mmkv: specifier: ~2.11.0 - version: 2.11.0(react-native@0.73.5)(react@18.2.0) + version: 2.11.0(react-native@0.73.7)(react@18.2.0) + react-native-modal: + specifier: ^13.0.1 + version: 13.0.1(react-native@0.73.7)(react@18.2.0) react-native-svg: - specifier: 13.4.0 - version: 13.4.0(react-native@0.73.5)(react@18.2.0) + specifier: ^13.14.0 + version: 13.14.0(react-native@0.73.7)(react@18.2.0) + react-native-web: + specifier: ^0.19.11 + version: 0.19.11(react-dom@18.2.0)(react@18.2.0) + react-native-windows: + specifier: ^0.73.11 + version: 0.73.12(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.20.0 + specifier: ^7.24.4 version: 7.24.4 '@babel/preset-env': - specifier: ^7.20.0 + specifier: ^7.24.4 version: 7.24.4(@babel/core@7.24.4) '@babel/runtime': - specifier: ^7.20.0 + specifier: ^7.24.4 version: 7.24.4 '@lens-protocol/eslint-config': specifier: link:../../packages/eslint-config @@ -217,44 +247,47 @@ importers: specifier: ^12.3.6 version: 12.3.6 '@react-native/babel-preset': - specifier: 0.73.21 + specifier: ^0.73.21 version: 0.73.21(@babel/core@7.24.4)(@babel/preset-env@7.24.4) '@react-native/eslint-config': - specifier: 0.73.2 - version: 0.73.2(eslint@8.57.0)(prettier@2.8.8)(typescript@5.0.4) + specifier: ^0.73.2 + version: 0.73.2(eslint@8.57.0)(prettier@2.8.8)(typescript@5.4.5) '@react-native/gradle-plugin': specifier: ^0.73.4 version: 0.73.4 '@react-native/metro-config': - specifier: 0.73.5 + specifier: ^0.73.5 version: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4) '@react-native/typescript-config': - specifier: 0.73.1 + specifier: ^0.73.1 version: 0.73.1 '@rnx-kit/babel-preset-metro-react-native': - specifier: ^1.1.6 + specifier: ^1.1.8 version: 1.1.8(@babel/core@7.24.4)(@babel/runtime@7.24.4)(@react-native/babel-preset@0.73.21) '@rnx-kit/metro-config': - specifier: ^1.3.14 - version: 1.3.15(@react-native/metro-config@0.73.5)(react-native@0.73.5)(react@18.2.0) + specifier: ^1.3.15 + version: 1.3.15(@react-native/metro-config@0.73.5)(react-native@0.73.7)(react@18.2.0) '@rnx-kit/metro-resolver-symlinks': - specifier: ^0.1.35 + specifier: ^0.1.36 version: 0.1.36 '@types/react': - specifier: ^18.2.6 + specifier: ^18.2.79 version: 18.2.79 '@types/react-native': specifier: ^0.73.0 version: 0.73.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) eslint: - specifier: ^8.54.0 + specifier: ^8.57.0 version: 8.57.0 prettier: - specifier: 2.8.8 + specifier: ^2.8.8 version: 2.8.8 + react-dom: + specifier: ^18.2.0 + version: 18.2.0(react@18.2.0) typescript: - specifier: 5.0.4 - version: 5.0.4 + specifier: ^5.4.5 + version: 5.4.5 examples/shared: {} @@ -1471,13 +1504,6 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 - /@ampproject/remapping@2.3.0: - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - /@apollo/client@3.9.11(@types/react@18.2.79)(graphql@16.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-H7e9m7cRcFO93tokwzqrsbnfKorkpV24xU30hFH5u2g6B+c1DMo/ouyF/YrBPdrTzqxQCjTUmds/FLmJ7626GA==} peerDependencies: @@ -1603,6 +1629,83 @@ packages: - encoding dev: true + /@azure/abort-controller@1.1.0: + resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==} + engines: {node: '>=12.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/abort-controller@2.1.2: + resolution: {integrity: sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/core-auth@1.7.2: + resolution: {integrity: sha512-Igm/S3fDYmnMq1uKS38Ae1/m37B3zigdlZw+kocwEhh5GjyKjPrXKO2J6rzpC1wAxrNil/jX9BJRqBshyjnF3g==} + engines: {node: '>=18.0.0'} + dependencies: + '@azure/abort-controller': 2.1.2 + '@azure/core-util': 1.2.0 + tslib: 2.6.2 + dev: false + + /@azure/core-rest-pipeline@1.10.1: + resolution: {integrity: sha512-Kji9k6TOFRDB5ZMTw8qUf2IJ+CeJtsuMdAHox9eqpTf1cefiNMpzrfnF6sINEBZJsaVaWgQ0o48B6kcUH68niA==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.2 + '@azure/core-tracing': 1.1.2 + '@azure/core-util': 1.2.0 + '@azure/logger': 1.1.2 + form-data: 4.0.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + tslib: 2.6.2 + uuid: 8.3.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/core-tracing@1.1.2: + resolution: {integrity: sha512-dawW9ifvWAWmUm9/h+/UQ2jrdvjCJ7VJEuCJ6XVNudzcOwm53BFZH4Q845vjfgoUAM8ZxokvVNxNxAITc502YA==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/core-util@1.2.0: + resolution: {integrity: sha512-ffGIw+Qs8bNKNLxz5UPkz4/VBM/EZY07mPve1ZYFqYUdPwFqRj0RPk0U7LZMOfT7GCck9YjuT1Rfp1PApNl1ng==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + tslib: 2.6.2 + dev: false + + /@azure/logger@1.1.2: + resolution: {integrity: sha512-l170uE7bsKpIU6B/giRc9i4NI0Mj+tANMMMxf7Zi/5cKzEqPayP7+X1WPrG7e+91JgY8N+7K7nF2WOi7iVhXvg==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/opentelemetry-instrumentation-azure-sdk@1.0.0-beta.5: + resolution: {integrity: sha512-fsUarKQDvjhmBO4nIfaZkfNSApm1hZBzcvpNbSrXdcUBxu7lRvKsV5DnwszX7cnhLyVOW9yl1uigtRQ1yDANjA==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/core-tracing': 1.1.2 + '@azure/logger': 1.1.2 + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.24.0(@opentelemetry/api@1.8.0) + '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.8.0) + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/code-frame@7.23.4: resolution: {integrity: sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==} engines: {node: '>=6.9.0'} @@ -1646,12 +1749,13 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true /@babel/core@7.24.4: resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': 2.3.0 + '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 @@ -1669,8 +1773,8 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.24.1(@babel/core@7.24.4)(eslint@8.57.0): - resolution: {integrity: sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==} + /@babel/eslint-parser@7.23.10(@babel/core@7.24.4)(eslint@8.57.0): + resolution: {integrity: sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -1691,6 +1795,7 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 + dev: true /@babel/generator@7.24.4: resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} @@ -1749,6 +1854,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + dev: true /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.24.4): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} @@ -1767,23 +1873,6 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.23.3): - resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.4): resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} engines: {node: '>=6.9.0'} @@ -1811,6 +1900,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 + dev: true /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.4): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} @@ -1836,15 +1926,16 @@ packages: resolve: 1.22.8 transitivePeerDependencies: - supports-color + dev: true - /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.23.3): - resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} + /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.24.4): + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -1886,7 +1977,7 @@ packages: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.23.4 /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} @@ -1908,10 +1999,11 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -1921,7 +2013,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 @@ -1950,6 +2042,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 + dev: true /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.4): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} @@ -1972,6 +2065,7 @@ packages: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 + dev: true /@babel/helper-replace-supers@7.22.20(@babel/core@7.24.4): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} @@ -1984,17 +2078,6 @@ packages: '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - /@babel/helper-replace-supers@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} @@ -2049,8 +2132,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.4 /@babel/helpers@7.23.4: resolution: {integrity: sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==} @@ -2061,6 +2144,7 @@ packages: '@babel/types': 7.23.4 transitivePeerDependencies: - supports-color + dev: true /@babel/helpers@7.24.4: resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} @@ -2121,6 +2205,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} @@ -2141,6 +2226,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.3) + dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} @@ -2162,6 +2248,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} @@ -2185,6 +2272,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + dev: true /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.24.4): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} @@ -2207,8 +2295,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.24.0 + dev: true /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.4): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} @@ -2218,28 +2307,29 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 - /@babel/plugin-proposal-export-default-from@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg==} + /@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.3) + dev: true - /@babel/plugin-proposal-export-default-from@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg==} + /@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.4) /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} @@ -2251,6 +2341,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.4): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} @@ -2273,6 +2364,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) + dev: true /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.24.4): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} @@ -2292,12 +2384,13 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.24.4 + '@babel/compat-data': 7.23.3 '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + dev: true /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.4): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} @@ -2306,12 +2399,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.24.4 + '@babel/compat-data': 7.23.3 '@babel/core': 7.24.4 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.4) /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} @@ -2323,6 +2416,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.24.4): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} @@ -2346,6 +2440,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.24.4): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} @@ -2366,6 +2461,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 + dev: true /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} @@ -2382,6 +2478,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -2407,6 +2504,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -2423,7 +2521,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.4): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -2432,7 +2531,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -2441,6 +2540,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -2450,17 +2550,18 @@ packages: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-export-default-from@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA==} + /@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 + dev: true - /@babel/plugin-syntax-export-default-from@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA==} + /@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2475,6 +2576,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} @@ -2484,17 +2586,18 @@ packages: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-flow@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==} + /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 + dev: true - /@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==} + /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2510,15 +2613,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.4): @@ -2538,6 +2642,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} @@ -2555,6 +2660,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -2571,6 +2677,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -2588,6 +2695,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.4): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -2614,6 +2722,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -2630,6 +2739,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -2646,6 +2756,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -2662,6 +2773,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -2678,6 +2790,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -2694,6 +2807,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -2711,6 +2825,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.4): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} @@ -2729,6 +2844,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -2758,24 +2874,6 @@ packages: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 - - /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -2785,6 +2883,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.4): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} @@ -2804,15 +2903,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} @@ -2834,6 +2934,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.4): resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} @@ -2857,17 +2958,18 @@ packages: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) + dev: true - /@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) + '@babel/core': 7.24.4 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) /@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} @@ -2888,15 +2990,17 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} @@ -2915,15 +3019,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.23.3): - resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==} + /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.24.4): + resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.24.4): resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==} @@ -2943,6 +3048,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} @@ -2964,6 +3070,7 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.4): resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==} @@ -2992,20 +3099,22 @@ packages: '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 + dev: true - /@babel/plugin-transform-classes@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} + /@babel/plugin-transform-classes@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.4) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 @@ -3034,16 +3143,17 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 + dev: true - /@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/template': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.15 /@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} @@ -3063,15 +3173,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} @@ -3091,6 +3202,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} @@ -3110,6 +3222,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} @@ -3129,6 +3242,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} @@ -3149,6 +3263,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} @@ -3169,6 +3284,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} @@ -3180,25 +3296,26 @@ packages: '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) - /@babel/plugin-transform-flow-strip-types@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==} + /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) + dev: true - /@babel/plugin-transform-flow-strip-types@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==} + /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.24.4) /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} @@ -3208,16 +3325,17 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-for-of@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} + /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} @@ -3239,17 +3357,18 @@ packages: '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-function-name@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/core': 7.24.4 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} @@ -3271,6 +3390,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} @@ -3290,15 +3410,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-literals@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} @@ -3318,6 +3439,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} @@ -3337,15 +3459,17 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} @@ -3365,6 +3489,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} @@ -3386,6 +3511,7 @@ packages: '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 + dev: true /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.24.4): resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} @@ -3398,17 +3524,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.22.5 - /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} engines: {node: '>=6.9.0'} @@ -3431,6 +3546,7 @@ packages: '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 + dev: true /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} @@ -3453,6 +3569,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} @@ -3473,6 +3590,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.4): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} @@ -3492,6 +3610,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} @@ -3511,6 +3630,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} @@ -3531,6 +3651,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} @@ -3554,6 +3675,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} @@ -3576,16 +3698,18 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) + dev: true - /@babel/plugin-transform-object-super@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.4) + dev: true /@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} @@ -3606,6 +3730,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} @@ -3627,6 +3752,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + dev: true /@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} @@ -3647,15 +3773,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-parameters@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} @@ -3675,6 +3802,17 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} @@ -3697,6 +3835,19 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) + dev: true + + /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.24.4): + resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) /@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} @@ -3718,15 +3869,17 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} @@ -3747,23 +3900,14 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 - - /@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==} + /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.3): resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} @@ -3775,27 +3919,18 @@ packages: '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.3) dev: true - /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.24.4): + /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==} - engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 + dev: true - /@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==} + /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3803,27 +3938,18 @@ packages: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.24.4): + /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} - engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 + dev: true - /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.4): - resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} + /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3843,6 +3969,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) '@babel/types': 7.23.4 + dev: true /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4): resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} @@ -3877,6 +4004,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 + dev: true /@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} @@ -3896,6 +4024,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} @@ -3906,8 +4035,8 @@ packages: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - /@babel/plugin-transform-runtime@7.24.3(@babel/core@7.23.3): - resolution: {integrity: sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==} + /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.23.3): + resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3915,15 +4044,16 @@ packages: '@babel/core': 7.23.3 '@babel/helper-module-imports': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.23.3) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.23.3) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.23.3) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true - /@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.4): - resolution: {integrity: sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==} + /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.24.4): + resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3931,9 +4061,9 @@ packages: '@babel/core': 7.24.4 '@babel/helper-module-imports': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.4) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.4) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.4) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.24.4) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.24.4) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.24.4) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -3946,15 +4076,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} @@ -3974,15 +4105,16 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true - /@babel/plugin-transform-spread@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 /@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.4): @@ -4003,15 +4135,16 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} @@ -4030,15 +4163,17 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} @@ -4057,6 +4192,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} @@ -4092,30 +4228,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.4) - /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.23.3): - resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.23.3) - - /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4): - resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) - /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} engines: {node: '>=6.9.0'} @@ -4124,6 +4236,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} @@ -4143,6 +4256,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} @@ -4163,16 +4277,17 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.23.3): - resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} @@ -4193,6 +4308,7 @@ packages: '@babel/core': 7.23.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} @@ -4293,6 +4409,7 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true /@babel/preset-env@7.24.4(@babel/core@7.24.4): resolution: {integrity: sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==} @@ -4380,7 +4497,7 @@ packages: babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.4) babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.4) babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.4) - core-js-compat: 3.37.0 + core-js-compat: 3.33.3 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -4393,8 +4510,8 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.4) + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.24.4) /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.3): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} @@ -4405,6 +4522,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/types': 7.23.4 esutils: 2.0.3 + dev: true /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.4): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} @@ -4512,6 +4630,7 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: true /@babel/traverse@7.24.1(supports-color@5.5.0): resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} @@ -6072,7 +6191,7 @@ packages: '@legendapp/motion': '>=2.2' dependencies: '@gluestack-style/react': 1.0.54 - '@legendapp/motion': 2.3.0(react-native@0.73.5)(react@18.2.0) + '@legendapp/motion': 2.3.0(react-native@0.73.7)(react@18.2.0) dev: false /@gluestack-style/react@1.0.54: @@ -6082,7 +6201,7 @@ packages: normalize-css-color: 1.0.2 dev: false - /@gluestack-ui/accordion@1.0.4(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/accordion@1.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-zcoOo0spRUG11mVZk6wgsE22LRq8btYnxrxkrBFekmmE51sU7ccoe0XxwvFfEubRPNlD8VjZyuDYIL452Ha/Xw==} peerDependencies: react: '>=16' @@ -6091,16 +6210,17 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/accordion': 0.0.2(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/accordion': 0.0.2(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/actionsheet@0.2.41(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/actionsheet@0.2.41(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-g4jHSbvL8dOE/Eg8b2ANTwF2aGc4LvD6EqOgdX/233dsGfUH1lbT4NgVbEbBYRc8nyVZE5n3NF/owzRXcWbCPw==} peerDependencies: react: '>=16' @@ -6109,19 +6229,20 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/transitions': 0.1.10(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/dialog': 0.0.4(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/transitions': 0.1.10(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/dialog': 0.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/alert-dialog@0.1.28(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/alert-dialog@0.1.28(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-B1WdDjVmSA3/pz9qvlV9iVQIMSPj7DxN5vGznr6xFo9nJE4C30JidYBwK9VgGFo4qIibRkuzGVNzaZSCGOj4Hg==} peerDependencies: react: '>=16' @@ -6130,18 +6251,19 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/dialog': 0.0.4(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/dialog': 0.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/alert@0.1.13(react@18.2.0): + /@gluestack-ui/alert@0.1.13(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-5LxekYIWSF9SxJ7l0yg7QJwCptC1ua3PDRcpIloooxuHg0YP+sejoSfCxgAf5iwparsvY8ILWCYo1iP1rTN2ug==} peerDependencies: react: '>=16' @@ -6151,9 +6273,10 @@ packages: optional: true dependencies: react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@gluestack-ui/avatar@0.1.16(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/avatar@0.1.16(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-5and3vzYuv/Si0q2n+5qOp1mmaT5GKgBBNtMBr+/gtYtqxPV299B0AUL513JDSRaDiJHw/gb0Xxaf5VbgJ0UNA==} peerDependencies: react: '>=16' @@ -6162,13 +6285,14 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/button@1.0.4(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/button@1.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-azM1D2qRcMs4gnIe8BkbBImIGCTjAAsUbh4vPHEz7sRXCS8wnOfg038EMcni+g8lmHTFb4nOSqAhuTdjRFprDg==} peerDependencies: react: '>=16' @@ -6177,15 +6301,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/checkbox@0.1.28(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/checkbox@0.1.28(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-V+FAt1dQro0Pqt4wA7w4Av5kR5lr7O8haqybDwxVjog0Pbp58s237XqbWz/bPx8mvbrU3O0tCdHKsYqdBqZ06g==} peerDependencies: react: '>=16' @@ -6194,15 +6319,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) '@react-aria/visually-hidden': 3.8.10(react@18.2.0) - '@react-native-aria/checkbox': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/checkbox': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/checkbox': 3.6.3(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false @@ -6214,10 +6340,10 @@ packages: '@gluestack-ui/themed': '>=1.1' dependencies: '@gluestack-style/react': 1.0.54 - '@gluestack-ui/themed': 1.1.22(@gluestack-style/react@1.0.54)(@types/react-native@0.73.0)(react-native-svg@13.4.0)(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/themed': 1.1.22(@gluestack-style/react@1.0.54)(@types/react-native@0.73.0)(react-dom@18.2.0)(react-native-svg@13.14.0)(react-native-web@0.19.11)(react-native@0.73.7)(react@18.2.0) dev: false - /@gluestack-ui/divider@0.1.8(react@18.2.0): + /@gluestack-ui/divider@0.1.8(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-l+OQ1XD5qI20ghxKbpi+pqntRtd0mtkmhfXYLODbjt2eec3U9kpV1xawXpfN/TFd45WWZTpEQ616sOQqFLo3RA==} peerDependencies: react: '>=16' @@ -6227,9 +6353,10 @@ packages: optional: true dependencies: react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@gluestack-ui/fab@0.1.20(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/fab@0.1.20(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-N1vqn/6hOP1pzvcrKWHgsfhfLGF/wctbjqQQNc/z7Dzy8IbigA84vqD2p/xfp3d7KKDeE7BOPYFGvYNctuSPsg==} peerDependencies: react: '>=16' @@ -6238,15 +6365,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/form-control@0.1.17(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/form-control@0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-ctmbce3Tf/rpZyXSleOI2aUrOZEa/t7ubaB61F9Y0CauoaELMHrfSr4UZ5y4GC7z7pwvLXtMEpzEWvDQ9Af9Bg==} peerDependencies: react: '>=16' @@ -6255,14 +6383,15 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/hooks@0.1.11(react@18.2.0): + /@gluestack-ui/hooks@0.1.11(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-bcBsF7bTo//JD6L9ekJu0rZs83qYD/pE/Uj3ih3OYEtGU0LDoYiGkBMmDRpVMcVv8bE3TCKivnhHaT/heafInA==} peerDependencies: react: '>=16' @@ -6272,9 +6401,10 @@ packages: optional: true dependencies: react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@gluestack-ui/icon@0.1.20(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/icon@0.1.20(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-f/+DGR3139LU9NbMMvoumZWIwqy4B4e+xc02kAAubiv7p7aqGDV5KPm2JN5vVmCwiDRxX5u0F3SxodSQhEoQZA==} peerDependencies: react: '>=16' @@ -6283,15 +6413,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/provider': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/provider': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/image@0.1.9(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/image@0.1.9(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-Qalp99NrOz/AQM95fYhrKtO7+6s5vtgd8OkxGkdlU+HMiI0m6cDbQRG5jSE5M+RmWJLajfCmKYlNIg2rIj68HA==} peerDependencies: react: '>=16' @@ -6300,15 +6431,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/input@0.1.29(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/input@0.1.29(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-nrgE9NKL1qMleHhxZ7a0aS/A04b5U+ZliapQYoBV4t1TjJIyqpJcXIxQnXWp/JwHoWogJc+yZXAJnwcPK+bbeg==} peerDependencies: react: '>=16' @@ -6317,16 +6449,17 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/link@0.1.20(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/link@0.1.20(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-htYxFh2n1yJAq8JUGNMzOY4RV3F3+yD6QHCt5JpOo3ZBIyOZUMrLzPIaFmDPNRwb2sbzCFYZhK5Qk6v7IsWxPQ==} peerDependencies: react: '>=16' @@ -6335,15 +6468,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/menu@0.2.33(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/menu@0.2.33(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-jHGxqHrSCK0zji9kCY4VIXW5vEVCnQbeTQr7BEbvlSzhnA+ISoqQB/KX4GKGHkZEC60YwQJ8nYoqMeyPFvHt1A==} peerDependencies: react: '>=16' @@ -6352,22 +6486,23 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-aria/overlays': 3.21.1(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/menu': 0.2.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/overlays': 0.3.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/menu': 0.2.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/overlays': 0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-stately: 3.30.1(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/modal@0.1.32(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/modal@0.1.32(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-nqAxbw6hdbHgt4sQR/JCRcwpr4avI4CD1E03Xu+nbfo86qeFi8LgzgSRkoxFQ3pDb0Mej6L/QdZ3RKMpcBPwRg==} peerDependencies: react: '>=16' @@ -6376,19 +6511,20 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/dialog': 0.0.4(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/overlays': 0.3.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/dialog': 0.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/overlays': 0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/overlay@0.1.14(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/overlay@0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-luLb6HRjF51PLfJC1RoEmdcC75WFN9x2jyMh9hTw2UPCzPKi7H0sTLgzyQwyJd57pH06otlJSzzVBxT7VV9QXw==} peerDependencies: react: '>=16' @@ -6397,15 +6533,16 @@ packages: react: optional: true dependencies: - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/overlays': 0.3.12(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/overlays': 0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/popover@0.1.34(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/popover@0.1.34(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-Fr+VB+OWDsF55weCav2f2mtJG3b7xIIo1MC+4xWI4OmpuhGDJ4ixWic57mhtliRnHiJT+3Iyb6hJ2veT6u424Q==} peerDependencies: react: '>=16' @@ -6414,19 +6551,20 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/dialog': 0.0.4(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/overlays': 0.3.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/dialog': 0.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/overlays': 0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/pressable@0.1.16(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/pressable@0.1.16(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-SGUqCCZyMgRtlDN5mO7CN0NM+NMG9S2M3BdhdjI48Jnaks1DdWxzZeaD5xlEhg+Ww/KtmGzVrlSKqPDvVyROiA==} peerDependencies: react: '>=16' @@ -6435,15 +6573,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/progress@0.1.14(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/progress@0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-06ZiHV5JfCOvy+LVgTf91xoNrqVxHXsLJW5J2RphnAV2BsuPfE9Us99nt2NcEYkqK+gSN1rTk4yGZ7RA64DS9g==} peerDependencies: react: '>=16' @@ -6452,13 +6591,14 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/provider@0.1.12(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/provider@0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-EvDEknx6qkrJuKC8ygdixiTvnAAji9moArREueNJdhJp8Af53UIzgWk4m4oqGlRfgrw6p1xApgE/2VTwGE5f7w==} peerDependencies: react: '>=16' @@ -6467,15 +6607,16 @@ packages: react: optional: true dependencies: - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) tsconfig: 7.0.0 typescript: 4.9.5 transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/radio@0.1.29(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/radio@0.1.29(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-npPrKKLN5vMRYxL3nKBGLCMPz1azfD6Mb30Mwk2GHEaN3ib13BmpMKvXr4DyDkQUeicnGGLE/secZQG3iQPpkg==} peerDependencies: react: '>=16' @@ -6484,19 +6625,20 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) '@react-aria/visually-hidden': 3.8.10(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/radio': 0.2.10(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/radio': 0.2.10(react-native@0.73.7)(react@18.2.0) '@react-stately/radio': 3.10.2(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/react-native-aria@0.1.5(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/react-native-aria@0.1.5(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-6IaE4fcBaGMu3kSDKAoo1wE5qXcoKDX5YA14zzYzXN2d67/K9NYSjpoo/GbxDWZVl45X6Z9QLS/SBP7SmsPO+Q==} peerDependencies: react: '>=16' @@ -6505,13 +6647,14 @@ packages: react: optional: true dependencies: - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/select@0.1.25(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/select@0.1.25(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-whwfpFSo4/qvnaJR7a2uA0ca3MotMeBV4IyqpATk7AlMy+NZXi8RjQR5sBzeGP5/RhzwDhcYC8gbCXhyBpJi+g==} peerDependencies: react: '>=16' @@ -6520,16 +6663,17 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/slider@0.1.23(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/slider@0.1.23(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-8lIK03uFJwGaaoFdpnJ0mnCi/jK3y98HphbK34AwDpMFCHbjrG80jNz5YsoX7qTHgDQKwuADlHr7jprC9PM4gA==} peerDependencies: react: '>=16' @@ -6538,19 +6682,20 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) '@react-aria/visually-hidden': 3.8.10(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/slider': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/slider': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/slider': 3.5.2(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/spinner@0.1.14(react@18.2.0): + /@gluestack-ui/spinner@0.1.14(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-6uLUvyJMhYR/sIMU/purfaYPqaKiLqnBi0n0LiWRsJNGDgENqdWVHMJpGTdWaFuCLxumZ7xnp0wG2KAdG9UyyQ==} peerDependencies: react: '>=16' @@ -6560,9 +6705,10 @@ packages: optional: true dependencies: react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@gluestack-ui/switch@0.1.21(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/switch@0.1.21(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-mtntQcMWDMPgmEvBuan/svi3yt1ENiYsC+XvgKTIG5IFT8kZP6sgRZu12Jfu5vf8/fAfpe+nMqIgCgDzJ1xFbQ==} peerDependencies: react: '>=16' @@ -6571,17 +6717,18 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/tabs@0.1.16(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/tabs@0.1.16(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-voSV4J+Ec5u9oq0cCDvgrISrVf4ObYZpbyRDJvS3L/StJYk5lM5sEfLuI3w7stlyvit9pkwi4aQKKX0BN5wBuw==} peerDependencies: react: '>=16' @@ -6590,15 +6737,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/textarea@0.1.21(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/textarea@0.1.21(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-Ykzf03oPIErXVf4+9MuCtehc/q2IvU5OxW1Uhr1J/DQSHshcviUhWzYnNbXvDR+wluqojGRALynqzOfXFj2ONw==} peerDependencies: react: '>=16' @@ -6607,15 +6755,16 @@ packages: react: optional: true dependencies: - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/themed@1.1.22(@gluestack-style/react@1.0.54)(@types/react-native@0.73.0)(react-native-svg@13.4.0)(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/themed@1.1.22(@gluestack-style/react@1.0.54)(@types/react-native@0.73.0)(react-dom@18.2.0)(react-native-svg@13.14.0)(react-native-web@0.19.11)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-gdriivFCdddPR5GDuucNR8r0sLXns1y3qN7a7C38lMjodj5ygAZ7Bg+016vdzQKStQY66tvtxmFZyakkWBVzHg==} peerDependencies: '@gluestack-style/react': '>=1.0' @@ -6635,46 +6784,48 @@ packages: '@gluestack-style/animation-resolver': 1.0.4(@gluestack-style/react@1.0.54) '@gluestack-style/legend-motion-animation-driver': 1.0.3(@gluestack-style/react@1.0.54)(@legendapp/motion@2.3.0) '@gluestack-style/react': 1.0.54 - '@gluestack-ui/accordion': 1.0.4(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/actionsheet': 0.2.41(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/alert': 0.1.13(react@18.2.0) - '@gluestack-ui/alert-dialog': 0.1.28(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/avatar': 0.1.16(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/button': 1.0.4(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/checkbox': 0.1.28(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/divider': 0.1.8(react@18.2.0) - '@gluestack-ui/fab': 0.1.20(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/form-control': 0.1.17(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/icon': 0.1.20(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/image': 0.1.9(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/input': 0.1.29(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/link': 0.1.20(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/menu': 0.2.33(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/modal': 0.1.32(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/popover': 0.1.34(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/pressable': 0.1.16(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/progress': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/provider': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/radio': 0.1.29(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/select': 0.1.25(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/slider': 0.1.23(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/spinner': 0.1.14(react@18.2.0) - '@gluestack-ui/switch': 0.1.21(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/tabs': 0.1.16(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/textarea': 0.1.21(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/toast': 1.0.4(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/tooltip': 0.1.30(react-native@0.73.5)(react@18.2.0) - '@legendapp/motion': 2.3.0(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/accordion': 1.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/actionsheet': 0.2.41(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/alert': 0.1.13(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/alert-dialog': 0.1.28(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/avatar': 0.1.16(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/button': 1.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/checkbox': 0.1.28(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/divider': 0.1.8(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/fab': 0.1.20(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/form-control': 0.1.17(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/icon': 0.1.20(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/image': 0.1.9(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/input': 0.1.29(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/link': 0.1.20(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/menu': 0.2.33(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/modal': 0.1.32(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/popover': 0.1.34(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/pressable': 0.1.16(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/progress': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/provider': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/radio': 0.1.29(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/select': 0.1.25(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/slider': 0.1.23(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/spinner': 0.1.14(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/switch': 0.1.21(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/tabs': 0.1.16(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/textarea': 0.1.21(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/toast': 1.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/tooltip': 0.1.30(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@legendapp/motion': 2.3.0(react-native@0.73.7)(react@18.2.0) '@types/react-native': 0.73.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) - react-native-svg: 13.4.0(react-native@0.73.5)(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native-svg: 13.14.0(react-native@0.73.7)(react@18.2.0) + react-native-web: 0.19.11(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - nativewind dev: false - /@gluestack-ui/toast@1.0.4(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/toast@1.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-GVEESsSl567OR/0JlVTuivK6G1EgfEC7N+CAuH6lx+s87qXcOMXeFAgltp6Mxl8g0g5hTPLWrDts2qQLzqwFOA==} peerDependencies: react: '>=16' @@ -6683,17 +6834,18 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/transitions': 0.1.10(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/transitions': 0.1.10(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/tooltip@0.1.30(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/tooltip@0.1.30(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-Z3HModlriqqnC7Jgk0s5aPwEamHfrMF11TKn3d/LyTMUQj9ZxoAD9IWT0rRvPU2/VXlydJHXbG0smnD6xVlHtA==} peerDependencies: react: '>=16' @@ -6702,18 +6854,19 @@ packages: react: optional: true dependencies: - '@gluestack-ui/hooks': 0.1.11(react@18.2.0) - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/overlays': 0.3.12(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/hooks': 0.1.11(react-dom@18.2.0)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/overlays': 0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/transitions@0.1.10(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/transitions@0.1.10(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-oOwYAmbebAowDCDZyRdGwhK2of46b642OZQxBBkln/BX7YEvY4PhQIfup0HUCG9YA5IzlQnw0iwqREbaVNKIgA==} peerDependencies: react: '>=16' @@ -6722,16 +6875,17 @@ packages: react: optional: true dependencies: - '@gluestack-ui/overlay': 0.1.14(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/react-native-aria': 0.1.5(react-native@0.73.5)(react@18.2.0) - '@gluestack-ui/utils': 0.1.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@gluestack-ui/overlay': 0.1.14(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/react-native-aria': 0.1.5(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@gluestack-ui/utils': 0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false - /@gluestack-ui/utils@0.1.12(react-native@0.73.5)(react@18.2.0): + /@gluestack-ui/utils@0.1.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-OhOkljhr7foCUJP//8LwMN3EX4/pniFWmQpk1yDJMQL9DaTJbP7s3HsnTM7UzH2kp9DR1Utoz9Y9WscH3ajLpQ==} peerDependencies: react: '>=16' @@ -6740,8 +6894,9 @@ packages: react: optional: true dependencies: - '@react-native-aria/focus': 0.2.9(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/focus': 0.2.9(react-native@0.73.7)(react@18.2.0) react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - react-native dev: false @@ -7563,7 +7718,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@babel/parser': 7.24.4 - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.3) '@babel/traverse': 7.24.1(supports-color@5.5.0) '@babel/types': 7.24.0 '@graphql-tools/utils': 9.2.1(graphql@16.8.1) @@ -7582,7 +7737,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/parser': 7.24.4 - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.4) '@babel/traverse': 7.24.1(supports-color@5.5.0) '@babel/types': 7.24.0 '@graphql-tools/utils': 10.0.11(graphql@16.8.1) @@ -7986,26 +8141,26 @@ packages: /@internationalized/date@3.5.2: resolution: {integrity: sha512-vo1yOMUt2hzp63IutEaTUxROdvQg1qlMRsbCvbay2AK2Gai7wIgCyK5weEX3nHkiLgo4qCXHijFNC/ILhlRpOQ==} dependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 dev: false /@internationalized/message@3.1.2: resolution: {integrity: sha512-MHAWsZWz8jf6jFPZqpTudcCM361YMtPIRu9CXkYmKjJ/0R3pQRScV5C0zS+Qi50O5UAm8ecKhkXx6mWDDcF6/g==} dependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 intl-messageformat: 10.5.11 dev: false /@internationalized/number@3.5.1: resolution: {integrity: sha512-N0fPU/nz15SwR9IbfJ5xaS9Ss/O5h1sVXMZf43vc9mxEG48ovglvvzBjF53aHlq20uoR6c+88CrIXipU/LSzwg==} dependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 dev: false /@internationalized/string@3.2.1: resolution: {integrity: sha512-vWQOvRIauvFMzOO+h7QrdsJmtN1AXAFVcaLWP9AseRN2o7iHceZ6bIXhBD4teZl8i91A3gxKnWBlGgjCwU6MFQ==} dependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 dev: false /@irys/arweave@0.0.2: @@ -8324,6 +8479,7 @@ packages: '@types/node': 18.19.31 '@types/yargs': 16.0.9 chalk: 4.1.2 + dev: true /@jest/types@29.6.3: resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} @@ -8374,12 +8530,6 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - /@jridgewell/source-map@0.3.6: - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} @@ -8402,7 +8552,7 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@legendapp/motion@2.3.0(react-native@0.73.5)(react@18.2.0): + /@legendapp/motion@2.3.0(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-LtTD06eyz/Ge23FAR6BY+i9Gsgr/ZgxE12FneML8LrZGcZOSPN2Ojz3N2eJaTiA50kqoeqrGCaYJja8KgKpL6Q==} peerDependencies: nativewind: ^2.0.0 @@ -8416,7 +8566,7 @@ packages: dependencies: '@legendapp/tools': 2.0.1(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false /@legendapp/tools@2.0.1(react@18.2.0): @@ -9111,7 +9261,7 @@ packages: '@metamask/providers': 10.2.1 '@metamask/sdk-communication-layer': 0.14.3 '@metamask/sdk-install-modal-web': 0.14.1(@types/react@18.2.38) - '@react-native-async-storage/async-storage': 1.23.1 + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.7) '@types/dom-screen-wake-lock': 1.0.3 bowser: 2.11.0 cross-fetch: 4.0.0 @@ -9157,7 +9307,7 @@ packages: '@metamask/providers': 10.2.1 '@metamask/sdk-communication-layer': 0.14.3 '@metamask/sdk-install-modal-web': 0.14.1(@types/react@18.2.79) - '@react-native-async-storage/async-storage': 1.23.1 + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.7) '@types/dom-screen-wake-lock': 1.0.3 bowser: 2.11.0 cross-fetch: 4.0.0 @@ -9216,6 +9366,10 @@ packages: transitivePeerDependencies: - supports-color + /@microsoft/applicationinsights-web-snippet@1.1.2: + resolution: {integrity: sha512-qPoOk3MmEx3gS6hTc1/x8JWQG5g4BvRdH7iqZMENBsKCL927b7D7Mvl19bh3sW9Ucrg1fVrF+4hqShwQNdqLxQ==} + dev: false + /@microsoft/tsdoc-config@0.16.2: resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} dependencies: @@ -9566,6 +9720,65 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 + /@opentelemetry/api@1.8.0: + resolution: {integrity: sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==} + engines: {node: '>=8.0.0'} + dev: false + + /@opentelemetry/core@1.24.0(@opentelemetry/api@1.8.0): + resolution: {integrity: sha512-FP2oN7mVPqcdxJDTTnKExj4mi91EH+DNuArKfHTjPuJWe2K1JfMIVXNfahw1h3onJxQnxS8K0stKkogX05s+Aw==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/semantic-conventions': 1.24.0 + dev: false + + /@opentelemetry/instrumentation@0.41.2(@opentelemetry/api@1.8.0): + resolution: {integrity: sha512-rxU72E0pKNH6ae2w5+xgVYZLzc5mlxAbGzF4shxMVK8YC2QQsfN38B2GPbj0jvrKWWNUElfclQ+YTykkNg/grw==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': ^1.3.0 + dependencies: + '@opentelemetry/api': 1.8.0 + '@types/shimmer': 1.0.5 + import-in-the-middle: 1.4.2 + require-in-the-middle: 7.3.0 + semver: 7.6.0 + shimmer: 1.2.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@opentelemetry/resources@1.24.0(@opentelemetry/api@1.8.0): + resolution: {integrity: sha512-mxC7E7ocUS1tLzepnA7O9/G8G6ZTdjCH2pXme1DDDuCuk6n2/53GADX+GWBuyX0dfIxeMInIbJAdjlfN9GNr6A==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.24.0(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.24.0 + dev: false + + /@opentelemetry/sdk-trace-base@1.24.0(@opentelemetry/api@1.8.0): + resolution: {integrity: sha512-H9sLETZ4jw9UJ3totV8oM5R0m4CW0ZIOLfp4NV3g0CM8HD5zGZcaW88xqzWDgiYRpctFxd+WmHtGX/Upoa2vRg==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.24.0(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.24.0(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.24.0 + dev: false + + /@opentelemetry/semantic-conventions@1.24.0: + resolution: {integrity: sha512-yL0jI6Ltuz8R+Opj7jClGrul6pOoYrdfVmzQS4SITXRPH7I5IRZbrwe/6/v8v4WYMa6MYZG480S1+uc/IGfqsA==} + engines: {node: '>=14'} + dev: false + /@parcel/watcher-android-arm64@2.3.0: resolution: {integrity: sha512-f4o9eA3dgk0XRT3XhB0UWpWpLnKgrh1IwNJKJ7UJek7eTYccQ8LR7XUWFKqw6aEq5KUNlCcGvSzKqSX/vtWVVA==} engines: {node: '>= 10.0.0'} @@ -9915,7 +10128,7 @@ packages: resolution: {integrity: sha512-a7mrlPTM3tAFJyz43qb4pPVpUx8j8TzZBFsNFqcKcE/sEakNXRlQAuCT4RGZRf9dQiiUnBahzSIWawU4rENl+Q==} dependencies: '@babel/core': 7.24.4 - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.4) pirates: 4.0.6 source-map-support: 0.5.21 transitivePeerDependencies: @@ -9985,7 +10198,7 @@ packages: react: 18.2.0 dev: false - /@react-aria/dialog@3.5.12(react@18.2.0): + /@react-aria/dialog@3.5.12(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7UJR/h/Y364u6Ltpw0bT51B48FybTuIBacGpEJN5IxZlpxvQt0KQcBDiOWfAa/GQogw4B5hH6agaOO0nJcP49Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -9995,12 +10208,13 @@ packages: optional: true dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) - '@react-aria/overlays': 3.21.1(react@18.2.0) + '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) '@react-types/dialog': 3.5.8(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@react-aria/focus@3.16.2(react@18.2.0): @@ -10014,8 +10228,8 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 - clsx: 2.1.1 + '@swc/helpers': 0.5.10 + clsx: 2.1.0 react: 18.2.0 dev: false @@ -10031,7 +10245,7 @@ packages: '@react-aria/utils': 3.23.2(react@18.2.0) '@react-stately/form': 3.0.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -10050,7 +10264,7 @@ packages: '@react-aria/ssr': 3.9.2(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -10065,7 +10279,7 @@ packages: '@react-aria/ssr': 3.9.2(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -10079,11 +10293,11 @@ packages: dependencies: '@react-aria/utils': 3.23.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false - /@react-aria/menu@3.13.1(react@18.2.0): + /@react-aria/menu@3.13.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jF80YIcvD16Fgwm5pj7ViUE3Dj7z5iewQixLaFVdvpgfyE58SD/ZVU9/JkK5g/03DYM0sjpUKZGkdFxxw8eKnw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -10095,8 +10309,8 @@ packages: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/overlays': 3.21.1(react@18.2.0) - '@react-aria/selection': 3.17.5(react@18.2.0) + '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/menu': 3.6.1(react@18.2.0) @@ -10104,11 +10318,12 @@ packages: '@react-types/button': 3.9.2(react@18.2.0) '@react-types/menu': 3.9.7(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/overlays@3.21.1(react@18.2.0): + /@react-aria/overlays@3.21.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-djEBDF+TbIIOHWWNpdm19+z8xtY8U+T+wKVQg/UZ6oWnclSqSWeGl70vu73Cg4HVBJ4hKf1SRx4Z/RN6VvH4Yw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -10127,8 +10342,9 @@ packages: '@react-types/button': 3.9.2(react@18.2.0) '@react-types/overlays': 3.8.5(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@react-aria/radio@3.10.2(react@18.2.0): @@ -10148,11 +10364,11 @@ packages: '@react-stately/radio': 3.10.2(react@18.2.0) '@react-types/radio': 3.7.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false - /@react-aria/selection@3.17.5(react@18.2.0): + /@react-aria/selection@3.17.5(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-gO5jBUkc7WdkiFMlWt3x9pTSuj3Yeegsxfo44qU5NPlKrnGtPRZDWrlACNgkDHu645RNNPhlyoX0C+G8mUg1xA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -10167,8 +10383,9 @@ packages: '@react-aria/utils': 3.23.2(react@18.2.0) '@react-stately/selection': 3.14.3(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@react-aria/slider@3.7.6(react@18.2.0): @@ -10187,7 +10404,7 @@ packages: '@react-stately/slider': 3.5.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) '@react-types/slider': 3.7.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -10200,7 +10417,7 @@ packages: react: optional: true dependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -10217,7 +10434,7 @@ packages: '@react-aria/utils': 3.23.2(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -10232,8 +10449,8 @@ packages: '@react-aria/ssr': 3.9.2(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 - clsx: 2.1.1 + '@swc/helpers': 0.5.10 + clsx: 2.1.0 react: 18.2.0 dev: false @@ -10248,11 +10465,11 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false - /@react-native-aria/accordion@0.0.2(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/accordion@0.0.2(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-2Wa/YDBc2aCunTLpqwxTfCwn1t63KSAIoXd0hqrUGJJF+N2bEs2Hqs9ZgyKJ/hzFxCknVPMqo0fEVE1H23Z5+g==} peerDependencies: react: '*' @@ -10264,10 +10481,10 @@ packages: optional: true dependencies: react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/checkbox@0.2.9(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/checkbox@0.2.9(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-REycBw1DKbw2r9LbynrB+egWOnJXo1YPoMkAQOv6wiKgIzRZ69l4GpmAwkwqUmKit+DJM9Van6/cGl9kOKTAeA==} peerDependencies: react: '*' @@ -10280,14 +10497,14 @@ packages: dependencies: '@react-aria/checkbox': 3.2.1(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-native-aria/toggle': 0.2.8(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/toggle': 0.2.8(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/dialog@0.0.4(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/dialog@0.0.4(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-l974yT9Z8KTSfY0rjaDNx5PsuGw50jRsdrkez+eP0P8ENx2uKHDzPPZDLo5XS5aiChFWbLaZFXp8rU0TRVOMmg==} peerDependencies: react: '*' @@ -10298,17 +10515,17 @@ packages: react-native: optional: true dependencies: - '@react-aria/dialog': 3.5.12(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-aria/dialog': 3.5.12(react-dom@18.2.0)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-types/dialog': 3.5.8(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) transitivePeerDependencies: - react-dom dev: false - /@react-native-aria/focus@0.2.9(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/focus@0.2.9(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-zVgOIzKwnsyyurUxlZnzUKB2ekK/cmK64sQJIKKUlkJKVxd2EAFf7Sjz/NVEoMhTODN3qGRASTv9bMk/pBzzVA==} peerDependencies: react: '*' @@ -10321,10 +10538,10 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/interactions@0.2.13(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/interactions@0.2.13(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-Uzru5Pqq5pG46lg/pzXoku9Y9k1UvuwJB/HRLSwahdC6eyNJOOm4kmadR/iziL/BeTAi5rOZsPEd0IKcMdH3nA==} peerDependencies: react: '*' @@ -10337,12 +10554,12 @@ packages: dependencies: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/menu@0.2.12(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/menu@0.2.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-sgtU3vlYdR7dx1GL7E0rMi19c2FFe7vPe3+6m6fyuGwQAZCEeHsrjDPdVbyx8HxDym8oOcmACeyfjCohiDK7/Q==} peerDependencies: react: '*' @@ -10354,23 +10571,23 @@ packages: optional: true dependencies: '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/menu': 3.13.1(react@18.2.0) - '@react-aria/selection': 3.17.5(react@18.2.0) + '@react-aria/menu': 3.13.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/overlays': 0.3.12(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/overlays': 0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/menu': 3.6.1(react@18.2.0) '@react-stately/tree': 3.7.6(react@18.2.0) '@react-types/menu': 3.9.7(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) transitivePeerDependencies: - react-dom dev: false - /@react-native-aria/overlays@0.3.12(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/overlays@0.3.12(react-dom@18.2.0)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-XV/JjL+zimkpDT7WfomrZl6D7on2RFnhlM0/EPwCPoHRALrJf1gcyEtl0ubWpB3b9yg5uliJ8u0zOS9ui/8S/Q==} peerDependencies: react: '*' @@ -10383,16 +10600,17 @@ packages: optional: true dependencies: '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/overlays': 3.21.1(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/overlays': 3.8.5(react@18.2.0) dom-helpers: 5.2.1 react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/radio@0.2.10(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/radio@0.2.10(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-q6oe/cMPKJDDaE11J8qBfAgn3tLRh1OFYCPDVIOXkGGm/hjEQNCR+E46kX9yQ+oD2ajf0WV/toxG3RqWAiKZ6Q==} peerDependencies: react: '*' @@ -10405,15 +10623,15 @@ packages: dependencies: '@react-aria/radio': 3.10.2(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/radio': 3.10.2(react@18.2.0) '@react-types/radio': 3.7.1(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/slider@0.2.11(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/slider@0.2.11(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-GVT0VOEosf7jk5B6nU0stxitnHbAWLjmarOgkun0/Nnkc0/RwRaf+hfdPGA8rZqNS01CIgooJSrxfIfyNgybpg==} peerDependencies: react: '*' @@ -10429,13 +10647,13 @@ packages: '@react-aria/label': 3.7.6(react@18.2.0) '@react-aria/slider': 3.7.6(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/slider': 3.5.2(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/toggle@0.2.8(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/toggle@0.2.8(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-4TJXuIUuVeozbV3Lk9YUxHxCHAhignn6/GfEdQv8XsfKHUmRMHyvXwdrmKTQCnbtz2Nn+NDUoqKUfZtOYpT3cg==} peerDependencies: react: '*' @@ -10448,15 +10666,15 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-native-aria/interactions': 0.2.13(react-native@0.73.5)(react@18.2.0) - '@react-native-aria/utils': 0.2.11(react-native@0.73.5)(react@18.2.0) + '@react-native-aria/interactions': 0.2.13(react-native@0.73.7)(react@18.2.0) + '@react-native-aria/utils': 0.2.11(react-native@0.73.7)(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-aria/utils@0.2.11(react-native@0.73.5)(react@18.2.0): + /@react-native-aria/utils@0.2.11(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-8MzE25pYDo1ZQtu7N9grx2Q+2uK58Tvvg4iJ7Nvx3PXTEz2XKU8G//yX9un97f7zCM6ptL8viRdKbSYDBmQvsA==} peerDependencies: react: '*' @@ -10470,10 +10688,10 @@ packages: '@react-aria/ssr': 3.9.2(react@18.2.0) '@react-aria/utils': 3.23.2(react@18.2.0) react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: false - /@react-native-async-storage/async-storage@1.23.1: + /@react-native-async-storage/async-storage@1.23.1(react-native@0.73.7): resolution: {integrity: sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA==} peerDependencies: react-native: ^0.0.0-0 || >=0.60 <1.0 @@ -10482,6 +10700,26 @@ packages: optional: true dependencies: merge-options: 3.0.4 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + + /@react-native-clipboard/clipboard@1.14.1(react-native-macos@0.73.26)(react-native-windows@0.73.12)(react-native@0.73.7)(react@18.2.0): + resolution: {integrity: sha512-SM3el0A28SwoeJljVNhF217o0nI4E7RfalLmuRQcT1/7tGcxUjgFa3jyrEndYUct8/uxxK5EUNGUu1YEDqzxqw==} + peerDependencies: + react: 16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || 18.0.0 || 18.1.0 || 18.2.0 + react-native: ^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0 + react-native-macos: ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0 + react-native-windows: ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0 + peerDependenciesMeta: + react: + optional: true + react-native: + optional: true + dependencies: + react: 18.2.0 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native-macos: 0.73.26(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0) + react-native-windows: 0.73.12(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0) + dev: false /@react-native-community/cli-clean@11.3.10: resolution: {integrity: sha512-g6QjW+DSqoWRHzmIQW3AH22k1AnynWuOdy2YPwYEGgPddTeXZtJphIpEVwDOiC0L4mZv2VmiX33/cGNUwO0cIA==} @@ -10492,6 +10730,7 @@ packages: prompts: 2.4.2 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-clean@12.3.6: resolution: {integrity: sha512-gUU29ep8xM0BbnZjwz9MyID74KKwutq9x5iv4BCr2im6nly4UMf1B1D+V225wR7VcDGzbgWjaezsJShLLhC5ig==} @@ -10513,6 +10752,7 @@ packages: joi: 17.11.0 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-config@12.3.6: resolution: {integrity: sha512-JGWSYQ9EAK6m2v0abXwFLEfsqJ1zkhzZ4CV261QZF9MoUNB6h57a274h1MLQR9mG6Tsh38wBUuNfEPUvS1vYew==} @@ -10522,7 +10762,7 @@ packages: cosmiconfig: 5.2.1 deepmerge: 4.3.1 glob: 7.2.3 - joi: 17.13.0 + joi: 17.11.0 transitivePeerDependencies: - encoding @@ -10532,6 +10772,7 @@ packages: serve-static: 1.15.0 transitivePeerDependencies: - supports-color + dev: true /@react-native-community/cli-debugger-ui@12.3.6: resolution: {integrity: sha512-SjUKKsx5FmcK9G6Pb6UBFT0s9JexVStK5WInmANw75Hm7YokVvHEgtprQDz2Uvy5znX5g2ujzrkIU//T15KQzA==} @@ -10563,6 +10804,7 @@ packages: yaml: 2.3.4 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-doctor@12.3.6: resolution: {integrity: sha512-fvBDv2lTthfw4WOQKkdTop2PlE9GtfrlNnpjB818MhcdEnPjfQw5YaTUcnNEGsvGomdCs1MVRMgYXXwPSN6OvQ==} @@ -10574,7 +10816,7 @@ packages: chalk: 4.1.2 command-exists: 1.2.9 deepmerge: 4.3.1 - envinfo: 7.12.0 + envinfo: 7.11.0 execa: 5.1.1 hermes-profile-transformer: 0.0.6 node-stream-zip: 1.15.0 @@ -10596,6 +10838,7 @@ packages: ip: 1.1.8 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-hermes@12.3.6: resolution: {integrity: sha512-sNGwfOCl8OAIjWCkwuLpP8NZbuO0dhDI/2W7NeOGDzIBsf4/c4MptTrULWtGIH9okVPLSPX0NnRyGQ+mSwWyuQ==} @@ -10617,6 +10860,7 @@ packages: logkitty: 0.7.1 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-platform-android@12.3.6: resolution: {integrity: sha512-DeDDAB8lHpuGIAPXeeD9Qu2+/wDTFPo99c8uSW49L0hkmZJixzvvvffbGQAYk32H0TmaI7rzvzH+qzu7z3891g==} @@ -10624,7 +10868,7 @@ packages: '@react-native-community/cli-tools': 12.3.6 chalk: 4.1.2 execa: 5.1.1 - fast-xml-parser: 4.3.6 + fast-xml-parser: 4.3.2 glob: 7.2.3 logkitty: 0.7.1 transitivePeerDependencies: @@ -10641,6 +10885,7 @@ packages: ora: 5.4.1 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-platform-ios@12.3.6: resolution: {integrity: sha512-3eZ0jMCkKUO58wzPWlvAPRqezVKm9EPZyaPyHbRPWU8qw7JqkvnRlWIaYDGpjCJgVW4k2hKsEursLtYKb188tg==} @@ -10648,7 +10893,7 @@ packages: '@react-native-community/cli-tools': 12.3.6 chalk: 4.1.2 execa: 5.1.1 - fast-xml-parser: 4.3.6 + fast-xml-parser: 4.3.2 glob: 7.2.3 ora: 5.4.1 transitivePeerDependencies: @@ -10674,27 +10919,7 @@ packages: - encoding - supports-color - utf-8-validate - - /@react-native-community/cli-plugin-metro@11.3.10(@babel/core@7.24.4): - resolution: {integrity: sha512-ZYAc5Hc+QVqJgj1XFbpKnIPbSJ9xKcBnfQrRhR+jFyt2DWx85u4bbzY1GSVc/USs0UbSUXv4dqPbnmOJz52EYQ==} - dependencies: - '@react-native-community/cli-server-api': 11.3.10 - '@react-native-community/cli-tools': 11.3.10 - chalk: 4.1.2 - execa: 5.1.1 - metro: 0.76.8 - metro-config: 0.76.8 - metro-core: 0.76.8 - metro-react-native-babel-transformer: 0.76.8(@babel/core@7.24.4) - metro-resolver: 0.76.8 - metro-runtime: 0.76.8 - readline: 1.3.0 - transitivePeerDependencies: - - '@babel/core' - - bufferutil - - encoding - - supports-color - - utf-8-validate + dev: true /@react-native-community/cli-plugin-metro@12.3.6: resolution: {integrity: sha512-3jxSBQt4fkS+KtHCPSyB5auIT+KKIrPCv9Dk14FbvOaEh9erUWEm/5PZWmtboW1z7CYeNbFMeXm9fM2xwtVOpg==} @@ -10716,6 +10941,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: true /@react-native-community/cli-server-api@12.3.6: resolution: {integrity: sha512-80NIMzo8b2W+PL0Jd7NjiJW9mgaT8Y8wsIT/lh6mAvYH7mK0ecDJUYUTAAv79Tbo1iCGPAr3T295DlVtS8s4yQ==} @@ -10749,6 +10975,7 @@ packages: shell-quote: 1.8.1 transitivePeerDependencies: - encoding + dev: true /@react-native-community/cli-tools@12.3.6: resolution: {integrity: sha512-FPEvZn19UTMMXUp/piwKZSh8cMEfO8G3KDtOwo53O347GTcwNrKjgZGtLSPELBX2gr+YlzEft3CoRv2Qmo83fQ==} @@ -10770,11 +10997,12 @@ packages: resolution: {integrity: sha512-0FHK/JE7bTn0x1y8Lk5m3RISDHIBQqWLltO2Mf7YQ6cAeKs8iNOJOeKaHJEY+ohjsOyCziw+XSC4cY57dQrwNA==} dependencies: joi: 17.11.0 + dev: true /@react-native-community/cli-types@12.3.6: resolution: {integrity: sha512-xPqTgcUtZowQ8WKOkI9TLGBwH2bGggOC4d2FFaIRST3gTcjrEeGRNeR5aXCzJFIgItIft8sd7p2oKEdy90+01Q==} dependencies: - joi: 17.13.0 + joi: 17.11.0 /@react-native-community/cli@11.3.10(@babel/core@7.23.3): resolution: {integrity: sha512-bIx0t5s9ewH1PlcEcuQUD+UnVrCjPGAfjhVR5Gew565X60nE+GTIHRn70nMv9G4he/amBF+Z+vf5t8SNZEWMwg==} @@ -10804,35 +11032,7 @@ packages: - encoding - supports-color - utf-8-validate - - /@react-native-community/cli@11.3.10(@babel/core@7.24.4): - resolution: {integrity: sha512-bIx0t5s9ewH1PlcEcuQUD+UnVrCjPGAfjhVR5Gew565X60nE+GTIHRn70nMv9G4he/amBF+Z+vf5t8SNZEWMwg==} - engines: {node: '>=16'} - hasBin: true - dependencies: - '@react-native-community/cli-clean': 11.3.10 - '@react-native-community/cli-config': 11.3.10 - '@react-native-community/cli-debugger-ui': 11.3.10 - '@react-native-community/cli-doctor': 11.3.10 - '@react-native-community/cli-hermes': 11.3.10 - '@react-native-community/cli-plugin-metro': 11.3.10(@babel/core@7.24.4) - '@react-native-community/cli-server-api': 11.3.10 - '@react-native-community/cli-tools': 11.3.10 - '@react-native-community/cli-types': 11.3.10 - chalk: 4.1.2 - commander: 9.5.0 - execa: 5.1.1 - find-up: 4.1.0 - fs-extra: 8.1.0 - graceful-fs: 4.2.11 - prompts: 2.4.2 - semver: 7.6.0 - transitivePeerDependencies: - - '@babel/core' - - bufferutil - - encoding - - supports-color - - utf-8-validate + dev: true /@react-native-community/cli@12.3.6: resolution: {integrity: sha512-647OSi6xBb8FbwFqX9zsJxOzu685AWtrOUWHfOkbKD+5LOpGORw+GQo0F9rWZnB68rLQyfKUZWJeaD00pGv5fw==} @@ -10863,8 +11063,131 @@ packages: - supports-color - utf-8-validate + /@react-native-community/netinfo@11.3.1(react-native@0.73.7): + resolution: {integrity: sha512-UBnJxyV0b7i9Moa97Av+HKho1ByzX0DtbJXzUQS5E3xhQs6P2D/Os0iw3ouy7joY1TVd6uIhplPbr7l1SJNaNQ==} + peerDependencies: + react-native: '>=0.59' + peerDependenciesMeta: + react-native: + optional: true + dependencies: + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + dev: false + + /@react-native-mac/virtualized-lists@0.73.3(react-native@0.73.7): + resolution: {integrity: sha512-7UcvjGYLIU0s2FzVLUPxHYo68tqtZV6x0AH8B0Hf9mkkpENGdRIKD7wDv0kjb/GkVn+qk94u3u0kQyMNRY9UkQ==} + engines: {node: '>=18'} + peerDependencies: + react-native: '*' + peerDependenciesMeta: + react-native: + optional: true + dependencies: + invariant: 2.2.4 + nullthrows: 1.1.1 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + dev: false + + /@react-native-windows/cli@0.73.3(react-native@0.73.7): + resolution: {integrity: sha512-mPlK5H/KohXUy/c7Gu/z29MtBTiUUVr8/p0bEf/Hs4jObISu4pVyU1xWNVaKXbmQ29Vbq9rWrynHNhKoEGqETw==} + engines: {node: '>= 18'} + peerDependencies: + react-native: '*' + peerDependenciesMeta: + react-native: + optional: true + dependencies: + '@react-native-windows/codegen': 0.73.1(react-native@0.73.7) + '@react-native-windows/fs': 0.73.1 + '@react-native-windows/package-utils': 0.73.1 + '@react-native-windows/telemetry': 0.73.2 + '@xmldom/xmldom': 0.7.13 + chalk: 4.1.2 + cli-spinners: 2.9.1 + envinfo: 7.11.0 + find-up: 4.1.0 + glob: 7.2.3 + lodash: 4.17.21 + mustache: 4.2.0 + ora: 3.4.0 + prompts: 2.4.2 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + semver: 7.6.0 + shelljs: 0.8.5 + username: 5.1.0 + uuid: 3.4.0 + xml-formatter: 2.6.1 + xml-parser: 1.2.1 + xpath: 0.0.27 + transitivePeerDependencies: + - applicationinsights-native-metrics + - supports-color + dev: false + + /@react-native-windows/codegen@0.73.1(react-native@0.73.7): + resolution: {integrity: sha512-rwOYHwG9CJu9YPvjZH4rlCDWjNoJUokcfh8belumKD8eZh6G855RiJ3SmcGoozV3r4m7fYWGs71mjQmnyPScXw==} + engines: {node: '>= 18'} + hasBin: true + peerDependencies: + react-native: '*' + peerDependenciesMeta: + react-native: + optional: true + dependencies: + '@react-native-windows/fs': 0.73.1 + chalk: 4.1.2 + globby: 11.1.0 + mustache: 4.2.0 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + source-map-support: 0.5.21 + yargs: 16.2.0 + dev: false + + /@react-native-windows/find-repo-root@0.73.1: + resolution: {integrity: sha512-CsYidJxvJYIUmbqgrzZEWbVnZjvY4CpfVXlNKhi1BpYj0F26eCAHNHYS38QS+9FIoy+YOyE+jEoTsGVhXkXmOA==} + engines: {node: '>= 18'} + dependencies: + '@react-native-windows/fs': 0.73.1 + find-up: 4.1.0 + dev: false + + /@react-native-windows/fs@0.73.1: + resolution: {integrity: sha512-FVJeyc1uRJguEdwWsucrOnRWQOB3JlRapPqL3EKUO/i1TX0Fbd8b8MCb9pjCOihoHnN0+aCY9Y8aSar2M33kAw==} + engines: {node: '>= 18'} + dependencies: + graceful-fs: 4.2.11 + dev: false + + /@react-native-windows/package-utils@0.73.1: + resolution: {integrity: sha512-psr0ESygZWJoyCXreRzOOJa7cIWuZ5btrpeMYvoFej1p/CaJA65pLHuFiFaFi580KkHFvHJYG8mY3K4PDzqctA==} + engines: {node: '>= 18'} + dependencies: + '@react-native-windows/find-repo-root': 0.73.1 + '@react-native-windows/fs': 0.73.1 + get-monorepo-packages: 1.2.0 + lodash: 4.17.21 + dev: false + + /@react-native-windows/telemetry@0.73.2: + resolution: {integrity: sha512-QOo5t6aiO+BlPdJgQGYY/9IWtOkI4h/YoAYbpuFsMsLfBuyzM+5yovoeamIf5Cd9zFYM0YUswZ0VJx4Q7zP4zQ==} + engines: {node: '>= 18'} + dependencies: + '@react-native-windows/fs': 0.73.1 + '@xmldom/xmldom': 0.7.13 + applicationinsights: 2.7.3 + ci-info: 3.9.0 + envinfo: 7.11.0 + lodash: 4.17.21 + os-locale: 5.0.0 + xpath: 0.0.27 + transitivePeerDependencies: + - applicationinsights-native-metrics + - supports-color + dev: false + /@react-native/assets-registry@0.72.0: resolution: {integrity: sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ==} + dev: true /@react-native/assets-registry@0.73.1: resolution: {integrity: sha512-2FgAbU7uKM5SbbW9QptPPZx8N9Ke2L7bsHb+EhAanZjFZunA9PaYtyjUQ1s7HD+zDVqOQIvjkpXSv7Kejd2tqg==} @@ -10888,42 +11211,42 @@ packages: '@babel/core': 7.24.4 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.24.4) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-export-default-from': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.24.4) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.4) '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.4) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.24.4) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.4) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.24.4) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.4) - '@babel/template': 7.24.0 + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.4) + '@babel/template': 7.22.15 '@react-native/babel-plugin-codegen': 0.73.4(@babel/preset-env@7.24.4) babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.24.4) react-refresh: 0.14.0 @@ -10943,19 +11266,7 @@ packages: nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - - /@react-native/codegen@0.72.7(@babel/preset-env@7.24.4): - resolution: {integrity: sha512-O7xNcGeXGbY+VoqBGNlZ3O05gxfATlwE1Q1qQf5E38dK+tXn5BY4u0jaQ9DPjfE8pBba8g/BYI1N44lynidMtg==} - peerDependencies: - '@babel/preset-env': ^7.1.6 - dependencies: - '@babel/parser': 7.23.4 - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - flow-parser: 0.206.0 - jscodeshift: 0.14.0(@babel/preset-env@7.24.4) - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color + dev: true /@react-native/codegen@0.73.3(@babel/preset-env@7.24.4): resolution: {integrity: sha512-sxslCAAb8kM06vGy9Jyh4TtvjhcP36k/rvj2QE2Jdhdm61KvfafCATSIsOfc0QvnduWFcpXUPvAVyYwuv7PYDg==} @@ -10984,9 +11295,9 @@ packages: '@react-native/metro-babel-transformer': 0.73.15(@babel/core@7.24.4)(@babel/preset-env@7.24.4) chalk: 4.1.2 execa: 5.1.1 - metro: 0.80.8 - metro-config: 0.80.8 - metro-core: 0.80.8 + metro: 0.80.6 + metro-config: 0.80.6 + metro-core: 0.80.6 node-fetch: 2.7.0 readline: 1.3.0 transitivePeerDependencies: @@ -11022,7 +11333,7 @@ packages: - supports-color - utf-8-validate - /@react-native/eslint-config@0.73.2(eslint@8.57.0)(prettier@2.8.8)(typescript@5.0.4): + /@react-native/eslint-config@0.73.2(eslint@8.57.0)(prettier@2.8.8)(typescript@5.4.5): resolution: {integrity: sha512-YzMfes19loTfbrkbYNAfHBDXX4oRBzc5wnvHs4h2GIHUj6YKs5ZK5lldqSrBJCdZAI3nuaO9Qj+t5JRwou571w==} engines: {node: '>=18'} peerDependencies: @@ -11030,15 +11341,15 @@ packages: prettier: '>=2' dependencies: '@babel/core': 7.24.4 - '@babel/eslint-parser': 7.24.1(@babel/core@7.24.4)(eslint@8.57.0) + '@babel/eslint-parser': 7.23.10(@babel/core@7.24.4)(eslint@8.57.0) '@react-native/eslint-plugin': 0.73.1 - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4) - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 8.10.0(eslint@8.57.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) - eslint-plugin-ft-flow: 2.0.3(@babel/eslint-parser@7.24.1)(eslint@8.57.0) - eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.57.0)(typescript@5.0.4) + eslint-plugin-ft-flow: 2.0.3(@babel/eslint-parser@7.23.10)(eslint@8.57.0) + eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.57.0)(typescript@5.4.5) eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.57.0)(prettier@2.8.8) eslint-plugin-react: 7.34.1(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) @@ -11057,6 +11368,7 @@ packages: /@react-native/gradle-plugin@0.72.11: resolution: {integrity: sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw==} + dev: true /@react-native/gradle-plugin@0.73.4: resolution: {integrity: sha512-PMDnbsZa+tD55Ug+W8CfqXiGoGneSSyrBZCMb5JfiB3AFST3Uj5e6lw8SgI/B6SKZF7lG0BhZ6YHZsRZ5MlXmg==} @@ -11064,6 +11376,7 @@ packages: /@react-native/js-polyfills@0.72.1: resolution: {integrity: sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA==} + dev: true /@react-native/js-polyfills@0.73.1: resolution: {integrity: sha512-ewMwGcumrilnF87H4jjrnvGZEaPFCAC4ebraEK+CurDDmwST/bIicI4hrOAv+0Z0F7DEK4O4H7r8q9vH7IbN4g==} @@ -11089,8 +11402,8 @@ packages: dependencies: '@react-native/js-polyfills': 0.73.1 '@react-native/metro-babel-transformer': 0.73.15(@babel/core@7.24.4)(@babel/preset-env@7.24.4) - metro-config: 0.80.8 - metro-runtime: 0.80.8 + metro-config: 0.80.6 + metro-runtime: 0.80.6 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -11102,10 +11415,15 @@ packages: /@react-native/normalize-colors@0.72.0: resolution: {integrity: sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw==} + dev: true /@react-native/normalize-colors@0.73.2: resolution: {integrity: sha512-bRBcb2T+I88aG74LMVHaKms2p/T8aQd8+BZ7LuuzXlRfog1bMWWn/C5i0HVuvW4RPtXQYgIlGiXVDy9Ir1So/w==} + /@react-native/normalize-colors@0.74.81: + resolution: {integrity: sha512-g3YvkLO7UsSWiDfYAU+gLhRHtEpUyz732lZB+N8IlLXc5MnfXHC8GKneDGY3Mh52I3gBrs20o37D5viQX9E1CA==} + dev: false + /@react-native/typescript-config@0.73.1: resolution: {integrity: sha512-7Wrmdp972ZO7xvDid+xRGtvX6xz47cpGj7Y7VKlUhSVFFqbOGfB5WCpY1vMr6R/fjl+Og2fRw+TETN2+JnJi0w==} dev: true @@ -11121,8 +11439,9 @@ packages: invariant: 2.2.4 nullthrows: 1.1.1 react-native: 0.72.7(@babel/core@7.23.3)(@babel/preset-env@7.23.3)(react@18.2.0) + dev: true - /@react-native/virtualized-lists@0.73.4(react-native@0.73.5): + /@react-native/virtualized-lists@0.73.4(react-native@0.73.7): resolution: {integrity: sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog==} engines: {node: '>=18'} peerDependencies: @@ -11133,7 +11452,7 @@ packages: dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) /@react-stately/calendar@3.4.4(react@18.2.0): resolution: {integrity: sha512-f9ZOd096gGGD+3LmU1gkmfqytGyQtrgi+Qjn+70GbM2Jy65pwOR4I9YrobbmeAFov5Tff13mQEa0yqWvbcDLZQ==} @@ -11147,7 +11466,7 @@ packages: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/calendar': 3.4.4(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11163,7 +11482,7 @@ packages: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11176,7 +11495,7 @@ packages: optional: true dependencies: '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11196,7 +11515,7 @@ packages: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/combobox': 3.10.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11209,7 +11528,7 @@ packages: optional: true dependencies: '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11228,7 +11547,7 @@ packages: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/datepicker': 3.7.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11242,7 +11561,7 @@ packages: dependencies: '@react-stately/selection': 3.14.3(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11261,7 +11580,7 @@ packages: optional: true dependencies: '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11277,7 +11596,7 @@ packages: '@react-stately/selection': 3.14.3(react@18.2.0) '@react-types/grid': 3.2.4(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11293,7 +11612,7 @@ packages: '@react-stately/selection': 3.14.3(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11308,7 +11627,7 @@ packages: '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/menu': 3.9.7(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11324,7 +11643,7 @@ packages: '@react-stately/form': 3.0.1(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/numberfield': 3.8.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11338,7 +11657,7 @@ packages: dependencies: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/overlays': 3.8.5(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11354,7 +11673,7 @@ packages: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/radio': 3.7.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11368,7 +11687,7 @@ packages: dependencies: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/searchfield': 3.5.3(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11385,7 +11704,7 @@ packages: '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/select': 3.9.2(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11400,7 +11719,7 @@ packages: '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11415,7 +11734,7 @@ packages: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) '@react-types/slider': 3.7.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11435,7 +11754,7 @@ packages: '@react-types/grid': 3.2.4(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) '@react-types/table': 3.9.3(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11450,7 +11769,7 @@ packages: '@react-stately/list': 3.10.3(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) '@react-types/tabs': 3.3.5(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11464,7 +11783,7 @@ packages: dependencies: '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11478,7 +11797,7 @@ packages: dependencies: '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/tooltip': 3.4.7(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11494,7 +11813,7 @@ packages: '@react-stately/selection': 3.14.3(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/shared': 3.22.1(react@18.2.0) - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11506,7 +11825,7 @@ packages: react: optional: true dependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.10 react: 18.2.0 dev: false @@ -11825,11 +12144,17 @@ packages: - supports-color dev: true + /@rnx-kit/console@1.0.12: + resolution: {integrity: sha512-egjvLiXFJwS5TznWnb5I6vLJ2kYW/lYZPa3E1awam+datbyf/elAH4h1ZCfOd/aiTBQur91HwX07k0WgOHJSow==} + dependencies: + chalk: 4.1.2 + dev: true + /@rnx-kit/console@1.1.0: resolution: {integrity: sha512-N+zFhTSXroiK4eL26vs61Pmtl7wzTPAKLd4JKw9/fk5cNAHUscCXF/uclzuYN61Ye5AwygIvcwbm9wv4Jfa92A==} dev: true - /@rnx-kit/metro-config@1.3.15(@react-native/metro-config@0.73.5)(react-native@0.73.5)(react@18.2.0): + /@rnx-kit/metro-config@1.3.15(@react-native/metro-config@0.73.5)(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-6papm4cc6uho39M7E4spxGec4jI0wLUSbvAEho0zITYgGc/U2xNnMHT37hDO4HyZoz72P8BwxsPgGfxa74+epw==} peerDependencies: '@react-native/metro-config': '*' @@ -11844,18 +12169,18 @@ packages: optional: true dependencies: '@react-native/metro-config': 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4) - '@rnx-kit/console': 1.1.0 + '@rnx-kit/console': 1.0.12 '@rnx-kit/tools-node': 2.1.1 '@rnx-kit/tools-react-native': 1.3.5 - '@rnx-kit/tools-workspaces': 0.1.6 + '@rnx-kit/tools-workspaces': 0.1.5 react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) dev: true /@rnx-kit/metro-resolver-symlinks@0.1.36: resolution: {integrity: sha512-IxgcvFuxy7jIgpmJ/DP+YOEzler/DzXbF/EPN4NjNWCa5LyDNVSKAfj5+YVU2cIOTVKkm28d00Dx1bmXgVOR2g==} dependencies: - '@rnx-kit/console': 1.1.0 + '@rnx-kit/console': 1.0.12 '@rnx-kit/tools-node': 2.1.1 '@rnx-kit/tools-react-native': 1.3.5 enhanced-resolve: 5.16.0 @@ -11871,8 +12196,8 @@ packages: '@rnx-kit/tools-node': 2.1.1 dev: true - /@rnx-kit/tools-workspaces@0.1.6: - resolution: {integrity: sha512-af5CYnc1dtnMIAl2u0U1QHUCGgLNN9ZQkYCAtQOHPxxgF5yX2Cr9jrXLZ9M+/h/eSVbK0ETjJWbNbPoiUSW/7w==} + /@rnx-kit/tools-workspaces@0.1.5: + resolution: {integrity: sha512-f0qJg70NxlLIrdmbbVAcavIQtpYGYE6iqDi81u/Ipyq7CmwCbsHK3uUnFrXBsfigF3Bl2gIiBJlfF96MfqVOkg==} engines: {node: '>=14.15'} dependencies: fast-glob: 3.3.2 @@ -11999,128 +12324,128 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/rollup-android-arm-eabi@4.16.4: - resolution: {integrity: sha512-GkhjAaQ8oUTOKE4g4gsZ0u8K/IHU1+2WQSgS1TwTcYvL+sjbaQjNHFXbOJ6kgqGHIO1DfUhI/Sphi9GkRT9K+Q==} + /@rollup/rollup-android-arm-eabi@4.17.1: + resolution: {integrity: sha512-P6Wg856Ou/DLpR+O0ZLneNmrv7QpqBg+hK4wE05ijbC/t349BRfMfx+UFj5Ha3fCFopIa6iSZlpdaB4agkWp2Q==} cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-android-arm64@4.16.4: - resolution: {integrity: sha512-Bvm6D+NPbGMQOcxvS1zUl8H7DWlywSXsphAeOnVeiZLQ+0J6Is8T7SrjGTH29KtYkiY9vld8ZnpV3G2EPbom+w==} + /@rollup/rollup-android-arm64@4.17.1: + resolution: {integrity: sha512-piwZDjuW2WiHr05djVdUkrG5JbjnGbtx8BXQchYCMfib/nhjzWoiScelZ+s5IJI7lecrwSxHCzW026MWBL+oJQ==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-arm64@4.16.4: - resolution: {integrity: sha512-i5d64MlnYBO9EkCOGe5vPR/EeDwjnKOGGdd7zKFhU5y8haKhQZTN2DgVtpODDMxUr4t2K90wTUJg7ilgND6bXw==} + /@rollup/rollup-darwin-arm64@4.17.1: + resolution: {integrity: sha512-LsZXXIsN5Q460cKDT4Y+bzoPDhBmO5DTr7wP80d+2EnYlxSgkwdPfE3hbE+Fk8dtya+8092N9srjBTJ0di8RIA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-x64@4.16.4: - resolution: {integrity: sha512-WZupV1+CdUYehaZqjaFTClJI72fjJEgTXdf4NbW69I9XyvdmztUExBtcI2yIIU6hJtYvtwS6pkTkHJz+k08mAQ==} + /@rollup/rollup-darwin-x64@4.17.1: + resolution: {integrity: sha512-S7TYNQpWXB9APkxu/SLmYHezWwCoZRA9QLgrDeml+SR2A1LLPD2DBUdUlvmCF7FUpRMKvbeeWky+iizQj65Etw==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.16.4: - resolution: {integrity: sha512-ADm/xt86JUnmAfA9mBqFcRp//RVRt1ohGOYF6yL+IFCYqOBNwy5lbEK05xTsEoJq+/tJzg8ICUtS82WinJRuIw==} + /@rollup/rollup-linux-arm-gnueabihf@4.17.1: + resolution: {integrity: sha512-Lq2JR5a5jsA5um2ZoLiXXEaOagnVyCpCW7xvlcqHC7y46tLwTEgUSTM3a2TfmmTMmdqv+jknUioWXlmxYxE9Yw==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.16.4: - resolution: {integrity: sha512-tJfJaXPiFAG+Jn3cutp7mCs1ePltuAgRqdDZrzb1aeE3TktWWJ+g7xK9SNlaSUFw6IU4QgOxAY4rA+wZUT5Wfg==} + /@rollup/rollup-linux-arm-musleabihf@4.17.1: + resolution: {integrity: sha512-9BfzwyPNV0IizQoR+5HTNBGkh1KXE8BqU0DBkqMngmyFW7BfuIZyMjQ0s6igJEiPSBvT3ZcnIFohZ19OqjhDPg==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.16.4: - resolution: {integrity: sha512-7dy1BzQkgYlUTapDTvK997cgi0Orh5Iu7JlZVBy1MBURk7/HSbHkzRnXZa19ozy+wwD8/SlpJnOOckuNZtJR9w==} + /@rollup/rollup-linux-arm64-gnu@4.17.1: + resolution: {integrity: sha512-e2uWaoxo/rtzA52OifrTSXTvJhAXb0XeRkz4CdHBK2KtxrFmuU/uNd544Ogkpu938BzEfvmWs8NZ8Axhw33FDw==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.16.4: - resolution: {integrity: sha512-zsFwdUw5XLD1gQe0aoU2HVceI6NEW7q7m05wA46eUAyrkeNYExObfRFQcvA6zw8lfRc5BHtan3tBpo+kqEOxmg==} + /@rollup/rollup-linux-arm64-musl@4.17.1: + resolution: {integrity: sha512-ekggix/Bc/d/60H1Mi4YeYb/7dbal1kEDZ6sIFVAE8pUSx7PiWeEh+NWbL7bGu0X68BBIkgF3ibRJe1oFTksQQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.16.4: - resolution: {integrity: sha512-p8C3NnxXooRdNrdv6dBmRTddEapfESEUflpICDNKXpHvTjRRq1J82CbU5G3XfebIZyI3B0s074JHMWD36qOW6w==} + /@rollup/rollup-linux-powerpc64le-gnu@4.17.1: + resolution: {integrity: sha512-UGV0dUo/xCv4pkr/C8KY7XLFwBNnvladt8q+VmdKrw/3RUd3rD0TptwjisvE2TTnnlENtuY4/PZuoOYRiGp8Gw==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.16.4: - resolution: {integrity: sha512-Lh/8ckoar4s4Id2foY7jNgitTOUQczwMWNYi+Mjt0eQ9LKhr6sK477REqQkmy8YHY3Ca3A2JJVdXnfb3Rrwkng==} + /@rollup/rollup-linux-riscv64-gnu@4.17.1: + resolution: {integrity: sha512-gEYmYYHaehdvX46mwXrU49vD6Euf1Bxhq9pPb82cbUU9UT2NV+RSckQ5tKWOnNXZixKsy8/cPGtiUWqzPuAcXQ==} cpu: [riscv64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.16.4: - resolution: {integrity: sha512-1xwwn9ZCQYuqGmulGsTZoKrrn0z2fAur2ujE60QgyDpHmBbXbxLaQiEvzJWDrscRq43c8DnuHx3QorhMTZgisQ==} + /@rollup/rollup-linux-s390x-gnu@4.17.1: + resolution: {integrity: sha512-xeae5pMAxHFp6yX5vajInG2toST5lsCTrckSRUFwNgzYqnUjNBcQyqk1bXUxX5yhjWFl2Mnz3F8vQjl+2FRIcw==} cpu: [s390x] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.16.4: - resolution: {integrity: sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==} + /@rollup/rollup-linux-x64-gnu@4.17.1: + resolution: {integrity: sha512-AsdnINQoDWfKpBzCPqQWxSPdAWzSgnYbrJYtn6W0H2E9It5bZss99PiLA8CgmDRfvKygt20UpZ3xkhFlIfX9zQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.16.4: - resolution: {integrity: sha512-ch86i7KkJKkLybDP2AtySFTRi5fM3KXp0PnHocHuJMdZwu7BuyIKi35BE9guMlmTpwwBTB3ljHj9IQXnTCD0vA==} + /@rollup/rollup-linux-x64-musl@4.17.1: + resolution: {integrity: sha512-KoB4fyKXTR+wYENkIG3fFF+5G6N4GFvzYx8Jax8BR4vmddtuqSb5oQmYu2Uu067vT/Fod7gxeQYKupm8gAcMSQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.16.4: - resolution: {integrity: sha512-Ma4PwyLfOWZWayfEsNQzTDBVW8PZ6TUUN1uFTBQbF2Chv/+sjenE86lpiEwj2FiviSmSZ4Ap4MaAfl1ciF4aSA==} + /@rollup/rollup-win32-arm64-msvc@4.17.1: + resolution: {integrity: sha512-J0d3NVNf7wBL9t4blCNat+d0PYqAx8wOoY+/9Q5cujnafbX7BmtYk3XvzkqLmFECaWvXGLuHmKj/wrILUinmQg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.16.4: - resolution: {integrity: sha512-9m/ZDrQsdo/c06uOlP3W9G2ENRVzgzbSXmXHT4hwVaDQhYcRpi9bgBT0FTG9OhESxwK0WjQxYOSfv40cU+T69w==} + /@rollup/rollup-win32-ia32-msvc@4.17.1: + resolution: {integrity: sha512-xjgkWUwlq7IbgJSIxvl516FJ2iuC/7ttjsAxSPpC9kkI5iQQFHKyEN5BjbhvJ/IXIZ3yIBcW5QDlWAyrA+TFag==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.16.4: - resolution: {integrity: sha512-YunpoOAyGLDseanENHmbFvQSfVL5BxW3k7hhy0eN4rb3gS/ct75dVD0EXOWIqFT/nE8XYW6LP6vz6ctKRi0k9A==} + /@rollup/rollup-win32-x64-msvc@4.17.1: + resolution: {integrity: sha512-0QbCkfk6cnnVKWqqlC0cUrrUMDMfu5ffvYMTUHf+qMN2uAb3MKP31LPcwiMXBNsvoFGs/kYdFOsuLmvppCopXA==} cpu: [x64] os: [win32] requiresBuild: true @@ -12229,11 +12554,6 @@ packages: dependencies: '@hapi/hoek': 9.3.0 - /@sideway/address@4.1.5: - resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} - dependencies: - '@hapi/hoek': 9.3.0 - /@sideway/formula@3.0.1: resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} @@ -12430,8 +12750,8 @@ packages: tslib: 2.6.2 dev: false - /@swc/helpers@0.5.11: - resolution: {integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==} + /@swc/helpers@0.5.10: + resolution: {integrity: sha512-CU+RF9FySljn7HVSkkjiB84hWkvTaI3rtLvF433+jRSBL2hMu3zX5bGhHS8C80SM++h4xy8hBSnUHFQHmRXSBw==} dependencies: tslib: 2.6.2 dev: false @@ -12514,7 +12834,6 @@ packages: /@tootallnate/once@2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - dev: true /@trufflesuite/bigint-buffer@1.1.10: resolution: {integrity: sha512-pYIQC5EcMmID74t26GCC67946mgTJFiLXOT/BYozgrd4UEY2JHEGLhWi9cMiQCt5BSqFEvKkCHNnoj82SRjiEw==} @@ -12834,7 +13153,7 @@ packages: resolution: {integrity: sha512-6ZRPQrYM72qYKGWidEttRe6M5DZBEV5F+MHMHqd4TTYx0tfkcdrUFGdef6CCxY0jXU7wldvd/zA/b0A/kTeJmA==} deprecated: This is a stub types definition. react-native provides its own type definitions, so you do not need this installed. dependencies: - react-native: 0.72.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -12884,9 +13203,9 @@ packages: /@types/semver@7.5.6: resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} - /@types/semver@7.5.8: - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - dev: true + /@types/shimmer@1.0.5: + resolution: {integrity: sha512-9Hp0ObzwwO57DpLFF0InUjUm/II8GmKAvzbefxQTihCb7KI6yc9yzf0nLc4mVdby5N4DRCgQM2wCup9KTieeww==} + dev: false /@types/stack-utils@2.0.3: resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} @@ -12937,13 +13256,14 @@ packages: resolution: {integrity: sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==} dependencies: '@types/yargs-parser': 21.0.3 + dev: true /@types/yargs@17.0.32: resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} dependencies: '@types/yargs-parser': 21.0.3 - /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4): + /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12955,18 +13275,18 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4) + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare-lite: 1.4.0 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -13000,7 +13320,7 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4): + /@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13012,10 +13332,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 - typescript: 5.0.4 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -13086,7 +13406,7 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.0.4): + /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13096,12 +13416,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -13141,7 +13461,7 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.0.4): + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.5): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13156,8 +13476,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -13205,7 +13525,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.0.4): + /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13213,10 +13533,10 @@ packages: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 + '@types/semver': 7.5.6 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) eslint: 8.57.0 eslint-scope: 5.1.1 semver: 7.6.0 @@ -13437,8 +13757,8 @@ packages: '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/jsonrpc-ws-connection': 1.0.14 - '@walletconnect/keyvaluestorage': 1.1.1 - '@walletconnect/logger': 2.0.1 + '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/logger': 2.1.2 '@walletconnect/relay-api': 1.0.9 '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 @@ -13467,22 +13787,22 @@ packages: - utf-8-validate dev: false - /@walletconnect/core@2.11.2: - resolution: {integrity: sha512-bB4SiXX8hX3/hyBfVPC5gwZCXCl+OPj+/EDVM71iAO3TDsh78KPbrVAbDnnsbHzZVHlsMohtXX3j5XVsheN3+g==} + /@walletconnect/core@2.11.0(@react-native-async-storage/async-storage@1.23.1): + resolution: {integrity: sha512-2Tjp5BCevI7dbmqo/OrCjX4tqgMqwJNQLlQAlphqPfvwlF9+tIu6pGcVbSN3U9zyXzWIZCeleqEaWUeSeET4Ew==} dependencies: '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/jsonrpc-ws-connection': 1.0.14 - '@walletconnect/keyvaluestorage': 1.1.1 + '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/logger': 2.1.2 '@walletconnect/relay-api': 1.0.9 '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.11.2 - '@walletconnect/utils': 2.11.2 + '@walletconnect/types': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/utils': 2.11.0(@react-native-async-storage/async-storage@1.23.1) events: 3.3.0 isomorphic-unfetch: 3.1.0 lodash.isequal: 4.5.0 @@ -13505,12 +13825,52 @@ packages: - ioredis - uWebSockets.js - utf-8-validate + dev: false - /@walletconnect/environment@1.0.1: - resolution: {integrity: sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==} + /@walletconnect/core@2.11.2: + resolution: {integrity: sha512-bB4SiXX8hX3/hyBfVPC5gwZCXCl+OPj+/EDVM71iAO3TDsh78KPbrVAbDnnsbHzZVHlsMohtXX3j5XVsheN3+g==} dependencies: - tslib: 1.14.1 - + '@walletconnect/heartbeat': 1.2.1 + '@walletconnect/jsonrpc-provider': 1.0.13 + '@walletconnect/jsonrpc-types': 1.0.3 + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/jsonrpc-ws-connection': 1.0.14 + '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/logger': 2.1.2 + '@walletconnect/relay-api': 1.0.9 + '@walletconnect/relay-auth': 1.0.4 + '@walletconnect/safe-json': 1.0.2 + '@walletconnect/time': 1.0.2 + '@walletconnect/types': 2.11.2 + '@walletconnect/utils': 2.11.2 + events: 3.3.0 + isomorphic-unfetch: 3.1.0 + lodash.isequal: 4.5.0 + uint8arrays: 3.1.1 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - bufferutil + - encoding + - ioredis + - uWebSockets.js + - utf-8-validate + + /@walletconnect/environment@1.0.1: + resolution: {integrity: sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==} + dependencies: + tslib: 1.14.1 + /@walletconnect/ethereum-provider@2.10.6: resolution: {integrity: sha512-bBQ+yUfxLv8VxNttgNKY7nED35gSVayO/BnLHbNKvyV1gpvSCla5mWB9MsXuQs70MK0g+/qtgRVSrOtdSubaNQ==} dependencies: @@ -13704,7 +14064,7 @@ packages: - bufferutil - utf-8-validate - /@walletconnect/keyvaluestorage@1.1.1: + /@walletconnect/keyvaluestorage@1.1.1(@react-native-async-storage/async-storage@1.23.1): resolution: {integrity: sha512-V7ZQq2+mSxAq7MrRqDxanTzu2RcElfK1PfNYiaVnJgJ7Q7G7hTVwF8voIBx92qsRyGHZihrwNPHuZd1aKkd0rA==} peerDependencies: '@react-native-async-storage/async-storage': 1.x @@ -13712,6 +14072,7 @@ packages: '@react-native-async-storage/async-storage': optional: true dependencies: + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.7) '@walletconnect/safe-json': 1.0.2 idb-keyval: 6.2.1 unstorage: 1.10.2(idb-keyval@6.2.1) @@ -13730,13 +14091,6 @@ packages: - ioredis - uWebSockets.js - /@walletconnect/logger@2.0.1: - resolution: {integrity: sha512-SsTKdsgWm+oDTBeNE/zHxxr5eJfZmE9/5yp/Ku+zJtcTAjELb3DXueWkDXmE9h8uHIbJzIb5wj5lPdzyrjT6hQ==} - dependencies: - pino: 7.11.0 - tslib: 1.14.1 - dev: false - /@walletconnect/logger@2.1.2: resolution: {integrity: sha512-aAb28I3S6pYXZHQm5ESB+V6rDqIYfsnHaQyzFbwUUBFY4H0OXx/YtTl8lvhUNhMMfb9UxbwEBS253TlXUYJWSw==} dependencies: @@ -13760,6 +14114,55 @@ packages: - react dev: false + /@walletconnect/modal-react-native@1.1.0(@react-native-async-storage/async-storage@1.23.1)(@react-native-community/netinfo@11.3.1)(@walletconnect/react-native-compat@2.12.2)(react-native-get-random-values@1.11.0)(react-native-modal@13.0.1)(react-native-svg@13.14.0)(react-native@0.73.7)(react@18.2.0): + resolution: {integrity: sha512-DWszXt5Jq03EX+hUK3UGfHgY3+eZ+/Nq8AE3aF030TpL7eB3pq8pWsmqcuIL3pGu9Ko96SaThlEm+KcQ1vGr3g==} + engines: {node: '>= 16.0.0'} + peerDependencies: + '@react-native-async-storage/async-storage': '>=1.17.0' + '@react-native-community/netinfo': '>=9.0.0' + '@walletconnect/react-native-compat': '>=2.10.5' + react: '*' + react-native: '*' + react-native-get-random-values: '>=1.8.0' + react-native-modal: '>=13' + react-native-svg: '>=13' + peerDependenciesMeta: + react: + optional: true + react-native: + optional: true + dependencies: + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.7) + '@react-native-community/netinfo': 11.3.1(react-native@0.73.7) + '@walletconnect/core': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/react-native-compat': 2.12.2(@react-native-async-storage/async-storage@1.23.1)(@react-native-community/netinfo@11.3.1)(react-native-get-random-values@1.11.0)(react-native@0.73.7) + '@walletconnect/universal-provider': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + qrcode: 1.5.3 + react: 18.2.0 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native-get-random-values: 1.11.0(react-native@0.73.7) + react-native-modal: 13.0.1(react-native@0.73.7)(react@18.2.0) + react-native-svg: 13.14.0(react-native@0.73.7)(react@18.2.0) + valtio: 1.10.5(react@18.2.0) + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/kv' + - bufferutil + - encoding + - ioredis + - uWebSockets.js + - utf-8-validate + dev: false + /@walletconnect/modal-ui@2.6.2(@types/react@18.2.38)(react@18.2.0): resolution: {integrity: sha512-rbdstM1HPGvr7jprQkyPggX7rP4XiCG85ZA+zWBEX0dVQg8PpAgRUqpeub4xQKDgY7pY/xLRXSiCVdWGqvG2HA==} dependencies: @@ -13812,6 +14215,27 @@ packages: - react dev: false + /@walletconnect/react-native-compat@2.12.2(@react-native-async-storage/async-storage@1.23.1)(@react-native-community/netinfo@11.3.1)(react-native-get-random-values@1.11.0)(react-native@0.73.7): + resolution: {integrity: sha512-NChpoZwftMDSy6xH0hc1d2eCvlm0Tx8BQSMtHKFaOpbxxreB90UDmbubqNIPywAGinM/1isgen0i0yvLpHRLRg==} + peerDependencies: + '@react-native-async-storage/async-storage': '*' + '@react-native-community/netinfo': '*' + expo-application: '*' + react-native-get-random-values: '*' + peerDependenciesMeta: + expo-application: + optional: true + dependencies: + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.7) + '@react-native-community/netinfo': 11.3.1(react-native@0.73.7) + events: 3.3.0 + fast-text-encoding: 1.0.6 + react-native-get-random-values: 1.11.0(react-native@0.73.7) + react-native-url-polyfill: 2.0.0(react-native@0.73.7) + transitivePeerDependencies: + - react-native + dev: false + /@walletconnect/relay-api@1.0.9: resolution: {integrity: sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==} dependencies: @@ -13840,7 +14264,7 @@ packages: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/logger': 2.0.1 + '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.10.6 '@walletconnect/utils': 2.10.6 @@ -13864,6 +14288,38 @@ packages: - utf-8-validate dev: false + /@walletconnect/sign-client@2.11.0(@react-native-async-storage/async-storage@1.23.1): + resolution: {integrity: sha512-H2ukscibBS+6WrzQWh+WyVBqO5z4F5et12JcwobdwgHnJSlqIoZxqnUYYWNCI5rUR5UKsKWaUyto4AE9N5dw4Q==} + dependencies: + '@walletconnect/core': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/events': 1.0.1 + '@walletconnect/heartbeat': 1.2.1 + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/logger': 2.1.2 + '@walletconnect/time': 1.0.2 + '@walletconnect/types': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/utils': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + events: 3.3.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - bufferutil + - encoding + - ioredis + - uWebSockets.js + - utf-8-validate + dev: false + /@walletconnect/sign-client@2.11.2: resolution: {integrity: sha512-MfBcuSz2GmMH+P7MrCP46mVE5qhP0ZyWA0FyIH6/WuxQ6G+MgKsGfaITqakpRPsykWOJq8tXMs3XvUPDU413OQ==} dependencies: @@ -13906,8 +14362,34 @@ packages: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-types': 1.0.3 - '@walletconnect/keyvaluestorage': 1.1.1 - '@walletconnect/logger': 2.0.1 + '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/logger': 2.1.2 + events: 3.3.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - ioredis + - uWebSockets.js + dev: false + + /@walletconnect/types@2.11.0(@react-native-async-storage/async-storage@1.23.1): + resolution: {integrity: sha512-AB5b1lrEbCGHxqS2vqfCkIoODieH+ZAUp9rA1O2ftrhnqDJiJK983Df87JhYhECsQUBHHfALphA8ydER0q+9sw==} + dependencies: + '@walletconnect/events': 1.0.1 + '@walletconnect/heartbeat': 1.2.1 + '@walletconnect/jsonrpc-types': 1.0.3 + '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/logger': 2.1.2 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -13932,7 +14414,7 @@ packages: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-types': 1.0.3 - '@walletconnect/keyvaluestorage': 1.1.1 + '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1) '@walletconnect/logger': 2.1.2 events: 3.3.0 transitivePeerDependencies: @@ -13958,7 +14440,7 @@ packages: '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/logger': 2.0.1 + '@walletconnect/logger': 2.1.2 '@walletconnect/sign-client': 2.10.6 '@walletconnect/types': 2.10.6 '@walletconnect/utils': 2.10.6 @@ -13983,6 +14465,38 @@ packages: - utf-8-validate dev: false + /@walletconnect/universal-provider@2.11.0(@react-native-async-storage/async-storage@1.23.1): + resolution: {integrity: sha512-zgJv8jDvIMP4Qse/D9oIRXGdfoNqonsrjPZanQ/CHNe7oXGOBiQND2IIeX+tS0H7uNA0TPvctljCLiIN9nw4eA==} + dependencies: + '@walletconnect/jsonrpc-http-connection': 1.0.7 + '@walletconnect/jsonrpc-provider': 1.0.13 + '@walletconnect/jsonrpc-types': 1.0.3 + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/logger': 2.1.2 + '@walletconnect/sign-client': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/types': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/utils': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + events: 3.3.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - bufferutil + - encoding + - ioredis + - uWebSockets.js + - utf-8-validate + dev: false + /@walletconnect/universal-provider@2.11.2: resolution: {integrity: sha512-cNtIn5AVoDxKAJ4PmB8m5adnf5mYQMUamEUPKMVvOPscfGtIMQEh9peKsh2AN5xcRVDbgluC01Id545evFyymw==} dependencies: @@ -14048,6 +14562,40 @@ packages: - uWebSockets.js dev: false + /@walletconnect/utils@2.11.0(@react-native-async-storage/async-storage@1.23.1): + resolution: {integrity: sha512-hxkHPlTlDQILHfIKXlmzgNJau/YcSBC3XHUSuZuKZbNEw3duFT6h6pm3HT/1+j1a22IG05WDsNBuTCRkwss+BQ==} + dependencies: + '@stablelib/chacha20poly1305': 1.0.1 + '@stablelib/hkdf': 1.0.1 + '@stablelib/random': 1.0.2 + '@stablelib/sha256': 1.0.1 + '@stablelib/x25519': 1.0.3 + '@walletconnect/relay-api': 1.0.9 + '@walletconnect/safe-json': 1.0.2 + '@walletconnect/time': 1.0.2 + '@walletconnect/types': 2.11.0(@react-native-async-storage/async-storage@1.23.1) + '@walletconnect/window-getters': 1.0.1 + '@walletconnect/window-metadata': 1.0.1 + detect-browser: 5.3.0 + query-string: 7.1.3 + uint8arrays: 3.1.1 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - ioredis + - uWebSockets.js + dev: false + /@walletconnect/utils@2.11.2: resolution: {integrity: sha512-LyfdmrnZY6dWqlF4eDrx5jpUwsB2bEPjoqR5Z6rXPiHJKUOdJt7az+mNOn5KTSOlRpd1DmozrBrWr+G9fFLYVw==} dependencies: @@ -14170,6 +14718,11 @@ packages: dependencies: tslib: 2.6.2 + /@xmldom/xmldom@0.7.13: + resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} + engines: {node: '>=10.0.0'} + dev: false + /@xmtp/content-type-reaction@1.1.3: resolution: {integrity: sha512-dGqySD/TwrDkRB5zm46EIS1tViKv0y5urPKy94W93cbcCxFOODRiGPHcyty7ouif/b0CA53NNnG2sjbkxYsLEg==} dependencies: @@ -14397,6 +14950,14 @@ packages: acorn-walk: 8.3.0 dev: true + /acorn-import-assertions@1.9.0(acorn@8.11.3): + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + peerDependencies: + acorn: ^8 + dependencies: + acorn: 8.11.3 + dev: false + /acorn-jsx@5.3.2(acorn@8.11.2): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -14446,7 +15007,6 @@ packages: debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: true /agent-base@7.1.0: resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} @@ -14615,6 +15175,32 @@ packages: /appdirsjs@1.2.7: resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==} + /applicationinsights@2.7.3: + resolution: {integrity: sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw==} + engines: {node: '>=8.0.0'} + peerDependencies: + applicationinsights-native-metrics: '*' + peerDependenciesMeta: + applicationinsights-native-metrics: + optional: true + dependencies: + '@azure/core-auth': 1.7.2 + '@azure/core-rest-pipeline': 1.10.1 + '@azure/core-util': 1.2.0 + '@azure/opentelemetry-instrumentation-azure-sdk': 1.0.0-beta.5 + '@microsoft/applicationinsights-web-snippet': 1.1.2 + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.24.0(@opentelemetry/api@1.8.0) + '@opentelemetry/sdk-trace-base': 1.24.0(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.24.0 + cls-hooked: 4.2.2 + continuation-local-storage: 3.2.1 + diagnostic-channel: 1.1.1 + diagnostic-channel-publishers: 1.0.7(diagnostic-channel@1.1.1) + transitivePeerDependencies: + - supports-color + dev: false + /aptos@1.20.0: resolution: {integrity: sha512-driZt7qEr4ndKqqVHMyuFsQAHy4gJ4HPQttgVIpeDfnOIEnIV7A2jyJ9EYO2A+MayuyxXB+7yCNXT4HyBFJdpA==} engines: {node: '>=11.0.0'} @@ -14798,10 +15384,22 @@ packages: is-string: 1.0.7 dev: true + /array-union@1.0.2: + resolution: {integrity: sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==} + engines: {node: '>=0.10.0'} + dependencies: + array-uniq: 1.0.3 + dev: false + /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} + /array-uniq@1.0.3: + resolution: {integrity: sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==} + engines: {node: '>=0.10.0'} + dev: false + /array-unique@0.3.2: resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} @@ -15036,9 +15634,24 @@ packages: async: 2.6.4 dev: true + /async-hook-jl@1.7.6: + resolution: {integrity: sha512-gFaHkFfSxTjvoxDMYqDuGHlcRyUuamF8s+ZTtJdDzqjws4mCt7v0vuV79/E2Wr2/riMQgtG4/yUtXWs1gZ7JMg==} + engines: {node: ^4.7 || >=6.9 || >=7.3} + dependencies: + stack-chain: 1.3.7 + dev: false + /async-limiter@1.0.1: resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} + /async-listener@0.6.10: + resolution: {integrity: sha512-gpuo6xOyF4D5DE5WvyqZdPA3NGhiT6Qf07l7DCB0wwDEsLvDIbCr6j9S5aj5Ch96dLace5tXVzWBZkxU/c5ohw==} + engines: {node: <=0.11.8 || >0.11.10} + dependencies: + semver: 5.7.2 + shimmer: 1.2.1 + dev: false + /async-mutex@0.2.6: resolution: {integrity: sha512-Hs4R+4SPgamu6rSGW8C7cV9gaWUKEHykfzCCvIRuaVv636Ju10ZdeUbvb4TBEW0INuq2DHZqXbK4Nd3yG4RaRw==} dependencies: @@ -15062,6 +15675,7 @@ packages: /async@3.2.5: resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} + dev: true /asynciterator.prototype@1.0.0: resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==} @@ -15210,7 +15824,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.4) '@babel/traverse': 7.24.1(supports-color@5.5.0) transitivePeerDependencies: - supports-color @@ -15249,7 +15863,7 @@ packages: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/template': 7.24.0 + '@babel/template': 7.22.15 '@babel/types': 7.24.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 @@ -15263,18 +15877,6 @@ packages: cosmiconfig: 7.1.0 resolve: 1.22.8 - /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.23.3): - resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - '@babel/compat-data': 7.24.4 - '@babel/core': 7.23.3 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.23.3) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.4): resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: @@ -15298,15 +15900,17 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true - /babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.23.3): - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.24.4): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.23.3) - core-js-compat: 3.37.0 + '@babel/compat-data': 7.23.3 + '@babel/core': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.24.4) + semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -15331,6 +15935,18 @@ packages: core-js-compat: 3.33.3 transitivePeerDependencies: - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.24.4): + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.24.4) + core-js-compat: 3.33.3 + transitivePeerDependencies: + - supports-color /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3): resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} @@ -15341,14 +15957,15 @@ packages: '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) transitivePeerDependencies: - supports-color + dev: true - /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.23.3): - resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.24.4): + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.23.3) + '@babel/core': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.24.4) transitivePeerDependencies: - supports-color @@ -15379,18 +15996,20 @@ packages: /babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} + dev: true /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.23.3): resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} dependencies: - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) transitivePeerDependencies: - '@babel/core' + dev: true /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.24.4): resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} dependencies: - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.24.4) transitivePeerDependencies: - '@babel/core' @@ -15423,30 +16042,31 @@ packages: '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3) - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.23.3) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.3) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.3) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.3) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.3) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 + dev: true /babel-preset-fbjs@3.4.0(@babel/core@7.24.4): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} @@ -15457,30 +16077,31 @@ packages: '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.4) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.4) - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.24.4) '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.4) '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.24.4) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.4) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 + dev: true /babel-preset-jest@29.6.3(@babel/core@7.24.4): resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} @@ -16183,7 +16804,6 @@ packages: /cjs-module-lexer@1.2.3: resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} - dev: true /class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} @@ -16202,6 +16822,13 @@ packages: engines: {node: '>=6'} dev: true + /cli-cursor@2.1.0: + resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} + engines: {node: '>=4'} + dependencies: + restore-cursor: 2.0.0 + dev: false + /cli-cursor@3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} @@ -16259,6 +16886,14 @@ packages: strip-ansi: 6.0.1 wrap-ansi: 6.2.0 + /cliui@7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: false + /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} @@ -16285,12 +16920,21 @@ packages: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} + /cls-hooked@4.2.2: + resolution: {integrity: sha512-J4Xj5f5wq/4jAvcdgoGsL3G103BtWpZrMo8NEinRltN+xpTZdI+M38pyQqhuFU/P792xkMFvnKSf+Lm81U1bxw==} + engines: {node: ^4.7 || >=6.9 || >=7.3 || >=8.2.1} + dependencies: + async-hook-jl: 1.7.6 + emitter-listener: 1.1.2 + semver: 5.7.2 + dev: false + /clsx@1.2.1: resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} engines: {node: '>=6'} - /clsx@2.1.1: - resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + /clsx@2.1.0: + resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==} engines: {node: '>=6'} dev: false @@ -16376,6 +17020,7 @@ packages: /commander@2.13.0: resolution: {integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==} + dev: true /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -16493,6 +17138,13 @@ packages: resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} dev: true + /continuation-local-storage@3.2.1: + resolution: {integrity: sha512-jx44cconVqkCEEyLSKWwkvUXwO561jXMa3LPjTPsm5QR22PA0/mhe33FT4Xb5y74JDvt/Cq+5lm8S8rskLv9ZA==} + dependencies: + async-listener: 0.6.10 + emitter-listener: 1.1.2 + dev: false + /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} @@ -16659,6 +17311,17 @@ packages: which: 1.3.1 dev: true + /cross-spawn@6.0.5: + resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + engines: {node: '>=4.8'} + dependencies: + nice-try: 1.0.5 + path-key: 2.0.1 + semver: 5.7.2 + shebang-command: 1.2.0 + which: 1.3.1 + dev: false + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -17055,6 +17718,7 @@ packages: '@react-native/normalize-colors': 0.72.0 invariant: 2.2.4 prop-types: 15.8.1 + dev: true /deprecated-react-native-prop-types@5.0.0: resolution: {integrity: sha512-cIK8KYiiGVOFsKdPMmm1L3tA/Gl+JopXL6F5+C7x39MyPsQYnP57Im/D6bNUzcborD7fcMwiwZqcBdBXXZucYQ==} @@ -17119,6 +17783,20 @@ packages: resolution: {integrity: sha512-VKoTQRSv7+RnffpOJ3Dh6ozknBqzWw/F3iqMdsZg958R0AS8AnY9x9d1lbwENr0gzeGJHXKcGhAMRaqys6SxqA==} engines: {node: '>=6.0'} + /diagnostic-channel-publishers@1.0.7(diagnostic-channel@1.1.1): + resolution: {integrity: sha512-SEECbY5AiVt6DfLkhkaHNeshg1CogdLLANA8xlG/TKvS+XUgvIKl7VspJGYiEdL5OUyzMVnr7o0AwB7f+/Mjtg==} + peerDependencies: + diagnostic-channel: '*' + dependencies: + diagnostic-channel: 1.1.1 + dev: false + + /diagnostic-channel@1.1.1: + resolution: {integrity: sha512-r2HV5qFkUICyoaKlBEpLKHjxMXATUf/l+h8UZPGBHGLy4DDiY2sOLcIctax4eRnTw5wH2jTMExLntGPJ8eOJxw==} + dependencies: + semver: 7.6.0 + dev: false + /didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} dev: true @@ -17144,6 +17822,13 @@ packages: /dijkstrajs@1.0.3: resolution: {integrity: sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==} + /dir-glob@2.2.2: + resolution: {integrity: sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==} + engines: {node: '>=4'} + dependencies: + path-type: 3.0.0 + dev: false + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -17300,6 +17985,12 @@ packages: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 + /emitter-listener@1.1.2: + resolution: {integrity: sha512-Bt1sBAGFHY9DKY+4/2cV6izcKJUf5T7/gkdmkxzX/qv9CcGH8xSwVRW5mtX03SWJtRTWSOpzCuWN9rBFYZepZQ==} + dependencies: + shimmer: 1.2.1 + dev: false + /emittery@0.10.0: resolution: {integrity: sha512-AGvFfs+d0JKCJQ4o01ASQLGPmSCxgfU9RFXvzPvZdjKK8oscynksuJhWrSTSw7j7Ep/sZct5b5ZhYCi8S/t0HQ==} engines: {node: '>=12'} @@ -17396,11 +18087,6 @@ packages: engines: {node: '>=4'} hasBin: true - /envinfo@7.12.0: - resolution: {integrity: sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg==} - engines: {node: '>=4'} - hasBin: true - /errno@0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true @@ -17930,14 +18616,14 @@ packages: ignore: 5.3.1 dev: true - /eslint-plugin-ft-flow@2.0.3(@babel/eslint-parser@7.24.1)(eslint@8.57.0): + /eslint-plugin-ft-flow@2.0.3(@babel/eslint-parser@7.23.10)(eslint@8.57.0): resolution: {integrity: sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==} engines: {node: '>=12.22.0'} peerDependencies: '@babel/eslint-parser': ^7.12.0 eslint: ^8.1.0 dependencies: - '@babel/eslint-parser': 7.24.1(@babel/core@7.24.4)(eslint@8.57.0) + '@babel/eslint-parser': 7.23.10(@babel/core@7.24.4)(eslint@8.57.0) eslint: 8.57.0 lodash: 4.17.21 string-natural-compare: 3.0.1 @@ -18009,7 +18695,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest@26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.57.0)(typescript@5.0.4): + /eslint-plugin-jest@26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18022,8 +18708,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -18586,6 +19272,34 @@ packages: strip-eof: 1.0.0 dev: true + /execa@1.0.0: + resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} + engines: {node: '>=6'} + dependencies: + cross-spawn: 6.0.5 + get-stream: 4.1.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.7 + strip-eof: 1.0.0 + dev: false + + /execa@4.1.0: + resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} + engines: {node: '>=10'} + dependencies: + cross-spawn: 7.0.3 + get-stream: 5.2.0 + human-signals: 1.1.1 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + dev: false + /execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} @@ -18785,6 +19499,10 @@ packages: /fast-stable-stringify@1.0.0: resolution: {integrity: sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==} + /fast-text-encoding@1.0.6: + resolution: {integrity: sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w==} + dev: false + /fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} dependencies: @@ -18797,12 +19515,6 @@ packages: dependencies: strnum: 1.0.5 - /fast-xml-parser@4.3.6: - resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==} - hasBin: true - dependencies: - strnum: 1.0.5 - /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: @@ -18815,7 +19527,6 @@ packages: /fbjs-css-vars@1.0.2: resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==} - dev: true /fbjs@3.0.5: resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} @@ -18829,7 +19540,6 @@ packages: ua-parser-js: 1.0.37 transitivePeerDependencies: - encoding - dev: true /figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} @@ -18954,6 +19664,7 @@ packages: /flow-enums-runtime@0.0.5: resolution: {integrity: sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ==} + dev: true /flow-enums-runtime@0.0.6: resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} @@ -19210,6 +19921,13 @@ packages: has-symbols: 1.0.3 hasown: 2.0.2 + /get-monorepo-packages@1.2.0: + resolution: {integrity: sha512-aDP6tH+eM3EuVSp3YyCutOcFS4Y9AhRRH9FAd+cjtR/g63Hx+DCXdKoP1ViRPUJz5wm+BOEXB4FhoffGHxJ7jQ==} + dependencies: + globby: 7.1.1 + load-json-file: 4.0.0 + dev: false + /get-package-type@0.1.0: resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} engines: {node: '>=8.0.0'} @@ -19223,12 +19941,18 @@ packages: engines: {node: '>=4'} dev: true + /get-stream@4.1.0: + resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} + engines: {node: '>=6'} + dependencies: + pump: 3.0.0 + dev: false + /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} dependencies: pump: 3.0.0 - dev: true /get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} @@ -19389,6 +20113,18 @@ packages: merge2: 1.4.1 slash: 3.0.0 + /globby@7.1.1: + resolution: {integrity: sha512-yANWAN2DUcBtuus5Cpd+SKROzXHs2iVXFZt/Ykrfz6SAXqacLX25NZpltE+39ceMexYF4TtEadjuSTw8+3wX4g==} + engines: {node: '>=4'} + dependencies: + array-union: 1.0.2 + dir-glob: 2.2.2 + glob: 7.2.3 + ignore: 3.3.10 + pify: 3.0.0 + slash: 1.0.0 + dev: false + /goober@2.1.13: resolution: {integrity: sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==} peerDependencies: @@ -19694,27 +20430,29 @@ packages: /hermes-estree@0.12.0: resolution: {integrity: sha512-+e8xR6SCen0wyAKrMT3UD0ZCCLymKhRgjEB5sS28rKiFir/fXgLoeRilRUssFCILmGHb+OvHDUlhxs0+IEyvQw==} + dev: true /hermes-estree@0.15.0: resolution: {integrity: sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ==} - /hermes-estree@0.20.1: - resolution: {integrity: sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==} + /hermes-estree@0.19.1: + resolution: {integrity: sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g==} /hermes-parser@0.12.0: resolution: {integrity: sha512-d4PHnwq6SnDLhYl3LHNHvOg7nQ6rcI7QVil418REYksv0Mh3cEkHDcuhGxNQ3vgnLSLl4QSvDrFCwQNYdpWlzw==} dependencies: hermes-estree: 0.12.0 + dev: true /hermes-parser@0.15.0: resolution: {integrity: sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q==} dependencies: hermes-estree: 0.15.0 - /hermes-parser@0.20.1: - resolution: {integrity: sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==} + /hermes-parser@0.19.1: + resolution: {integrity: sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==} dependencies: - hermes-estree: 0.20.1 + hermes-estree: 0.19.1 /hermes-profile-transformer@0.0.6: resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} @@ -19793,7 +20531,6 @@ packages: debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: true /http-proxy-agent@6.1.1: resolution: {integrity: sha512-JRCz+4Whs6yrrIoIlrH+ZTmhrRwtMnmOHsHn8GFEn9O2sVfSE+DAZ3oyyGIKF8tjJEeSJmP89j7aTjVsSqsU0g==} @@ -19848,7 +20585,6 @@ packages: debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: true /https-proxy-agent@6.2.1: resolution: {integrity: sha512-ONsE3+yfZF2caH5+bJlcddtWqNI3Gvs5A38+ngvljxaBiRXRswym2c7yf8UAeFpRFKjFNHIFEHqR/OLAWJzyiA==} @@ -19874,6 +20610,11 @@ packages: resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} dev: true + /human-signals@1.1.1: + resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} + engines: {node: '>=8.12.0'} + dev: false + /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} @@ -19933,6 +20674,10 @@ packages: minimatch: 3.1.2 dev: true + /ignore@3.3.10: + resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} + dev: false + /ignore@5.3.0: resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} engines: {node: '>= 4'} @@ -19948,13 +20693,6 @@ packages: dependencies: queue: 6.0.2 - /image-size@1.1.1: - resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==} - engines: {node: '>=16.x'} - hasBin: true - dependencies: - queue: 6.0.2 - /immediate@3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} dev: false @@ -19991,6 +20729,15 @@ packages: engines: {node: '>=12.2'} dev: true + /import-in-the-middle@1.4.2: + resolution: {integrity: sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==} + dependencies: + acorn: 8.11.3 + acorn-import-assertions: 1.9.0(acorn@8.11.3) + cjs-module-lexer: 1.2.3 + module-details-from-path: 1.0.3 + dev: false + /import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} engines: {node: '>=8'} @@ -20069,7 +20816,6 @@ packages: /interpret@1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} - dev: true /intl-messageformat@10.5.11: resolution: {integrity: sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==} @@ -20090,8 +20836,14 @@ packages: engines: {node: '>=0.10.0'} dev: true + /invert-kv@3.0.1: + resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==} + engines: {node: '>=8'} + dev: false + /ip@1.1.8: resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==} + dev: true /iron-webcrypto@1.1.0: resolution: {integrity: sha512-5vgYsCakNlaQub1orZK5QmNYhwYtcllTkZBp5sfIaCqY93Cf6l+v2rtE+E4TMbcfjxDMCdrO8wmp7+ZvhDECLA==} @@ -20471,7 +21223,6 @@ packages: /is-stream@1.1.0: resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} engines: {node: '>=0.10.0'} - dev: true /is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} @@ -21058,6 +21809,7 @@ packages: /jest-regex-util@27.5.1: resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dev: true /jest-regex-util@29.6.3: resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} @@ -21186,6 +21938,7 @@ packages: ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 + dev: true /jest-util@29.7.0: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} @@ -21247,6 +22000,7 @@ packages: '@types/node': 18.19.31 merge-stream: 2.0.0 supports-color: 8.1.1 + dev: true /jest-worker@29.7.0: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} @@ -21300,15 +22054,6 @@ packages: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 - /joi@17.13.0: - resolution: {integrity: sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==} - dependencies: - '@hapi/hoek': 9.3.0 - '@hapi/topo': 5.1.0 - '@sideway/address': 4.1.5 - '@sideway/formula': 3.0.1 - '@sideway/pinpoint': 2.0.0 - /jose@4.15.4: resolution: {integrity: sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==} dev: true @@ -21368,7 +22113,7 @@ packages: '@babel/preset-env': ^7.1.6 dependencies: '@babel/core': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/parser': 7.23.4 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.4) @@ -21389,6 +22134,7 @@ packages: write-file-atomic: 2.4.3 transitivePeerDependencies: - supports-color + dev: true /jscodeshift@0.14.0(@babel/preset-env@7.24.4): resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} @@ -21397,7 +22143,7 @@ packages: '@babel/preset-env': ^7.1.6 dependencies: '@babel/core': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/parser': 7.23.4 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.4) @@ -21709,6 +22455,13 @@ packages: invert-kv: 1.0.0 dev: true + /lcid@3.1.1: + resolution: {integrity: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==} + engines: {node: '>=8'} + dependencies: + invert-kv: 3.0.1 + dev: false + /level-codec@9.0.2: resolution: {integrity: sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==} engines: {node: '>=6'} @@ -21960,6 +22713,16 @@ packages: strip-bom: 3.0.0 dev: true + /load-json-file@4.0.0: + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} + dependencies: + graceful-fs: 4.2.11 + parse-json: 4.0.0 + pify: 3.0.0 + strip-bom: 3.0.0 + dev: false + /load-tsconfig@0.2.5: resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -22050,6 +22813,13 @@ packages: /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + /log-symbols@2.2.0: + resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==} + engines: {node: '>=4'} + dependencies: + chalk: 2.4.2 + dev: false + /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} @@ -22182,6 +22952,13 @@ packages: dependencies: tmpl: 1.0.5 + /map-age-cleaner@0.1.3: + resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} + engines: {node: '>=6'} + dependencies: + p-defer: 1.0.0 + dev: false + /map-cache@0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} @@ -22238,6 +23015,24 @@ packages: mimic-fn: 1.2.0 dev: true + /mem@4.3.0: + resolution: {integrity: sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==} + engines: {node: '>=6'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 2.1.0 + p-is-promise: 2.1.0 + dev: false + + /mem@5.1.1: + resolution: {integrity: sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw==} + engines: {node: '>=8'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 2.1.0 + p-is-promise: 2.1.0 + dev: false + /memdown@5.1.0: resolution: {integrity: sha512-B3J+UizMRAlEArDjWHTMmadet+UKwHd3UjMgGBkZcKAxAYVPS9o0Yeiha4qvz7iGiL2Sb3igUft6p7nbFWctpw==} engines: {node: '>=6'} @@ -22253,6 +23048,10 @@ packages: /memoize-one@5.2.1: resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} + /memoize-one@6.0.0: + resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} + dev: false + /memory-fs@0.4.1: resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} dependencies: @@ -22344,13 +23143,14 @@ packages: nullthrows: 1.1.1 transitivePeerDependencies: - supports-color + dev: true - /metro-babel-transformer@0.80.8: - resolution: {integrity: sha512-TTzNwRZb2xxyv4J/+yqgtDAP2qVqH3sahsnFu6Xv4SkLqzrivtlnyUbaeTdJ9JjtADJUEjCbgbFgUVafrXdR9Q==} + /metro-babel-transformer@0.80.6: + resolution: {integrity: sha512-ssuoVC4OzqaOt3LpwfUbDfBlFGRu9v1Yf2JJnKPz0ROYHNjSBws4aUesqQQ/Ea8DbiH7TK4j4cJmm+XjdHmgqA==} engines: {node: '>=18'} dependencies: '@babel/core': 7.24.4 - hermes-parser: 0.20.1 + hermes-parser: 0.19.1 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color @@ -22358,9 +23158,10 @@ packages: /metro-cache-key@0.76.8: resolution: {integrity: sha512-buKQ5xentPig9G6T37Ww/R/bC+/V1MA5xU/D8zjnhlelsrPG6w6LtHUS61ID3zZcMZqYaELWk5UIadIdDsaaLw==} engines: {node: '>=16'} + dev: true - /metro-cache-key@0.80.8: - resolution: {integrity: sha512-qWKzxrLsRQK5m3oH8ePecqCc+7PEhR03cJE6Z6AxAj0idi99dHOSitTmY0dclXVB9vP2tQIAE8uTd8xkYGk8fA==} + /metro-cache-key@0.80.6: + resolution: {integrity: sha512-DFmjQacC8m/S3HpELklLMWkPGP/fZPX3BSgjd0xQvwIvWyFwk8Nn/lfp/uWdEVDtDSIr64/anXU5uWohGwlWXw==} engines: {node: '>=18'} /metro-cache@0.76.8: @@ -22369,12 +23170,13 @@ packages: dependencies: metro-core: 0.76.8 rimraf: 3.0.2 + dev: true - /metro-cache@0.80.8: - resolution: {integrity: sha512-5svz+89wSyLo7BxdiPDlwDTgcB9kwhNMfNhiBZPNQQs1vLFXxOkILwQiV5F2EwYT9DEr6OPZ0hnJkZfRQ8lDYQ==} + /metro-cache@0.80.6: + resolution: {integrity: sha512-NP81pHSPkzs+iNlpVkJqijrpcd6lfuDAunYH9/Rn8oLNz0yLfkl8lt+xOdUU4IkFt3oVcTBEFCnzAzv4B8YhyA==} engines: {node: '>=18'} dependencies: - metro-core: 0.80.8 + metro-core: 0.80.6 rimraf: 3.0.2 /metro-config@0.76.8: @@ -22393,18 +23195,19 @@ packages: - encoding - supports-color - utf-8-validate + dev: true - /metro-config@0.80.8: - resolution: {integrity: sha512-VGQJpfJawtwRzGzGXVUoohpIkB0iPom4DmSbAppKfumdhtLA8uVeEPp2GM61kL9hRvdbMhdWA7T+hZFDlo4mJA==} + /metro-config@0.80.6: + resolution: {integrity: sha512-vHYYvJpRTWYbmvqlR7i04xQpZCHJ6yfZ/xIcPdz2ssbdJGGJbiT1Aar9wr8RAhsccSxdJgfE5B1DB8Mo+DnhIg==} engines: {node: '>=18'} dependencies: connect: 3.7.0 cosmiconfig: 5.2.1 jest-validate: 29.7.0 - metro: 0.80.8 - metro-cache: 0.80.8 - metro-core: 0.80.8 - metro-runtime: 0.80.8 + metro: 0.80.6 + metro-cache: 0.80.6 + metro-core: 0.80.6 + metro-runtime: 0.80.6 transitivePeerDependencies: - bufferutil - encoding @@ -22417,13 +23220,14 @@ packages: dependencies: lodash.throttle: 4.1.1 metro-resolver: 0.76.8 + dev: true - /metro-core@0.80.8: - resolution: {integrity: sha512-g6lud55TXeISRTleW6SHuPFZHtYrpwNqbyFIVd9j9Ofrb5IReiHp9Zl8xkAfZQp8v6ZVgyXD7c130QTsCz+vBw==} + /metro-core@0.80.6: + resolution: {integrity: sha512-fn4rryTUAwzFJWj7VIPDH4CcW/q7MV4oGobqR6NsuxZoIGYrVpK7pBasumu5YbCqifuErMs5s23BhmrDNeZURw==} engines: {node: '>=18'} dependencies: lodash.throttle: 4.1.1 - metro-resolver: 0.80.8 + metro-resolver: 0.80.6 /metro-file-map@0.76.8: resolution: {integrity: sha512-A/xP1YNEVwO1SUV9/YYo6/Y1MmzhL4ZnVgcJC3VmHp/BYVOXVStzgVbWv2wILe56IIMkfXU+jpXrGKKYhFyHVw==} @@ -22445,9 +23249,10 @@ packages: fsevents: 2.3.3 transitivePeerDependencies: - supports-color + dev: true - /metro-file-map@0.80.8: - resolution: {integrity: sha512-eQXMFM9ogTfDs2POq7DT2dnG7rayZcoEgRbHPXvhUWkVwiKkro2ngcBE++ck/7A36Cj5Ljo79SOkYwHaWUDYDw==} + /metro-file-map@0.80.6: + resolution: {integrity: sha512-S3CUqvpXpc+q3q+hCEWvFKhVqgq0VmXdZQDF6u7ue86E2elq1XLnfLOt9JSpwyhpMQRyysjSCnd/Yh6GZMNHoQ==} engines: {node: '>=18'} dependencies: anymatch: 3.1.3 @@ -22480,24 +23285,27 @@ packages: - encoding - supports-color - utf-8-validate + dev: true /metro-minify-terser@0.76.8: resolution: {integrity: sha512-Orbvg18qXHCrSj1KbaeSDVYRy/gkro2PC7Fy2tDSH1c9RB4aH8tuMOIXnKJE+1SXxBtjWmQ5Yirwkth2DyyEZA==} engines: {node: '>=16'} dependencies: terser: 5.24.0 + dev: true - /metro-minify-terser@0.80.8: - resolution: {integrity: sha512-y8sUFjVvdeUIINDuW1sejnIjkZfEF+7SmQo0EIpYbWmwh+kq/WMj74yVaBWuqNjirmUp1YNfi3alT67wlbBWBQ==} + /metro-minify-terser@0.80.6: + resolution: {integrity: sha512-83eZaH2+B+jP92KuodPqXknzwmiboKAuZY4doRfTEEXAG57pNVNN6cqSRJlwDnmaTBKRffxoncBXbYqHQgulgg==} engines: {node: '>=18'} dependencies: - terser: 5.30.4 + terser: 5.24.0 /metro-minify-uglify@0.76.8: resolution: {integrity: sha512-6l8/bEvtVaTSuhG1FqS0+Mc8lZ3Bl4RI8SeRIifVLC21eeSDp4CEBUWSGjpFyUDfi6R5dXzYaFnSgMNyfxADiQ==} engines: {node: '>=16'} dependencies: uglify-es: 3.3.9 + dev: true /metro-react-native-babel-preset@0.76.8(@babel/core@7.23.3): resolution: {integrity: sha512-Ptza08GgqzxEdK8apYsjTx2S8WDUlS2ilBlu9DR1CUcHmg4g3kOkFylZroogVAUKtpYQNYwAvdsjmrSdDNtiAg==} @@ -22508,44 +23316,45 @@ packages: '@babel/core': 7.23.3 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.3) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-proposal-export-default-from': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.23.3) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.3) '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.3) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.3) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.3) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.23.3) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.3) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.3) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.23.3) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.23.3) - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.23.3) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.23.3) - '@babel/template': 7.24.0 + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.23.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3) + '@babel/template': 7.22.15 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.3) react-refresh: 0.4.3 transitivePeerDependencies: - supports-color + dev: true /metro-react-native-babel-preset@0.76.8(@babel/core@7.24.4): resolution: {integrity: sha512-Ptza08GgqzxEdK8apYsjTx2S8WDUlS2ilBlu9DR1CUcHmg4g3kOkFylZroogVAUKtpYQNYwAvdsjmrSdDNtiAg==} @@ -22556,44 +23365,45 @@ packages: '@babel/core': 7.24.4 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.24.4) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-export-default-from': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.24.4) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.4) '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.24.4) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.4) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.24.4) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.4) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.24.4) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.4) - '@babel/template': 7.24.0 + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.4) + '@babel/template': 7.22.15 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.24.4) react-refresh: 0.4.3 transitivePeerDependencies: - supports-color + dev: true /metro-react-native-babel-transformer@0.76.8(@babel/core@7.23.3): resolution: {integrity: sha512-3h+LfS1WG1PAzhq8QF0kfXjxuXetbY/lgz8vYMQhgrMMp17WM1DNJD0gjx8tOGYbpbBC1qesJ45KMS4o5TA73A==} @@ -22608,27 +23418,15 @@ packages: nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - - /metro-react-native-babel-transformer@0.76.8(@babel/core@7.24.4): - resolution: {integrity: sha512-3h+LfS1WG1PAzhq8QF0kfXjxuXetbY/lgz8vYMQhgrMMp17WM1DNJD0gjx8tOGYbpbBC1qesJ45KMS4o5TA73A==} - engines: {node: '>=16'} - peerDependencies: - '@babel/core': '*' - dependencies: - '@babel/core': 7.24.4 - babel-preset-fbjs: 3.4.0(@babel/core@7.24.4) - hermes-parser: 0.12.0 - metro-react-native-babel-preset: 0.76.8(@babel/core@7.24.4) - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color + dev: true /metro-resolver@0.76.8: resolution: {integrity: sha512-KccOqc10vrzS7ZhG2NSnL2dh3uVydarB7nOhjreQ7C4zyWuiW9XpLC4h47KtGQv3Rnv/NDLJYeDqaJ4/+140HQ==} engines: {node: '>=16'} + dev: true - /metro-resolver@0.80.8: - resolution: {integrity: sha512-JdtoJkP27GGoZ2HJlEsxs+zO7jnDUCRrmwXJozTlIuzLHMRrxgIRRby9fTCbMhaxq+iA9c+wzm3iFb4NhPmLbQ==} + /metro-resolver@0.80.6: + resolution: {integrity: sha512-R7trfglG4zY4X9XyM9cvuffAhQ9W1reWoahr1jdEWa6rOI8PyM0qXjcsb8l+fsOQhdSiVlkKcYAmkyrs1S/zrA==} engines: {node: '>=18'} /metro-runtime@0.76.8: @@ -22637,9 +23435,10 @@ packages: dependencies: '@babel/runtime': 7.24.4 react-refresh: 0.4.3 + dev: true - /metro-runtime@0.80.8: - resolution: {integrity: sha512-2oScjfv6Yb79PelU1+p8SVrCMW9ZjgEiipxq7jMRn8mbbtWzyv3g8Mkwr+KwOoDFI/61hYPUbY8cUnu278+x1g==} + /metro-runtime@0.80.6: + resolution: {integrity: sha512-21GQVd0pp2nACoK0C2PL8mBsEhIFUFFntYrWRlYNHtPQoqDzddrPEIgkyaABGXGued+dZoBlFQl+LASlmmfkvw==} engines: {node: '>=18'} dependencies: '@babel/runtime': 7.24.4 @@ -22658,17 +23457,18 @@ packages: vlq: 1.0.1 transitivePeerDependencies: - supports-color + dev: true - /metro-source-map@0.80.8: - resolution: {integrity: sha512-+OVISBkPNxjD4eEKhblRpBf463nTMk3KMEeYS8Z4xM/z3qujGJGSsWUGRtH27+c6zElaSGtZFiDMshEb8mMKQg==} + /metro-source-map@0.80.6: + resolution: {integrity: sha512-lqDuSLctWy9Qccu4Zl0YB1PzItpsqcKGb1nK0aDY+lzJ26X65OCib2VzHlj+xj7e4PiIKOfsvDCczCBz4cnxdg==} engines: {node: '>=18'} dependencies: '@babel/traverse': 7.24.1(supports-color@5.5.0) '@babel/types': 7.24.0 invariant: 2.2.4 - metro-symbolicate: 0.80.8 + metro-symbolicate: 0.80.6 nullthrows: 1.1.1 - ob1: 0.80.8 + ob1: 0.80.6 source-map: 0.5.7 vlq: 1.0.1 transitivePeerDependencies: @@ -22687,14 +23487,15 @@ packages: vlq: 1.0.1 transitivePeerDependencies: - supports-color + dev: true - /metro-symbolicate@0.80.8: - resolution: {integrity: sha512-nwhYySk79jQhwjL9QmOUo4wS+/0Au9joEryDWw7uj4kz2yvw1uBjwmlql3BprQCBzRdB3fcqOP8kO8Es+vE31g==} + /metro-symbolicate@0.80.6: + resolution: {integrity: sha512-SGwKeBi+lK7NmM5+EcW6DyRRa9HmGSvH0LJtlT4XoRMbpxzsLYs0qUEA+olD96pOIP+ta7I8S30nQr2ttqgO8A==} engines: {node: '>=18'} hasBin: true dependencies: invariant: 2.2.4 - metro-source-map: 0.80.8 + metro-source-map: 0.80.6 nullthrows: 1.1.1 source-map: 0.5.7 through2: 2.0.5 @@ -22708,19 +23509,20 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/generator': 7.24.4 - '@babel/template': 7.24.0 + '@babel/template': 7.22.15 '@babel/traverse': 7.24.1(supports-color@5.5.0) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color + dev: true - /metro-transform-plugins@0.80.8: - resolution: {integrity: sha512-sSu8VPL9Od7w98MftCOkQ1UDeySWbsIAS5I54rW22BVpPnI3fQ42srvqMLaJUQPjLehUanq8St6OMBCBgH/UWw==} + /metro-transform-plugins@0.80.6: + resolution: {integrity: sha512-e04tdTC5Fy1vOQrTTXb5biao0t7nR/h+b1IaBTlM5UaHaAJZr658uVOoZhkRxKjbhF2mIwJ/8DdorD2CA15BCg==} engines: {node: '>=18'} dependencies: '@babel/core': 7.24.4 '@babel/generator': 7.24.4 - '@babel/template': 7.24.0 + '@babel/template': 7.22.15 '@babel/traverse': 7.24.1(supports-color@5.5.0) nullthrows: 1.1.1 transitivePeerDependencies: @@ -22747,22 +23549,23 @@ packages: - encoding - supports-color - utf-8-validate + dev: true - /metro-transform-worker@0.80.8: - resolution: {integrity: sha512-+4FG3TQk3BTbNqGkFb2uCaxYTfsbuFOCKMMURbwu0ehCP8ZJuTUramkaNZoATS49NSAkRgUltgmBa4YaKZ5mqw==} + /metro-transform-worker@0.80.6: + resolution: {integrity: sha512-jV+VgCLiCj5jQadW/h09qJaqDreL6XcBRY52STCoz2xWn6WWLLMB5nXzQtvFNPmnIOps+Xu8+d5hiPcBNOhYmA==} engines: {node: '>=18'} dependencies: '@babel/core': 7.24.4 '@babel/generator': 7.24.4 '@babel/parser': 7.24.4 '@babel/types': 7.24.0 - metro: 0.80.8 - metro-babel-transformer: 0.80.8 - metro-cache: 0.80.8 - metro-cache-key: 0.80.8 - metro-minify-terser: 0.80.8 - metro-source-map: 0.80.8 - metro-transform-plugins: 0.80.8 + metro: 0.80.6 + metro-babel-transformer: 0.80.6 + metro-cache: 0.80.6 + metro-cache-key: 0.80.6 + metro-minify-terser: 0.80.6 + metro-source-map: 0.80.6 + metro-transform-plugins: 0.80.6 nullthrows: 1.1.1 transitivePeerDependencies: - bufferutil @@ -22779,7 +23582,7 @@ packages: '@babel/core': 7.24.4 '@babel/generator': 7.24.4 '@babel/parser': 7.24.4 - '@babel/template': 7.24.0 + '@babel/template': 7.22.15 '@babel/traverse': 7.24.1(supports-color@5.5.0) '@babel/types': 7.24.0 accepts: 1.3.8 @@ -22828,9 +23631,10 @@ packages: - encoding - supports-color - utf-8-validate + dev: true - /metro@0.80.8: - resolution: {integrity: sha512-in7S0W11mg+RNmcXw+2d9S3zBGmCARDxIwoXJAmLUQOQoYsRP3cpGzyJtc7WOw8+FXfpgXvceD0u+PZIHXEL7g==} + /metro@0.80.6: + resolution: {integrity: sha512-f6Nhnht9TxVRP6zdBq9J2jNdeDBxRmJFnjxhQS1GeCpokBvI6fTXq+wHTLz5jZA+75fwbkPSzBxBJzQa6xi0AQ==} engines: {node: '>=18'} hasBin: true dependencies: @@ -22838,7 +23642,7 @@ packages: '@babel/core': 7.24.4 '@babel/generator': 7.24.4 '@babel/parser': 7.24.4 - '@babel/template': 7.24.0 + '@babel/template': 7.22.15 '@babel/traverse': 7.24.1(supports-color@5.5.0) '@babel/types': 7.24.0 accepts: 1.3.8 @@ -22849,24 +23653,24 @@ packages: denodeify: 1.2.1 error-stack-parser: 2.1.4 graceful-fs: 4.2.11 - hermes-parser: 0.20.1 - image-size: 1.1.1 + hermes-parser: 0.19.1 + image-size: 1.0.2 invariant: 2.2.4 jest-worker: 29.7.0 jsc-safe-url: 0.2.4 lodash.throttle: 4.1.1 - metro-babel-transformer: 0.80.8 - metro-cache: 0.80.8 - metro-cache-key: 0.80.8 - metro-config: 0.80.8 - metro-core: 0.80.8 - metro-file-map: 0.80.8 - metro-resolver: 0.80.8 - metro-runtime: 0.80.8 - metro-source-map: 0.80.8 - metro-symbolicate: 0.80.8 - metro-transform-plugins: 0.80.8 - metro-transform-worker: 0.80.8 + metro-babel-transformer: 0.80.6 + metro-cache: 0.80.6 + metro-cache-key: 0.80.6 + metro-config: 0.80.6 + metro-core: 0.80.6 + metro-file-map: 0.80.6 + metro-resolver: 0.80.6 + metro-runtime: 0.80.6 + metro-source-map: 0.80.6 + metro-symbolicate: 0.80.6 + metro-transform-plugins: 0.80.6 + metro-transform-worker: 0.80.6 mime-types: 2.1.35 node-fetch: 2.7.0 nullthrows: 1.1.1 @@ -22957,7 +23761,6 @@ packages: /mimic-fn@1.2.0: resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} engines: {node: '>=4'} - dev: true /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} @@ -23108,6 +23911,10 @@ packages: pkg-types: 1.0.3 ufo: 1.5.3 + /module-details-from-path@1.0.3: + resolution: {integrity: sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==} + dev: false + /module-error@1.0.2: resolution: {integrity: sha512-0yuvsqSCv8LbaOKhnsQ/T5JhyFlCYLPXK3U2sgV10zoKQwzs/MyfuQUOZQ1V/6OCOJsK/TRgNVrPuPDqtdMFtA==} engines: {node: '>=10'} @@ -23285,6 +24092,10 @@ packages: - babel-plugin-macros dev: false + /nice-try@1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + dev: false + /no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: @@ -23491,7 +24302,6 @@ packages: engines: {node: '>=4'} dependencies: path-key: 2.0.1 - dev: true /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} @@ -23538,9 +24348,10 @@ packages: /ob1@0.76.8: resolution: {integrity: sha512-dlBkJJV5M/msj9KYA9upc+nUWVwuOFFTbu28X6kZeGwcuW+JxaHSBZ70SYQnk5M+j5JbNLR6yKHmgW4M5E7X5g==} engines: {node: '>=16'} + dev: true - /ob1@0.80.8: - resolution: {integrity: sha512-QHJQk/lXMmAW8I7AIM3in1MSlwe1umR72Chhi8B7Xnq6mzjhBKkA6Fy/zAhQnGkA4S912EPCEvTij5yh+EQTAA==} + /ob1@0.80.6: + resolution: {integrity: sha512-nlLGZPMQ/kbmkdIb5yvVzep1jKUII2x6ehNsHpgy71jpnJMW7V+KsB3AjYI2Ajb7UqMAMNjlssg6FUodrEMYzg==} engines: {node: '>=18'} /obj-multiplex@1.0.0: @@ -23734,6 +24545,13 @@ packages: dependencies: wrappy: 1.0.2 + /onetime@2.0.1: + resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} + engines: {node: '>=4'} + dependencies: + mimic-fn: 1.2.0 + dev: false + /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} @@ -23786,6 +24604,18 @@ packages: prelude-ls: 1.2.1 type-check: 0.4.0 + /ora@3.4.0: + resolution: {integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==} + engines: {node: '>=6'} + dependencies: + chalk: 2.4.2 + cli-cursor: 2.1.0 + cli-spinners: 2.9.1 + log-symbols: 2.2.0 + strip-ansi: 5.2.0 + wcwidth: 1.0.1 + dev: false + /ora@5.4.1: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} @@ -23820,6 +24650,15 @@ packages: mem: 1.1.0 dev: true + /os-locale@5.0.0: + resolution: {integrity: sha512-tqZcNEDAIZKBEPnHPlVDvKrp7NzgLi7jRmhKiUoa2NUmhl13FtkAGLUVR+ZsYvApBQdBfYm43A4tXXQ4IrYLBA==} + engines: {node: '>=10'} + dependencies: + execa: 4.1.0 + lcid: 3.1.1 + mem: 5.1.1 + dev: false + /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} @@ -23833,6 +24672,11 @@ packages: engines: {node: '>=8'} dev: true + /p-defer@1.0.0: + resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} + engines: {node: '>=4'} + dev: false + /p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} @@ -23843,7 +24687,11 @@ packages: /p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} - dev: true + + /p-is-promise@2.1.0: + resolution: {integrity: sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==} + engines: {node: '>=6'} + dev: false /p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} @@ -24046,7 +24894,6 @@ packages: /path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} engines: {node: '>=4'} - dev: true /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} @@ -24103,6 +24950,13 @@ packages: pify: 2.3.0 dev: true + /path-type@3.0.0: + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} + dependencies: + pify: 3.0.0 + dev: false + /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -24438,7 +25292,6 @@ packages: resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 - dev: true /promise@8.3.0: resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} @@ -24712,7 +25565,24 @@ packages: /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-native-get-random-values@1.11.0(react-native@0.73.5): + /react-native-animatable@1.3.3: + resolution: {integrity: sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==} + dependencies: + prop-types: 15.8.1 + dev: false + + /react-native-config@1.5.1(react-native-windows@0.73.12): + resolution: {integrity: sha512-g1xNgt1tV95FCX+iWz6YJonxXkQX0GdD3fB8xQtR1GUBEqweB9zMROW77gi2TygmYmUkBI7LU4pES+zcTyK4HA==} + peerDependencies: + react-native-windows: '>=0.61' + peerDependenciesMeta: + react-native-windows: + optional: true + dependencies: + react-native-windows: 0.73.12(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0) + dev: false + + /react-native-get-random-values@1.11.0(react-native@0.73.7): resolution: {integrity: sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==} peerDependencies: react-native: '>=0.56' @@ -24721,7 +25591,66 @@ packages: optional: true dependencies: fast-base64-decode: 1.0.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + dev: false + + /react-native-macos@0.73.26(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0): + resolution: {integrity: sha512-BgRr00irEPu2SaCryQqrDatRViTqIdwflCHR6STpB9m7K8mqqStGXcLRESL6//3T3KQjmNvFlDVrSaKiPwhDGQ==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + react: 18.2.0 + peerDependenciesMeta: + react: + optional: true + dependencies: + '@jest/create-cache-key-function': 29.7.0 + '@react-native-community/cli': 12.3.6 + '@react-native-community/cli-platform-android': 12.3.6 + '@react-native-community/cli-platform-ios': 12.3.6 + '@react-native-mac/virtualized-lists': 0.73.3(react-native@0.73.7) + '@react-native/assets-registry': 0.73.1 + '@react-native/codegen': 0.73.3(@babel/preset-env@7.24.4) + '@react-native/community-cli-plugin': 0.73.17(@babel/core@7.24.4)(@babel/preset-env@7.24.4) + '@react-native/gradle-plugin': 0.73.4 + '@react-native/js-polyfills': 0.73.1 + '@react-native/normalize-colors': 0.73.2 + abort-controller: 3.0.0 + anser: 1.4.10 + ansi-regex: 5.0.1 + base64-js: 1.5.1 + chalk: 4.1.2 + deprecated-react-native-prop-types: 5.0.0 + event-target-shim: 5.0.1 + flow-enums-runtime: 0.0.6 + invariant: 2.2.4 + jest-environment-node: 29.7.0 + jsc-android: 250231.0.0 + memoize-one: 5.2.1 + metro-runtime: 0.80.6 + metro-source-map: 0.80.6 + mkdirp: 0.5.6 + nullthrows: 1.1.1 + pretty-format: 26.6.2 + promise: 8.3.0 + react: 18.2.0 + react-devtools-core: 4.28.5 + react-refresh: 0.14.0 + react-shallow-renderer: 16.15.0(react@18.2.0) + regenerator-runtime: 0.13.11 + scheduler: 0.24.0-canary-efb381bbf-20230505 + stacktrace-parser: 0.1.10 + whatwg-fetch: 3.6.19 + ws: 6.2.2 + yargs: 17.7.2 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - react-native + - supports-color + - utf-8-validate dev: false /react-native-mmkv@2.11.0(react-native@0.72.7)(react@18.2.0): @@ -24739,7 +25668,7 @@ packages: react-native: 0.72.7(@babel/core@7.23.3)(@babel/preset-env@7.23.3)(react@18.2.0) dev: true - /react-native-mmkv@2.11.0(react-native@0.73.5)(react@18.2.0): + /react-native-mmkv@2.11.0(react-native@0.73.7)(react@18.2.0): resolution: {integrity: sha512-28PdUHjZJmAw3q+8zJDAAdohnZMpDC7WgRUJxACOMkcmJeqS3u5cKS/lSq2bhf1CvaeIiHYHUWiyatUjMRCDQQ==} peerDependencies: react: '*' @@ -24751,11 +25680,28 @@ packages: optional: true dependencies: react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + dev: false + + /react-native-modal@13.0.1(react-native@0.73.7)(react@18.2.0): + resolution: {integrity: sha512-UB+mjmUtf+miaG/sDhOikRfBOv0gJdBU2ZE1HtFWp6UixW9jCk/bhGdHUgmZljbPpp0RaO/6YiMmQSSK3kkMaw==} + peerDependencies: + react: '*' + react-native: '>=0.65.0' + peerDependenciesMeta: + react: + optional: true + react-native: + optional: true + dependencies: + prop-types: 15.8.1 + react: 18.2.0 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native-animatable: 1.3.3 dev: false - /react-native-svg@13.4.0(react-native@0.73.5)(react@18.2.0): - resolution: {integrity: sha512-B3TwK+H0+JuRhYPzF21AgqMt4fjhCwDZ9QUtwNstT5XcslJBXC0FoTkdZo8IEb1Sv4suSqhZwlAY6lwOv3tHag==} + /react-native-svg@13.14.0(react-native@0.73.7)(react@18.2.0): + resolution: {integrity: sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg==} peerDependencies: react: '*' react-native: '*' @@ -24768,7 +25714,42 @@ packages: css-select: 5.1.0 css-tree: 1.1.3 react: 18.2.0 - react-native: 0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + dev: false + + /react-native-url-polyfill@2.0.0(react-native@0.73.7): + resolution: {integrity: sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA==} + peerDependencies: + react-native: '*' + peerDependenciesMeta: + react-native: + optional: true + dependencies: + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + whatwg-url-without-unicode: 8.0.0-3 + dev: false + + /react-native-web@0.19.11(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-51Qcjr0AtIgskwLqLsBByUMPs2nAWZ+6QF7x/siC72svNPcJ1/daXoPTNuHR2fX4oOrDATC4Vmc/SXOYPH19rw==} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + peerDependenciesMeta: + react: + optional: true + dependencies: + '@babel/runtime': 7.24.4 + '@react-native/normalize-colors': 0.74.81 + fbjs: 3.0.5 + inline-style-prefixer: 6.0.4 + memoize-one: 6.0.0 + nullthrows: 1.1.1 + postcss-value-parser: 4.2.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + styleq: 0.1.3 + transitivePeerDependencies: + - encoding dev: false /react-native-webview@11.26.1(react@18.2.0): @@ -24786,62 +25767,72 @@ packages: invariant: 2.2.4 react: 18.2.0 - /react-native@0.72.7(@babel/core@7.23.3)(@babel/preset-env@7.23.3)(react@18.2.0): - resolution: {integrity: sha512-dqVFojOO9rOvyFbbM3/v9/GJR355OSuBhEY4NQlMIRc2w0Xch5MT/2uPoq3+OvJ+5h7a8LFAco3fucSffG0FbA==} - engines: {node: '>=16'} - hasBin: true + /react-native-windows@0.73.12(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react-native@0.73.7)(react@18.2.0): + resolution: {integrity: sha512-d3rShmeBlJZq/uDfQoP8qtM8WP0h5c/RXTy/PgyKPej+h/JVwPNVe8b8unbRS510VL+K5g/3on5KbfTJT0oR4g==} + engines: {node: '>= 18'} peerDependencies: react: 18.2.0 + react-native: ^0.73.0 peerDependenciesMeta: react: optional: true + react-native: + optional: true dependencies: + '@babel/runtime': 7.24.4 '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 11.3.10(@babel/core@7.23.3) - '@react-native-community/cli-platform-android': 11.3.10 - '@react-native-community/cli-platform-ios': 11.3.10 - '@react-native/assets-registry': 0.72.0 - '@react-native/codegen': 0.72.7(@babel/preset-env@7.23.3) - '@react-native/gradle-plugin': 0.72.11 - '@react-native/js-polyfills': 0.72.1 - '@react-native/normalize-colors': 0.72.0 - '@react-native/virtualized-lists': 0.72.8(react-native@0.72.7) + '@react-native-community/cli': 12.3.6 + '@react-native-community/cli-platform-android': 12.3.6 + '@react-native-community/cli-platform-ios': 12.3.6 + '@react-native-windows/cli': 0.73.3(react-native@0.73.7) + '@react-native/assets-registry': 0.73.1 + '@react-native/codegen': 0.73.3(@babel/preset-env@7.24.4) + '@react-native/community-cli-plugin': 0.73.17(@babel/core@7.24.4)(@babel/preset-env@7.24.4) + '@react-native/gradle-plugin': 0.73.4 + '@react-native/js-polyfills': 0.73.1 + '@react-native/normalize-colors': 0.73.2 + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.7) abort-controller: 3.0.0 anser: 1.4.10 + ansi-regex: 5.0.1 base64-js: 1.5.1 - deprecated-react-native-prop-types: 4.2.3 + chalk: 4.1.2 + deprecated-react-native-prop-types: 5.0.0 event-target-shim: 5.0.1 - flow-enums-runtime: 0.0.5 + flow-enums-runtime: 0.0.6 invariant: 2.2.4 jest-environment-node: 29.7.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-runtime: 0.76.8 - metro-source-map: 0.76.8 + metro-runtime: 0.80.6 + metro-source-map: 0.80.6 mkdirp: 0.5.6 nullthrows: 1.1.1 pretty-format: 26.6.2 promise: 8.3.0 react: 18.2.0 react-devtools-core: 4.28.5 - react-refresh: 0.4.3 + react-native: 0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) + react-refresh: 0.14.0 react-shallow-renderer: 16.15.0(react@18.2.0) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 + source-map-support: 0.5.21 stacktrace-parser: 0.1.10 - use-sync-external-store: 1.2.0(react@18.2.0) whatwg-fetch: 3.6.19 ws: 6.2.2 yargs: 17.7.2 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' + - applicationinsights-native-metrics - bufferutil - encoding - supports-color - utf-8-validate + dev: false - /react-native@0.72.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0): + /react-native@0.72.7(@babel/core@7.23.3)(@babel/preset-env@7.23.3)(react@18.2.0): resolution: {integrity: sha512-dqVFojOO9rOvyFbbM3/v9/GJR355OSuBhEY4NQlMIRc2w0Xch5MT/2uPoq3+OvJ+5h7a8LFAco3fucSffG0FbA==} engines: {node: '>=16'} hasBin: true @@ -24852,11 +25843,11 @@ packages: optional: true dependencies: '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 11.3.10(@babel/core@7.24.4) + '@react-native-community/cli': 11.3.10(@babel/core@7.23.3) '@react-native-community/cli-platform-android': 11.3.10 '@react-native-community/cli-platform-ios': 11.3.10 '@react-native/assets-registry': 0.72.0 - '@react-native/codegen': 0.72.7(@babel/preset-env@7.24.4) + '@react-native/codegen': 0.72.7(@babel/preset-env@7.23.3) '@react-native/gradle-plugin': 0.72.11 '@react-native/js-polyfills': 0.72.1 '@react-native/normalize-colors': 0.72.0 @@ -24895,9 +25886,10 @@ packages: - encoding - supports-color - utf-8-validate + dev: true - /react-native@0.73.5(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0): - resolution: {integrity: sha512-iHgDArmF4CrhL0qTj+Rn+CBN5pZWUL9lUGl8ub+V9Hwu/vnzQQh8rTMVSwVd2sV6N76KjpE5a4TfIAHkpIHhKg==} + /react-native@0.73.7(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0): + resolution: {integrity: sha512-LfI/INAC9jTf80bBHJQo0SfTEPQADsU8HoLaW7xQKjYXUX40dhu3AoyNEkMOHY4cpQyjEliQZ4dQpQMy733KRQ==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -24916,7 +25908,7 @@ packages: '@react-native/gradle-plugin': 0.73.4 '@react-native/js-polyfills': 0.73.1 '@react-native/normalize-colors': 0.73.2 - '@react-native/virtualized-lists': 0.73.4(react-native@0.73.5) + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.7) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -24929,8 +25921,8 @@ packages: jest-environment-node: 29.7.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-runtime: 0.80.8 - metro-source-map: 0.80.8 + metro-runtime: 0.80.6 + metro-source-map: 0.80.6 mkdirp: 0.5.6 nullthrows: 1.1.1 pretty-format: 26.6.2 @@ -24942,7 +25934,7 @@ packages: regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 stacktrace-parser: 0.1.10 - whatwg-fetch: 3.6.20 + whatwg-fetch: 3.6.19 ws: 6.2.2 yargs: 17.7.2 transitivePeerDependencies: @@ -24960,6 +25952,7 @@ packages: /react-refresh@0.4.3: resolution: {integrity: sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==} engines: {node: '>=0.10.0'} + dev: true /react-router-dom@6.20.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==} @@ -25219,6 +26212,13 @@ packages: source-map: 0.6.1 tslib: 2.6.2 + /rechoir@0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.8 + dev: false + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -25406,6 +26406,17 @@ packages: engines: {node: '>=0.10.0'} dev: true + /require-in-the-middle@7.3.0: + resolution: {integrity: sha512-nQFEv9gRw6SJAwWD2LrL0NmQvAcO7FBwJbwmr2ttPAacfy0xuiOjE5zt+zM4xDyuyvUaxBi/9gb2SoCyNEVJcw==} + engines: {node: '>=8.6.0'} + dependencies: + debug: 4.3.4(supports-color@5.5.0) + module-details-from-path: 1.0.3 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + dev: false + /require-main-filename@1.0.1: resolution: {integrity: sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==} dev: true @@ -25495,6 +26506,14 @@ packages: lowercase-keys: 2.0.0 dev: true + /restore-cursor@2.0.0: + resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} + engines: {node: '>=4'} + dependencies: + onetime: 2.0.1 + signal-exit: 3.0.7 + dev: false + /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -25623,29 +26642,29 @@ packages: fsevents: 2.3.3 dev: true - /rollup@4.16.4: - resolution: {integrity: sha512-kuaTJSUbz+Wsb2ATGvEknkI12XV40vIiHmLuFlejoo7HtDok/O5eDDD0UpCVY5bBX5U5RYo8wWP83H7ZsqVEnA==} + /rollup@4.17.1: + resolution: {integrity: sha512-0gG94inrUtg25sB2V/pApwiv1lUb0bQ25FPNuzO89Baa+B+c0ccaaBKM5zkZV/12pUUdH+lWCSm9wmHqyocuVQ==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.16.4 - '@rollup/rollup-android-arm64': 4.16.4 - '@rollup/rollup-darwin-arm64': 4.16.4 - '@rollup/rollup-darwin-x64': 4.16.4 - '@rollup/rollup-linux-arm-gnueabihf': 4.16.4 - '@rollup/rollup-linux-arm-musleabihf': 4.16.4 - '@rollup/rollup-linux-arm64-gnu': 4.16.4 - '@rollup/rollup-linux-arm64-musl': 4.16.4 - '@rollup/rollup-linux-powerpc64le-gnu': 4.16.4 - '@rollup/rollup-linux-riscv64-gnu': 4.16.4 - '@rollup/rollup-linux-s390x-gnu': 4.16.4 - '@rollup/rollup-linux-x64-gnu': 4.16.4 - '@rollup/rollup-linux-x64-musl': 4.16.4 - '@rollup/rollup-win32-arm64-msvc': 4.16.4 - '@rollup/rollup-win32-ia32-msvc': 4.16.4 - '@rollup/rollup-win32-x64-msvc': 4.16.4 + '@rollup/rollup-android-arm-eabi': 4.17.1 + '@rollup/rollup-android-arm64': 4.17.1 + '@rollup/rollup-darwin-arm64': 4.17.1 + '@rollup/rollup-darwin-x64': 4.17.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.17.1 + '@rollup/rollup-linux-arm-musleabihf': 4.17.1 + '@rollup/rollup-linux-arm64-gnu': 4.17.1 + '@rollup/rollup-linux-arm64-musl': 4.17.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.17.1 + '@rollup/rollup-linux-riscv64-gnu': 4.17.1 + '@rollup/rollup-linux-s390x-gnu': 4.17.1 + '@rollup/rollup-linux-x64-gnu': 4.17.1 + '@rollup/rollup-linux-x64-musl': 4.17.1 + '@rollup/rollup-win32-arm64-msvc': 4.17.1 + '@rollup/rollup-win32-ia32-msvc': 4.17.1 + '@rollup/rollup-win32-x64-msvc': 4.17.1 fsevents: 2.3.3 dev: true @@ -25929,7 +26948,6 @@ packages: engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 - dev: true /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} @@ -25940,7 +26958,6 @@ packages: /shebang-regex@1.0.0: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} engines: {node: '>=0.10.0'} - dev: true /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} @@ -25949,6 +26966,16 @@ packages: /shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + /shelljs@0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + dependencies: + glob: 7.2.3 + interpret: 1.4.0 + rechoir: 0.6.2 + dev: false + /shiki@0.14.7: resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} dependencies: @@ -25958,6 +26985,10 @@ packages: vscode-textmate: 8.0.0 dev: true + /shimmer@1.2.1: + resolution: {integrity: sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==} + dev: false + /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: @@ -26000,6 +27031,11 @@ packages: valid-url: 1.0.9 dev: false + /slash@1.0.0: + resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} + engines: {node: '>=0.10.0'} + dev: false + /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} @@ -26278,6 +27314,10 @@ packages: tweetnacl: 0.14.5 dev: true + /stack-chain@1.3.7: + resolution: {integrity: sha512-D8cWtWVdIe/jBA7v5p5Hwl5yOSOrmZPWDPe2KxQ5UAGD+nxbxU0lKXA4h85Ta6+qgdKVL3vUxsbIZjc1kBG7ug==} + dev: false + /stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} @@ -26568,7 +27608,6 @@ packages: /strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} - dev: true /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} @@ -26657,6 +27696,10 @@ packages: react: 18.2.0 dev: false + /styleq@0.1.3: + resolution: {integrity: sha512-3ZUifmCDCQanjeej1f6kyl/BeP/Vae5EYkQ9iJfUm/QwZvlgnZzyflqAsAWYURdtea8Vkvswu2GrC57h3qffcA==} + dev: false + /stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} @@ -26805,16 +27848,6 @@ packages: commander: 2.20.3 source-map-support: 0.5.21 - /terser@5.30.4: - resolution: {integrity: sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jridgewell/source-map': 0.3.6 - acorn: 8.11.3 - commander: 2.20.3 - source-map-support: 0.5.21 - /test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} @@ -27223,7 +28256,7 @@ packages: joycon: 3.1.1 postcss-load-config: 4.0.2(ts-node@10.9.2) resolve-from: 5.0.0 - rollup: 4.16.4 + rollup: 4.17.1 source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 @@ -27233,14 +28266,14 @@ packages: - ts-node dev: true - /tsutils@3.21.0(typescript@5.0.4): + /tsutils@3.21.0(typescript@5.4.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.0.4 + typescript: 5.4.5 dev: true /tty-browserify@0.0.0: @@ -27535,12 +28568,6 @@ packages: hasBin: true dev: false - /typescript@5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} - hasBin: true - dev: true - /typescript@5.2.2: resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} engines: {node: '>=14.17'} @@ -27561,7 +28588,6 @@ packages: /ua-parser-js@1.0.37: resolution: {integrity: sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==} - dev: true /ufo@1.5.3: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} @@ -27574,6 +28600,7 @@ packages: dependencies: commander: 2.13.0 source-map: 0.6.1 + dev: true /uglify-js@2.8.29: resolution: {integrity: sha512-qLq/4y2pjcU3vhlhseXGGJ7VbFO4pBANu0kwl8VCa9KEI0V8VfZIx2Fy3w01iSTA/pGwKZSmu/+I4etLNDdt5w==} @@ -27872,6 +28899,14 @@ packages: dev: true optional: true + /username@5.1.0: + resolution: {integrity: sha512-PCKbdWw85JsYMvmCv5GH3kXmM66rCd9m1hBEDutPNv94b/pqCMT4NtcKyeWYvLFiE8b+ha1Jdl8XAaUdPn5QTg==} + engines: {node: '>=8'} + dependencies: + execa: 1.0.0 + mem: 4.3.0 + dev: false + /utf-8-validate@5.0.10: resolution: {integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==} engines: {node: '>=6.14.2'} @@ -27931,7 +28966,6 @@ packages: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true - dev: true /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} @@ -27969,6 +29003,20 @@ packages: spdx-expression-parse: 3.0.1 dev: true + /valtio@1.10.5(react@18.2.0): + resolution: {integrity: sha512-jTp0k63VXf4r5hPoaC6a6LCG4POkVSh629WLi1+d5PlajLsbynTMd7qAgEiOSPxzoX5iNvbN7iZ/k/g29wrNiQ==} + engines: {node: '>=12.20.0'} + peerDependencies: + react: '>=16.8' + peerDependenciesMeta: + react: + optional: true + dependencies: + proxy-compare: 2.5.1 + react: 18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) + dev: false + /valtio@1.11.2(@types/react@18.2.38)(react@18.2.0): resolution: {integrity: sha512-1XfIxnUXzyswPAPXo1P3Pdx2mq/pIqZICkWN60Hby0d9Iqb+MEIpqgYVlbflvHdrp2YR/q3jyKWRPJJ100yxaw==} engines: {node: '>=12.20.0'} @@ -28373,6 +29421,11 @@ packages: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} dev: true + /webidl-conversions@5.0.0: + resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} + engines: {node: '>=8'} + dev: false + /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} @@ -28432,14 +29485,20 @@ packages: /whatwg-fetch@3.6.19: resolution: {integrity: sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==} - /whatwg-fetch@3.6.20: - resolution: {integrity: sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==} - /whatwg-mimetype@3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} engines: {node: '>=12'} dev: true + /whatwg-url-without-unicode@8.0.0-3: + resolution: {integrity: sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==} + engines: {node: '>=10'} + dependencies: + buffer: 5.7.1 + punycode: 2.3.1 + webidl-conversions: 5.0.0 + dev: false + /whatwg-url@11.0.0: resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==} engines: {node: '>=12'} @@ -28539,7 +29598,6 @@ packages: hasBin: true dependencies: isexe: 2.0.0 - dev: true /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} @@ -28714,11 +29772,31 @@ packages: bufferutil: 4.0.8 utf-8-validate: 5.0.10 + /xml-formatter@2.6.1: + resolution: {integrity: sha512-dOiGwoqm8y22QdTNI7A+N03tyVfBlQ0/oehAzxIZtwnFAHGeSlrfjF73YQvzSsa/Kt6+YZasKsrdu6OIpuBggw==} + engines: {node: '>= 10'} + dependencies: + xml-parser-xo: 3.2.0 + dev: false + /xml-name-validator@4.0.0: resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} engines: {node: '>=12'} dev: true + /xml-parser-xo@3.2.0: + resolution: {integrity: sha512-8LRU6cq+d7mVsoDaMhnkkt3CTtAs4153p49fRo+HIB3I1FD1o5CeXRjRH29sQevIfVJIcPjKSsPU/+Ujhq09Rg==} + engines: {node: '>= 10'} + dev: false + + /xml-parser@1.2.1: + resolution: {integrity: sha512-lPUzzmS0zdwcNtyNndCl2IwH172ozkUDqmfmH3FcuDzHVl552Kr6oNfsvteHabqTWhsrMgpijqZ/yT7Wo1/Pzw==} + dependencies: + debug: 2.6.9(supports-color@4.5.0) + transitivePeerDependencies: + - supports-color + dev: false + /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true @@ -28727,6 +29805,11 @@ packages: resolution: {integrity: sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==} engines: {node: '>=0.4.0'} + /xpath@0.0.27: + resolution: {integrity: sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==} + engines: {node: '>=0.6.0'} + dev: false + /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} @@ -28763,6 +29846,7 @@ packages: /yaml@2.3.4: resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} engines: {node: '>= 14'} + dev: true /yaml@2.4.1: resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} @@ -28783,6 +29867,11 @@ packages: lodash.assign: 4.2.0 dev: true + /yargs-parser@20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + dev: false + /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} @@ -28809,6 +29898,19 @@ packages: y18n: 4.0.3 yargs-parser: 18.1.3 + /yargs@16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.9 + dev: false + /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'}