diff --git a/apps/mobile-wallet/ios/Podfile.lock b/apps/mobile-wallet/ios/Podfile.lock
index ca7c385b8..842dceeb4 100644
--- a/apps/mobile-wallet/ios/Podfile.lock
+++ b/apps/mobile-wallet/ios/Podfile.lock
@@ -1341,7 +1341,7 @@ PODS:
- Yoga
- react-native-safe-area-context (4.10.1):
- React-Core
- - react-native-skia (1.2.3):
+ - react-native-skia (1.3.10):
- DoubleConversion
- glog
- hermes-engine
@@ -2109,7 +2109,7 @@ SPEC CHECKSUMS:
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-pager-view: c1e29e1a6105a02807392ba822ad322447a72f55
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
- react-native-skia: 80282ed176572d97f6abe128ddcb567e0c33fe93
+ react-native-skia: 4857f8a85d0e4fc152c7b8aff4fbcc7573be1cf9
react-native-webview: 596fb33d67a3cde5a74bf1f6b4c28d3543477fdd
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
diff --git a/apps/mobile-wallet/package.json b/apps/mobile-wallet/package.json
index 0a99aebb1..ce044a174 100644
--- a/apps/mobile-wallet/package.json
+++ b/apps/mobile-wallet/package.json
@@ -35,7 +35,7 @@
"@react-navigation/stack": "^6.3.12",
"@reduxjs/toolkit": "^1.9.1",
"@shopify/flash-list": "^1.6.4",
- "@shopify/react-native-skia": "1.2.3",
+ "@shopify/react-native-skia": "1.3.10",
"@walletconnect/core": "2.15.1",
"@walletconnect/jsonrpc-types": "^1.0.4",
"@walletconnect/keyvaluestorage": "1.1.1",
diff --git a/apps/mobile-wallet/src/components/headers/BaseHeader.tsx b/apps/mobile-wallet/src/components/headers/BaseHeader.tsx
index 2618124ec..7002ec9d3 100644
--- a/apps/mobile-wallet/src/components/headers/BaseHeader.tsx
+++ b/apps/mobile-wallet/src/components/headers/BaseHeader.tsx
@@ -19,7 +19,7 @@ along with the library. If not, see .
import { StackHeaderProps } from '@react-navigation/stack'
import { Canvas, LinearGradient, Rect, vec } from '@shopify/react-native-skia'
import { ReactNode, RefObject, useState } from 'react'
-import { LayoutChangeEvent, Platform, Pressable, useWindowDimensions, ViewProps } from 'react-native'
+import { LayoutChangeEvent, Platform, useWindowDimensions, ViewProps } from 'react-native'
import Animated, {
Extrapolation,
interpolate,
@@ -97,7 +97,7 @@ const BaseHeader = ({
return (
-
+
-
-
-
- {!CustomContent ? (
- <>
- {HeaderLeft}
- {(headerTitleString || HeaderTitleComponent) && (
-
- {headerTitleString ? (
-
- {headerTitleString}
-
- ) : HeaderTitleComponent ? (
- HeaderTitleComponent
- ) : null}
- {HeaderTitleRight}
-
- )}
- {HeaderRight}
- >
- ) : (
- {CustomContent}
- )}
-
-
-
+
+
+ {!CustomContent ? (
+ <>
+ {HeaderLeft}
+ {(headerTitleString || HeaderTitleComponent) && (
+
+ {headerTitleString ? (
+
+ {headerTitleString}
+
+ ) : HeaderTitleComponent ? (
+ HeaderTitleComponent
+ ) : null}
+ {HeaderTitleRight}
+
+ )}
+ {HeaderRight}
+ >
+ ) : (
+ {CustomContent}
+ )}
+
+
)
}
diff --git a/apps/mobile-wallet/src/screens/Dashboard/DashboardScreen.tsx b/apps/mobile-wallet/src/screens/Dashboard/DashboardScreen.tsx
index d02db45b6..d001f6f30 100644
--- a/apps/mobile-wallet/src/screens/Dashboard/DashboardScreen.tsx
+++ b/apps/mobile-wallet/src/screens/Dashboard/DashboardScreen.tsx
@@ -18,10 +18,11 @@ along with the library. If not, see .
import { AddressHash, CURRENCIES } from '@alephium/shared'
import { StackScreenProps } from '@react-navigation/stack'
+import { colord } from 'colord'
import { BlurView } from 'expo-blur'
import { useEffect, useMemo, useState } from 'react'
import { Trans, useTranslation } from 'react-i18next'
-import { Platform, StyleSheet, View } from 'react-native'
+import { Platform, StyleSheet } from 'react-native'
import { Portal } from 'react-native-portalize'
import Animated from 'react-native-reanimated'
import { useSafeAreaInsets } from 'react-native-safe-area-context'
@@ -135,6 +136,15 @@ const DashboardScreen = ({ navigation, ...props }: ScreenProps) => {
>
+ {Platform.OS === 'android' ? (
+
+ ) : (
+
+ )}
@@ -143,25 +153,16 @@ const DashboardScreen = ({ navigation, ...props }: ScreenProps) => {
- {/*
)}
- {Platform.OS === 'android' ? (
-
- ) : (
-
- )}
{totalBalance === BigInt(0) && addressesStatus === 'initialized' && (
@@ -262,6 +263,10 @@ const WalletCardHeader = styled.View`
padding: 20px 20px 0;
`
+const TransparentCardBackground = styled.View`
+ background-color: ${({ theme }) => colord(theme.bg.primary).alpha(0.95).toHex()};
+`
+
const ButtonsRowContainer = styled(Animated.View)`
margin: 10px ${DEFAULT_MARGIN}px 20px;
flex-direction: row;
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 323c3ad83..94d38fc77 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -605,8 +605,8 @@ importers:
specifier: ^1.6.4
version: 1.6.4(@babel/runtime@7.23.8)(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)
'@shopify/react-native-skia':
- specifier: 1.2.3
- version: 1.2.3(react-native-reanimated@3.10.1(@babel/core@7.24.7)(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)
+ specifier: 1.3.10
+ version: 1.3.10(react-native-reanimated@3.10.1(@babel/core@7.24.7)(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)
'@walletconnect/core':
specifier: 2.15.1
version: 2.15.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
@@ -844,7 +844,7 @@ importers:
version: 6.15.0(eslint@8.56.0)(typescript@5.5.3)
'@walletconnect/types':
specifier: 2.15.1
- version: 2.15.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
+ version: 2.15.1(@react-native-async-storage/async-storage@1.23.1)
babel-plugin-module-resolver:
specifier: ^5.0.2
version: 5.0.2
@@ -874,13 +874,13 @@ importers:
version: 3.0.0(@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
jest:
specifier: ^29.4.3
- version: 29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ version: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
jest-expo:
specifier: ~51.0.3
- version: 51.0.3(@babel/core@7.24.7)(jest@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)))(react@18.2.0)
+ version: 51.0.3(@babel/core@7.24.7)(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))(react@18.2.0)
ts-node:
specifier: ^10.9.1
- version: 10.9.2(@types/node@18.19.39)(typescript@5.5.3)
+ version: 10.9.2(@types/node@16.18.74)(typescript@5.5.3)
typescript:
specifier: ^5.5.3
version: 5.5.3
@@ -944,13 +944,13 @@ importers:
version: 3.0.0(@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
jest:
specifier: ^29.4.3
- version: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
+ version: 29.7.0(@types/node@16.18.74)
rewire:
specifier: ^6.0.0
version: 6.0.0
ts-jest:
specifier: ^29.0.5
- version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))(typescript@5.5.3)
+ version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74))(typescript@5.5.3)
tslib:
specifier: ^2.3.1
version: 2.6.2
@@ -1038,7 +1038,7 @@ importers:
version: 3.0.0(@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
jest:
specifier: ^29.4.3
- version: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
+ version: 29.7.0(@types/node@16.18.74)
jest-environment-jsdom:
specifier: ^29.7.0
version: 29.7.0
@@ -1047,7 +1047,7 @@ importers:
version: 6.0.0
ts-jest:
specifier: ^29.0.5
- version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))(typescript@5.5.3)
+ version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74))(typescript@5.5.3)
tslib:
specifier: ^2.3.1
version: 2.6.2
@@ -1153,13 +1153,13 @@ importers:
version: 3.0.0(@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
jest:
specifier: ^29.4.3
- version: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ version: 29.7.0(@types/node@16.18.68)
rewire:
specifier: ^6.0.0
version: 6.0.0
ts-jest:
specifier: ^29.0.5
- version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)))(typescript@5.5.3)
+ version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.68))(typescript@5.5.3)
tslib:
specifier: ^2.3.1
version: 2.6.2
@@ -1241,7 +1241,7 @@ importers:
version: 3.0.0(@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
jest:
specifier: ^29.4.3
- version: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
+ version: 29.7.0(@types/node@16.18.74)
path-browserify:
specifier: ^1.0.1
version: 1.0.1
@@ -1250,7 +1250,7 @@ importers:
version: 3.0.0
ts-jest:
specifier: ^29.0.5
- version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))(typescript@5.5.3)
+ version: 29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74))(typescript@5.5.3)
tslib:
specifier: ^2.3.1
version: 2.6.2
@@ -3767,8 +3767,8 @@ packages:
react: '*'
react-native: '*'
- '@shopify/react-native-skia@1.2.3':
- resolution: {integrity: sha512-gyUD/HGsMyZ+YAoWxVh24HYN5juwC/dZWINL/0sKP7Ttee/0igCRxWPneH1BbVH28dhyf+tvksQNUwpMM3VWbg==}
+ '@shopify/react-native-skia@1.3.10':
+ resolution: {integrity: sha512-6eHR0eh9s5ZStDXThkOiIec6D9gtL2QWczbjPt5a3+mNli7YazF5zhBv4IGM2UqOS3iQqLpvtvuERltWKhMNYQ==}
hasBin: true
peerDependencies:
react: '>=18.0'
@@ -11636,7 +11636,7 @@ snapshots:
'@alephium/web3': 1.5.1
'@alephium/web3-wallet': 1.5.1
'@walletconnect/core': 2.15.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
- '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
+ '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1)
'@walletconnect/sign-client': 2.15.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
'@walletconnect/types': 2.15.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
'@walletconnect/utils': 2.15.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
@@ -11845,19 +11845,6 @@ snapshots:
lru-cache: 5.1.1
semver: 7.5.4
- '@babel/helper-create-class-features-plugin@7.23.6':
- dependencies:
- '@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.22.20(@babel/core@7.23.7)
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- semver: 7.6.2
- optional: true
-
'@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12301,14 +12288,6 @@ snapshots:
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-proposal-async-generator-functions@7.20.7':
- dependencies:
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.7)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7)
- optional: true
-
'@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12327,7 +12306,7 @@ snapshots:
'@babel/plugin-proposal-class-properties@7.18.6':
dependencies:
- '@babel/helper-create-class-features-plugin': 7.23.6
+ '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
optional: true
@@ -12353,12 +12332,6 @@ snapshots:
'@babel/helper-split-export-declaration': 7.22.6
'@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-proposal-export-default-from@7.23.3':
- dependencies:
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.7)
- optional: true
-
'@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12371,12 +12344,6 @@ snapshots:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-proposal-logical-assignment-operators@7.20.7':
- dependencies:
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
- optional: true
-
'@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12389,12 +12356,6 @@ snapshots:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6':
- dependencies:
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7)
- optional: true
-
'@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12407,12 +12368,6 @@ snapshots:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-proposal-numeric-separator@7.18.6':
- dependencies:
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
- optional: true
-
'@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12425,15 +12380,6 @@ snapshots:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-proposal-object-rest-spread@7.20.7':
- dependencies:
- '@babel/compat-data': 7.23.5
- '@babel/helper-compilation-targets': 7.23.6
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7)
- optional: true
-
'@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.7)':
dependencies:
'@babel/compat-data': 7.23.5
@@ -12452,12 +12398,6 @@ snapshots:
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
'@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-proposal-optional-catch-binding@7.18.6':
- dependencies:
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
- optional: true
-
'@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12470,13 +12410,6 @@ snapshots:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-proposal-optional-chaining@7.21.0':
- dependencies:
- '@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.7)
- optional: true
-
'@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12771,13 +12704,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.23.3':
- dependencies:
- '@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.7)
- optional: true
-
'@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -12874,18 +12800,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.23.8':
- dependencies:
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-compilation-targets': 7.23.6
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-function-name': 7.23.0
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7)
- '@babel/helper-split-export-declaration': 7.22.6
- globals: 11.12.0
- optional: true
-
'@babel/plugin-transform-classes@7.23.8(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -13050,12 +12964,6 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.7
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-flow-strip-types@7.23.3':
- dependencies:
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7)
- optional: true
-
'@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -13182,13 +13090,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.23.3':
- dependencies:
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-simple-access': 7.22.5
- optional: true
-
'@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -13257,12 +13158,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5':
- dependencies:
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.22.5
- optional: true
-
'@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -13427,7 +13322,7 @@ snapshots:
'@babel/plugin-transform-private-methods@7.23.3':
dependencies:
- '@babel/helper-create-class-features-plugin': 7.23.6
+ '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
optional: true
@@ -13462,7 +13357,7 @@ snapshots:
'@babel/plugin-transform-private-property-in-object@7.23.4':
dependencies:
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.23.6
+ '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7)
optional: true
@@ -13548,15 +13443,6 @@ snapshots:
'@babel/core': 7.24.7
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-transform-react-jsx@7.23.4':
- dependencies:
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-module-imports': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
- '@babel/types': 7.23.6
- optional: true
-
'@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -13607,9 +13493,9 @@ snapshots:
dependencies:
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- babel-plugin-polyfill-corejs2: 0.4.8
- babel-plugin-polyfill-corejs3: 0.8.7
- babel-plugin-polyfill-regenerator: 0.5.5
+ babel-plugin-polyfill-corejs2: 0.4.8(@babel/core@7.24.7)
+ babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.7)
+ babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.24.7)
semver: 7.6.2
transitivePeerDependencies:
- supports-color
@@ -13735,7 +13621,7 @@ snapshots:
'@babel/plugin-transform-typescript@7.23.6':
dependencies:
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.23.6
+ '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.7)
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.7)
optional: true
@@ -13778,12 +13664,6 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-regex@7.23.3':
- dependencies:
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.22.5
- optional: true
-
'@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.7)':
dependencies:
'@babel/core': 7.23.7
@@ -14971,77 +14851,6 @@ snapshots:
jest-util: 29.7.0
slash: 3.0.0
- '@jest/core@29.7.0':
- dependencies:
- '@jest/console': 29.7.0
- '@jest/reporters': 29.7.0
- '@jest/test-result': 29.7.0
- '@jest/transform': 29.7.0
- '@jest/types': 29.6.3
- '@types/node': 16.18.74
- ansi-escapes: 4.3.2
- chalk: 4.1.2
- ci-info: 3.9.0
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
- jest-haste-map: 29.7.0
- jest-message-util: 29.7.0
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-resolve-dependencies: 29.7.0
- jest-runner: 29.7.0
- jest-runtime: 29.7.0
- jest-snapshot: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- jest-watcher: 29.7.0
- micromatch: 4.0.8
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-ansi: 6.0.1
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
- - ts-node
- optional: true
-
- '@jest/core@29.7.0(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))':
- dependencies:
- '@jest/console': 29.7.0
- '@jest/reporters': 29.7.0
- '@jest/test-result': 29.7.0
- '@jest/transform': 29.7.0
- '@jest/types': 29.6.3
- '@types/node': 16.18.74
- ansi-escapes: 4.3.2
- chalk: 4.1.2
- ci-info: 3.9.0
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
- jest-haste-map: 29.7.0
- jest-message-util: 29.7.0
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-resolve-dependencies: 29.7.0
- jest-runner: 29.7.0
- jest-runtime: 29.7.0
- jest-snapshot: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- jest-watcher: 29.7.0
- micromatch: 4.0.8
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-ansi: 6.0.1
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
- - ts-node
-
'@jest/core@29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))':
dependencies:
'@jest/console': 29.7.0
@@ -15077,41 +14886,6 @@ snapshots:
- supports-color
- ts-node
- '@jest/core@29.7.0(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))':
- dependencies:
- '@jest/console': 29.7.0
- '@jest/reporters': 29.7.0
- '@jest/test-result': 29.7.0
- '@jest/transform': 29.7.0
- '@jest/types': 29.6.3
- '@types/node': 16.18.74
- ansi-escapes: 4.3.2
- chalk: 4.1.2
- ci-info: 3.9.0
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
- jest-haste-map: 29.7.0
- jest-message-util: 29.7.0
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-resolve-dependencies: 29.7.0
- jest-runner: 29.7.0
- jest-runtime: 29.7.0
- jest-snapshot: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- jest-watcher: 29.7.0
- micromatch: 4.0.8
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-ansi: 6.0.1
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
- - ts-node
-
'@jest/create-cache-key-function@29.7.0':
dependencies:
'@jest/types': 29.6.3
@@ -15713,7 +15487,7 @@ snapshots:
'@react-native/babel-plugin-codegen@0.74.84':
dependencies:
- '@react-native/codegen': 0.74.84
+ '@react-native/codegen': 0.74.84(@babel/preset-env@7.23.8(@babel/core@7.24.7))
transitivePeerDependencies:
- '@babel/preset-env'
- supports-color
@@ -15735,36 +15509,36 @@ snapshots:
'@react-native/babel-preset@0.74.84':
dependencies:
- '@babel/plugin-proposal-async-generator-functions': 7.20.7
+ '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.24.7)
'@babel/plugin-proposal-class-properties': 7.18.6
- '@babel/plugin-proposal-export-default-from': 7.23.3
- '@babel/plugin-proposal-logical-assignment-operators': 7.20.7
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6
- '@babel/plugin-proposal-numeric-separator': 7.18.6
- '@babel/plugin-proposal-object-rest-spread': 7.20.7
- '@babel/plugin-proposal-optional-catch-binding': 7.18.6
- '@babel/plugin-proposal-optional-chaining': 7.21.0
+ '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.24.7)
+ '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.24.7)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.7)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.24.7)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.7)
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.24.7)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.7)
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
'@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7)
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7)
'@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-async-to-generator': 7.23.3
+ '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-classes': 7.23.8
+ '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7)
'@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-flow-strip-types': 7.23.3
+ '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.23.3
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5
+ '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.7)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.7)
'@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-private-methods': 7.23.3
'@babel/plugin-transform-private-property-in-object': 7.23.4
'@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx': 7.23.4
+ '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
'@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-runtime': 7.23.6
@@ -15772,10 +15546,10 @@ snapshots:
'@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.7)
'@babel/plugin-transform-typescript': 7.23.6
- '@babel/plugin-transform-unicode-regex': 7.23.3
+ '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.7)
'@babel/template': 7.22.15
'@react-native/babel-plugin-codegen': 0.74.84
- babel-plugin-transform-flow-enums: 0.0.2
+ babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.7)
react-refresh: 0.14.2
transitivePeerDependencies:
- '@babel/preset-env'
@@ -15880,19 +15654,6 @@ snapshots:
- '@babel/preset-env'
- supports-color
- '@react-native/codegen@0.74.84':
- dependencies:
- '@babel/parser': 7.23.6
- glob: 7.2.3
- hermes-parser: 0.19.1
- invariant: 2.2.4
- jscodeshift: 0.14.0(@babel/preset-env@7.23.8(@babel/core@7.24.7))
- mkdirp: 0.5.6
- nullthrows: 1.1.1
- transitivePeerDependencies:
- - supports-color
- optional: true
-
'@react-native/codegen@0.74.84(@babel/preset-env@7.23.8(@babel/core@7.23.7))':
dependencies:
'@babel/parser': 7.23.6
@@ -16304,7 +16065,7 @@ snapshots:
recyclerlistview: 4.2.0(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)
tslib: 2.4.0
- '@shopify/react-native-skia@1.2.3(react-native-reanimated@3.10.1(@babel/core@7.24.7)(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)':
+ '@shopify/react-native-skia@1.3.10(react-native-reanimated@3.10.1(@babel/core@7.24.7)(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0))(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0))(react@18.2.0)':
dependencies:
canvaskit-wasm: 0.39.1
react: 18.2.0
@@ -17141,7 +16902,7 @@ snapshots:
'@walletconnect/jsonrpc-types': 1.0.4
'@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(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
+ '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1)
'@walletconnect/logger': 2.1.2
'@walletconnect/relay-api': 1.0.11
'@walletconnect/relay-auth': 1.0.4
@@ -17267,27 +17028,6 @@ snapshots:
- '@vercel/kv'
- supports-color
- '@walletconnect/keyvaluestorage@1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))':
- dependencies:
- '@walletconnect/safe-json': 1.0.2
- idb-keyval: 6.2.1
- unstorage: 1.10.1(idb-keyval@6.2.1)
- optionalDependencies:
- '@react-native-async-storage/async-storage': 1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(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'
- - supports-color
-
'@walletconnect/keyvaluestorage@1.1.1(@react-native-async-storage/async-storage@1.23.1)':
dependencies:
'@walletconnect/safe-json': 1.0.2
@@ -17473,7 +17213,7 @@ snapshots:
'@walletconnect/events': 1.0.1
'@walletconnect/heartbeat': 1.2.2
'@walletconnect/jsonrpc-types': 1.0.4
- '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1(react-native@0.74.2(@babel/core@7.24.7)(@babel/preset-env@7.23.8(@babel/core@7.24.7))(@types/react@18.2.79)(react@18.2.0)))
+ '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.23.1)
'@walletconnect/logger': 2.1.2
events: 3.3.0
transitivePeerDependencies:
@@ -18147,15 +17887,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs2@0.4.8:
- dependencies:
- '@babel/compat-data': 7.23.5
- '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.24.7)
- semver: 7.6.2
- transitivePeerDependencies:
- - supports-color
- optional: true
-
babel-plugin-polyfill-corejs2@0.4.8(@babel/core@7.23.7):
dependencies:
'@babel/compat-data': 7.23.5
@@ -18174,14 +17905,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.8.7:
- dependencies:
- '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.7)
- core-js-compat: 3.35.1
- transitivePeerDependencies:
- - supports-color
- optional: true
-
babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.23.7):
dependencies:
'@babel/core': 7.23.7
@@ -18198,13 +17921,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.5.5:
- dependencies:
- '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.24.7)
- transitivePeerDependencies:
- - supports-color
- optional: true
-
babel-plugin-polyfill-regenerator@0.5.5(@babel/core@7.23.7):
dependencies:
'@babel/core': 7.23.7
@@ -18231,13 +17947,6 @@ snapshots:
babel-plugin-react-native-web@0.19.12: {}
- babel-plugin-transform-flow-enums@0.0.2:
- dependencies:
- '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7)
- transitivePeerDependencies:
- - '@babel/core'
- optional: true
-
babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.23.7):
dependencies:
'@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7)
@@ -19022,29 +18731,13 @@ snapshots:
safe-buffer: 5.2.1
sha.js: 2.4.11
- create-jest@29.7.0:
+ create-jest@29.7.0(@types/node@16.18.68):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
- jest-util: 29.7.0
- prompts: 2.4.2
- transitivePeerDependencies:
- - '@types/node'
- - babel-plugin-macros
- - supports-color
- - ts-node
- optional: true
-
- create-jest@29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)):
- dependencies:
- '@jest/types': 29.6.3
- chalk: 4.1.2
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@16.18.68)
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -19068,21 +18761,6 @@ snapshots:
- supports-color
- ts-node
- create-jest@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)):
- dependencies:
- '@jest/types': 29.6.3
- chalk: 4.1.2
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
- jest-util: 29.7.0
- prompts: 2.4.2
- transitivePeerDependencies:
- - '@types/node'
- - babel-plugin-macros
- - supports-color
- - ts-node
-
create-require@1.1.1: {}
cross-env@7.0.3:
@@ -21529,14 +21207,14 @@ snapshots:
jest-cli@29.7.0:
dependencies:
- '@jest/core': 29.7.0
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0
+ create-jest: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
exit: 0.1.2
import-local: 3.1.0
- jest-config: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -21547,16 +21225,16 @@ snapshots:
- ts-node
optional: true
- jest-cli@29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)):
+ jest-cli@29.7.0(@types/node@16.18.68):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ create-jest: 29.7.0(@types/node@16.18.68)
exit: 0.1.2
import-local: 3.1.0
- jest-config: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@16.18.68)
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -21566,7 +21244,7 @@ snapshots:
- supports-color
- ts-node
- jest-cli@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)):
+ jest-cli@29.7.0(@types/node@16.18.74):
dependencies:
'@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/test-result': 29.7.0
@@ -21585,16 +21263,16 @@ snapshots:
- supports-color
- ts-node
- jest-cli@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)):
+ jest-cli@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ create-jest: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
exit: 0.1.2
import-local: 3.1.0
- jest-config: 29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -21604,7 +21282,7 @@ snapshots:
- supports-color
- ts-node
- jest-config@29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)):
+ jest-config@29.7.0(@types/node@16.18.68):
dependencies:
'@babel/core': 7.24.7
'@jest/test-sequencer': 29.7.0
@@ -21630,38 +21308,6 @@ snapshots:
strip-json-comments: 3.1.1
optionalDependencies:
'@types/node': 16.18.68
- ts-node: 10.9.2(@types/node@16.18.68)(typescript@5.5.3)
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
-
- jest-config@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)):
- dependencies:
- '@babel/core': 7.24.7
- '@jest/test-sequencer': 29.7.0
- '@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.24.7)
- chalk: 4.1.2
- ci-info: 3.9.0
- deepmerge: 4.3.1
- glob: 7.2.3
- graceful-fs: 4.2.11
- jest-circus: 29.7.0
- jest-environment-node: 29.7.0
- jest-get-type: 29.6.3
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-runner: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- micromatch: 4.0.8
- parse-json: 5.2.0
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-json-comments: 3.1.1
- optionalDependencies:
- '@types/node': 16.18.74
- ts-node: 10.9.2(@types/node@16.18.68)(typescript@5.5.3)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -21697,68 +21343,6 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-config@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)):
- dependencies:
- '@babel/core': 7.24.7
- '@jest/test-sequencer': 29.7.0
- '@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.24.7)
- chalk: 4.1.2
- ci-info: 3.9.0
- deepmerge: 4.3.1
- glob: 7.2.3
- graceful-fs: 4.2.11
- jest-circus: 29.7.0
- jest-environment-node: 29.7.0
- jest-get-type: 29.6.3
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-runner: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- micromatch: 4.0.8
- parse-json: 5.2.0
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-json-comments: 3.1.1
- optionalDependencies:
- '@types/node': 16.18.74
- ts-node: 10.9.2(@types/node@18.19.39)(typescript@5.5.3)
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
-
- jest-config@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)):
- dependencies:
- '@babel/core': 7.24.7
- '@jest/test-sequencer': 29.7.0
- '@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.24.7)
- chalk: 4.1.2
- ci-info: 3.9.0
- deepmerge: 4.3.1
- glob: 7.2.3
- graceful-fs: 4.2.11
- jest-circus: 29.7.0
- jest-environment-node: 29.7.0
- jest-get-type: 29.6.3
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-runner: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- micromatch: 4.0.8
- parse-json: 5.2.0
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-json-comments: 3.1.1
- optionalDependencies:
- '@types/node': 18.19.39
- ts-node: 10.9.2(@types/node@18.19.39)(typescript@5.5.3)
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
-
jest-diff@29.7.0:
dependencies:
chalk: 4.1.2
@@ -21802,7 +21386,7 @@ snapshots:
jest-mock: 29.7.0
jest-util: 29.7.0
- jest-expo@51.0.3(@babel/core@7.24.7)(jest@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)))(react@18.2.0):
+ jest-expo@51.0.3(@babel/core@7.24.7)(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))(react@18.2.0):
dependencies:
'@expo/config': 9.0.1
'@expo/json-file': 8.3.0
@@ -21811,7 +21395,7 @@ snapshots:
find-up: 5.0.0
jest-environment-jsdom: 29.7.0
jest-watch-select-projects: 2.0.0
- jest-watch-typeahead: 2.2.1(jest@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)))
+ jest-watch-typeahead: 2.2.1(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))
json5: 2.2.3
lodash: 4.17.21
react-test-renderer: 18.2.0(react@18.2.0)
@@ -22000,11 +21584,11 @@ snapshots:
chalk: 3.0.0
prompts: 2.4.2
- jest-watch-typeahead@2.2.1(jest@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))):
+ jest-watch-typeahead@2.2.1(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))):
dependencies:
ansi-escapes: 6.2.1
chalk: 4.1.2
- jest: 29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ jest: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
jest-regex-util: 29.6.3
jest-watcher: 29.7.0
slash: 5.1.0
@@ -22037,7 +21621,7 @@ snapshots:
jest@29.7.0:
dependencies:
- '@jest/core': 29.7.0
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/types': 29.6.3
import-local: 3.1.0
jest-cli: 29.7.0
@@ -22048,36 +21632,36 @@ snapshots:
- ts-node
optional: true
- jest@29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)):
+ jest@29.7.0(@types/node@16.18.68):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/types': 29.6.3
import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ jest-cli: 29.7.0(@types/node@16.18.68)
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
- supports-color
- ts-node
- jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)):
+ jest@29.7.0(@types/node@16.18.74):
dependencies:
'@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/types': 29.6.3
import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
+ jest-cli: 29.7.0(@types/node@16.18.74)
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
- supports-color
- ts-node
- jest@29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3)):
+ jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
'@jest/types': 29.6.3
import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@18.19.39)(ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3))
+ jest-cli: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -23402,7 +22986,7 @@ snapshots:
yaml: 2.3.4
optionalDependencies:
postcss: 8.4.39
- ts-node: 10.9.2(@types/node@16.18.68)(typescript@5.5.3)
+ ts-node: 10.9.2(@types/node@16.18.74)(typescript@5.5.3)
postcss-value-parser@4.2.0: {}
@@ -23986,7 +23570,7 @@ snapshots:
'@react-native-community/cli-platform-android': 13.6.8
'@react-native-community/cli-platform-ios': 13.6.8
'@react-native/assets-registry': 0.74.84
- '@react-native/codegen': 0.74.84
+ '@react-native/codegen': 0.74.84(@babel/preset-env@7.23.8(@babel/core@7.24.7))
'@react-native/community-cli-plugin': 0.74.84
'@react-native/gradle-plugin': 0.74.84
'@react-native/js-polyfills': 0.74.84
@@ -25345,11 +24929,11 @@ snapshots:
ts-interface-checker@0.1.13: {}
- ts-jest@29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3)))(typescript@5.5.3):
+ ts-jest@29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.68))(typescript@5.5.3):
dependencies:
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
- jest: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3))
+ jest: 29.7.0(@types/node@16.18.68)
jest-util: 29.7.0
json5: 2.2.3
lodash.memoize: 4.1.2
@@ -25362,11 +24946,11 @@ snapshots:
'@jest/types': 29.6.3
babel-jest: 29.7.0(@babel/core@7.24.7)
- ts-jest@29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3)))(typescript@5.5.3):
+ ts-jest@29.1.1(@babel/core@7.24.7)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@16.18.74))(typescript@5.5.3):
dependencies:
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
- jest: 29.7.0(@types/node@16.18.74)(ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3))
+ jest: 29.7.0(@types/node@16.18.74)
jest-util: 29.7.0
json5: 2.2.3
lodash.memoize: 4.1.2
@@ -25389,25 +24973,6 @@ snapshots:
safe-stable-stringify: 2.4.3
typescript: 5.3.3
- ts-node@10.9.2(@types/node@16.18.68)(typescript@5.5.3):
- dependencies:
- '@cspotcode/source-map-support': 0.8.1
- '@tsconfig/node10': 1.0.9
- '@tsconfig/node12': 1.0.11
- '@tsconfig/node14': 1.0.3
- '@tsconfig/node16': 1.0.4
- '@types/node': 16.18.68
- acorn: 8.11.2
- acorn-walk: 8.3.1
- arg: 4.1.3
- create-require: 1.1.1
- diff: 4.0.2
- make-error: 1.3.6
- typescript: 5.5.3
- v8-compile-cache-lib: 3.0.1
- yn: 3.1.1
- optional: true
-
ts-node@10.9.2(@types/node@16.18.74)(typescript@5.5.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
@@ -25425,25 +24990,6 @@ snapshots:
typescript: 5.5.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
- optional: true
-
- ts-node@10.9.2(@types/node@18.19.39)(typescript@5.5.3):
- dependencies:
- '@cspotcode/source-map-support': 0.8.1
- '@tsconfig/node10': 1.0.9
- '@tsconfig/node12': 1.0.11
- '@tsconfig/node14': 1.0.3
- '@tsconfig/node16': 1.0.4
- '@types/node': 18.19.39
- acorn: 8.11.2
- acorn-walk: 8.3.1
- arg: 4.1.3
- create-require: 1.1.1
- diff: 4.0.2
- make-error: 1.3.6
- typescript: 5.5.3
- v8-compile-cache-lib: 3.0.1
- yn: 3.1.1
ts-object-utils@0.0.5: {}