diff --git a/apps/mobile/package.json b/apps/mobile/package.json index a95d6c6..6fc0cd4 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -15,7 +15,7 @@ "prebuild": "expo prebuild", "prebuild:clean": "expo prebuild --clean", "expo:dep:check": "expo install --fix", - "expo:doctor": "pnpm dlx expo-doctor", + "expo:doctor": "pnpm dlx expo-doctor@latest", "fmt": "cross-env SORT_IMPORTS=true prettier --write .", "fmt:check": "cross-env SORT_IMPORTS=true prettier --check .", "typecheck": "tsc", @@ -26,30 +26,30 @@ "dependencies": { "@dylankenneally/react-native-ssh-sftp": "^1.5.20", "@expo/vector-icons": "^15.0.2", - "@react-native-picker/picker": "2.11.2", - "@react-navigation/bottom-tabs": "^7.4.0", "@fressh/assets": "workspace:*", + "@react-native-picker/picker": "2.11.1", + "@react-navigation/bottom-tabs": "^7.4.0", "@react-navigation/elements": "^2.6.4", "@react-navigation/native": "^7.1.8", "@tanstack/react-form": "^1.19.5", "@tanstack/react-query": "^5.87.1", - "expo": "54.0.0-preview.16", + "expo": "54.0.1", "expo-build-properties": "~1.0.7", - "expo-constants": "~18.0.7", + "expo-constants": "~18.0.8", "expo-font": "~14.0.7", "expo-haptics": "~15.0.6", "expo-image": "~3.0.7", "expo-linking": "~8.0.7", - "expo-router": "6.0.0-preview.16", + "expo-router": "6.0.0", "expo-secure-store": "~15.0.6", "expo-splash-screen": "~31.0.8", "expo-status-bar": "~3.0.7", "expo-symbols": "~1.0.6", - "expo-system-ui": "~6.0.6", + "expo-system-ui": "~6.0.7", "expo-web-browser": "~15.0.6", "react": "19.1.0", "react-dom": "19.1.0", - "react-native": "0.81.1", + "react-native": "0.81.4", "react-native-gesture-handler": "~2.28.0", "react-native-reanimated": "~4.1.0", "react-native-safe-area-context": "~5.6.1", @@ -70,5 +70,14 @@ "prettier": "^3.6.2", "tsx": "^4.20.5", "typescript": "~5.9.2" + }, + "expo": { + "doctor": { + "reactNativeDirectoryCheck": { + "exclude": [ + "@dylankenneally/react-native-ssh-sftp" + ] + } + } } } diff --git a/apps/mobile/turbo.json b/apps/mobile/turbo.json index 335d504..175c9ea 100644 --- a/apps/mobile/turbo.json +++ b/apps/mobile/turbo.json @@ -1,7 +1,10 @@ { "extends": ["//"], "tasks": { - "lint": {}, + "lint": { + "dependsOn": ["lint:fix", "typecheck", "//#lint:root", "expo:doctor"] + }, + "expo:doctor": {}, "lint:check": {} } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e86498..f69e370 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,25 +37,25 @@ importers: dependencies: '@dylankenneally/react-native-ssh-sftp': specifier: ^1.5.20 - version: 1.5.20(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + version: 1.5.20(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) '@expo/vector-icons': specifier: ^15.0.2 - version: 15.0.2(expo-font@14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 15.0.2(expo-font@14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@fressh/assets': specifier: workspace:* version: link:../../packages/assets '@react-native-picker/picker': - specifier: 2.11.2 - version: 2.11.2(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + specifier: 2.11.1 + version: 2.11.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@react-navigation/bottom-tabs': specifier: ^7.4.0 - version: 7.4.7(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 7.4.7(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@react-navigation/elements': specifier: ^2.6.4 - version: 2.6.4(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 2.6.4(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@react-navigation/native': specifier: ^7.1.8 - version: 7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@tanstack/react-form': specifier: ^1.19.5 version: 1.19.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -63,47 +63,47 @@ importers: specifier: ^5.87.1 version: 5.87.1(react@19.1.0) expo: - specifier: 54.0.0-preview.16 - version: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + specifier: 54.0.1 + version: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) expo-build-properties: specifier: ~1.0.7 - version: 1.0.7(expo@54.0.0-preview.16) + version: 1.0.7(expo@54.0.1) expo-constants: - specifier: ~18.0.7 - version: 18.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + specifier: ~18.0.8 + version: 18.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) expo-font: specifier: ~14.0.7 - version: 14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) expo-haptics: specifier: ~15.0.6 - version: 15.0.6(expo@54.0.0-preview.16) + version: 15.0.6(expo@54.0.1) expo-image: specifier: ~3.0.7 - version: 3.0.7(expo@54.0.0-preview.16)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 3.0.7(expo@54.0.1)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) expo-linking: specifier: ~8.0.7 - version: 8.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 8.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) expo-router: - specifier: 6.0.0-preview.16 - version: 6.0.0-preview.16(@types/react@19.1.12)(expo-constants@18.0.7)(expo-linking@8.0.7)(expo@54.0.0-preview.16)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + specifier: 6.0.0 + version: 6.0.0(@types/react@19.1.12)(expo-constants@18.0.8)(expo-linking@8.0.7)(expo@54.0.1)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) expo-secure-store: specifier: ~15.0.6 - version: 15.0.6(expo@54.0.0-preview.16) + version: 15.0.6(expo@54.0.1) expo-splash-screen: specifier: ~31.0.8 - version: 31.0.8(expo@54.0.0-preview.16) + version: 31.0.8(expo@54.0.1) expo-status-bar: specifier: ~3.0.7 - version: 3.0.7(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 3.0.7(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) expo-symbols: specifier: ~1.0.6 - version: 1.0.6(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + version: 1.0.6(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) expo-system-ui: - specifier: ~6.0.6 - version: 6.0.6(expo@54.0.0-preview.16)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + specifier: ~6.0.7 + version: 6.0.7(expo@54.0.1)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) expo-web-browser: specifier: ~15.0.6 - version: 15.0.6(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + version: 15.0.6(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) react: specifier: 19.1.0 version: 19.1.0 @@ -111,20 +111,20 @@ importers: specifier: 19.1.0 version: 19.1.0(react@19.1.0) react-native: - specifier: 0.81.1 - version: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + specifier: 0.81.4 + version: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) react-native-gesture-handler: specifier: ~2.28.0 - version: 2.28.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 2.28.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react-native-reanimated: specifier: ~4.1.0 - version: 4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react-native-safe-area-context: specifier: ~5.6.1 - version: 5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react-native-screens: specifier: ~4.16.0 - version: 4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react-native-uuid: specifier: ^2.0.3 version: 2.0.3 @@ -133,7 +133,7 @@ importers: version: 0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react-native-worklets: specifier: ~0.5.1 - version: 0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + version: 0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) zod: specifier: ^4.1.5 version: 4.1.5 @@ -993,8 +993,8 @@ packages: resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@expo/cli@0.26.9': - resolution: {integrity: sha512-bj9XQ+lUGcOcx4yO6m9QUD/XWZWR/IqxuNMpKUVU1OuN5Ne7d0fKULkVB15XtGuYEKEhfGPFsF1TfOk4qMvS9w==} + '@expo/cli@54.0.1': + resolution: {integrity: sha512-vIITqb96FCHzCt4ctlkfghAcuNolNpYDE2cqBFt4zqgiesQW19xeucZRiw+IYF0XE0fo3/8OF29H+Aj3aisELA==} hasBin: true peerDependencies: expo: '*' @@ -1012,11 +1012,14 @@ packages: '@expo/config-plugins@11.0.7': resolution: {integrity: sha512-kak5m27fPTzwmzYPbaYL6I67OFnhdrzV0h5JcoljrEC7uM3R18V/RrnEMzv10XQk+s+qmPfMkr0aK9YYgGqR6g==} + '@expo/config-plugins@54.0.0': + resolution: {integrity: sha512-b2yFNKwaiHjDfh7K+zhMvRKA09gdaP/raqIzB112qeacVJaT66vka8m6cffYbbiXMe1srqofSJvyvr+g3H6+nA==} + '@expo/config-types@54.0.7': resolution: {integrity: sha512-f0UehgPd2gUqUtQ6euHAL6MqTT/A07r847Ztw2yZYWTUr0hRZr4nCP4U+lr8/pPtsHQYMKoPB1mOeAaTO25ruw==} - '@expo/config@12.0.7': - resolution: {integrity: sha512-sL0qagPAi5/tnnHfNZAD9Pbf6xq91bUB0dVwKcCzOQX+rjUgOtj9akQyU+w5LMKu+5R79CkeHxljirplVWSEpg==} + '@expo/config@12.0.8': + resolution: {integrity: sha512-yFadXa5Cmja57EVOSyEYV1hF7kCaSbPnd1twx0MfvTr1Yj2abIbrEu2MUZqcvElNQOtgADnLRP0YJiuEdgoO5A==} '@expo/devcert@1.2.0': resolution: {integrity: sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==} @@ -1032,21 +1035,27 @@ packages: react-native: optional: true - '@expo/env@2.0.6': - resolution: {integrity: sha512-ZBa4WXPgIdXxkVH5yA9Zg185uoh6QQ2X7qz7OBkU2w5SyRX+IE/hlzDGPVEEHvKedvmoORHx5t6cfgoCxoAHqQ==} + '@expo/env@2.0.7': + resolution: {integrity: sha512-BNETbLEohk3HQ2LxwwezpG8pq+h7Fs7/vAMP3eAtFT1BCpprLYoBBFZH7gW4aqGfqOcVP4Lc91j014verrYNGg==} - '@expo/fingerprint@0.14.6': - resolution: {integrity: sha512-ElNTIc+bmJZaN8fLpaEqS5uLWyvF2zxw016ZHQeO+64pNjLUd8B9y8J2csjsLgAuWSnln8QvOSjTLDRgZUQFzA==} + '@expo/fingerprint@0.15.0': + resolution: {integrity: sha512-PrLA6fxScZfnLy7OHZ2GHXsDG9YbE7L5DbNhion6j/U/O+FQgz4VbxJarW5C00kMg1ll2u6EghB7ENAvL1T4qg==} hasBin: true '@expo/image-utils@0.8.6': resolution: {integrity: sha512-8DMA76Sakq6dMLyJyoeWcxWpjcQUrr0V6jjsJ+Z3ZnEVKpWlxXO5SOc6mib1HOUDMtMqg4cwAhyKHZ98LmDj8Q==} + '@expo/image-utils@0.8.7': + resolution: {integrity: sha512-SXOww4Wq3RVXLyOaXiCCuQFguCDh8mmaHBv54h/R29wGl4jRY8GEyQEx8SypV/iHt1FbzsU/X3Qbcd9afm2W2w==} + '@expo/json-file@10.0.6': resolution: {integrity: sha512-OpM3ICG4IFIOlF+TENeccVVtUPJV/8Fy4tXiWxRNA7VDAg3W+8zPjrWm4Vq+N9jfK8Jd/zPQNYpvO7/EsEK1NQ==} - '@expo/metro-config@0.21.11': - resolution: {integrity: sha512-BNn6tQ5YnWdFGcxNmBhTFHq3ISx7Mmffa10yzWJjQuGGhJc5DqsV01SS3roqhvARLx17EI8o7PXKj5LjiYxuEw==} + '@expo/json-file@10.0.7': + resolution: {integrity: sha512-z2OTC0XNO6riZu98EjdNHC05l51ySeTto6GP7oSQrCvQgG9ARBwD1YvMQaVZ9wU7p/4LzSf1O7tckL3B45fPpw==} + + '@expo/metro-config@54.0.1': + resolution: {integrity: sha512-yq+aA38RjmTxFUUWK2xuKWIRAVfnIDf7ephSXcc5isNVGRylwnWE+8N2scWrOQt49ikePbvwWpakTsNfLVLZbw==} peerDependencies: expo: '*' peerDependenciesMeta: @@ -1071,8 +1080,8 @@ packages: resolution: {integrity: sha512-EMi4/YgWN/dHSkE9A4A5EJE8WrGnp71+BcVAKY80KMYtq5s6mOhLyDm8ytvHeUISUrPcPTRZ/6c8JMd6F8Ggmg==} engines: {node: '>=12'} - '@expo/package-manager@1.9.6': - resolution: {integrity: sha512-oPiMl7wfbC/W5993OqPxwrUda5JU5xqZK5MojVB3cXAxeA2FIevGmVSAROE5UiEra2LatUQuTLjHVe79rBRYVw==} + '@expo/package-manager@1.9.7': + resolution: {integrity: sha512-k3uky8Qzlv21rxuPvP2KUTAy8NI0b/LP7BSXcwJpS/rH7RmiAqUXgzPar3I1OmKGgxpod78Y9Mae//F8d3aiOQ==} '@expo/plist@0.4.6': resolution: {integrity: sha512-6yklhtUWohs1rBSC8dGyBBpElEbosjXN0zJN/+1/B121n7pPWvd9y/UGJm+2x7b81VnW3AHmWVnbU/u0INQsqA==} @@ -1082,6 +1091,11 @@ packages: peerDependencies: expo: '*' + '@expo/prebuild-config@54.0.1': + resolution: {integrity: sha512-f2FFDQlIh83rc89/AOdRBtO9nwkE4BCSji0oPBSq0YmAUSXZE7q/cYKABkArZNjuuwjb6jRjD8JfSMcwV7ybTA==} + peerDependencies: + expo: '*' + '@expo/schema-utils@0.1.6': resolution: {integrity: sha512-arKkNlPZYD0uUxGPbSwV/6v4owmZcUNrXk9Vq/o+p2Eqt1DM9jIjbXwrqlmvkTsPkjUtNLDGB0EDiosVJ4OvDg==} @@ -1700,34 +1714,34 @@ packages: '@types/react': optional: true - '@react-native-picker/picker@2.11.2': - resolution: {integrity: sha512-2zyFdW4jgHjF+NeuDZ4nl3hJ+8suey69bI3yljqhNyowfklW2NwNrdDUaJ2iwtPCpk2pt7834aPF8TI6iyZRhA==} + '@react-native-picker/picker@2.11.1': + resolution: {integrity: sha512-ThklnkK4fV3yynnIIRBkxxjxR4IFbdMNJVF6tlLdOJ/zEFUEFUEdXY0KmH0iYzMwY8W4/InWsLiA7AkpAbnexA==} peerDependencies: react: '*' react-native: '*' - '@react-native/assets-registry@0.81.1': - resolution: {integrity: sha512-o/AeHeoiPW8x9MzxE1RSnKYc+KZMW9b7uaojobEz0G8fKgGD1R8n5CJSOiQ/0yO2fJdC5wFxMMOgy2IKwRrVgw==} + '@react-native/assets-registry@0.81.4': + resolution: {integrity: sha512-AMcDadefBIjD10BRqkWw+W/VdvXEomR6aEZ0fhQRAv7igrBzb4PTn4vHKYg+sUK0e3wa74kcMy2DLc/HtnGcMA==} engines: {node: '>= 20.19.4'} - '@react-native/babel-plugin-codegen@0.81.1': - resolution: {integrity: sha512-cxYq78YePcIX2871UiEItG7ibk+GeXRr7A3ZR2DN4fZ7X4An/734DwLVop/CcHpK3Ycr0Re8FKEVTcJRiVb1zg==} + '@react-native/babel-plugin-codegen@0.81.4': + resolution: {integrity: sha512-6ztXf2Tl2iWznyI/Da/N2Eqymt0Mnn69GCLnEFxFbNdk0HxHPZBNWU9shTXhsLWOL7HATSqwg/bB1+3kY1q+mA==} engines: {node: '>= 20.19.4'} - '@react-native/babel-preset@0.81.1': - resolution: {integrity: sha512-dCxb4AdaoLZipfKNEpO70WK7cxbTsq62dzK2EuFta65WJO/K7+sMoF8V6P0MKfCaHwj/1Va2rp/LKtHd9ttPVw==} + '@react-native/babel-preset@0.81.4': + resolution: {integrity: sha512-VYj0c/cTjQJn/RJ5G6P0L9wuYSbU9yGbPYDHCKstlQZQWkk+L9V8ZDbxdJBTIei9Xl3KPQ1odQ4QaeW+4v+AZg==} engines: {node: '>= 20.19.4'} peerDependencies: '@babel/core': '*' - '@react-native/codegen@0.81.1': - resolution: {integrity: sha512-8KoUE1j65fF1PPHlAhSeUHmcyqpE+Z7Qv27A89vSZkz3s8eqWSRu2hZtCl0D3nSgS0WW0fyrIsFaRFj7azIiPw==} + '@react-native/codegen@0.81.4': + resolution: {integrity: sha512-LWTGUTzFu+qOQnvkzBP52B90Ym3stZT8IFCzzUrppz8Iwglg83FCtDZAR4yLHI29VY/x/+pkcWAMCl3739XHdw==} engines: {node: '>= 20.19.4'} peerDependencies: '@babel/core': '*' - '@react-native/community-cli-plugin@0.81.1': - resolution: {integrity: sha512-FuIpZcjBiiYcVMNx+1JBqTPLs2bUIm6X4F5enYGYcetNE2nfSMUVO8SGUtTkBdbUTfKesXYSYN8wungyro28Ag==} + '@react-native/community-cli-plugin@0.81.4': + resolution: {integrity: sha512-8mpnvfcLcnVh+t1ok6V9eozWo8Ut+TZhz8ylJ6gF9d6q9EGDQX6s8jenan5Yv/pzN4vQEKI4ib2pTf/FELw+SA==} engines: {node: '>= 20.19.4'} peerDependencies: '@react-native-community/cli': '*' @@ -1738,20 +1752,20 @@ packages: '@react-native/metro-config': optional: true - '@react-native/debugger-frontend@0.81.1': - resolution: {integrity: sha512-dwKv1EqKD+vONN4xsfyTXxn291CNl1LeBpaHhNGWASK1GO4qlyExMs4TtTjN57BnYHikR9PzqPWcUcfzpVRaLg==} + '@react-native/debugger-frontend@0.81.4': + resolution: {integrity: sha512-SU05w1wD0nKdQFcuNC9D6De0ITnINCi8MEnx9RsTD2e4wN83ukoC7FpXaPCYyP6+VjFt5tUKDPgP1O7iaNXCqg==} engines: {node: '>= 20.19.4'} - '@react-native/dev-middleware@0.81.1': - resolution: {integrity: sha512-hy3KlxNOfev3O5/IuyZSstixWo7E9FhljxKGHdvVtZVNjQdM+kPMh66mxeJbB2TjdJGAyBT4DjIwBaZnIFOGHQ==} + '@react-native/dev-middleware@0.81.4': + resolution: {integrity: sha512-hu1Wu5R28FT7nHXs2wWXvQ++7W7zq5GPY83llajgPlYKznyPLAY/7bArc5rAzNB7b0kwnlaoPQKlvD/VP9LZug==} engines: {node: '>= 20.19.4'} - '@react-native/gradle-plugin@0.81.1': - resolution: {integrity: sha512-RpRxs/LbWVM9Zi5jH1qBLgTX746Ei+Ui4vj3FmUCd9EXUSECM5bJpphcsvqjxM5Vfl/o2wDLSqIoFkVP/6Te7g==} + '@react-native/gradle-plugin@0.81.4': + resolution: {integrity: sha512-T7fPcQvDDCSusZFVSg6H1oVDKb/NnVYLnsqkcHsAF2C2KGXyo3J7slH/tJAwNfj/7EOA2OgcWxfC1frgn9TQvw==} engines: {node: '>= 20.19.4'} - '@react-native/js-polyfills@0.81.1': - resolution: {integrity: sha512-w093OkHFfCnJKnkiFizwwjgrjh5ra53BU0ebPM3uBLkIQ6ZMNSCTZhG8ZHIlAYeIGtEinvmnSUi3JySoxuDCAQ==} + '@react-native/js-polyfills@0.81.4': + resolution: {integrity: sha512-sr42FaypKXJHMVHhgSbu2f/ZJfrLzgaoQ+HdpRvKEiEh2mhFf6XzZwecyLBvWqf2pMPZa+CpPfNPiejXjKEy8w==} engines: {node: '>= 20.19.4'} '@react-native/normalize-colors@0.74.89': @@ -1760,8 +1774,11 @@ packages: '@react-native/normalize-colors@0.81.1': resolution: {integrity: sha512-TsaeZlE8OYFy3PSWc+1VBmAzI2T3kInzqxmwXoGU4w1d4XFkQFg271Ja9GmDi9cqV3CnBfqoF9VPwRxVlc/l5g==} - '@react-native/virtualized-lists@0.81.1': - resolution: {integrity: sha512-yG+zcMtyApW1yRwkNFvlXzEg3RIFdItuwr/zEvPCSdjaL+paX4rounpL0YX5kS9MsDIE5FXfcqINXg7L0xuwPg==} + '@react-native/normalize-colors@0.81.4': + resolution: {integrity: sha512-9nRRHO1H+tcFqjb9gAM105Urtgcanbta2tuqCVY0NATHeFPDEAB7gPyiLxCHKMi1NbhP6TH0kxgSWXKZl1cyRg==} + + '@react-native/virtualized-lists@0.81.4': + resolution: {integrity: sha512-hBM+rMyL6Wm1Q4f/WpqGsaCojKSNUBqAXLABNGoWm1vabZ7cSnARMxBvA/2vo3hLcoR4v7zDK8tkKm9+O0LjVA==} engines: {node: '>= 20.19.4'} peerDependencies: '@types/react': ^19.1.0 @@ -2679,8 +2696,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 || ^8.0.0-0 - babel-preset-expo@14.0.6: - resolution: {integrity: sha512-Gr4tuYPAqUdwBzp9RajZSiPWAwLjn57pfPTZsR0lwJwIoQQBhjxZIluQX5c5AHb+apTZ0l9U6fvTldfZtsQ3YA==} + babel-preset-expo@54.0.0: + resolution: {integrity: sha512-a0Ej4ik6xzvtrA4Ivblov3XVvfntIoqnXOy2jG2k/3hzWqzrJxKyY2gUW9ZCMAicGevj2ju28q+TsK29uTe0eQ==} peerDependencies: '@babel/runtime': ^7.20.0 expo: '*' @@ -3157,11 +3174,6 @@ packages: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - detect-libc@1.0.3: - resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} - engines: {node: '>=0.10'} - hasBin: true - detect-libc@2.0.4: resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==} engines: {node: '>=8'} @@ -3557,8 +3569,8 @@ packages: resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} engines: {node: '>=10'} - expo-asset@12.0.7: - resolution: {integrity: sha512-Tf4cn/v2IitwLU44zG9h9bjfkdbVwjacKUISYWWZ5YvHPfRNNKPHUUwZcBEMa+6VNxsv1C9JkCJ9NDJe9R1x8Q==} + expo-asset@12.0.8: + resolution: {integrity: sha512-jj2U8zw9+7orST2rlQGULYiqPoECOuUyffs2NguGrq84bYbkM041T7TOMXH2raPVJnM9lEAP54ezI6XL+GVYqw==} peerDependencies: expo: '*' react: '*' @@ -3569,14 +3581,14 @@ packages: peerDependencies: expo: '*' - expo-constants@18.0.7: - resolution: {integrity: sha512-B1KfvDL264/iNZKOoYnAYiDx4q6unvoRgF6pk3OghmUJ0adq4RGS9+2BCqU85h5Y9qfg+FI7TPOWX1Xtjq6cJg==} + expo-constants@18.0.8: + resolution: {integrity: sha512-Tetphsx6RVImCTZeBAclRQMy0WOODY3y6qrUoc88YGUBVm8fAKkErCSWxLTCc6nFcJxdoOMYi62LgNIUFjZCLA==} peerDependencies: expo: '*' react-native: '*' - expo-file-system@19.0.10: - resolution: {integrity: sha512-fpBSkhRd3KuSYpY5MB8e3B5DbxAWTeewJeu/FAjtTY2TMRJspRqozQxK7a41evG/uDk7MxDn8pO66MDStBOV1Q==} + expo-file-system@19.0.11: + resolution: {integrity: sha512-xrtd4YobW5pKYJt4tGNbmzjb9ojg5J4H1iavUs2MDt4S/jX+IObLuJ8tWxBI7Zce5+0i9j4nU/V0gz/18AMJ8w==} peerDependencies: expo: '*' react-native: '*' @@ -3616,18 +3628,18 @@ packages: react: '*' react-native: '*' - expo-modules-autolinking@3.0.8: - resolution: {integrity: sha512-6nC9L3eom8eDtJOaW/rkFp71uNatLuVfjsX65qyl2izQdN7QQS006IwkuIga62YHLttr92QuCBC+Z9MLtYOlXg==} + expo-modules-autolinking@3.0.10: + resolution: {integrity: sha512-6pwaz9H7aK/iYraHbX7zjg8QFTUuMfGEs8Vyc6bAoBd8Rovtb91WX955Kq5sazwNrQjs3WePwQ23LEAmls3u5g==} hasBin: true - expo-modules-core@3.0.14: - resolution: {integrity: sha512-oiT4by/5OVBi4ssm/jiP0MgEQNpKCN4HFhAwo5ew3zstt2A/IPAKMk8PD8id+RtG647tnluIQH+TDFz4BFoVGA==} + expo-modules-core@3.0.15: + resolution: {integrity: sha512-vGI7osd0/IjprldD08k4bckWSu7ID4HhZNP68l/UtilONQ8XZig8mWJd/Fm7i7KGvE3HyuF+HOXE9l671no42Q==} peerDependencies: react: '*' react-native: '*' - expo-router@6.0.0-preview.16: - resolution: {integrity: sha512-FmIIITBDG5EDD5VTcK6ZNnd2FThdYEWg74DOh9/apXQehQ8CtWkkKki1Y48GMq4rUcjfBFb8jDT2rAlHlB/+ZA==} + expo-router@6.0.0: + resolution: {integrity: sha512-4/SI/4f4wOmbxyQ3TH2nvRdbmlggQx2/WO5mWSuSsazUUerjc8h3lo9NkKyEZRrkeq09jYcfQQhbbl8yCnW/Gg==} peerDependencies: '@react-navigation/drawer': ^7.5.0 '@testing-library/react-native': '>= 12.0.0' @@ -3681,8 +3693,8 @@ packages: expo: '*' react-native: '*' - expo-system-ui@6.0.6: - resolution: {integrity: sha512-7JAzZNaRHWVYglJQIEIo1w5lRcZow3QGQl0KrmKqHm7Do3G1FrGYGyGPap1UI+erDWf2KKJc6/xHAK+5MM/tbg==} + expo-system-ui@6.0.7: + resolution: {integrity: sha512-NT+/r/BOg08lFI9SZO2WFi9X1ZmawkVStknioWzQq6Mt4KinoMS6yl3eLbyOLM3LoptN13Ywfo4W5KHA6TV9Ow==} peerDependencies: expo: '*' react-native: '*' @@ -3697,8 +3709,8 @@ packages: expo: '*' react-native: '*' - expo@54.0.0-preview.16: - resolution: {integrity: sha512-ecapT9Ojl/zIY1e+cdN1xX0iwm5X0QwBiUne8HRTNAJIWzstqyyLynr79UzHvO/35P83Wb7V8A7FvQNR8YESew==} + expo@54.0.1: + resolution: {integrity: sha512-BJSraR0CM8aUtrSlk8fgOXHhhsB5SeFqc+rJPsnMpdguN60PNkoGF+/ulr9dYfLaPa2w51tW5PmeVTLzESdXbA==} hasBin: true peerDependencies: '@expo/dom-webview': '*' @@ -4490,130 +4502,66 @@ packages: lighthouse-logger@1.4.2: resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} - lightningcss-darwin-arm64@1.27.0: - resolution: {integrity: sha512-Gl/lqIXY+d+ySmMbgDf0pgaWSqrWYxVHoc88q+Vhf2YNzZ8DwoRzGt5NZDVqqIW5ScpSnmmjcgXP87Dn2ylSSQ==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [darwin] - lightningcss-darwin-arm64@1.30.1: resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.27.0: - resolution: {integrity: sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [darwin] - lightningcss-darwin-x64@1.30.1: resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.27.0: - resolution: {integrity: sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [freebsd] - lightningcss-freebsd-x64@1.30.1: resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.27.0: - resolution: {integrity: sha512-MUMRmtdRkOkd5z3h986HOuNBD1c2lq2BSQA1Jg88d9I7bmPGx08bwGcnB75dvr17CwxjxD6XPi3Qh8ArmKFqCA==} - engines: {node: '>= 12.0.0'} - cpu: [arm] - os: [linux] - lightningcss-linux-arm-gnueabihf@1.30.1: resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.27.0: - resolution: {integrity: sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [linux] - lightningcss-linux-arm64-gnu@1.30.1: resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.27.0: - resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [linux] - lightningcss-linux-arm64-musl@1.30.1: resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.27.0: - resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [linux] - lightningcss-linux-x64-gnu@1.30.1: resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.27.0: - resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [linux] - lightningcss-linux-x64-musl@1.30.1: resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.27.0: - resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [win32] - lightningcss-win32-arm64-msvc@1.30.1: resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.27.0: - resolution: {integrity: sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [win32] - lightningcss-win32-x64-msvc@1.30.1: resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.27.0: - resolution: {integrity: sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==} - engines: {node: '>= 12.0.0'} - lightningcss@1.30.1: resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==} engines: {node: '>= 12.0.0'} @@ -5593,8 +5541,8 @@ packages: react: '*' react-native: '*' - react-native@0.81.1: - resolution: {integrity: sha512-k2QJzWc/CUOwaakmD1SXa4uJaLcwB2g2V9BauNIjgtXYYAeyFjx9jlNz/+wAEcHLg9bH5mgMdeAwzvXqjjh9Hg==} + react-native@0.81.4: + resolution: {integrity: sha512-bt5bz3A/+Cv46KcjV0VQa+fo7MKxs17RCcpzjftINlen4ZDUl0I6Ut+brQ2FToa5oD0IB0xvQHfmsg2EDqsZdQ==} engines: {node: '>= 20.19.4'} hasBin: true peerDependencies: @@ -7592,12 +7540,12 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@dylankenneally/react-native-ssh-sftp@1.5.20(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))': + '@dylankenneally/react-native-ssh-sftp@1.5.20(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))': dependencies: '-': 0.0.1 D: 1.0.0 eslint: 8.57.1 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) transitivePeerDependencies: - supports-color @@ -7808,28 +7756,28 @@ snapshots: '@eslint/core': 0.15.2 levn: 0.4.1 - '@expo/cli@0.26.9(expo-router@6.0.0-preview.16)(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))': + '@expo/cli@54.0.1(expo-router@6.0.0)(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))': dependencies: '@0no-co/graphql.web': 1.2.0 '@expo/code-signing-certificates': 0.0.5 - '@expo/config': 12.0.7 - '@expo/config-plugins': 11.0.7 + '@expo/config': 12.0.8 + '@expo/config-plugins': 54.0.0 '@expo/devcert': 1.2.0 - '@expo/env': 2.0.6 - '@expo/image-utils': 0.8.6 - '@expo/json-file': 10.0.6 + '@expo/env': 2.0.7 + '@expo/image-utils': 0.8.7 + '@expo/json-file': 10.0.7 '@expo/metro': 0.1.1 - '@expo/metro-config': 0.21.11(expo@54.0.0-preview.16) + '@expo/metro-config': 54.0.1(expo@54.0.1) '@expo/osascript': 2.3.6 - '@expo/package-manager': 1.9.6 + '@expo/package-manager': 1.9.7 '@expo/plist': 0.4.6 - '@expo/prebuild-config': 10.0.8(expo@54.0.0-preview.16) + '@expo/prebuild-config': 54.0.1(expo@54.0.1) '@expo/schema-utils': 0.1.6 '@expo/server': 0.7.3 '@expo/spawn-async': 1.7.2 '@expo/ws-tunnel': 1.0.6 '@expo/xcpretty': 4.3.2 - '@react-native/dev-middleware': 0.81.1 + '@react-native/dev-middleware': 0.81.4 '@urql/core': 5.2.0 '@urql/exchange-retry': 1.3.2(@urql/core@5.2.0) accepts: 1.3.8 @@ -7843,7 +7791,7 @@ snapshots: connect: 3.7.0 debug: 4.4.1 env-editor: 0.4.2 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) freeport-async: 2.0.0 getenv: 2.0.0 glob: 10.4.5 @@ -7875,8 +7823,8 @@ snapshots: wrap-ansi: 7.0.0 ws: 8.18.3 optionalDependencies: - expo-router: 6.0.0-preview.16(@types/react@19.1.12)(expo-constants@18.0.7)(expo-linking@8.0.7)(expo@54.0.0-preview.16)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + expo-router: 6.0.0(@types/react@19.1.12)(expo-constants@18.0.8)(expo-linking@8.0.7)(expo@54.0.1)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) transitivePeerDependencies: - bufferutil - graphql @@ -7889,6 +7837,25 @@ snapshots: nullthrows: 1.1.1 '@expo/config-plugins@11.0.7': + dependencies: + '@expo/config-types': 54.0.7 + '@expo/json-file': 10.0.7 + '@expo/plist': 0.4.6 + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.4.1 + getenv: 2.0.0 + glob: 10.4.5 + resolve-from: 5.0.0 + semver: 7.7.2 + slash: 3.0.0 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + + '@expo/config-plugins@54.0.0': dependencies: '@expo/config-types': 54.0.7 '@expo/json-file': 10.0.6 @@ -7909,12 +7876,12 @@ snapshots: '@expo/config-types@54.0.7': {} - '@expo/config@12.0.7': + '@expo/config@12.0.8': dependencies: '@babel/code-frame': 7.10.4 - '@expo/config-plugins': 11.0.7 + '@expo/config-plugins': 54.0.0 '@expo/config-types': 54.0.7 - '@expo/json-file': 10.0.6 + '@expo/json-file': 10.0.7 deepmerge: 4.3.1 getenv: 2.0.0 glob: 10.4.5 @@ -7935,14 +7902,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/devtools@0.1.6(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@expo/devtools@0.1.6(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: chalk: 4.1.2 optionalDependencies: react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - '@expo/env@2.0.6': + '@expo/env@2.0.7': dependencies: chalk: 4.1.2 debug: 4.4.1 @@ -7952,13 +7919,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/fingerprint@0.14.6': + '@expo/fingerprint@0.15.0': dependencies: '@expo/spawn-async': 1.7.2 arg: 5.0.2 chalk: 4.1.2 debug: 4.4.1 - find-up: 5.0.0 getenv: 2.0.0 glob: 10.4.5 ignore: 5.3.2 @@ -7982,19 +7948,37 @@ snapshots: temp-dir: 2.0.0 unique-string: 2.0.0 + '@expo/image-utils@0.8.7': + dependencies: + '@expo/spawn-async': 1.7.2 + chalk: 4.1.2 + getenv: 2.0.0 + jimp-compact: 0.16.1 + parse-png: 2.1.0 + resolve-from: 5.0.0 + resolve-global: 1.0.0 + semver: 7.7.2 + temp-dir: 2.0.0 + unique-string: 2.0.0 + '@expo/json-file@10.0.6': dependencies: '@babel/code-frame': 7.10.4 json5: 2.2.3 - '@expo/metro-config@0.21.11(expo@54.0.0-preview.16)': + '@expo/json-file@10.0.7': + dependencies: + '@babel/code-frame': 7.10.4 + json5: 2.2.3 + + '@expo/metro-config@54.0.1(expo@54.0.1)': dependencies: '@babel/code-frame': 7.27.1 '@babel/core': 7.28.3 '@babel/generator': 7.28.3 - '@expo/config': 12.0.7 - '@expo/env': 2.0.6 - '@expo/json-file': 10.0.6 + '@expo/config': 12.0.8 + '@expo/env': 2.0.7 + '@expo/json-file': 10.0.7 '@expo/metro': 0.1.1 '@expo/spawn-async': 1.7.2 browserslist: 4.25.4 @@ -8006,24 +7990,24 @@ snapshots: glob: 10.4.5 hermes-parser: 0.29.1 jsc-safe-url: 0.2.4 - lightningcss: 1.27.0 + lightningcss: 1.30.1 minimatch: 9.0.5 postcss: 8.4.49 resolve-from: 5.0.0 optionalDependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@expo/metro-runtime@6.1.1(expo@54.0.0-preview.16)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@expo/metro-runtime@6.1.1(expo@54.0.1)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: anser: 1.4.10 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) pretty-format: 29.7.0 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) stacktrace-parser: 0.1.11 whatwg-fetch: 3.6.20 optionalDependencies: @@ -8053,9 +8037,9 @@ snapshots: '@expo/spawn-async': 1.7.2 exec-async: 2.2.0 - '@expo/package-manager@1.9.6': + '@expo/package-manager@1.9.7': dependencies: - '@expo/json-file': 10.0.6 + '@expo/json-file': 10.0.7 '@expo/spawn-async': 1.7.2 chalk: 4.1.2 npm-package-arg: 11.0.3 @@ -8068,16 +8052,32 @@ snapshots: base64-js: 1.5.1 xmlbuilder: 15.1.1 - '@expo/prebuild-config@10.0.8(expo@54.0.0-preview.16)': + '@expo/prebuild-config@10.0.8(expo@54.0.1)': dependencies: - '@expo/config': 12.0.7 + '@expo/config': 12.0.8 '@expo/config-plugins': 11.0.7 '@expo/config-types': 54.0.7 '@expo/image-utils': 0.8.6 '@expo/json-file': 10.0.6 '@react-native/normalize-colors': 0.81.1 debug: 4.4.1 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + resolve-from: 5.0.0 + semver: 7.7.2 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + + '@expo/prebuild-config@54.0.1(expo@54.0.1)': + dependencies: + '@expo/config': 12.0.8 + '@expo/config-plugins': 54.0.0 + '@expo/config-types': 54.0.7 + '@expo/image-utils': 0.8.7 + '@expo/json-file': 10.0.7 + '@react-native/normalize-colors': 0.81.4 + debug: 4.4.1 + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) resolve-from: 5.0.0 semver: 7.7.2 xml2js: 0.6.0 @@ -8101,11 +8101,11 @@ snapshots: '@expo/sudo-prompt@9.3.2': {} - '@expo/vector-icons@15.0.2(expo-font@14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@expo/vector-icons@15.0.2(expo-font@14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: - expo-font: 14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo-font: 14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) '@expo/ws-tunnel@1.0.6': {} @@ -8655,22 +8655,22 @@ snapshots: optionalDependencies: '@types/react': 19.1.12 - '@react-native-picker/picker@2.11.2(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@react-native-picker/picker@2.11.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - '@react-native/assets-registry@0.81.1': {} + '@react-native/assets-registry@0.81.4': {} - '@react-native/babel-plugin-codegen@0.81.1(@babel/core@7.28.3)': + '@react-native/babel-plugin-codegen@0.81.4(@babel/core@7.28.3)': dependencies: '@babel/traverse': 7.28.3 - '@react-native/codegen': 0.81.1(@babel/core@7.28.3) + '@react-native/codegen': 0.81.4(@babel/core@7.28.3) transitivePeerDependencies: - '@babel/core' - supports-color - '@react-native/babel-preset@0.81.1(@babel/core@7.28.3)': + '@react-native/babel-preset@0.81.4(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.28.3) @@ -8713,14 +8713,14 @@ snapshots: '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3) '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) '@babel/template': 7.27.2 - '@react-native/babel-plugin-codegen': 0.81.1(@babel/core@7.28.3) + '@react-native/babel-plugin-codegen': 0.81.4(@babel/core@7.28.3) babel-plugin-syntax-hermes-parser: 0.29.1 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.28.3) react-refresh: 0.14.2 transitivePeerDependencies: - supports-color - '@react-native/codegen@0.81.1(@babel/core@7.28.3)': + '@react-native/codegen@0.81.4(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/parser': 7.28.3 @@ -8730,9 +8730,9 @@ snapshots: nullthrows: 1.1.1 yargs: 17.7.2 - '@react-native/community-cli-plugin@0.81.1': + '@react-native/community-cli-plugin@0.81.4': dependencies: - '@react-native/dev-middleware': 0.81.1 + '@react-native/dev-middleware': 0.81.4 debug: 4.4.1 invariant: 2.2.4 metro: 0.83.1 @@ -8744,12 +8744,12 @@ snapshots: - supports-color - utf-8-validate - '@react-native/debugger-frontend@0.81.1': {} + '@react-native/debugger-frontend@0.81.4': {} - '@react-native/dev-middleware@0.81.1': + '@react-native/dev-middleware@0.81.4': dependencies: '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.81.1 + '@react-native/debugger-frontend': 0.81.4 chrome-launcher: 0.15.2 chromium-edge-launcher: 0.2.0 connect: 3.7.0 @@ -8764,32 +8764,34 @@ snapshots: - supports-color - utf-8-validate - '@react-native/gradle-plugin@0.81.1': {} + '@react-native/gradle-plugin@0.81.4': {} - '@react-native/js-polyfills@0.81.1': {} + '@react-native/js-polyfills@0.81.4': {} '@react-native/normalize-colors@0.74.89': {} '@react-native/normalize-colors@0.81.1': {} - '@react-native/virtualized-lists@0.81.1(@types/react@19.1.12)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@react-native/normalize-colors@0.81.4': {} + + '@react-native/virtualized-lists@0.81.4(@types/react@19.1.12)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) optionalDependencies: '@types/react': 19.1.12 - '@react-navigation/bottom-tabs@7.4.7(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@react-navigation/bottom-tabs@7.4.7(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: - '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - '@react-navigation/native': 7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/native': 7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) color: 4.2.3 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-safe-area-context: 5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native-screens: 4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-safe-area-context: 5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-screens: 4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - '@react-native-masked-view/masked-view' @@ -8804,36 +8806,36 @@ snapshots: use-latest-callback: 0.2.4(react@19.1.0) use-sync-external-store: 1.5.0(react@19.1.0) - '@react-navigation/elements@2.6.4(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@react-navigation/elements@2.6.4(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: - '@react-navigation/native': 7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/native': 7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) color: 4.2.3 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-safe-area-context: 5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-safe-area-context: 5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) use-latest-callback: 0.2.4(react@19.1.0) use-sync-external-store: 1.5.0(react@19.1.0) - '@react-navigation/native-stack@7.3.26(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@react-navigation/native-stack@7.3.26(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: - '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - '@react-navigation/native': 7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/native': 7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-safe-area-context: 5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native-screens: 4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-safe-area-context: 5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-screens: 4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) warn-once: 0.1.1 transitivePeerDependencies: - '@react-native-masked-view/masked-view' - '@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': + '@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0)': dependencies: '@react-navigation/core': 7.12.4(react@19.1.0) escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.11 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) use-latest-callback: 0.2.4(react@19.1.0) '@react-navigation/routers@7.5.1': @@ -9825,7 +9827,7 @@ snapshots: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.3) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.3) - babel-preset-expo@14.0.6(@babel/core@7.28.3)(@babel/runtime@7.28.3)(expo@54.0.0-preview.16)(react-refresh@0.14.2): + babel-preset-expo@54.0.0(@babel/core@7.28.3)(@babel/runtime@7.28.3)(expo@54.0.1)(react-refresh@0.14.2): dependencies: '@babel/helper-module-imports': 7.27.1 '@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.3) @@ -9842,7 +9844,7 @@ snapshots: '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) '@babel/preset-react': 7.27.1(@babel/core@7.28.3) '@babel/preset-typescript': 7.27.1(@babel/core@7.28.3) - '@react-native/babel-preset': 0.81.1(@babel/core@7.28.3) + '@react-native/babel-preset': 0.81.4(@babel/core@7.28.3) babel-plugin-react-compiler: 19.1.0-rc.3 babel-plugin-react-native-web: 0.21.1 babel-plugin-syntax-hermes-parser: 0.25.1 @@ -9852,7 +9854,7 @@ snapshots: resolve-from: 5.0.0 optionalDependencies: '@babel/runtime': 7.28.3 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - '@babel/core' - supports-color @@ -10311,8 +10313,6 @@ snapshots: destroy@1.2.0: {} - detect-libc@1.0.3: {} - detect-libc@2.0.4: {} detect-node-es@1.1.0: {} @@ -10902,112 +10902,111 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - expo-asset@12.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-asset@12.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: - '@expo/image-utils': 0.8.6 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-constants: 18.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + '@expo/image-utils': 0.8.7 + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo-constants: 18.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) transitivePeerDependencies: - supports-color - expo-build-properties@1.0.7(expo@54.0.0-preview.16): + expo-build-properties@1.0.7(expo@54.0.1): dependencies: ajv: 8.17.1 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) semver: 7.7.2 - expo-constants@18.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): + expo-constants@18.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): dependencies: - '@expo/config': 12.0.7 - '@expo/env': 2.0.6 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + '@expo/config': 12.0.8 + '@expo/env': 2.0.7 + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) transitivePeerDependencies: - supports-color - expo-file-system@19.0.10(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): + expo-file-system@19.0.11(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - expo-font@14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-font@14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) fontfaceobserver: 2.3.0 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - expo-haptics@15.0.6(expo@54.0.0-preview.16): + expo-haptics@15.0.6(expo@54.0.1): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-image@3.0.7(expo@54.0.0-preview.16)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-image@3.0.7(expo@54.0.1)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) optionalDependencies: react-native-web: 0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - expo-keep-awake@15.0.6(expo@54.0.0-preview.16)(react@19.1.0): + expo-keep-awake@15.0.6(expo@54.0.1)(react@19.1.0): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react: 19.1.0 - expo-linking@8.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-linking@8.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: - expo-constants: 18.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + expo-constants: 18.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) invariant: 2.2.4 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) transitivePeerDependencies: - expo - supports-color - expo-modules-autolinking@3.0.8: + expo-modules-autolinking@3.0.10: dependencies: '@expo/spawn-async': 1.7.2 chalk: 4.1.2 commander: 7.2.0 - find-up: 5.0.0 glob: 10.4.5 require-from-string: 2.0.2 resolve-from: 5.0.0 - expo-modules-core@3.0.14(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-modules-core@3.0.15(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: invariant: 2.2.4 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - expo-router@6.0.0-preview.16(@types/react@19.1.12)(expo-constants@18.0.7)(expo-linking@8.0.7)(expo@54.0.0-preview.16)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-router@6.0.0(@types/react@19.1.12)(expo-constants@18.0.8)(expo-linking@8.0.7)(expo@54.0.1)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: - '@expo/metro-runtime': 6.1.1(expo@54.0.0-preview.16)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@expo/metro-runtime': 6.1.1(expo@54.0.1)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@expo/schema-utils': 0.1.6 '@expo/server': 0.7.3 '@radix-ui/react-slot': 1.2.0(@types/react@19.1.12)(react@19.1.0) '@radix-ui/react-tabs': 1.1.13(@types/react@19.1.12)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-navigation/bottom-tabs': 7.4.7(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - '@react-navigation/native': 7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - '@react-navigation/native-stack': 7.3.26(@react-navigation/native@7.1.17(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/bottom-tabs': 7.4.7(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/native': 7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-navigation/native-stack': 7.3.26(@react-navigation/native@7.1.17(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) client-only: 0.0.1 debug: 4.4.1 escape-string-regexp: 4.0.0 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-constants: 18.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) - expo-linking: 8.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo-constants: 18.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + expo-linking: 8.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) fast-deep-equal: 3.1.3 invariant: 2.2.4 nanoid: 3.3.11 query-string: 7.1.3 react: 19.1.0 react-fast-compare: 3.2.2 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native-safe-area-context: 5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native-screens: 4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-is-edge-to-edge: 1.2.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-safe-area-context: 5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-screens: 4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) semver: 7.6.3 server-only: 0.0.1 sf-symbols-typescript: 2.1.0 @@ -11016,8 +11015,8 @@ snapshots: vaul: 1.1.2(@types/react@19.1.12)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) optionalDependencies: react-dom: 19.1.0(react@19.1.0) - react-native-gesture-handler: 2.28.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native-reanimated: 4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-gesture-handler: 2.28.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-reanimated: 4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) react-native-web: 0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - '@react-native-masked-view/masked-view' @@ -11025,72 +11024,72 @@ snapshots: - '@types/react-dom' - supports-color - expo-secure-store@15.0.6(expo@54.0.0-preview.16): + expo-secure-store@15.0.6(expo@54.0.1): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-splash-screen@31.0.8(expo@54.0.0-preview.16): + expo-splash-screen@31.0.8(expo@54.0.1): dependencies: - '@expo/prebuild-config': 10.0.8(expo@54.0.0-preview.16) - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@expo/prebuild-config': 10.0.8(expo@54.0.1) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - supports-color - expo-status-bar@3.0.7(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo-status-bar@3.0.7(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-is-edge-to-edge: 1.2.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-symbols@1.0.6(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): + expo-symbols@1.0.6(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) sf-symbols-typescript: 2.1.0 - expo-system-ui@6.0.6(expo@54.0.0-preview.16)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): + expo-system-ui@6.0.7(expo@54.0.1)(react-native-web@0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): dependencies: - '@react-native/normalize-colors': 0.81.1 + '@react-native/normalize-colors': 0.81.4 debug: 4.4.1 - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) optionalDependencies: react-native-web: 0.21.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - supports-color - expo-web-browser@15.0.6(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): + expo-web-browser@15.0.6(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)): dependencies: - expo: 54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + expo: 54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - expo@54.0.0-preview.16(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + expo@54.0.1(@babel/core@7.28.3)(@expo/metro-runtime@6.1.1)(expo-router@6.0.0)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: '@babel/runtime': 7.28.3 - '@expo/cli': 0.26.9(expo-router@6.0.0-preview.16)(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) - '@expo/config': 12.0.7 - '@expo/config-plugins': 11.0.7 - '@expo/devtools': 0.1.6(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - '@expo/fingerprint': 0.14.6 + '@expo/cli': 54.0.1(expo-router@6.0.0)(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + '@expo/config': 12.0.8 + '@expo/config-plugins': 54.0.0 + '@expo/devtools': 0.1.6(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@expo/fingerprint': 0.15.0 '@expo/metro': 0.1.1 - '@expo/metro-config': 0.21.11(expo@54.0.0-preview.16) - '@expo/vector-icons': 15.0.2(expo-font@14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@expo/metro-config': 54.0.1(expo@54.0.1) + '@expo/vector-icons': 15.0.2(expo-font@14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) '@ungap/structured-clone': 1.3.0 - babel-preset-expo: 14.0.6(@babel/core@7.28.3)(@babel/runtime@7.28.3)(expo@54.0.0-preview.16)(react-refresh@0.14.2) - expo-asset: 12.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-constants: 18.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) - expo-file-system: 19.0.10(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) - expo-font: 14.0.7(expo@54.0.0-preview.16)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - expo-keep-awake: 15.0.6(expo@54.0.0-preview.16)(react@19.1.0) - expo-modules-autolinking: 3.0.8 - expo-modules-core: 3.0.14(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + babel-preset-expo: 54.0.0(@babel/core@7.28.3)(@babel/runtime@7.28.3)(expo@54.0.1)(react-refresh@0.14.2) + expo-asset: 12.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo-constants: 18.0.8(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + expo-file-system: 19.0.11(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0)) + expo-font: 14.0.7(expo@54.0.1)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + expo-keep-awake: 15.0.6(expo@54.0.1)(react@19.1.0) + expo-modules-autolinking: 3.0.10 + expo-modules-core: 3.0.15(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) pretty-format: 29.7.0 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) react-refresh: 0.14.2 whatwg-url-without-unicode: 8.0.0-3 optionalDependencies: - '@expo/metro-runtime': 6.1.1(expo@54.0.0-preview.16)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@expo/metro-runtime': 6.1.1(expo@54.0.1)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - '@babel/core' - bufferutil @@ -11989,81 +11988,36 @@ snapshots: transitivePeerDependencies: - supports-color - lightningcss-darwin-arm64@1.27.0: - optional: true - lightningcss-darwin-arm64@1.30.1: optional: true - lightningcss-darwin-x64@1.27.0: - optional: true - lightningcss-darwin-x64@1.30.1: optional: true - lightningcss-freebsd-x64@1.27.0: - optional: true - lightningcss-freebsd-x64@1.30.1: optional: true - lightningcss-linux-arm-gnueabihf@1.27.0: - optional: true - lightningcss-linux-arm-gnueabihf@1.30.1: optional: true - lightningcss-linux-arm64-gnu@1.27.0: - optional: true - lightningcss-linux-arm64-gnu@1.30.1: optional: true - lightningcss-linux-arm64-musl@1.27.0: - optional: true - lightningcss-linux-arm64-musl@1.30.1: optional: true - lightningcss-linux-x64-gnu@1.27.0: - optional: true - lightningcss-linux-x64-gnu@1.30.1: optional: true - lightningcss-linux-x64-musl@1.27.0: - optional: true - lightningcss-linux-x64-musl@1.30.1: optional: true - lightningcss-win32-arm64-msvc@1.27.0: - optional: true - lightningcss-win32-arm64-msvc@1.30.1: optional: true - lightningcss-win32-x64-msvc@1.27.0: - optional: true - lightningcss-win32-x64-msvc@1.30.1: optional: true - lightningcss@1.27.0: - dependencies: - detect-libc: 1.0.3 - optionalDependencies: - lightningcss-darwin-arm64: 1.27.0 - lightningcss-darwin-x64: 1.27.0 - lightningcss-freebsd-x64: 1.27.0 - lightningcss-linux-arm-gnueabihf: 1.27.0 - lightningcss-linux-arm64-gnu: 1.27.0 - lightningcss-linux-arm64-musl: 1.27.0 - lightningcss-linux-x64-gnu: 1.27.0 - lightningcss-linux-x64-musl: 1.27.0 - lightningcss-win32-arm64-msvc: 1.27.0 - lightningcss-win32-x64-msvc: 1.27.0 - lightningcss@1.30.1: dependencies: detect-libc: 2.0.4 @@ -13270,39 +13224,39 @@ snapshots: react-is@19.1.1: {} - react-native-gesture-handler@2.28.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + react-native-gesture-handler@2.28.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: '@egjs/hammerjs': 2.0.17 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-is-edge-to-edge@1.2.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + react-native-is-edge-to-edge@1.2.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + react-native-reanimated@4.1.0(@babel/core@7.28.3)(react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0))(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: '@babel/core': 7.28.3 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) - react-native-worklets: 0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-is-edge-to-edge: 1.2.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native-worklets: 0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) semver: 7.7.2 - react-native-safe-area-context@5.6.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + react-native-safe-area-context@5.6.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-screens@4.16.0(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + react-native-screens@4.16.0(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: react: 19.1.0 react-freeze: 1.0.4(react@19.1.0) - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native-is-edge-to-edge: 1.2.1(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) warn-once: 0.1.1 react-native-uuid@2.0.3: {} @@ -13322,7 +13276,7 @@ snapshots: transitivePeerDependencies: - encoding - react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): + react-native-worklets@0.5.1(@babel/core@7.28.3)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0): dependencies: '@babel/core': 7.28.3 '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) @@ -13336,21 +13290,21 @@ snapshots: '@babel/preset-typescript': 7.27.1(@babel/core@7.28.3) convert-source-map: 2.0.0 react: 19.1.0 - react-native: 0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) + react-native: 0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0) semver: 7.7.2 transitivePeerDependencies: - supports-color - react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0): + react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0): dependencies: '@jest/create-cache-key-function': 29.7.0 - '@react-native/assets-registry': 0.81.1 - '@react-native/codegen': 0.81.1(@babel/core@7.28.3) - '@react-native/community-cli-plugin': 0.81.1 - '@react-native/gradle-plugin': 0.81.1 - '@react-native/js-polyfills': 0.81.1 - '@react-native/normalize-colors': 0.81.1 - '@react-native/virtualized-lists': 0.81.1(@types/react@19.1.12)(react-native@0.81.1(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) + '@react-native/assets-registry': 0.81.4 + '@react-native/codegen': 0.81.4(@babel/core@7.28.3) + '@react-native/community-cli-plugin': 0.81.4 + '@react-native/gradle-plugin': 0.81.4 + '@react-native/js-polyfills': 0.81.4 + '@react-native/normalize-colors': 0.81.4 + '@react-native/virtualized-lists': 0.81.4(@types/react@19.1.12)(react-native@0.81.4(@babel/core@7.28.3)(@types/react@19.1.12)(react@19.1.0))(react@19.1.0) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2a427dd..c712e51 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,6 +5,8 @@ packages: nodeLinker: hoisted onlyBuiltDependencies: + - '@tailwindcss/oxide' - esbuild - oxc-resolver + - sharp - unrs-resolver