From 12defcfc3aacde23f276f38e646232b94a9b463f Mon Sep 17 00:00:00 2001 From: Panos Halios Date: Thu, 31 Jul 2025 17:32:32 -0400 Subject: [PATCH 1/3] javaScriptCanOpenWindowsAutomatically and setSupportMultipleWindows --- .../src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx b/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx index d2abe3d7c..f6ce2ecf2 100644 --- a/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx +++ b/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx @@ -115,6 +115,8 @@ export function EmbeddedCheckoutV3WebView(props: CrossmintEmbeddedCheckoutV3Prop allowUniversalAccessFromFileURLs={true} geolocationEnabled={true} userAgent={userAgent} + javaScriptCanOpenWindowsAutomatically={true} + setSupportMultipleWindows={true} /> {memoizedProps.current.payment.crypto.enabled ? ( memoizedProps.current.payment.crypto.payer != null ? ( From 564a1bec75bbd8f21658613cc990e8d03975e5a2 Mon Sep 17 00:00:00 2001 From: Panos Halios Date: Fri, 1 Aug 2025 16:29:50 -0400 Subject: [PATCH 2/3] upgrading react-native-webview version --- apps/wallets/smart-wallet/expo/package.json | 2 +- package.json | 1 + packages/client/rn-window/package.json | 2 +- packages/client/ui/react-native/package.json | 2 +- pnpm-lock.yaml | 341 ++++++++++--------- 5 files changed, 175 insertions(+), 173 deletions(-) diff --git a/apps/wallets/smart-wallet/expo/package.json b/apps/wallets/smart-wallet/expo/package.json index f2b84fd05..4ce0c728b 100644 --- a/apps/wallets/smart-wallet/expo/package.json +++ b/apps/wallets/smart-wallet/expo/package.json @@ -49,7 +49,7 @@ "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-web": "~0.19.13", - "react-native-webview": "13.12.5", + "react-native-webview": "13.15.0", "stream-browserify": "^3.0.0", "viem": "2.33.1" }, diff --git a/package.json b/package.json index bf739d1c2..9d1186057 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "path-to-regexp@0": "0.1.12", "pbkdf2": "3.1.3", "react-native": "0.76.9", + "react-native-webview": "13.15.0", "trim@0": "0.0.3", "ws@7": "7.5.10", "ws@8": "8.18.2" diff --git a/packages/client/rn-window/package.json b/packages/client/rn-window/package.json index 02293fe33..c989417ac 100644 --- a/packages/client/rn-window/package.json +++ b/packages/client/rn-window/package.json @@ -26,7 +26,7 @@ }, "peerDependencies": { "react": ">=18.0.0", - "react-native-webview": ">=13.0.0" + "react-native-webview": ">=13.15.0" }, "devDependencies": { "@testing-library/react": "^13.4.0", diff --git a/packages/client/ui/react-native/package.json b/packages/client/ui/react-native/package.json index 5ff2dd162..dcc341395 100644 --- a/packages/client/ui/react-native/package.json +++ b/packages/client/ui/react-native/package.json @@ -34,7 +34,7 @@ "expo-secure-store": "~14.0.0", "expo-web-browser": "~14.0.2", "mitt": "3.0.1", - "react-native-webview": "13.12.5", + "react-native-webview": "13.15.0", "zod": "3.22.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fee057e42..4b164fc07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,6 +12,7 @@ overrides: path-to-regexp@0: 0.1.12 pbkdf2: 3.1.3 react-native: 0.76.9 + react-native-webview: 13.15.0 trim@0: 0.0.3 ws@7: 7.5.10 ws@8: 8.18.2 @@ -28,7 +29,7 @@ importers: version: 2.27.1 '@testing-library/jest-dom': specifier: 6.1.3 - version: 6.1.3(@jest/globals@29.7.0)(@types/jest@29.5.4)(jest@29.6.4(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0)) + version: 6.1.3(@jest/globals@29.7.0)(@types/jest@29.5.4)(jest@29.6.4(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0)) '@testing-library/react': specifier: 14.0.0 version: 14.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -61,10 +62,10 @@ importers: version: 5.5.3 vitest: specifier: 1.6.1 - version: 1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0) + version: 1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0) vitest-mock-extended: specifier: 2.0.2 - version: 2.0.2(typescript@5.5.3)(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0)) + version: 2.0.2(typescript@5.5.3)(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0)) apps/auth/nextjs-ssr: dependencies: @@ -198,7 +199,7 @@ importers: version: link:../../../packages/client/ui/react-ui eslint-config-react-app: specifier: 7.0.1 - version: 7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3) + version: 7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3) react: specifier: 18.2.0 version: 18.2.0 @@ -207,7 +208,7 @@ importers: version: 18.2.0(react@18.2.0) react-scripts: specifier: 5.0.1 - version: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(@types/babel__core@7.20.5)(bufferutil@4.0.9)(esbuild@0.21.5)(eslint@8.57.1)(react@18.2.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(type-fest@0.21.3)(typescript@5.3.3)(utf-8-validate@5.0.10)(vue-template-compiler@2.7.16) + version: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(@types/babel__core@7.20.5)(bufferutil@4.0.9)(esbuild@0.21.5)(eslint@8.57.1)(react@18.2.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(type-fest@0.21.3)(typescript@5.3.3)(utf-8-validate@5.0.10)(vue-template-compiler@2.7.16) stream: specifier: npm:stream-browserify@3.0.0 version: stream-browserify@3.0.0 @@ -400,7 +401,7 @@ importers: version: link:../../../../packages/wallets '@expo/vector-icons': specifier: ^14.0.2 - version: 14.1.0(expo-font@13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 14.1.0(expo-font@13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/bottom-tabs': specifier: ^7.2.0 version: 7.3.10(mdfwcsf7w33m4y6rm373v23nwm) @@ -421,46 +422,46 @@ importers: version: 6.0.3 expo: specifier: ~52.0.46 - version: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + version: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) expo-blur: specifier: ~14.0.3 - version: 14.0.3(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 14.0.3(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) expo-constants: specifier: ~17.0.8 - version: 17.0.8(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + version: 17.0.8(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) expo-device: specifier: ~7.1.4 - version: 7.1.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)) + version: 7.1.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)) expo-font: specifier: ~13.0.4 - version: 13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1) + version: 13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1) expo-haptics: specifier: ~14.0.1 - version: 14.0.1(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)) + version: 14.0.1(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)) expo-linking: specifier: ~7.0.5 - version: 7.0.5(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 7.0.5(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) expo-router: specifier: ~4.0.20 - version: 4.0.20(65qwh7k62oacayqa5wtqan2kia) + version: 4.0.20(xm4pdojev72vmv6iqf5yb4iaom) expo-secure-store: specifier: 14.0.1 - version: 14.0.1(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)) + version: 14.0.1(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)) expo-splash-screen: specifier: ~0.29.24 - version: 0.29.24(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)) + version: 0.29.24(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)) expo-status-bar: specifier: ~2.0.1 version: 2.0.1(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) expo-symbols: specifier: ~0.2.2 - version: 0.2.2(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)) + version: 0.2.2(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)) expo-system-ui: specifier: ~4.0.9 - version: 4.0.9(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native-web@0.19.13(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + version: 4.0.9(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native-web@0.19.13(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) expo-web-browser: specifier: ~14.0.2 - version: 14.0.2(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + version: 14.0.2(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) react: specifier: 18.3.1 version: 18.3.1 @@ -489,8 +490,8 @@ importers: specifier: ~0.19.13 version: 0.19.13(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-native-webview: - specifier: 13.12.5 - version: 13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: 13.15.0 + version: 13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) stream-browserify: specifier: ^3.0.0 version: 3.0.0 @@ -518,7 +519,7 @@ importers: version: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)) jest-expo: specifier: ~52.0.6 - version: 52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)) + version: 52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)) react-test-renderer: specifier: 18.3.1 version: 18.3.1(react@18.3.1) @@ -685,8 +686,8 @@ importers: specifier: ^1.11.0 version: 1.11.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) react-native-webview: - specifier: '>=13.0.0' - version: 13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: 13.15.0 + version: 13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) zod: specifier: 3.22.4 version: 3.22.4 @@ -765,16 +766,16 @@ importers: version: 5.0.0 expo-constants: specifier: ~17.0.8 - version: 17.0.8(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + version: 17.0.8(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) expo-device: specifier: ~7.1.4 - version: 7.1.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii)) + version: 7.1.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq)) expo-secure-store: specifier: ~14.0.0 - version: 14.0.1(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii)) + version: 14.0.1(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq)) expo-web-browser: specifier: ~14.0.2 - version: 14.0.2(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + version: 14.0.2(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) mitt: specifier: 3.0.1 version: 3.0.1 @@ -785,8 +786,8 @@ importers: specifier: 0.76.9 version: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) react-native-webview: - specifier: 13.12.5 - version: 13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: 13.15.0 + version: 13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) zod: specifier: 3.22.4 version: 3.22.4 @@ -1119,7 +1120,7 @@ importers: version: 18.3.1(react@18.3.1) tailwindcss: specifier: 3.4.1 - version: 3.4.1(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.8.2)) + version: 3.4.1(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.8.2)) packages/client/wallets/web3auth-adapter: dependencies: @@ -9981,7 +9982,7 @@ packages: '@expo/metro-runtime': '*' react: '*' react-native: 0.76.9 - react-native-webview: '*' + react-native-webview: 13.15.0 peerDependenciesMeta: '@expo/dom-webview': optional: true @@ -14423,8 +14424,8 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 - react-native-webview@13.12.5: - resolution: {integrity: sha512-INOKPom4dFyzkbxbkuQNfeRG9/iYnyRDzrDkJeyvSWgJAW2IDdJkWFJBS2v0RxIL4gqLgHkiIZDOfiLaNnw83Q==} + react-native-webview@13.15.0: + resolution: {integrity: sha512-Vzjgy8mmxa/JO6l5KZrsTC7YemSdq+qB01diA0FqjUTaWGAGwuykpJ73MDj3+mzBSlaDxAEugHzTtkUQkQEQeQ==} peerDependencies: react: '*' react-native: 0.76.9 @@ -21207,17 +21208,17 @@ snapshots: '@expo/sudo-prompt@9.3.2': {} - '@expo/vector-icons@14.1.0(expo-font@13.0.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + '@expo/vector-icons@14.1.0(expo-font@13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - expo-font: 13.0.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1) + expo-font: 13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1) react: 18.3.1 - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - '@expo/vector-icons@14.1.0(expo-font@13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + '@expo/vector-icons@14.1.0(expo-font@13.0.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - expo-font: 13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1) + expo-font: 13.0.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1) react: 18.3.1 - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) '@expo/ws-tunnel@1.0.6': {} @@ -21996,7 +21997,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10)': + '@jest/core@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10)': dependencies: '@jest/console': 27.5.1 '@jest/reporters': 27.5.1 @@ -22010,7 +22011,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 27.5.1 - jest-config: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + jest-config: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-regex-util: 27.5.1 @@ -26549,7 +26550,7 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/jest-dom@6.1.3(@jest/globals@29.7.0)(@types/jest@29.5.4)(jest@29.6.4(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0))': + '@testing-library/jest-dom@6.1.3(@jest/globals@29.7.0)(@types/jest@29.5.4)(jest@29.6.4(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0))': dependencies: '@adobe/css-tools': 4.4.2 '@babel/runtime': 7.27.0 @@ -26563,7 +26564,7 @@ snapshots: '@jest/globals': 29.7.0 '@types/jest': 29.5.4 jest: 29.6.4(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)) - vitest: 1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0) + vitest: 1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0) '@testing-library/react@13.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32272,7 +32273,7 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3): + eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3): dependencies: '@babel/core': 7.26.10 '@babel/eslint-parser': 7.27.0(@babel/core@7.26.10)(eslint@8.57.1) @@ -32284,7 +32285,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1) - eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3) + eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-react: 7.37.5(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) @@ -32332,7 +32333,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: @@ -32343,7 +32344,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: @@ -32402,7 +32403,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -32431,7 +32432,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -32449,13 +32450,13 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3): + eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3): dependencies: '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.3.3) eslint: 8.57.1 optionalDependencies: '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.3.3))(eslint@8.57.1)(typescript@5.3.3) - jest: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + jest: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - typescript @@ -32819,105 +32820,105 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expo-asset@11.0.5(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + expo-asset@11.0.5(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: '@expo/image-utils': 0.6.5 - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) - expo-constants: 17.0.8(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) + expo-constants: 17.0.8(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) invariant: 2.2.4 md5-file: 3.2.3 react: 18.3.1 - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - expo-asset@11.0.5(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + expo-asset@11.0.5(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: '@expo/image-utils': 0.6.5 - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) - expo-constants: 17.0.8(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) + expo-constants: 17.0.8(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) invariant: 2.2.4 md5-file: 3.2.3 react: 18.3.1 - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - expo-blur@14.0.3(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + expo-blur@14.0.3(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) react: 18.3.1 react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - expo-constants@17.0.8(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-constants@17.0.8(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: '@expo/config': 10.0.11 '@expo/env': 0.4.2 - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - expo-constants@17.0.8(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-constants@17.0.8(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: '@expo/config': 10.0.11 '@expo/env': 0.4.2 - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - expo-device@7.1.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii)): + expo-device@7.1.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)): dependencies: - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) ua-parser-js: 0.7.40 - expo-device@7.1.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)): + expo-device@7.1.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq)): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) ua-parser-js: 0.7.40 - expo-file-system@18.0.12(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-file-system@18.0.12(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) web-streams-polyfill: 3.3.3 - expo-file-system@18.0.12(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-file-system@18.0.12(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) web-streams-polyfill: 3.3.3 - expo-font@13.0.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1): + expo-font@13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1): dependencies: - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) fontfaceobserver: 2.3.0 react: 18.3.1 - expo-font@13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1): + expo-font@13.0.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) fontfaceobserver: 2.3.0 react: 18.3.1 - expo-haptics@14.0.1(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)): + expo-haptics@14.0.1(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) - expo-keep-awake@14.0.3(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1): + expo-keep-awake@14.0.3(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1): dependencies: - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) react: 18.3.1 - expo-keep-awake@14.0.3(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1): + expo-keep-awake@14.0.3(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) react: 18.3.1 - expo-linking@7.0.5(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + expo-linking@7.0.5(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: - expo-constants: 17.0.8(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo-constants: 17.0.8(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) invariant: 2.2.4 react: 18.3.1 react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) @@ -32940,7 +32941,7 @@ snapshots: dependencies: invariant: 2.2.4 - expo-router@4.0.20(65qwh7k62oacayqa5wtqan2kia): + expo-router@4.0.20(xm4pdojev72vmv6iqf5yb4iaom): dependencies: '@expo/metro-runtime': 4.0.1(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) '@expo/server': 0.5.3 @@ -32949,9 +32950,9 @@ snapshots: '@react-navigation/native': 7.1.6(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/native-stack': 7.3.10(mdfwcsf7w33m4y6rm373v23nwm) client-only: 0.0.1 - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) - expo-constants: 17.0.8(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - expo-linking: 7.0.5(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) + expo-constants: 17.0.8(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo-linking: 7.0.5(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-native-helmet-async: 2.0.4(react@18.3.1) react-native-is-edge-to-edge: 1.1.7(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) @@ -32969,18 +32970,18 @@ snapshots: - react-native - supports-color - expo-secure-store@14.0.1(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii)): + expo-secure-store@14.0.1(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)): dependencies: - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) - expo-secure-store@14.0.1(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)): + expo-secure-store@14.0.1(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq)): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) - expo-splash-screen@0.29.24(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)): + expo-splash-screen@0.29.24(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)): dependencies: '@expo/prebuild-config': 8.2.0 - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) transitivePeerDependencies: - supports-color @@ -32989,33 +32990,33 @@ snapshots: react: 18.3.1 react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - expo-symbols@0.2.2(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u)): + expo-symbols@0.2.2(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y)): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) sf-symbols-typescript: 2.1.0 - expo-system-ui@4.0.9(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native-web@0.19.13(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-system-ui@4.0.9(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native-web@0.19.13(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: '@react-native/normalize-colors': 0.76.8 debug: 4.4.0 - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) optionalDependencies: react-native-web: 0.19.13(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - supports-color - expo-web-browser@14.0.2(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-web-browser@14.0.2(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: - expo: 52.0.46(46a24ztoubjv6c36qmshrzn7ii) - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - expo-web-browser@14.0.2(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): + expo-web-browser@14.0.2(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)): dependencies: - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + expo: 52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii): + expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y): dependencies: '@babel/runtime': 7.27.0 '@expo/cli': 0.22.26(bufferutil@4.0.9)(encoding@0.1.13)(graphql@16.11.0)(utf-8-validate@5.0.10) @@ -33023,23 +33024,23 @@ snapshots: '@expo/config-plugins': 9.0.17 '@expo/fingerprint': 0.11.11 '@expo/metro-config': 0.19.12 - '@expo/vector-icons': 14.1.0(expo-font@13.0.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@expo/vector-icons': 14.1.0(expo-font@13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) babel-preset-expo: 12.0.11(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10)) - expo-asset: 11.0.5(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - expo-constants: 17.0.8(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - expo-file-system: 18.0.12(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - expo-font: 13.0.4(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1) - expo-keep-awake: 14.0.3(expo@52.0.46(46a24ztoubjv6c36qmshrzn7ii))(react@18.3.1) + expo-asset: 11.0.5(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + expo-constants: 17.0.8(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo-file-system: 18.0.12(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo-font: 13.0.4(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1) + expo-keep-awake: 14.0.3(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(react@18.3.1) expo-modules-autolinking: 2.0.8 expo-modules-core: 2.2.3 fbemitter: 3.0.0(encoding@0.1.13) react: 18.3.1 - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) web-streams-polyfill: 3.3.3 whatwg-url-without-unicode: 8.0.0-3 optionalDependencies: - '@expo/metro-runtime': 4.0.1(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - react-native-webview: 13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@expo/metro-runtime': 4.0.1(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + react-native-webview: 13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -33051,7 +33052,7 @@ snapshots: - supports-color - utf-8-validate - expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u): + expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq): dependencies: '@babel/runtime': 7.27.0 '@expo/cli': 0.22.26(bufferutil@4.0.9)(encoding@0.1.13)(graphql@16.11.0)(utf-8-validate@5.0.10) @@ -33059,23 +33060,23 @@ snapshots: '@expo/config-plugins': 9.0.17 '@expo/fingerprint': 0.11.11 '@expo/metro-config': 0.19.12 - '@expo/vector-icons': 14.1.0(expo-font@13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@expo/vector-icons': 14.1.0(expo-font@13.0.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) babel-preset-expo: 12.0.11(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10)) - expo-asset: 11.0.5(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - expo-constants: 17.0.8(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - expo-file-system: 18.0.12(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - expo-font: 13.0.4(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1) - expo-keep-awake: 14.0.3(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(react@18.3.1) + expo-asset: 11.0.5(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + expo-constants: 17.0.8(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo-file-system: 18.0.12(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + expo-font: 13.0.4(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1) + expo-keep-awake: 14.0.3(expo@52.0.46(k3tsvfrrxn5hb3hv4qlliy6mvq))(react@18.3.1) expo-modules-autolinking: 2.0.8 expo-modules-core: 2.2.3 fbemitter: 3.0.0(encoding@0.1.13) react: 18.3.1 - react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) web-streams-polyfill: 3.3.3 whatwg-url-without-unicode: 8.0.0-3 optionalDependencies: - '@expo/metro-runtime': 4.0.1(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) - react-native-webview: 13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@expo/metro-runtime': 4.0.1(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + react-native-webview: 13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -34739,16 +34740,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10): + jest-cli@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10): dependencies: - '@jest/core': 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + '@jest/core': 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.2.0 - jest-config: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + jest-config: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) jest-util: 27.5.1 jest-validate: 27.5.1 prompts: 2.4.2 @@ -34779,7 +34780,7 @@ snapshots: - supports-color - ts-node - jest-config@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10): + jest-config@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10): dependencies: '@babel/core': 7.26.10 '@jest/test-sequencer': 27.5.1 @@ -34806,7 +34807,7 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.3.3) transitivePeerDependencies: - bufferutil - canvas @@ -34930,14 +34931,14 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - jest-expo@52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)): + jest-expo@52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(h7hhwmsql7sef2bongs2hrew2y))(jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)): dependencies: '@expo/config': 10.0.11 '@expo/json-file': 9.0.2 '@jest/create-cache-key-function': 29.7.0 '@jest/globals': 29.7.0 babel-jest: 29.7.0(@babel/core@7.26.10) - expo: 52.0.46(tz6j44tf4tmm5rdruadnfs5u6u) + expo: 52.0.46(h7hhwmsql7sef2bongs2hrew2y) fbemitter: 3.0.0(encoding@0.1.13) find-up: 5.0.0 jest-environment-jsdom: 29.7.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -35364,11 +35365,11 @@ snapshots: chalk: 3.0.0 prompts: 2.4.2 - jest-watch-typeahead@1.1.0(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10)): + jest-watch-typeahead@1.1.0(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10)): dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 - jest: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + jest: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) jest-regex-util: 28.0.2 jest-watcher: 28.1.3 slash: 4.0.0 @@ -35443,11 +35444,11 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10): + jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10): dependencies: - '@jest/core': 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + '@jest/core': 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) import-local: 3.2.0 - jest-cli: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + jest-cli: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - canvas @@ -38032,29 +38033,29 @@ snapshots: postcss: 8.5.3 ts-node: 10.9.2(@types/node@20.14.11)(typescript@5.5.3) - postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3)): + postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3)): dependencies: lilconfig: 3.1.3 yaml: 2.7.1 optionalDependencies: postcss: 8.5.3 - ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.3.3) - postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.8.2)): + postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)): dependencies: lilconfig: 3.1.3 yaml: 2.7.1 optionalDependencies: postcss: 8.5.3 - ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.8.2) + ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.5.3) - postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)): + postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.8.2)): dependencies: lilconfig: 3.1.3 yaml: 2.7.1 optionalDependencies: postcss: 8.5.3 - ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.5.3) + ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.8.2) postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3)): dependencies: @@ -38951,14 +38952,14 @@ snapshots: transitivePeerDependencies: - encoding - react-native-webview@13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + react-native-webview@13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: escape-string-regexp: 4.0.0 invariant: 2.2.4 react: 18.3.1 react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - react-native-webview@13.12.5(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + react-native-webview@13.15.0(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@19.0.12)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: escape-string-regexp: 4.0.0 invariant: 2.2.4 @@ -39238,7 +39239,7 @@ snapshots: '@remix-run/router': 1.23.0 react: 18.3.1 - react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(@types/babel__core@7.20.5)(bufferutil@4.0.9)(esbuild@0.21.5)(eslint@8.57.1)(react@18.2.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(type-fest@0.21.3)(typescript@5.3.3)(utf-8-validate@5.0.10)(vue-template-compiler@2.7.16): + react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(@types/babel__core@7.20.5)(bufferutil@4.0.9)(esbuild@0.21.5)(eslint@8.57.1)(react@18.2.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(type-fest@0.21.3)(typescript@5.3.3)(utf-8-validate@5.0.10)(vue-template-compiler@2.7.16): dependencies: '@babel/core': 7.26.10 '@pmmmwh/react-refresh-webpack-plugin': 0.5.16(react-refresh@0.11.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)))(webpack@5.99.7(esbuild@0.21.5)) @@ -39256,15 +39257,15 @@ snapshots: dotenv: 10.0.0 dotenv-expand: 5.1.0 eslint: 8.57.1 - eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3) + eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3) eslint-webpack-plugin: 3.2.0(eslint@8.57.1)(webpack@5.99.7(esbuild@0.21.5)) file-loader: 6.2.0(webpack@5.99.7(esbuild@0.21.5)) fs-extra: 10.1.0 html-webpack-plugin: 5.6.3(webpack@5.99.7(esbuild@0.21.5)) identity-obj-proxy: 3.0.0 - jest: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10) + jest: 27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10) jest-resolve: 27.5.1 - jest-watch-typeahead: 1.1.0(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3))(utf-8-validate@5.0.10)) + jest-watch-typeahead: 1.1.0(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3))(utf-8-validate@5.0.10)) mini-css-extract-plugin: 2.9.2(webpack@5.99.7(esbuild@0.21.5)) postcss: 8.5.3 postcss-flexbugs-fixes: 5.0.2(postcss@8.5.3) @@ -39282,7 +39283,7 @@ snapshots: semver: 7.7.1 source-map-loader: 3.0.2(webpack@5.99.7(esbuild@0.21.5)) style-loader: 3.3.4(webpack@5.99.7(esbuild@0.21.5)) - tailwindcss: 3.4.10(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3)) + tailwindcss: 3.4.10(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3)) terser-webpack-plugin: 5.3.14(esbuild@0.21.5)(webpack@5.99.7(esbuild@0.21.5)) webpack: 5.99.7(esbuild@0.21.5) webpack-dev-server: 4.15.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)) @@ -40688,7 +40689,7 @@ snapshots: tailwind-merge@2.4.0: {} - tailwindcss@3.4.1(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.8.2)): + tailwindcss@3.4.1(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.8.2)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -40707,7 +40708,7 @@ snapshots: postcss: 8.5.3 postcss-import: 15.1.0(postcss@8.5.3) postcss-js: 4.0.1(postcss@8.5.3) - postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.8.2)) + postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.8.2)) postcss-nested: 6.2.0(postcss@8.5.3) postcss-selector-parser: 6.1.2 resolve: 1.22.10 @@ -40742,7 +40743,7 @@ snapshots: transitivePeerDependencies: - ts-node - tailwindcss@3.4.10(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3)): + tailwindcss@3.4.10(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -40761,7 +40762,7 @@ snapshots: postcss: 8.5.3 postcss-import: 15.1.0(postcss@8.5.3) postcss-js: 4.0.1(postcss@8.5.3) - postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3)) + postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3)) postcss-nested: 6.2.0(postcss@8.5.3) postcss-selector-parser: 6.1.2 resolve: 1.22.10 @@ -41116,7 +41117,7 @@ snapshots: yn: 3.1.1 optional: true - ts-node@10.9.2(@types/node@20.14.8)(typescript@5.3.3): + ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41130,12 +41131,12 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.3.3 + typescript: 5.5.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optional: true - ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.3): + ts-node@10.9.2(@types/node@20.14.8)(typescript@5.8.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41149,28 +41150,28 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.3 + typescript: 5.8.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - optional: true - ts-node@10.9.2(@types/node@20.14.8)(typescript@5.8.2): + ts-node@10.9.2(@types/node@22.7.5)(typescript@5.3.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.8 + '@types/node': 22.7.5 acorn: 8.14.1 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.8.2 + typescript: 5.3.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + optional: true ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3): dependencies: @@ -42075,13 +42076,13 @@ snapshots: lightningcss: 1.30.1 terser: 5.39.0 - vitest-mock-extended@2.0.2(typescript@5.5.3)(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0)): + vitest-mock-extended@2.0.2(typescript@5.5.3)(vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0)): dependencies: ts-essentials: 10.0.4(typescript@5.5.3) typescript: 5.5.3 - vitest: 1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0) + vitest: 1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0) - vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0)(lightningcss@1.30.1)(terser@5.39.0): + vitest@1.6.1(@types/node@20.14.8)(jsdom@23.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0): dependencies: '@vitest/expect': 1.6.1 '@vitest/runner': 1.6.1 From a2a23057c19fdc24064783a4967bfbbaf10dbf37 Mon Sep 17 00:00:00 2001 From: Panos Halios Date: Fri, 1 Aug 2025 16:30:13 -0400 Subject: [PATCH 3/3] adding the paymentRequestEnabled prop --- .../src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx b/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx index f6ce2ecf2..a7a270da2 100644 --- a/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx +++ b/packages/client/ui/react-native/src/components/embed/v3/EmbeddedCheckoutV3WebView.tsx @@ -117,6 +117,7 @@ export function EmbeddedCheckoutV3WebView(props: CrossmintEmbeddedCheckoutV3Prop userAgent={userAgent} javaScriptCanOpenWindowsAutomatically={true} setSupportMultipleWindows={true} + paymentRequestEnabled={true} /> {memoizedProps.current.payment.crypto.enabled ? ( memoizedProps.current.payment.crypto.payer != null ? (