diff --git a/apps/playground/app.json b/apps/playground/app.json index a11dd78d..93464d98 100644 --- a/apps/playground/app.json +++ b/apps/playground/app.json @@ -4,13 +4,14 @@ "slug": "rozenite-playground", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/images/icon.png", + "icon": "./assets/images/splash-icon.png", "scheme": "rozenite", "userInterfaceStyle": "automatic", "ios": { "supportsTablet": true, "bundleIdentifier": "com.callstackcincubator.rozenite", - "icon": "./assets/images/app.icon" + "icon": "./assets/images/app.icon", + "deploymentTarget": "16.4" }, "android": { "adaptiveIcon": { @@ -27,6 +28,7 @@ "favicon": "./assets/images/favicon.png" }, "plugins": [ + "@react-native-async-storage/expo-with-async-storage", "expo-sqlite", [ "expo-splash-screen", diff --git a/apps/playground/eslint.config.mjs b/apps/playground/eslint.config.mjs index e1bcc956..a742d665 100644 --- a/apps/playground/eslint.config.mjs +++ b/apps/playground/eslint.config.mjs @@ -1,9 +1,7 @@ // https://docs.expo.dev/guides/using-eslint/ -import baseConfig from '../../eslint.config.mjs'; import expoConfig from 'eslint-config-expo/flat.js'; export default [ - ...baseConfig, ...expoConfig, { ignores: ['dist/*'], @@ -11,6 +9,8 @@ export default [ { rules: { '@typescript-eslint/no-require-imports': 'off', + 'react-hooks/purity': 'off', + 'react-hooks/set-state-in-effect': 'off', }, }, ]; diff --git a/apps/playground/metro.config.js b/apps/playground/metro.config.js index 0c93620e..1454c72f 100644 --- a/apps/playground/metro.config.js +++ b/apps/playground/metro.config.js @@ -1,4 +1,7 @@ // Learn more https://docs.expo.io/guides/customizing-metro +// This app intentionally uses React Navigation with a custom AppRegistry entry point. +process.env.EXPO_ROUTER_DISABLE_RN_NAVIGATION_CHECK = '1'; + const { getDefaultConfig } = require('expo/metro-config'); const { composeMetroConfigTransformers } = require('@rozenite/tools'); const { withRozenite } = require('@rozenite/metro'); diff --git a/apps/playground/package.json b/apps/playground/package.json index b7c1a470..ace9fed5 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -14,17 +14,25 @@ "typecheck": "tsc -p tsconfig.app.json --noEmit", "lint": "expo lint" }, + "expo": { + "install": { + "exclude": [ + "@react-native-async-storage/async-storage" + ] + } + }, "dependencies": { "@dr.pogodin/react-native-fs": "^2.36.2", "@expo/vector-icons": "^15.0.3", - "@react-native-async-storage/async-storage": "^3.0.1", + "@react-native-async-storage/async-storage": "^3.1.1", + "@react-native-async-storage/expo-with-async-storage": "^1.0.0", "@react-navigation/bottom-tabs": "^7.4.7", "@react-navigation/elements": "^2.6.3", "@react-navigation/native": "^7.1.17", "@react-navigation/native-stack": "^7.3.21", "@reduxjs/toolkit": "^2.8.2", - "@rozenite/agent-sdk": "workspace:*", "@rozenite/agent-bridge": "workspace:*", + "@rozenite/agent-sdk": "workspace:*", "@rozenite/controls-plugin": "workspace:*", "@rozenite/expo-atlas-plugin": "workspace:*", "@rozenite/file-system-plugin": "workspace:*", @@ -33,70 +41,69 @@ "@rozenite/overlay-plugin": "workspace:*", "@rozenite/performance-monitor-plugin": "workspace:*", "@rozenite/plugin-bridge": "workspace:*", - "@rozenite/rhf-plugin": "workspace:*", "@rozenite/react-navigation-plugin": "workspace:*", "@rozenite/redux-devtools-plugin": "workspace:*", "@rozenite/require-profiler-plugin": "workspace:*", + "@rozenite/rhf-plugin": "workspace:*", "@rozenite/sqlite-plugin": "workspace:*", "@rozenite/storage-plugin": "workspace:*", "@rozenite/tanstack-query-plugin": "workspace:*", "@rozenite/web": "workspace:*", "@tanstack/react-query": "^5.81.5", - "expo": "^55.0.0-preview.10", - "expo-constants": "~55.0.4", - "expo-font": "~55.0.3", - "expo-haptics": "~55.0.5", - "expo-image": "~55.0.3", - "expo-linking": "~55.0.4", - "expo-router": "~55.0.0-preview.7", - "expo-secure-store": "^55.0.8", - "expo-splash-screen": "~55.0.5", - "expo-sqlite": "^55.0.11", - "expo-status-bar": "~55.0.2", - "expo-symbols": "~55.0.3", - "expo-system-ui": "~55.0.5", - "expo-web-browser": "~55.0.5", - "react": "catalog:", - "react-dom": "catalog:", - "react-native": "catalog:", - "react-native-gesture-handler": "~2.30.0", + "expo": "^57.0.8", + "expo-constants": "~57.0.7", + "expo-font": "~57.0.1", + "expo-haptics": "~57.0.1", + "expo-image": "~57.0.1", + "expo-linking": "~57.0.4", + "expo-secure-store": "^57.0.1", + "expo-splash-screen": "~57.0.5", + "expo-sqlite": "^57.0.1", + "expo-status-bar": "~57.0.1", + "expo-symbols": "~57.0.1", + "expo-system-ui": "~57.0.1", + "expo-web-browser": "~57.0.2", + "react": "19.2.3", + "react-dom": "19.2.3", + "react-hook-form": "^7.54.2", + "react-native": "0.86.0", + "react-native-gesture-handler": "~2.32.0", "react-native-get-random-values": "^1.11.0", "react-native-harness": "^1.0.0-alpha.24", - "react-native-mmkv": "^4.0.0", - "react-native-nitro-fetch": "^1.0.3", - "react-native-nitro-modules": "^0.35.4", - "react-native-nitro-text-decoder": "^0.1.0", - "react-native-nitro-websockets": "^1.0.3", + "react-native-mmkv": "^4.3.2", + "react-native-nitro-fetch": "^1.5.1", + "react-native-nitro-modules": "^0.36.1", + "react-native-nitro-text-decoder": "^0.2.0", + "react-native-nitro-websockets": "^1.1.0", "react-native-performance": "5.1.4", - "react-native-reanimated": "~4.2.1", - "react-native-safe-area-context": "~5.6.0", - "react-native-screens": "~4.22.0", + "react-native-reanimated": "~4.5.0", + "react-native-safe-area-context": "~5.7.0", + "react-native-screens": "~4.26.2", "react-native-sse": "^1.2.1", - "react-native-svg": "15.15.1", + "react-native-svg": "15.15.4", "react-native-svg-web": "~1.0.9", "react-native-web": "~0.21.0", - "react-native-worklets": "0.7.2", - "react-hook-form": "^7.54.2", + "react-native-worklets": "0.10.0", "react-redux": "^9.2.0", "zustand": "^5.0.6" }, "devDependencies": { "@babel/core": "^7.29.0", "@react-native-harness/platform-android": "^1.0.0-alpha.24", - "@react-native/babel-preset": "^0.85.0", + "@react-native/babel-preset": "~0.86.0", "@rozenite/tools": "workspace:*", "@testing-library/jest-native": "~5.4.3", "@testing-library/react-native": "~12.9.0", "@types/react": "catalog:", - "@types/react-dom": "catalog:", + "@types/react-dom": "~19.2.3", "babel-loader": "^10.1.1", "babel-plugin-react-native-web": "^0.21.2", "eslint": "^9.25.0", - "eslint-config-expo": "~55.0.0", + "eslint-config-expo": "~57.0.0", "html-webpack-plugin": "^5.6.6", - "react-test-renderer": "19.2.0", + "react-test-renderer": "19.2.3", "rozenite": "workspace:*", - "typescript": "~5.9.2", + "typescript": "~6.0.3", "webpack": "^5.105.4", "webpack-cli": "^7.0.2", "webpack-dev-server": "^5.2.3" diff --git a/apps/playground/tsconfig.app.json b/apps/playground/tsconfig.app.json index 246896bc..0b9ffb6a 100644 --- a/apps/playground/tsconfig.app.json +++ b/apps/playground/tsconfig.app.json @@ -13,6 +13,7 @@ "module": "esnext", "moduleResolution": "bundler", "baseUrl": ".", + "ignoreDeprecations": "6.0", "lib": ["dom", "es2022"], "types": ["node"], "noUnusedLocals": false, diff --git a/package.json b/package.json index fcef2cf7..f15434ad 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "dts-bundle-generator": "^9.5.1", "eslint": "^9.8.0", "eslint-config-prettier": "^10.0.0", + "expo": "^57.0.7", "husky": "^9.1.7", "jiti": "2.4.2", "jsdom": "~22.1.0", @@ -57,6 +58,7 @@ } }, "resolutions": { - "@microsoft/api-extractor": "7.48.1" + "@microsoft/api-extractor": "7.48.1", + "metro-config": "0.84.4" } } diff --git a/packages/metro/package.json b/packages/metro/package.json index eab4c055..8e24dfaa 100644 --- a/packages/metro/package.json +++ b/packages/metro/package.json @@ -50,7 +50,7 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@react-native/metro-config": "~0.76.0" + "@react-native/metro-config": "~0.86.0" }, "engines": { "node": ">=20" diff --git a/packages/overlay-plugin/package.json b/packages/overlay-plugin/package.json index f9c95d3f..bf3c380d 100644 --- a/packages/overlay-plugin/package.json +++ b/packages/overlay-plugin/package.json @@ -34,7 +34,7 @@ "react": "catalog:", "react-dom": "catalog:", "react-native": "catalog:", - "react-native-svg": "~15.8.0", + "react-native-svg": "15.15.4", "react-native-web": "^0.21.2", "rozenite": "workspace:*", "tailwind-variants": "^2.0.0", diff --git a/packages/tools/src/__tests__/metro-transformers.test.ts b/packages/tools/src/__tests__/metro-transformers.test.ts index 8fff1da8..585b8680 100644 --- a/packages/tools/src/__tests__/metro-transformers.test.ts +++ b/packages/tools/src/__tests__/metro-transformers.test.ts @@ -80,7 +80,7 @@ const mockMetroConfig = { enabled: false, }, }, -} as MetroConfig; +} as unknown as MetroConfig; // Helper to create a test config const createTestConfig = (): MetroConfig => ({ diff --git a/packages/web/package.json b/packages/web/package.json index c86b6564..bed968c0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -54,7 +54,7 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@react-native/metro-config": "~0.76.0" + "@react-native/metro-config": "~0.86.0" }, "engines": { "node": ">=20" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b59e422..3d373f40 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,23 +7,24 @@ settings: catalogs: default: '@types/react': - specifier: ~19.2.2 + specifier: ~19.2.3 version: 19.2.14 '@types/react-dom': - specifier: ~19.1.7 - version: 19.1.11 + specifier: ~19.2.3 + version: 19.2.3 react: - specifier: 19.2.0 - version: 19.2.0 + specifier: 19.2.3 + version: 19.2.3 react-dom: - specifier: 19.2.0 - version: 19.2.0 + specifier: 19.2.3 + version: 19.2.3 react-native: - specifier: 0.83.1 - version: 0.83.1 + specifier: 0.86.0 + version: 0.86.0 overrides: '@microsoft/api-extractor': 7.48.1 + metro-config: 0.84.4 vite: ^7.3.1 importers: @@ -72,6 +73,9 @@ importers: eslint-config-prettier: specifier: ^10.0.0 version: 10.1.8(eslint@9.37.0(jiti@2.4.2)) + expo: + specifier: ^57.0.7 + version: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) husky: specifier: ^9.1.7 version: 9.1.7 @@ -116,28 +120,31 @@ importers: dependencies: '@dr.pogodin/react-native-fs': specifier: ^2.36.2 - version: 2.37.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 2.37.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) '@expo/vector-icons': specifier: ^15.0.3 - version: 15.0.3(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 15.0.3(expo-font@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) '@react-native-async-storage/async-storage': - specifier: ^3.0.1 - version: 3.0.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^3.1.1 + version: 3.1.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@react-native-async-storage/expo-with-async-storage': + specifier: ^1.0.0 + version: 1.0.0(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3)) '@react-navigation/bottom-tabs': specifier: ^7.4.7 - version: 7.4.7(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 7.4.7(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-screens@4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) '@react-navigation/elements': specifier: ^2.6.3 - version: 2.6.4(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 2.6.4(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) '@react-navigation/native': specifier: ^7.1.17 - version: 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) '@react-navigation/native-stack': specifier: ^7.3.21 - version: 7.3.21(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 7.3.21(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-screens@4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) '@reduxjs/toolkit': specifier: ^2.8.2 - version: 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0) + version: 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3) '@rozenite/agent-bridge': specifier: workspace:* version: link:../../packages/agent-bridge @@ -194,143 +201,140 @@ importers: version: link:../../packages/web '@tanstack/react-query': specifier: ^5.81.5 - version: 5.83.0(react@19.2.0) + version: 5.83.0(react@19.2.3) expo: - specifier: ^55.0.0-preview.10 - version: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^57.0.8 + version: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) expo-constants: - specifier: ~55.0.4 - version: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + specifier: ~57.0.7 + version: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) expo-font: - specifier: ~55.0.3 - version: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) expo-haptics: - specifier: ~55.0.5 - version: 55.0.5(expo@55.0.0-preview.10) + specifier: ~57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3)) expo-image: - specifier: ~55.0.3 - version: 55.0.3(expo@55.0.0-preview.10)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) expo-linking: - specifier: ~55.0.4 - version: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-router: - specifier: ~55.0.0-preview.7 - version: 55.0.0-preview.7(63d26a1a8ff220115165bcd4d96909c1) + specifier: ~57.0.4 + version: 57.0.4(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) expo-secure-store: - specifier: ^55.0.8 - version: 55.0.8(expo@55.0.0-preview.10) + specifier: ^57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3)) expo-splash-screen: - specifier: ~55.0.5 - version: 55.0.5(expo@55.0.0-preview.10) + specifier: ~57.0.5 + version: 57.0.5(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(typescript@6.0.3) expo-sqlite: - specifier: ^55.0.11 - version: 55.0.11(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) expo-status-bar: - specifier: ~55.0.2 - version: 55.0.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) expo-symbols: - specifier: ~55.0.3 - version: 55.0.3(expo-font@55.0.3)(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~57.0.1 + version: 57.0.1(130e4727775ee5675a774c217f177b3c) expo-system-ui: - specifier: ~55.0.5 - version: 55.0.5(expo@55.0.0-preview.10)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + specifier: ~57.0.1 + version: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) expo-web-browser: - specifier: ~55.0.5 - version: 55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + specifier: ~57.0.2 + version: 57.0.2(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) react: - specifier: 'catalog:' - version: 19.2.0 + specifier: 19.2.3 + version: 19.2.3 react-dom: - specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + specifier: 19.2.3 + version: 19.2.3(react@19.2.3) react-hook-form: specifier: ^7.54.2 - version: 7.75.0(react@19.2.0) + version: 7.75.0(react@19.2.3) react-native: - specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + specifier: 0.86.0 + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-gesture-handler: - specifier: ~2.30.0 - version: 2.30.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~2.32.0 + version: 2.32.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-get-random-values: specifier: ^1.11.0 - version: 1.11.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + version: 1.11.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) react-native-harness: specifier: ^1.0.0-alpha.24 - version: 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@types/react@19.2.14)(immer@10.1.1)(metro-config@0.83.3)(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@types/react@19.2.14)(immer@10.1.1)(metro-config@0.84.4)(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-mmkv: - specifier: ^4.0.0 - version: 4.0.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^4.3.2 + version: 4.3.2(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-nitro-fetch: - specifier: ^1.0.3 - version: 1.0.3(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^1.5.1 + version: 1.5.1(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-nitro-modules: - specifier: ^0.35.4 - version: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^0.36.1 + version: 0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-nitro-text-decoder: - specifier: ^0.1.0 - version: 0.1.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ^0.2.0 + version: 0.2.0(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-nitro-websockets: - specifier: ^1.0.3 - version: 1.0.3(2afd5d69d1f6c9cd9cefeffca826c4c7) + specifier: ^1.1.0 + version: 1.1.0(0d79d782b84759804af9576c6c2b035d) react-native-performance: specifier: 5.1.4 - version: 5.1.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + version: 5.1.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) react-native-reanimated: - specifier: ~4.2.1 - version: 4.2.1(react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~4.5.0 + version: 4.5.0(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-safe-area-context: - specifier: ~5.6.0 - version: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~5.7.0 + version: 5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-screens: - specifier: ~4.22.0 - version: 4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: ~4.26.2 + version: 4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-sse: specifier: ^1.2.1 version: 1.2.1 react-native-svg: - specifier: 15.15.1 - version: 15.15.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: 15.15.4 + version: 15.15.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-svg-web: specifier: ~1.0.9 - version: 1.0.9(prop-types@15.8.1)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) + version: 1.0.9(prop-types@15.8.1)(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) react-native-web: specifier: ~0.21.0 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react-native-worklets: - specifier: 0.7.2 - version: 0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: 0.10.0 + version: 0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) + version: 9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) zustand: specifier: ^5.0.6 - version: 5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)) + version: 5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)) devDependencies: '@babel/core': specifier: ^7.29.0 version: 7.29.0 '@react-native-harness/platform-android': specifier: ^1.0.0-alpha.24 - version: 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + version: 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) '@react-native/babel-preset': - specifier: ^0.85.0 - version: 0.85.0(@babel/core@7.29.0) + specifier: ~0.86.0 + version: 0.86.0(@babel/core@7.29.0) '@rozenite/tools': specifier: workspace:* version: link:../../packages/tools '@testing-library/jest-native': specifier: ~5.4.3 - version: 5.4.3(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react-test-renderer@19.2.0(react@19.2.0))(react@19.2.0) + version: 5.4.3(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react-test-renderer@19.2.3(react@19.2.3))(react@19.2.3) '@testing-library/react-native': specifier: ~12.9.0 - version: 12.9.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react-test-renderer@19.2.0(react@19.2.0))(react@19.2.0) + version: 12.9.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react-test-renderer@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 '@types/react-dom': - specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + specifier: ~19.2.3 + version: 19.2.3(@types/react@19.2.14) babel-loader: specifier: ^10.1.1 version: 10.1.1(@babel/core@7.29.0)(webpack@5.105.4) @@ -341,20 +345,20 @@ importers: specifier: ^9.25.0 version: 9.37.0(jiti@2.6.1) eslint-config-expo: - specifier: ~55.0.0 - version: 55.0.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + specifier: ~57.0.0 + version: 57.0.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) html-webpack-plugin: specifier: ^5.6.6 version: 5.6.6(webpack@5.105.4) react-test-renderer: - specifier: 19.2.0 - version: 19.2.0(react@19.2.0) + specifier: 19.2.3 + version: 19.2.3(react@19.2.3) rozenite: specifier: workspace:* version: link:../../packages/cli typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: ~6.0.3 + version: 6.0.3 webpack: specifier: ^5.105.4 version: 5.105.4(@swc/core@1.5.29(@swc/helpers@0.5.17))(webpack-cli@7.0.2) @@ -490,7 +494,7 @@ importers: version: 19.2.14 '@types/react-dom': specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + version: 19.2.3(@types/react@19.2.14) autoprefixer: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.6) @@ -499,16 +503,16 @@ importers: version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -538,7 +542,7 @@ importers: version: 3.7.0 expo-atlas: specifier: ^0.4.3 - version: 0.4.3(expo@55.0.0-preview.10) + version: 0.4.3(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3)) devDependencies: '@rozenite/tools': specifier: workspace:* @@ -559,23 +563,23 @@ importers: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.6) metro-config: - specifier: ^0.82.5 - version: 0.82.5 + specifier: 0.84.4 + version: 0.84.4 postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -612,34 +616,34 @@ importers: version: 4.2.2 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 '@types/react-dom': specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + version: 19.2.3(@types/react@19.2.14) autoprefixer: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.6) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: 0.21.0 - version: 0.21.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -675,8 +679,8 @@ importers: version: 2.8.1 devDependencies: '@react-native/metro-config': - specifier: ~0.76.0 - version: 0.76.9 + specifier: ~0.86.0 + version: 0.86.0 packages/middleware: dependencies: @@ -716,7 +720,7 @@ importers: version: 7.7.0 vitest: specifier: ^4.0.18 - version: 4.1.0(@types/node@22.17.0)(@vitest/ui@3.2.4)(jiti@2.6.1)(jsdom@22.1.0)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1) + version: 4.1.0(@types/node@22.17.0)(@vitest/ui@3.2.4(vitest@3.2.4))(jiti@2.6.1)(jsdom@22.1.0)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1) packages/mmkv-plugin: dependencies: @@ -744,7 +748,7 @@ importers: version: 4.2.2 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 @@ -753,34 +757,34 @@ importers: version: 10.4.21(postcss@8.5.6) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-mmkv: specifier: ^3.3.0 - version: 3.3.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 3.3.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-mmkv-v3: specifier: npm:react-native-mmkv@^3.0.0 - version: react-native-mmkv@3.3.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: react-native-mmkv@3.3.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-mmkv-v4: specifier: npm:react-native-mmkv@^4.0.0 - version: react-native-mmkv@4.0.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: react-native-mmkv@4.0.0(react-native-nitro-modules@0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-nitro-modules: specifier: '*' - version: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -820,22 +824,22 @@ importers: devDependencies: '@floating-ui/react': specifier: ^0.26.0 - version: 0.26.28(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.26.28(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@radix-ui/react-dropdown-menu': specifier: ^2.1.15 - version: 2.1.15(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 2.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@radix-ui/react-scroll-area': specifier: ^1.2.9 - version: 1.2.9(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.2.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@radix-ui/react-separator': specifier: ^1.1.7 - version: 1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@radix-ui/react-slot': specifier: ^1.2.3 - version: 1.2.3(@types/react@19.2.14)(react@19.2.0) + version: 1.2.3(@types/react@19.2.14)(react@19.2.3) '@radix-ui/react-tabs': specifier: ^1.1.12 - version: 1.1.12(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@rozenite/vite-plugin': specifier: workspace:* version: link:../vite-plugin @@ -844,10 +848,10 @@ importers: version: 4.2.2 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@tanstack/react-virtual': specifier: ^3.0.0 - version: 3.13.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 3.13.12(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.1 @@ -856,13 +860,13 @@ importers: version: 6.9.1 '@testing-library/react': specifier: ^16.1.0 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 '@types/react-dom': specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + version: 19.2.3(@types/react@19.2.14) autoprefixer: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.6) @@ -874,7 +878,7 @@ importers: version: 2.1.1 lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 @@ -883,25 +887,25 @@ importers: version: 3.0.1 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-json-tree: specifier: ^0.20.0 - version: 0.20.0(@types/react@19.2.14)(react@19.2.0) + version: 0.20.0(@types/react@19.2.14)(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-sse: specifier: ^1.2.1 version: 1.2.1 react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react-virtuoso: specifier: ^4.6.0 - version: 4.14.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 4.14.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -919,7 +923,7 @@ importers: version: 7.3.1(@types/node@22.17.0)(jiti@2.6.1)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1) zustand: specifier: ^5.0.6 - version: 5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)) + version: 5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)) packages/overlay-plugin: dependencies: @@ -944,25 +948,25 @@ importers: version: 10.4.21(postcss@8.5.6) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-svg: - specifier: ~15.8.0 - version: 15.8.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + specifier: 15.15.4 + version: 15.15.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -999,7 +1003,7 @@ importers: version: 4.2.2 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 @@ -1011,19 +1015,19 @@ importers: version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-performance: specifier: 5.1.4 - version: 5.1.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + version: 5.1.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1066,7 +1070,7 @@ importers: devDependencies: '@react-navigation/core': specifier: ^7.12.1 - version: 7.12.1(react@19.2.0) + version: 7.12.1(react@19.2.3) '@rozenite/vite-plugin': specifier: workspace:* version: link:../vite-plugin @@ -1081,13 +1085,13 @@ importers: version: 6.9.1 '@testing-library/react': specifier: ^16.1.0 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 '@types/react-dom': specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + version: 19.2.3(@types/react@19.2.14) autoprefixer: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.6) @@ -1096,16 +1100,16 @@ importers: version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1126,7 +1130,7 @@ importers: version: 2.2.0(redux@5.0.1) '@redux-devtools/utils': specifier: ^3.1.1 - version: 3.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) + version: 3.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) '@rozenite/agent-bridge': specifier: workspace:* version: link:../agent-bridge @@ -1145,7 +1149,7 @@ importers: devDependencies: '@redux-devtools/app': specifier: ^6.2.2 - version: 6.2.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) + version: 6.2.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) '@rozenite/vite-plugin': specifier: workspace:* version: link:../vite-plugin @@ -1162,38 +1166,38 @@ importers: specifier: ^1.10.0 version: 1.10.0 metro-config: - specifier: '*' - version: 0.82.5 + specifier: 0.84.4 + version: 0.84.4 postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) + version: 9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) redux: specifier: ^5.0.1 version: 5.0.1 redux-persist: specifier: ^6.0.0 - version: 6.0.0(react@19.2.0)(redux@5.0.1) + version: 6.0.0(react@19.2.3)(redux@5.0.1) rozenite: specifier: workspace:* version: link:../cli styled-components: specifier: ^5.3.11 - version: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + version: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) tailwindcss: specifier: ^3.4.17 version: 3.4.17 @@ -1224,7 +1228,7 @@ importers: devDependencies: '@callstack/repack': specifier: ^5.2 - version: 5.2.0(@babel/core@7.29.0)(@swc/core@1.5.29(@swc/helpers@0.5.17))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4))(webpack@5.105.4(@swc/core@1.5.29(@swc/helpers@0.5.17))) + version: 5.2.0(@babel/core@7.29.0)(@swc/core@1.5.29(@swc/helpers@0.5.17))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(webpack@5.105.4(@swc/core@1.5.29(@swc/helpers@0.5.17))) '@types/semver': specifier: ^7.7.0 version: 7.7.0 @@ -1258,31 +1262,31 @@ importers: version: 10.4.21(postcss@8.5.6) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) metro-config: - specifier: '*' - version: 0.82.5 + specifier: 0.84.4 + version: 0.84.4 postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-flame-graph: specifier: ^1.4.0 - version: 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.4.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react-json-tree: specifier: ^0.20.0 - version: 0.20.0(@types/react@19.2.14)(react@19.2.0) + version: 0.20.0(@types/react@19.2.14)(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1328,25 +1332,25 @@ importers: version: 10.4.21(postcss@8.5.6) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-hook-form: specifier: ^7.33.1 - version: 7.75.0(react@19.2.0) + version: 7.75.0(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1401,10 +1405,10 @@ importers: version: 6.40.0 '@dnd-kit/core': specifier: ^6.3.1 - version: 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@dnd-kit/sortable': specifier: ^8.0.0 - version: 8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) + version: 8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) '@lezer/highlight': specifier: ^1.2.3 version: 1.2.3 @@ -1416,10 +1420,10 @@ importers: version: 4.2.2 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@tanstack/react-virtual': specifier: ^3.0.0 - version: 3.13.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 3.13.12(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 @@ -1428,25 +1432,25 @@ importers: version: 10.4.21(postcss@8.5.6) expo-sqlite: specifier: ^55.0.11 - version: 55.0.11(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 55.0.11(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1498,7 +1502,7 @@ importers: version: 4.2.2 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 @@ -1507,34 +1511,34 @@ importers: version: 10.4.21(postcss@8.5.6) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) postcss: specifier: ^8.5.6 version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-mmkv: specifier: ^3.3.0 - version: 3.3.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 3.3.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-mmkv-v3: specifier: npm:react-native-mmkv@^3.0.0 - version: react-native-mmkv@3.3.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: react-native-mmkv@3.3.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-mmkv-v4: specifier: npm:react-native-mmkv@^4.0.0 - version: react-native-mmkv@4.0.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: react-native-mmkv@4.0.0(react-native-nitro-modules@0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-nitro-modules: specifier: '*' - version: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + version: 0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1574,10 +1578,10 @@ importers: version: link:../vite-plugin '@tanstack/react-query': specifier: ^5.0.0 - version: 5.83.0(react@19.2.0) + version: 5.83.0(react@19.2.3) '@tanstack/react-query-devtools': specifier: ^5.0.0 - version: 5.83.0(@tanstack/react-query@5.83.0(react@19.2.0))(react@19.2.0) + version: 5.83.0(@tanstack/react-query@5.83.0(react@19.2.3))(react@19.2.3) '@types/react': specifier: 'catalog:' version: 19.2.14 @@ -1589,16 +1593,16 @@ importers: version: 8.5.6 react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-native: specifier: 'catalog:' - version: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + version: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-native-web: specifier: ^0.21.2 - version: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) rozenite: specifier: workspace:* version: link:../cli @@ -1618,8 +1622,8 @@ importers: packages/tools: devDependencies: metro-config: - specifier: '*' - version: 0.82.5 + specifier: 0.84.4 + version: 0.84.4 typescript: specifier: ^5.7.3 version: 5.8.3 @@ -1631,22 +1635,22 @@ importers: dependencies: '@heroui/react': specifier: ^3.0.1 - version: 3.0.1(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(tailwindcss@4.2.2) + version: 3.0.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(tailwindcss@4.2.2) '@heroui/styles': specifier: ^3.0.1 version: 3.0.1(tailwind-merge@3.4.0)(tailwindcss@4.2.2) '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) lucide-react: specifier: ^0.263.1 - version: 0.263.1(react@19.2.0) + version: 0.263.1(react@19.2.3) react-json-tree: specifier: ^0.20.0 - version: 0.20.0(@types/react@19.2.14)(react@19.2.0) + version: 0.20.0(@types/react@19.2.14)(react@19.2.3) react-virtuoso: specifier: ^4.14.1 - version: 4.18.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 4.18.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3) tailwind-variants: specifier: ^2.0.0 version: 2.1.0(tailwind-merge@3.4.0)(tailwindcss@4.2.2) @@ -1662,13 +1666,13 @@ importers: version: 19.2.14 '@types/react-dom': specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + version: 19.2.3(@types/react@19.2.14) react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) typescript: specifier: ~5.9.3 version: 5.9.3 @@ -1702,25 +1706,25 @@ importers: version: 19.2.14 '@types/react-dom': specifier: 'catalog:' - version: 19.1.11(@types/react@19.2.14) + version: 19.2.3(@types/react@19.2.14) baseui: specifier: ^16.1.1 - version: 16.1.1(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styletron-react@6.1.1(react@19.2.0)) + version: 16.1.1(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styletron-react@6.1.1(react@19.2.3)) react: specifier: 'catalog:' - version: 19.2.0 + version: 19.2.3 react-dom: specifier: 'catalog:' - version: 19.2.0(react@19.2.0) + version: 19.2.3(react@19.2.3) react-json-tree: specifier: ^0.20.0 - version: 0.20.0(@types/react@19.2.14)(react@19.2.0) + version: 0.20.0(@types/react@19.2.14)(react@19.2.3) styletron-engine-monolithic: specifier: ^1.0.0 version: 1.0.0 styletron-react: specifier: ^6.1.1 - version: 6.1.1(react@19.2.0) + version: 6.1.1(react@19.2.3) packages/web: dependencies: @@ -1735,8 +1739,8 @@ importers: version: 2.8.1 devDependencies: '@react-native/metro-config': - specifier: ~0.76.0 - version: 0.76.9 + specifier: ~0.86.0 + version: 0.86.0 website: dependencies: @@ -1789,6 +1793,10 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.29.7': + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} + engines: {node: '>=6.9.0'} + '@babel/code-frame@8.0.0-beta.1': resolution: {integrity: sha512-yOoV1T0Q4pwns/dU7VuRLPC4UqJV5zknimSsgVcvSVhObpUxZBPFjEG06Z5DKw+MnxSDkQHkg+u4lUw6uIDjAA==} engines: {node: ^20.19.0 || >=22.12.0} @@ -1801,6 +1809,10 @@ packages: resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.29.7': + resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} + engines: {node: '>=6.9.0'} + '@babel/core@7.28.0': resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} engines: {node: '>=6.9.0'} @@ -1813,10 +1825,18 @@ packages: resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.29.7': + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.29.7': + resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==} + engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.27.2': resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} @@ -1825,8 +1845,12 @@ packages: resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.28.6': - resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} + '@babel/helper-compilation-targets@7.29.7': + resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} + engines: {node: '>=6.9.0'} + + '@babel/helper-create-class-features-plugin@7.29.7': + resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1846,8 +1870,12 @@ packages: resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.28.5': - resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} + '@babel/helper-globals@7.29.7': + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-member-expression-to-functions@7.29.7': + resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==} engines: {node: '>=6.9.0'} '@babel/helper-module-imports@7.27.1': @@ -1858,6 +1886,10 @@ packages: resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.29.7': + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-transforms@7.27.3': resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} engines: {node: '>=6.9.0'} @@ -1870,16 +1902,22 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.27.1': - resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} + '@babel/helper-module-transforms@7.29.7': + resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-optimise-call-expression@7.29.7': + resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==} engines: {node: '>=6.9.0'} '@babel/helper-plugin-utils@7.27.1': resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.28.6': - resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} + '@babel/helper-plugin-utils@7.29.7': + resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==} engines: {node: '>=6.9.0'} '@babel/helper-remap-async-to-generator@7.27.1': @@ -1888,24 +1926,32 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.28.6': - resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==} + '@babel/helper-replace-supers@7.29.7': + resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': - resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} + '@babel/helper-skip-transparent-expression-wrappers@7.29.7': + resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==} engines: {node: '>=6.9.0'} '@babel/helper-string-parser@7.27.1': resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.28.5': resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@8.0.0-beta.1': resolution: {integrity: sha512-594m9shQr1aVpJwhoqrKYdA9rp4XIFCtNY1ImV6ZMg2QIgCkhE8sW+Ld4WftLzpEBKlpZKCfFZnYF66Uv+B/yg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -1914,6 +1960,10 @@ packages: resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.29.7': + resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} + engines: {node: '>=6.9.0'} + '@babel/helper-wrap-function@7.27.1': resolution: {integrity: sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==} engines: {node: '>=6.9.0'} @@ -1931,12 +1981,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-proposal-class-properties@7.18.6': - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/parser@7.29.7': + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} + engines: {node: '>=6.0.0'} + hasBin: true '@babel/plugin-proposal-decorators@7.29.0': resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==} @@ -1950,41 +1998,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6': - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-optional-chaining@7.21.0': - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-async-generators@7.8.4': - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-bigint@7.8.3': - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-class-properties@7.12.13': - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-class-static-block@7.14.5': - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-decorators@7.28.6': resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==} engines: {node: '>=6.9.0'} @@ -2008,30 +2021,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.27.1': - resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-import-meta@7.10.4': - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-json-strings@7.8.3': - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.27.1': resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4': - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + '@babel/plugin-syntax-jsx@7.29.7': + resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2040,40 +2038,13 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-numeric-separator@7.10.4': - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-object-rest-spread@7.8.3': - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-optional-catch-binding@7.8.3': - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-optional-chaining@7.8.3': resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-private-property-in-object@7.14.5': - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-top-level-await@7.14.5': - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-typescript@7.27.1': - resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} + '@babel/plugin-syntax-typescript@7.29.7': + resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2102,8 +2073,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.27.1': - resolution: {integrity: sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==} + '@babel/plugin-transform-class-properties@7.29.7': + resolution: {integrity: sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2114,14 +2085,8 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.28.4': - resolution: {integrity: sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-computed-properties@7.27.1': - resolution: {integrity: sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==} + '@babel/plugin-transform-classes@7.29.7': + resolution: {integrity: sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2150,26 +2115,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-function-name@7.27.1': - resolution: {integrity: sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-literals@7.27.1': - resolution: {integrity: sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.27.1': resolution: {integrity: sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.27.1': - resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==} + '@babel/plugin-transform-modules-commonjs@7.29.7': + resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2180,14 +2133,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1': - resolution: {integrity: sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-numeric-separator@7.27.1': - resolution: {integrity: sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==} + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7': + resolution: {integrity: sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2204,8 +2151,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.27.1': - resolution: {integrity: sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==} + '@babel/plugin-transform-optional-chaining@7.29.7': + resolution: {integrity: sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2252,8 +2199,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx@7.27.1': - resolution: {integrity: sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==} + '@babel/plugin-transform-react-jsx@7.29.7': + resolution: {integrity: sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2282,26 +2229,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.27.1': - resolution: {integrity: sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-sticky-regex@7.27.1': - resolution: {integrity: sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.27.1': resolution: {integrity: sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.28.0': - resolution: {integrity: sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==} + '@babel/plugin-transform-typescript@7.29.7': + resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2312,26 +2247,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-flow@7.27.1': - resolution: {integrity: sha512-ez3a2it5Fn6P54W8QkbfIyyIbxlXvcxyWHHvno1Wg0Ej5eiJY5hBb8ExttoIOJJk7V2dZE6prP7iby5q2aQ0Lg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/preset-react@7.28.5': - resolution: {integrity: sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/preset-typescript@7.27.1': - resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/register@7.27.1': - resolution: {integrity: sha512-K13lQpoV54LATKkzBpBAEu1GGSIRzxR9f4IN4V8DCDgiUMo2UDGagEZr3lPeVNJPLkWUi5JE4hCHKneVTwQlYQ==} + '@babel/preset-typescript@7.29.7': + resolution: {integrity: sha512-/Foi8vKY2EVbed/1eZx0gJEEwHAIxogrySI7rULcRIvhZzbvoE/b5qG5Ghc0WKAFKOHA9SD1x7RsFlOYdutIiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2344,14 +2261,26 @@ packages: resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} + '@babel/template@7.29.7': + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.29.0': resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.29.7': + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} + engines: {node: '>=6.9.0'} + '@babel/types@7.29.0': resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@1.0.2': resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} engines: {node: '>=18'} @@ -2840,10 +2769,20 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.9.1': + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint-community/regexpp@4.12.2': + resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint/config-array@0.21.0': resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2875,8 +2814,21 @@ packages: '@expo-google-fonts/material-symbols@0.4.22': resolution: {integrity: sha512-Kgn/eYeb5s/pxVkRWQLgZOdaC6SpOofUVc7mtadUQc1OwEy9meDupWCvfWE7+Y8Rh9kFpQe9UxJNvmfmV4pqHA==} - '@expo/cli@55.0.7': - resolution: {integrity: sha512-RuhoB/M0LnD5dSTkd7lkVjCR1H2lpviZTDokLWhV/HbOzlOwXehKGA5MNjse8Jc3/ZoizFrs3b9ZYmX9APCNjA==} + '@expo/cli@57.0.10': + resolution: {integrity: sha512-mP+B9ZrTnRE94bxPM/kCVKPyuVuOTRvvsqbXVxdXtrAfOfF94YIZLGUtw/151cGFtdUPbsBsJ9gW02LhU+QMZA==} + hasBin: true + peerDependencies: + expo: '*' + expo-router: '*' + react-native: '*' + peerDependenciesMeta: + expo-router: + optional: true + react-native: + optional: true + + '@expo/cli@57.0.9': + resolution: {integrity: sha512-41z9z68SynNXasZOjuT1si5Sq5OKL6SLf40ZjikbtZgDuvBO8HaUsaDzsJ0c1UZJ3N+vMzYCc1JUIDyRkVBjkA==} hasBin: true peerDependencies: expo: '*' @@ -2891,20 +2843,26 @@ packages: '@expo/code-signing-certificates@0.0.6': resolution: {integrity: sha512-iNe0puxwBNEcuua9gmTGzq+SuMDa0iATai1FlFTMHJ/vUmKvN/V//drXoLJkVb5i5H3iE/n/qIJxyoBnXouD0w==} - '@expo/config-plugins@55.0.4': - resolution: {integrity: sha512-7FBviIFvjVDxH3MKLY5fl+2hz4mZ1t7jcM1HXiFNEA2oNK5jD9TJtjfd+fnPGPTFDcE+aabCDWBHQmds3v1/Tw==} + '@expo/config-plugins@57.0.5': + resolution: {integrity: sha512-xhUGgzpFWRghDUH98+Wl4RDakYhTsbyMg6aOYiBjRzPO/THH8tKMw3vlksgFYlU2PkiAdABJN3tNPf5qmvOQhA==} + + '@expo/config-plugins@57.0.6': + resolution: {integrity: sha512-7CmKrS5Rnu8aSZyNlxH2qzA7Ls1HEa4EQvEVOAkHDKPr1e4Cg/nz7I7dUl09QDTVjMvkKYDH4Th0DuAsgqASaw==} + + '@expo/config-types@57.0.2': + resolution: {integrity: sha512-ewW08OonrcRIsRKIlFvvcmmafE5zemb1ocu3HkNwtVPyRtj2w42pZCAkMIROYpcVBaPnc3mDT9UZDzwXWC3i6g==} - '@expo/config-types@55.0.4': - resolution: {integrity: sha512-bZZOqScX2WyOZT3ThpqKr7h7Dl81Qm0OUyVxmuBbSb7cOjXy5kgwFywItsPdvc9cjeXWjJf7ESUj/kNsKfjjXw==} + '@expo/config@57.0.5': + resolution: {integrity: sha512-XqveHQzr6PTqHGnv6NVVZ1CFgB/TgR2mKtHsJA/gYS/76pe2cP1yK/O820xGW2RTnDGTmyhOdagmK6khcN46vg==} - '@expo/config@55.0.4': - resolution: {integrity: sha512-DzLYn211jhUbMY3o3m682DC+J7lXTOAW4DiMQta+/klbIMRSA3EeSPpJcmciFGk5FRff1e6NY/gF+wu1Ok6kxg==} + '@expo/config@57.0.6': + resolution: {integrity: sha512-VpMJpB/De/fb9bBFVVBiK6Ntg9lt0kAleLH9hcZz85CYRUQ3jVFVA8rNC5f8y4cp2+FiiPNFp62+kEOFI6pDiw==} '@expo/devcert@1.2.1': resolution: {integrity: sha512-qC4eaxmKMTmJC2ahwyui6ud8f3W60Ss7pMkpBq40Hu3zyiAaugPXnZ24145U7K36qO9UHdZUVxsCvIpz2RYYCA==} - '@expo/devtools@55.0.2': - resolution: {integrity: sha512-4VsFn9MUriocyuhyA+ycJP3TJhUsOFHDc270l9h3LhNpXMf6wvIdGcA0QzXkZtORXmlDybWXRP2KT1k36HcQkA==} + '@expo/devtools@57.0.1': + resolution: {integrity: sha512-GyUf+wFNkbttaX0jR7MZa9bm77U0IrLg6d2AjpxdyoXw/w4abHoXG0oFufwLMgP9zLTd5+Ct4X/ffNUTnlzZgg==} peerDependencies: react: '*' react-native: '*' @@ -2914,83 +2872,132 @@ packages: react-native: optional: true - '@expo/dom-webview@55.0.3': - resolution: {integrity: sha512-bY4/rfcZ0f43DvOtMn8/kmPlmo01tex5hRoc5hKbwBwQjqWQuQt0ACwu7akR9IHI4j0WNG48eL6cZB6dZUFrzg==} + '@expo/dom-webview@57.0.1': + resolution: {integrity: sha512-lAKsME4SAq+8sf56oN0DX5TBYyruupoRxbWbD2xf9RnKY8y6x8eb9LCE5pxSN0qyWdqnp+0wmyWzDkKboThKAw==} peerDependencies: expo: '*' react: '*' react-native: '*' - '@expo/env@2.1.0': - resolution: {integrity: sha512-vbLItCcADX2WFlfQOlAXfdDL8opBjXUnbzShSY/+3zyrkSMoxwSTgrgS8JdoGla47pVRjpKtziD5HgJgMjf8Tg==} + '@expo/env@2.4.2': + resolution: {integrity: sha512-28pqaEqwnmLduZ00Pq9HkSzE5wbj1MTwp5/n8nm8rD8MCjR9eUnVOwmNksPI3Be2ReAPO/DbPn1puy0mvoocsQ==} engines: {node: '>=20.12.0'} - '@expo/fingerprint@0.16.3': - resolution: {integrity: sha512-abm2rm/3Tg1gPihTyDcy7kOWnjPdtpWHSI/VpWwLaAmqqa5hFASBcr8ge58ZEWsNiozUJbfflqOp5oTQqoumAA==} + '@expo/expo-modules-macros-plugin@0.6.1': + resolution: {integrity: sha512-cpsLZE4rqkc1Y3eZTkxB98jrqY1YXgetmtxFt8q89jBRmk3quRuk1BZo+VcnCSObZardjg99r1k5xijEMONFGA==} + + '@expo/fingerprint@0.20.5': + resolution: {integrity: sha512-XCDfmbkTpTsYVq1xvvUJvXjfFQs2Hj+icQACBrc6BZmA91YPr2H3uw8sUX13d+1ij6E8lgVCtsK9jh3J2cN/SQ==} + hasBin: true + + '@expo/fingerprint@0.20.6': + resolution: {integrity: sha512-cmC/6BOPRbdKr77Mgjwszb8aM0hY2RKBpMRCmjSdn9zIcn2FGor/ic4fHVr46cQFa1G6RDGg1GyAjRw3US4CCQ==} hasBin: true - '@expo/image-utils@0.8.12': - resolution: {integrity: sha512-3KguH7kyKqq7pNwLb9j6BBdD/bjmNwXZG/HPWT6GWIXbwrvAJt2JNyYTP5agWJ8jbbuys1yuCzmkX+TU6rmI7A==} + '@expo/image-utils@0.11.4': + resolution: {integrity: sha512-pn/4770DIEOcYZr484uazuwg20FX/qaDkeMRF6J+oxejynDmEmO8wLsCudaNShFE0BhyKGQTYrs2rsRhqrqESw==} + + '@expo/inline-modules@0.1.3': + resolution: {integrity: sha512-eHSxWYfgq65mP3Qz8PclVjUkSrDIlGl3va9U7PMcTpGItOvee/i0ZzGinH5A25oARR5ouD64eESBKwtT/CwdHg==} - '@expo/json-file@10.0.12': - resolution: {integrity: sha512-inbDycp1rMAelAofg7h/mMzIe+Owx6F7pur3XdQ3EPTy00tme+4P6FWgHKUcjN8dBSrnbRNpSyh5/shzHyVCyQ==} + '@expo/json-file@11.0.1': + resolution: {integrity: sha512-zxHWj4MKKMAL29ZQSY/Fssx4Thluk40JmuGNaeS078wy/NhlFhnVi+rHHunulE3xJAJ0CM73m8VK2+GkF9eRwQ==} - '@expo/local-build-cache-provider@55.0.3': - resolution: {integrity: sha512-wdpqOSpaqsY5CZ4rnC49U3jsdRaOfzbl6MlD7oSRH2slKmVoD/CiHH+9x9uuLsp65mGTp0a+FMUL6JfuvxRPIw==} + '@expo/local-build-cache-provider@57.0.4': + resolution: {integrity: sha512-B/cI73shkLSYBYuFyh+zCbS+WhqJgawWPW4MPdMiNLJKv9RmV4dv1FGjsidiIiG2k4kYKerBDLK4bLbC7qERQQ==} - '@expo/log-box@55.0.6': - resolution: {integrity: sha512-t19lLsHQT2dmdBtKohibSzNlueTYDF//h7qyF7b/SMZRcofS27y/UJsoYPJfMJbo1OdQkZyI1InZYdpzwolMsA==} + '@expo/log-box@57.0.1': + resolution: {integrity: sha512-fuVNHhOerdRWtpq27gD6JTSVYESsfRu+SMdrNCWxW+gFnusS6dGKfx3lKGBZ4ZkMNiLWn8maBHo39YKzJNXFYQ==} peerDependencies: expo: '*' react: '*' react-native: '*' - '@expo/metro-config@55.0.5': - resolution: {integrity: sha512-U5uEtUlPUJIH7nVleO+nLVhIjlxNbm6iN/cyP/ybQ0M7lRkRWl1ADFRwpy4z5ta/cvosmBqy6tIV0u9m5X1dqA==} + '@expo/metro-config@57.0.6': + resolution: {integrity: sha512-liXA9axM3aykAdil4qdHOYKmQqTDdXYkAoT3Eny+SQEo3btERJCbOk8VH48/G0sVbXCj82AbSS8s3XNEQNqbDQ==} peerDependencies: expo: '*' peerDependenciesMeta: expo: optional: true - '@expo/metro-runtime@55.0.5': - resolution: {integrity: sha512-b8WBilddI89Sc3c9dDznvmMg7PKH8Plj39Hw6cdFoSQGULLeyA7cTAUodMe2ytSOq1n1EzuO0GPHNxwsp5wprQ==} + '@expo/metro-config@57.0.7': + resolution: {integrity: sha512-bVfEkg4zF1cA62OqAdYXmFOooJ6TB/I+REi7Se6Ct+PbSC+89TwSqWXnYx34L08eIs4z+1ilgbATakTZpgefmQ==} peerDependencies: expo: '*' - react: '*' - react-dom: '*' - react-native: '*' peerDependenciesMeta: - react-dom: + expo: optional: true - '@expo/metro@54.2.0': - resolution: {integrity: sha512-h68TNZPGsk6swMmLm9nRSnE2UXm48rWwgcbtAHVMikXvbxdS41NDHHeqg1rcQ9AbznDRp6SQVC2MVpDnsRKU1w==} + '@expo/metro-file-map@57.0.1': + resolution: {integrity: sha512-8JXfVstZN7QnP4NianZZnlTVboOWR0sG8trUDNajOjnbGlPln29vponXM84tY+3tAHapz5/TxE53L0ixUwqPtA==} + + '@expo/metro@56.0.0': + resolution: {integrity: sha512-5gIgQHtEpjjvsjKfVtIv23a98LLRV0/y07PDShEwYSytAMlE3FSF8RHXqtHc1sUJL6dn7hnuIBpIbrLXXuVi0A==} - '@expo/osascript@2.4.2': - resolution: {integrity: sha512-/XP7PSYF2hzOZzqfjgkoWtllyeTN8dW3aM4P6YgKcmmPikKL5FdoyQhti4eh6RK5a5VrUXJTOlTNIpIHsfB5Iw==} + '@expo/osascript@2.7.1': + resolution: {integrity: sha512-Zn03EX6In7ts2lPUW2ESUSkEhEWQN1qqsiXjadtZMJOuZRkMiAg1ZQHuvz9DjByDWNJ2pBwAGyrts9lj9k389g==} engines: {node: '>=12'} - '@expo/package-manager@1.10.3': - resolution: {integrity: sha512-ZuXiK/9fCrIuLjPSe1VYmfp0Sa85kCMwd8QQpgyi5ufppYKRtLBg14QOgUqj8ZMbJTxE0xqzd0XR7kOs3vAK9A==} + '@expo/package-manager@1.13.1': + resolution: {integrity: sha512-y/K+CaYYpZpNGZhSX4HyLT/vyIunFjNfyoxNysPBCefeLKI/VCx6f9LNPzrxayr3rCYO5bl9O8H+HRQK265Nkg==} + + '@expo/plist@0.8.1': + resolution: {integrity: sha512-3gTReGIUm0oRaMClsAJYxBnVPCl6fVpsl8HS+DTVxDhW4GyVyxg9E/Znm3BvcHtUJ51RJJI14pC1wvrNilCRHw==} + + '@expo/prebuild-config@57.0.8': + resolution: {integrity: sha512-NQjRuTLvxUnggK57pKTHLtzS8YYtjrQSGYu+CjgWaO8lNlqdoBbvHrxGYtc9tBuOI3xVPaTfuIvjikxX1r+UhQ==} - '@expo/plist@0.5.2': - resolution: {integrity: sha512-o4xdVdBpe4aTl3sPMZ2u3fJH4iG1I768EIRk1xRZP+GaFI93MaR3JvoFibYqxeTmLQ1p1kNEVqylfUjezxx45g==} + '@expo/prebuild-config@57.0.9': + resolution: {integrity: sha512-8g7RoXFvO/dxvLzRE/bvphzDL4bfV0w3/4Aj6DfwvgymZ1ULz5gW2x0js94opZRoZvWw4SolH6/74hLlZT3rAA==} + + '@expo/require-utils@57.0.3': + resolution: {integrity: sha512-ns05X1K8tM+Qtzp6dNloUFOopSdh3J+HC61BtOR8WHhgtPFyX8TKuO2diqZUqVg9K8yfkWug7g8tBS0qRniSTA==} + peerDependencies: + typescript: ^5.0.0 || ^5.0.0-0 || ^6.0.0 + peerDependenciesMeta: + typescript: + optional: true + + '@expo/require-utils@57.0.4': + resolution: {integrity: sha512-e7xbg/9BTQcsZE/oErafZXtI7kh5IgfasLJ97J5sFSzX2cA74pDvdlhW1KHVSaDkQyQv6h1LSLhsY7dEeOk7hw==} + peerDependencies: + typescript: ^5.0.0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0 + peerDependenciesMeta: + typescript: + optional: true - '@expo/prebuild-config@55.0.4': - resolution: {integrity: sha512-1bp/S+w7KRRjegN6u0/jn2cHwzcAP1QbnA8DxW3ts1EdTIZee1X8bmR57JzRzGLuU3pTPV+gLYdUoycTiYtPHg==} + '@expo/router-server@57.0.3': + resolution: {integrity: sha512-gkboMZUv+eAK4XSBGSIQ6at3dSa/QYARm+8PKj8pMEhGnt08vgcXpWAW5rYJMoLukaDD/bUDX/JU2Iz1Azwziw==} peerDependencies: + '@expo/metro-runtime': ^57.0.5 expo: '*' + expo-constants: ^57.0.5 + expo-font: ^57.0.1 + expo-router: '*' + expo-server: ^57.0.1 + react: '*' + react-dom: '*' + react-server-dom-webpack: ~19.0.1 || ~19.1.2 || ~19.2.1 + peerDependenciesMeta: + '@expo/metro-runtime': + optional: true + expo-router: + optional: true + react-dom: + optional: true + react-server-dom-webpack: + optional: true - '@expo/router-server@55.0.5': - resolution: {integrity: sha512-b23SgYujpeA0qHu2lZ/H1XXuvc4TaBo92VikPUZ48YtETXMlRnccPv5Rp7N2rS7Na51wOqBEv9auPihk3d8N+A==} + '@expo/router-server@57.0.4': + resolution: {integrity: sha512-ucqCP0hK8nZb9+S8QJYdQxNCkfRClzkKdg2RpWYDKDYgRIHyoRyxEDRgDgvbhH+q78yfY83abU8OTx8MMOrf1g==} peerDependencies: - '@expo/metro-runtime': ^55.0.4 + '@expo/metro-runtime': ^57.0.7 expo: '*' - expo-constants: ^55.0.3 - expo-font: ^55.0.3 + expo-constants: ^57.0.7 + expo-font: ^57.0.1 expo-router: '*' - expo-server: ^55.0.3 + expo-server: ^57.0.1 react: '*' react-dom: '*' react-server-dom-webpack: ~19.0.1 || ~19.1.2 || ~19.2.1 @@ -3004,8 +3011,8 @@ packages: react-server-dom-webpack: optional: true - '@expo/schema-utils@55.0.2': - resolution: {integrity: sha512-QZ5WKbJOWkCrMq0/kfhV9ry8te/OaS34YgLVpG8u9y2gix96TlpRTbxM/YATjNcUR2s4fiQmPCOxkGtog4i37g==} + '@expo/schema-utils@57.0.2': + resolution: {integrity: sha512-fMu/jyN0l1Wzv7XkeWR4IYCx1M8ryui3FdBNGrWwbRgJ7EhxXxK8E2jxP2W3pbgUwUY0V3hG8+GyfCZwny+Lxw==} '@expo/sdk-runtime-versions@1.0.0': resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==} @@ -3013,8 +3020,8 @@ packages: '@expo/server@0.5.3': resolution: {integrity: sha512-WXsWzeBs5v/h0PUfHyNLLz07rwwO5myQ1A5DGYewyyGLmsyl61yVCe8AgAlp1wkiMsqhj2hZqI2u3K10QnCMrQ==} - '@expo/spawn-async@1.7.2': - resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==} + '@expo/spawn-async@1.8.0': + resolution: {integrity: sha512-eb9xxd/LbuEGSdua4NumCu/McVB9EM+F/JxB9pWgnERw4HQ9XyTNH1KapG6oqLWR8TuRK2LQfzJlmNi94CVobw==} engines: {node: '>=12'} '@expo/sudo-prompt@9.3.2': @@ -3027,11 +3034,13 @@ packages: react: '*' react-native: '*' - '@expo/ws-tunnel@1.0.6': - resolution: {integrity: sha512-nDRbLmSrJar7abvUjp3smDwH8HcbZcoOEa5jVPUv9/9CajgmWw20JNRwTuBRzWIWIkEJDkz20GoNA+tSwUqk0Q==} + '@expo/ws-tunnel@2.0.0': + resolution: {integrity: sha512-j+JfTRdCk820J9dU0sA2SqshQIKFOMo7ED84w9MJFcebfbNQgsLztEY/SABDkGnjatrW4xGqnUhVRxSBVyCkXw==} + peerDependencies: + ws: ^8.0.0 - '@expo/xcpretty@4.4.0': - resolution: {integrity: sha512-o2qDlTqJ606h4xR36H2zWTywmZ3v3842K6TU8Ik2n1mfW0S580VHlt3eItVYdLYz+klaPp7CXqanja8eASZjRw==} + '@expo/xcpretty@4.4.4': + resolution: {integrity: sha512-4aQzz9vgxcNXFfo/iyNgDDYfsU5XGKKxWxZopw0cVotHiW+U8IJbIxMaxsINs6bHhtkG3StKNPcOrn3eBuxKPw==} hasBin: true '@fastify/ajv-compiler@3.6.0': @@ -3137,14 +3146,6 @@ packages: '@internationalized/string@3.2.7': resolution: {integrity: sha512-D4OHBjrinH+PFZPvfCXvG28n2LSykWcJ7GIioQL+ok0LON15SdfoUssoHzzOUmVZLbRoREsQXVzA6r8JKsbP6A==} - '@isaacs/balanced-match@4.0.1': - resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} - engines: {node: 20 || >=22} - - '@isaacs/brace-expansion@5.0.1': - resolution: {integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==} - engines: {node: 20 || >=22} - '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -3165,18 +3166,6 @@ packages: resolution: {integrity: sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - '@jest/create-cache-key-function@29.7.0': - resolution: {integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - - '@jest/environment@29.7.0': - resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - - '@jest/fake-timers@29.7.0': - resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/pattern@30.0.1': resolution: {integrity: sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} @@ -3197,10 +3186,6 @@ packages: resolution: {integrity: sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - '@jest/transform@29.7.0': - resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/types@26.6.2': resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} engines: {node: '>= 10.14.2'} @@ -3216,6 +3201,9 @@ packages: '@jridgewell/gen-mapping@0.3.12': resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + '@jridgewell/remapping@2.3.5': resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} @@ -3226,9 +3214,6 @@ packages: '@jridgewell/source-map@0.3.10': resolution: {integrity: sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==} - '@jridgewell/sourcemap-codec@1.5.4': - resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} - '@jridgewell/sourcemap-codec@1.5.5': resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} @@ -3595,19 +3580,6 @@ packages: '@types/react': optional: true - '@radix-ui/react-dialog@1.1.14': - resolution: {integrity: sha512-+CpweKjqpzTmwRwcYECQcNYbI8V9VSQt0SNFKeEBLgfucbsLssU6Ppq7wUdNXEGb573bMjFhVjKVll8rmV6zMw==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - '@radix-ui/react-direction@1.1.1': resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==} peerDependencies: @@ -3791,15 +3763,6 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-slot@1.2.0': - resolution: {integrity: sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - '@types/react': - optional: true - '@radix-ui/react-slot@1.2.3': resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==} peerDependencies: @@ -4197,12 +4160,20 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-native-async-storage/async-storage@3.0.1': - resolution: {integrity: sha512-VHwHb19sMg4Xh3W5M6YmJ/HSm1uh8RYFa6Dozm9o/jVYTYUgz2BmDXqXF7sum3glQaR34/hlwVc94px1sSdC2A==} + '@react-native-async-storage/async-storage@3.1.1': + resolution: {integrity: sha512-z+PnLz1n6ECKhgoHZHkfc+dijXZEyZnNFSajbtE0NEbsJhmX8x9GlOeiMQIKX2E4DUqPSgfIh4FYBv1M49KgPQ==} peerDependencies: react: '*' react-native: '*' + '@react-native-async-storage/expo-with-async-storage@1.0.0': + resolution: {integrity: sha512-9LsEPqOC7XltpDWsGm7wa9KHN4tUyDRTT5vS9XSkYYNlBkYPBq3SHdKpzT2VC6emQLzHyo7ZSFyvjAo4WkZPPg==} + peerDependencies: + expo: '>=53.0.0' + peerDependenciesMeta: + expo: + optional: true + '@react-native-harness/babel-preset@1.0.0-alpha.25': resolution: {integrity: sha512-n5nI9iJyXYSai9wbj6x64puN568uKGB4kX/GD+A2No6Me6DcnYz4eMEZPjR5feCCtnfuL0RbvduCzXCUWd6TWw==} peerDependencies: @@ -4216,7 +4187,7 @@ packages: resolution: {integrity: sha512-C1NKaF5mZABKBxsPAXdDLK6Tx5c8cJBMy4LLU7BM+S8K+8+mIio5N81VdZrUElfC1P6rEn7VBGX6Nml9JBmoEg==} peerDependencies: metro: '*' - metro-config: '*' + metro-config: 0.84.4 '@react-native-harness/cli@1.0.0-alpha.25': resolution: {integrity: sha512-7y290+9AXeRhhW16ilJj5pXbhwLkYbMcgcxEtve3+jEMaC3E9DSbhy9plT0ry6UwprrhIGkUtN1mM6/9CyG+/Q==} @@ -4252,62 +4223,32 @@ packages: peerDependencies: react-native: '*' - '@react-native/assets-registry@0.83.1': - resolution: {integrity: sha512-AT7/T6UwQqO39bt/4UL5EXvidmrddXrt0yJa7ENXndAv+8yBzMsZn6fyiax6+ERMt9GLzAECikv3lj22cn2wJA==} - engines: {node: '>= 20.19.4'} - - '@react-native/babel-plugin-codegen@0.76.9': - resolution: {integrity: sha512-vxL/vtDEIYHfWKm5oTaEmwcnNGsua/i9OjIxBDBFiJDu5i5RU3bpmDiXQm/bJxrJNPRp5lW0I0kpGihVhnMAIQ==} - engines: {node: '>=18'} - - '@react-native/babel-plugin-codegen@0.83.1': - resolution: {integrity: sha512-VPj8O3pG1ESjZho9WVKxqiuryrotAECPHGF5mx46zLUYNTWR5u9OMUXYk7LeLy+JLWdGEZ2Gn3KoXeFZbuqE+g==} - engines: {node: '>= 20.19.4'} - - '@react-native/babel-plugin-codegen@0.85.0': - resolution: {integrity: sha512-+b+kilQXUMEREXyFZxmSrnvUZ6rIW2ATu6pkMZLsituRUx85fg22A8Z+hKHXj7q9Hyny1W0+506gHoxYr6zevw==} + '@react-native/assets-registry@0.86.0': + resolution: {integrity: sha512-nIaXbm2jX1OTYp0qbviJ3O6KZivoE8z3BnhUQ2LsqfZSWRoOK/n1qsiAr6oALiNKWnXY3j2KPwtYORnZzp8xew==} engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - '@react-native/babel-preset@0.76.9': - resolution: {integrity: sha512-TbSeCplCM6WhL3hR2MjC/E1a9cRnMLz7i767T7mP90oWkklEjyPxWl+0GGoVGnJ8FC/jLUupg/HvREKjjif6lw==} - engines: {node: '>=18'} - - '@react-native/babel-preset@0.83.1': - resolution: {integrity: sha512-xI+tbsD4fXcI6PVU4sauRCh0a5fuLQC849SINmU2J5wP8kzKu4Ye0YkGjUW3mfGrjaZcjkWmF6s33jpyd3gdTw==} - engines: {node: '>= 20.19.4'} - peerDependencies: - '@babel/core': '*' - - '@react-native/babel-preset@0.85.0': - resolution: {integrity: sha512-xU3q7VeSiBGrT5n0cdtzWf/3NtQlw1C3rJXwOftbFPdbb8nvCpefOdSAKL2UKNHSvA3rcCkNqMeZEtjXRKjcCA==} + '@react-native/babel-plugin-codegen@0.86.0': + resolution: {integrity: sha512-qdsABWNW7uTll90l4Vh03gjeyu3WVDi2CyiiyvYGMRDcoYbjbQi6df3BMAm9lQI2yslZ1T14LlDDAsgTwNxplA==} engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - peerDependencies: - '@babel/core': '*' - '@react-native/codegen@0.76.9': - resolution: {integrity: sha512-AzlCHMTKrAVC2709V4ZGtBXmGVtWTpWm3Ruv5vXcd3/anH4mGucfJ4rjbWKdaYQJMpXa3ytGomQrsIsT/s8kgA==} - engines: {node: '>=18'} - peerDependencies: - '@babel/preset-env': ^7.1.6 - - '@react-native/codegen@0.83.1': - resolution: {integrity: sha512-FpRxenonwH+c2a5X5DZMKUD7sCudHxB3eSQPgV9R+uxd28QWslyAWrpnJM/Az96AEksHnymDzEmzq2HLX5nb+g==} - engines: {node: '>= 20.19.4'} + '@react-native/babel-preset@0.86.0': + resolution: {integrity: sha512-bYQcWiPySNvF4dns9Ls9gMmwgq66ohvM9Fwc/Kn8r85t66UNHxch3p1QwPiSorDelFauZwJbgo9+ReibTgvpbA==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} peerDependencies: '@babel/core': '*' - '@react-native/codegen@0.85.0': - resolution: {integrity: sha512-5CHJkC9UpBxQokGju7gD6W615RO1zR17INuB1PB4kcXNy3rre7tyy6ufct+sllDD6ildRC9A//cyh6TI03+jxA==} + '@react-native/codegen@0.86.0': + resolution: {integrity: sha512-uTs9DBo3+/lUqinsGZK0FKJRBVClrwMXoZToaDxE1Q2SL2e55vs2GwyZfIKzPl5uJnbu4PfFMIp0/mLXLWUMuA==} engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} peerDependencies: '@babel/core': '*' - '@react-native/community-cli-plugin@0.83.1': - resolution: {integrity: sha512-FqR1ftydr08PYlRbrDF06eRiiiGOK/hNmz5husv19sK6iN5nHj1SMaCIVjkH/a5vryxEddyFhU6PzO/uf4kOHg==} - engines: {node: '>= 20.19.4'} + '@react-native/community-cli-plugin@0.86.0': + resolution: {integrity: sha512-Jv8p1ebEPfTzs8gmrjsdT2XMXFfeAg45Pman+XPLFGaSeGAZkutRFRyX9Cs9aGTSOyIA9YPJ6vDNb1ayTf1FKQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} peerDependencies: '@react-native-community/cli': '*' - '@react-native/metro-config': '*' + '@react-native/metro-config': 0.86.0 peerDependenciesMeta: '@react-native-community/cli': optional: true @@ -4318,68 +4259,55 @@ packages: resolution: {integrity: sha512-v4J22ZN1/7BQYhYvnZYi2pzd87MmTCEnxtTiktaUOhmx3YSF47LGo1Q2UfUE5YOzoRftiJTXDKvzDbI/hqAzgg==} engines: {node: '>=18'} - '@react-native/debugger-frontend@0.83.1': - resolution: {integrity: sha512-01Rn3goubFvPjHXONooLmsW0FLxJDKIUJNOlOS0cPtmmTIx9YIjxhe/DxwHXGk7OnULd7yl3aYy7WlBsEd5Xmg==} - engines: {node: '>= 20.19.4'} + '@react-native/debugger-frontend@0.86.0': + resolution: {integrity: sha512-7Mb3nDfyJeys+ELF75Ageu7VKERlnIMoO+aNPoXqTXvz+b41L6l2CqMyLpDHxkBSlenij6gEepPNgaIyWHbJZw==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - '@react-native/debugger-shell@0.83.1': - resolution: {integrity: sha512-d+0w446Hxth5OP/cBHSSxOEpbj13p2zToUy6e5e3tTERNJ8ueGlW7iGwGTrSymNDgXXFjErX+dY4P4/3WokPIQ==} - engines: {node: '>= 20.19.4'} + '@react-native/debugger-shell@0.86.0': + resolution: {integrity: sha512-Y0zEkZzLz8ou6o/VLml1A31X/rMgc6DRjwxwzPMa94qRTMY070WeBCNTITQo4kKTBAUgbxh07oXPQqp0Tpja8w==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} '@react-native/dev-middleware@0.76.0': resolution: {integrity: sha512-XvSnCDwCghWCVNtGpoF30xgA1EzxvlGsEyhJCUe0uLMDaaVxr/ZkgD3nZ+/l4cEm1qlrlcAZoGctnUgrzHiTaA==} engines: {node: '>=18'} - '@react-native/dev-middleware@0.83.1': - resolution: {integrity: sha512-QJaSfNRzj3Lp7MmlCRgSBlt1XZ38xaBNXypXAp/3H3OdFifnTZOeYOpFmcpjcXYnDqkxetuwZg8VL65SQhB8dg==} - engines: {node: '>= 20.19.4'} + '@react-native/dev-middleware@0.86.0': + resolution: {integrity: sha512-20pTO6yTybmvXvro520H6C7jydIQnLKOl5qFtVEcHSdFrY63r3OGei+Rx9bILgSRmH6jgnfEcijcMx7pwWuQtw==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - '@react-native/gradle-plugin@0.83.1': - resolution: {integrity: sha512-6ESDnwevp1CdvvxHNgXluil5OkqbjkJAkVy7SlpFsMGmVhrSxNAgD09SSRxMNdKsnLtzIvMsFCzyHLsU/S4PtQ==} - engines: {node: '>= 20.19.4'} + '@react-native/gradle-plugin@0.86.0': + resolution: {integrity: sha512-a1RcfaEDqWExCGfCwadIxt4l8FvKYgFqeMf2uzeKyAOnb+vTGNIeCvifFL2MqvgaeYxlER437HbMIajGcuJ1pQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - '@react-native/js-polyfills@0.76.9': - resolution: {integrity: sha512-s6z6m8cK4SMjIX1hm8LT187aQ6//ujLrjzDBogqDCYXRbfjbAYovw5as/v2a2rhUIyJbS3UjokZm3W0H+Oh/RQ==} - engines: {node: '>=18'} + '@react-native/js-polyfills@0.86.0': + resolution: {integrity: sha512-zYy/Cjd1VTnZ2iCNaG9bDF9C3l2ntESiPRscjIlI5FKugu6aeTwsDSv1aI8Bc4Kp3vEdoVg+UQhLAhE4svREaQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - '@react-native/js-polyfills@0.83.1': - resolution: {integrity: sha512-qgPpdWn/c5laA+3WoJ6Fak8uOm7CG50nBsLlPsF8kbT7rUHIVB9WaP6+GPsoKV/H15koW7jKuLRoNVT7c3Ht3w==} - engines: {node: '>= 20.19.4'} + '@react-native/metro-babel-transformer@0.86.0': + resolution: {integrity: sha512-SjKej3E5qIahqo/G+rSOrmJUQM44RyKtWtO+VfmKAAMoJWkBFomM22hTLKCIS5cdbIAJ9COAmU+KAi2wVSO0wQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - '@react-native/metro-babel-transformer@0.76.9': - resolution: {integrity: sha512-HGq11347UHNiO/NvVbAO35hQCmH8YZRs7in7nVq7SL99pnpZK4WXwLdAXmSuwz5uYqOuwnKYDlpadz8fkE94Mg==} - engines: {node: '>=18'} - - '@react-native/metro-config@0.76.9': - resolution: {integrity: sha512-LWsj7mUfujALUa+iGuEGzW4BqtuHa8zI3zS2T+uIjy2vI40+hRoP70iPOEiesNwVQTq/uSZELbe3HAo4WaX5gA==} - engines: {node: '>=18'} + '@react-native/metro-config@0.86.0': + resolution: {integrity: sha512-7v+xbTeEci9ZcQ/Z1OqI4RXcqN69wSMDYL5BAMvOReZ7U04+aDQ0/SQhClYPn6x2/RxM4WzMKSAuNyLKqvYVtw==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} '@react-native/normalize-colors@0.74.89': resolution: {integrity: sha512-qoMMXddVKVhZ8PA1AbUCk83trpd6N+1nF2A6k1i6LsQObyS92fELuk8kU/lQs6M7BsMHwqyLCpQJ1uFgNvIQXg==} - '@react-native/normalize-colors@0.83.1': - resolution: {integrity: sha512-84feABbmeWo1kg81726UOlMKAhcQyFXYz2SjRKYkS78QmfhVDhJ2o/ps1VjhFfBz0i/scDwT1XNv9GwmRIghkg==} + '@react-native/normalize-colors@0.86.0': + resolution: {integrity: sha512-kG0wfCGghUKlfxkJyyHCDVutWVYWK7/DG58ojA/4v9EfulgF+osuSQmlbNb3rcKX58qutm7JcldSeVLgGFha9g==} - '@react-native/virtualized-lists@0.83.1': - resolution: {integrity: sha512-MdmoAbQUTOdicCocm5XAFDJWsswxk7hxa6ALnm6Y88p01HFML0W593hAn6qOt9q6IM1KbAcebtH6oOd4gcQy8w==} - engines: {node: '>= 20.19.4'} + '@react-native/virtualized-lists@0.86.0': + resolution: {integrity: sha512-4/ZLXdf/OSpPDVO0AsQ1SJdRIzt5t9BNQ46QwGgxvX7/cirYR5k8KXctNGGgW8lQo2gZChEfY2zFCZg9nM/jiw==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} peerDependencies: '@types/react': ^19.2.0 react: '*' - react-native: '*' + react-native: 0.86.0 peerDependenciesMeta: '@types/react': optional: true - '@react-navigation/bottom-tabs@7.10.1': - resolution: {integrity: sha512-MirOzKEe/rRwPSE9HMrS4niIo0LyUhewlvd01TpzQ1ipuXjH2wJbzAM9gS/r62zriB6HMHz2OY6oIRduwQJtTw==} - peerDependencies: - '@react-navigation/native': ^7.1.28 - react: '>= 18.2.0' - react-native: '*' - react-native-safe-area-context: '>= 4.0.0' - react-native-screens: '>= 4.0.0' - '@react-navigation/bottom-tabs@7.4.7': resolution: {integrity: sha512-SQ4KuYV9yr3SV/thefpLWhAD0CU2CrBMG1l0w/QKl3GYuGWdN5OQmdQdmaPZGtsjjVOb+N9Qo7Tf6210P4TlpA==} peerDependencies: @@ -4411,27 +4339,6 @@ packages: '@react-native-masked-view/masked-view': optional: true - '@react-navigation/elements@2.9.5': - resolution: {integrity: sha512-iHZU8rRN1014Upz73AqNVXDvSMZDh5/ktQ1CMe21rdgnOY79RWtHHBp9qOS3VtqlUVYGkuX5GEw5mDt4tKdl0g==} - peerDependencies: - '@react-native-masked-view/masked-view': '>= 0.2.0' - '@react-navigation/native': ^7.1.28 - react: '>= 18.2.0' - react-native: '*' - react-native-safe-area-context: '>= 4.0.0' - peerDependenciesMeta: - '@react-native-masked-view/masked-view': - optional: true - - '@react-navigation/native-stack@7.10.1': - resolution: {integrity: sha512-8jt7olKysn07HuKKSjT/ahZZTV+WaZa96o9RI7gAwh7ATlUDY02rIRttwvCyjovhSjD9KCiuJ+Hd4kwLidHwJw==} - peerDependencies: - '@react-navigation/native': ^7.1.28 - react: '>= 18.2.0' - react-native: '*' - react-native-safe-area-context: '>= 4.0.0' - react-native-screens: '>= 4.0.0' - '@react-navigation/native-stack@7.3.21': resolution: {integrity: sha512-oNNZHzkxILEibesamRKLodfXAaDOUvMBITKXLLeblDxnTAyIB/Kf7CmV+8nwkdAgV04kURTxV0SQI+d8gLUm6g==} peerDependencies: @@ -5318,12 +5225,6 @@ packages: '@sinclair/typebox@0.34.48': resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} - '@sinonjs/commons@3.0.1': - resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} - - '@sinonjs/fake-timers@10.3.0': - resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} - '@standard-schema/spec@1.0.0': resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} @@ -5798,9 +5699,6 @@ packages: '@types/get-params@0.1.2': resolution: {integrity: sha512-ujqPyr1UDsOTDngJPV+WFbR0iHT5AfZKlNPMX6XOCnQcMhEqR+r64dVC/nwYCitqjR3DcpWofnOEAInUQmI/eA==} - '@types/graceful-fs@4.1.9': - resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} - '@types/hammerjs@2.0.46': resolution: {integrity: sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==} @@ -5881,10 +5779,13 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.1.11': - resolution: {integrity: sha512-3BKc/yGdNTYQVVw4idqHtSOcFsgGuBbMveKCOgF8wQ5QtrYOc3jDIlzg3jef04zcXFIHLelyGlj0T+BJ8+KN+w==} + '@types/react-dom@19.2.3': + resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.2.0 + + '@types/react-test-renderer@19.1.0': + resolution: {integrity: sha512-XD0WZrHqjNrxA/MaR9O22w/RNidWR9YZmBdRGI7wcnWGrv/3dA8wKCJ8m63Sn+tLJhcjmuhOi629N66W6kgWzQ==} '@types/react-transition-group@4.4.12': resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} @@ -5962,6 +5863,14 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/eslint-plugin@8.65.0': + resolution: {integrity: sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.65.0 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/parser@8.46.0': resolution: {integrity: sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -5969,22 +5878,45 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/parser@8.65.0': + resolution: {integrity: sha512-CZ4nMxWwgu1HEEFNkeaCptra9QCtkmKdgf3sWh1rl1trIhmxLilgTV4cwcbQ4wemnT4sWQN8CaKOmdYx+g2gMA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/project-service@8.46.0': resolution: {integrity: sha512-OEhec0mH+U5Je2NZOeK1AbVCdm0ChyapAyTeXVIYTPXDJ3F07+cu87PPXcGoYqZ7M9YJVvFnfpGg1UmCIqM+QQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/project-service@8.65.0': + resolution: {integrity: sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/scope-manager@8.46.0': resolution: {integrity: sha512-lWETPa9XGcBes4jqAMYD9fW0j4n6hrPtTJwWDmtqgFO/4HF4jmdH/Q6wggTw5qIT5TXjKzbt7GsZUBnWoO3dqw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/scope-manager@8.65.0': + resolution: {integrity: sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/tsconfig-utils@8.46.0': resolution: {integrity: sha512-WrYXKGAHY836/N7zoK/kzi6p8tXFhasHh8ocFL9VZSAkvH956gfeRfcnhs3xzRy8qQ/dq3q44v1jvQieMFg2cw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/tsconfig-utils@8.65.0': + resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/type-utils@8.46.0': resolution: {integrity: sha512-hy+lvYV1lZpVs2jRaEYvgCblZxUoJiPyCemwbQZ+NGulWkQRy0HRPYAoef/CNSzaLt+MLvMptZsHXHlkEilaeg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -5992,16 +5924,33 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/type-utils@8.65.0': + resolution: {integrity: sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/types@8.46.0': resolution: {integrity: sha512-bHGGJyVjSE4dJJIO5yyEWt/cHyNwga/zXGJbJJ8TiO01aVREK6gCTu3L+5wrkb1FbDkQ+TKjMNe9R/QQQP9+rA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.65.0': + resolution: {integrity: sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.46.0': resolution: {integrity: sha512-ekDCUfVpAKWJbRfm8T1YRrCot1KFxZn21oV76v5Fj4tr7ELyk84OS+ouvYdcDAwZL89WpEkEj2DKQ+qg//+ucg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/typescript-estree@8.65.0': + resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/utils@8.46.0': resolution: {integrity: sha512-nD6yGWPj1xiOm4Gk0k6hLSZz2XkNXhuYmyIrOWcHoPuAhjT9i5bAG+xbWPgFeNR8HPHHtpNKdYUXJl/D3x7f5g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -6009,10 +5958,21 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/utils@8.65.0': + resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/visitor-keys@8.46.0': resolution: {integrity: sha512-FrvMpAK+hTbFy7vH5j1+tMYHMSKLE6RzluFJlkFNKD0p9YsUT75JlBSmr5so3QRzvMwU5/bIEdeNrxm8du8l3Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.65.0': + resolution: {integrity: sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} deprecated: Potential CWE-502 - Update to 1.3.1 or higher @@ -6386,6 +6346,11 @@ packages: resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} engines: {node: '>= 14'} + agent-cli-detector@0.1.4: + resolution: {integrity: sha512-qPgevFvpaQoBaRJVKzr8R7h1WPvV3DtbgRIQlne4le66KBzXx5hNBwo/+NTw67LgkKBlhCzksrdautpUdlls0Q==} + engines: {node: '>=18.18'} + hasBin: true + ajv-draft-04@1.0.0: resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} peerDependencies: @@ -6551,10 +6516,6 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} - ast-types@0.15.2: - resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} - engines: {node: '>=4'} - ast-v8-to-istanbul@0.3.12: resolution: {integrity: sha512-BRRC8VRZY2R4Z4lFIL35MwNXmwVqBityvOIwETtsCSwvjl0IdgFsy9NhdaA6j74nUdtJJlIypeRhpDam19Wq3g==} @@ -6607,17 +6568,6 @@ packages: resolution: {integrity: sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==} engines: {node: '>=4'} - babel-core@7.0.0-bridge.0: - resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - - babel-jest@29.7.0: - resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - '@babel/core': ^7.8.0 - babel-loader@10.1.1: resolution: {integrity: sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==} engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} @@ -6638,18 +6588,10 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5' - babel-plugin-istanbul@6.1.1: - resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} - engines: {node: '>=8'} - babel-plugin-istanbul@7.0.1: resolution: {integrity: sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==} engines: {node: '>=12'} - babel-plugin-jest-hoist@29.6.3: - resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - babel-plugin-macros@3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} @@ -6680,32 +6622,21 @@ packages: peerDependencies: styled-components: '>= 2' - babel-plugin-syntax-hermes-parser@0.25.1: - resolution: {integrity: sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==} - - babel-plugin-syntax-hermes-parser@0.29.1: - resolution: {integrity: sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA==} + babel-plugin-syntax-hermes-parser@0.36.0: + resolution: {integrity: sha512-LhD0xdoedDw7ansQgXbB2DADLZIK/LRXuWNBPuVzMc5S2WK5GyT89tCM+cQzxFGO0mGyLK6D5TrVOJJzAoDy8Q==} - babel-plugin-syntax-hermes-parser@0.32.0: - resolution: {integrity: sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==} - - babel-plugin-syntax-hermes-parser@0.33.3: - resolution: {integrity: sha512-/Z9xYdaJ1lC0pT9do6TqCqhOSLfZ5Ot8D5za1p+feEfWYupCOfGbhhEXN9r2ZgJtDNUNRw/Z+T2CvAGKBqtqWA==} + babel-plugin-syntax-hermes-parser@0.36.1: + resolution: {integrity: sha512-ycduwJbvdvIMmVvlAZqGggS+pm5Eu4Bk9pcV9Sm2Z4PJNRVsKkv0g7vHj+LeuC1gHTeF67sJXFOq61IlqCa2hA==} babel-plugin-transform-flow-enums@0.0.2: resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} - babel-preset-current-node-syntax@1.1.0: - resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==} - peerDependencies: - '@babel/core': ^7.0.0 - - babel-preset-expo@55.0.4: - resolution: {integrity: sha512-GGPhL1bpJOFOQFRTkkVyhitf1CRtNjdVq2F1Ps7CWfw0fK/AmzAGO79cnnHuD24GhnwQe7C+Eip5U6ALbvPE3w==} + babel-preset-expo@57.0.3: + resolution: {integrity: sha512-JuTLwC4dt30GF3L8sY7EBwh5iD7L3dSWumfg+i99bFK2SIXWyfn01UHxu+azfKXFU/ufim9oUt9KUoJ9AvyOPA==} peerDependencies: '@babel/runtime': ^7.20.0 expo: '*' - expo-widgets: ^55.0.0-alpha.6 + expo-widgets: ^57.0.5 react-refresh: '>=0.14.0 <1.0.0' peerDependenciesMeta: '@babel/runtime': @@ -6715,11 +6646,20 @@ packages: expo-widgets: optional: true - babel-preset-jest@29.6.3: - resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + babel-preset-expo@57.0.4: + resolution: {integrity: sha512-EkFcNoE23HVzQT6ZNXs/adN8+G7rqEAF6tQn6LpRPYa1YY7wmX5GxhJF0kaYMNtBndNrMTN4+0rYE17VG13KFg==} peerDependencies: - '@babel/core': ^7.0.0 + '@babel/runtime': ^7.20.0 + expo: '*' + expo-widgets: ^57.0.6 + react-refresh: '>=0.14.0 <1.0.0' + peerDependenciesMeta: + '@babel/runtime': + optional: true + expo: + optional: true + expo-widgets: + optional: true bail@2.0.2: resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} @@ -6758,10 +6698,6 @@ packages: batch@0.6.1: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} - better-opn@3.0.2: - resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} - engines: {node: '>=12.0.0'} - better-path-resolve@1.0.0: resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} engines: {node: '>=4'} @@ -6875,18 +6811,6 @@ packages: resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} engines: {node: '>= 0.4'} - caller-callsite@2.0.0: - resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} - engines: {node: '>=4'} - - caller-path@2.0.0: - resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} - engines: {node: '>=4'} - - callsites@2.0.0: - resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} - engines: {node: '>=4'} - callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -6983,6 +6907,9 @@ packages: chromium-edge-launcher@0.2.0: resolution: {integrity: sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==} + chromium-edge-launcher@0.3.0: + resolution: {integrity: sha512-p03azHlGjtyRvFEee3cyvtsRYdniSkwjkzmM/KmVnqT5d7QkkwpJBhis/zCLMYdQMVJ5tt140TBNqqrZPaWeFA==} + ci-info@2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} @@ -7113,9 +7040,6 @@ packages: common-path-prefix@3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} - commondir@1.0.1: - resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} @@ -7126,10 +7050,6 @@ packages: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} - compression@1.8.0: - resolution: {integrity: sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==} - engines: {node: '>= 0.8.0'} - compression@1.8.1: resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==} engines: {node: '>= 0.8.0'} @@ -7233,10 +7153,6 @@ packages: cosmiconfig: '>=9' typescript: '>=5' - cosmiconfig@5.2.1: - resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} - engines: {node: '>=4'} - cosmiconfig@7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} @@ -7638,8 +7554,8 @@ packages: resolution: {integrity: sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==} engines: {node: '>=6'} - dnssd-advertise@1.1.3: - resolution: {integrity: sha512-XENsHi3MBzWOCAXif3yZvU1Ah0l+nhJj1sjWL6TnOAYKvGiFhbTx32xHN7+wLMLUOCj7Nr0evADWG4R8JtqCDA==} + dnssd-advertise@1.1.6: + resolution: {integrity: sha512-Ndrrf6BMPalkQPd/zubL+4YghH2J9NspapQ09uDXwYbvOPkP0oaqf5CkcwJ0b50kS2O3ul6yVu+jz+RY62Cejg==} doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} @@ -7771,10 +7687,6 @@ packages: resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} engines: {node: '>=0.12'} - env-editor@0.4.2: - resolution: {integrity: sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==} - engines: {node: '>=8'} - env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -7876,8 +7788,8 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-config-expo@55.0.0: - resolution: {integrity: sha512-YvhaKrp1g7pR/qjdI12E5nw9y0DJZWgYr815vyW8wskGLsFvxATY3mtKL8zm3ZYzWj3Bvc37tRIS661TEkrv9A==} + eslint-config-expo@57.0.0: + resolution: {integrity: sha512-T7OTN9xrSZYjLw4qTkL1Mn2WfAUVmMGY38+OYAcraI1uiTFVH6jfkSkv84WLTqnneblLcb6AsMDV+SHcUj3hGw==} peerDependencies: eslint: '>=8.10' @@ -7924,8 +7836,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-expo@1.0.0: - resolution: {integrity: sha512-qLtunR+cNFtC+jwYCBia5c/PJurMjSLMOV78KrEOyQK02ohZapU4dCFFnS2hfrJuw0zxfsjVkjqg3QBqi933QA==} + eslint-plugin-expo@1.1.0: + resolution: {integrity: sha512-vPP0EPx7IA7ZfP49dY4rq9RV5jqkFWG+Pih3/oGjzIRjMI+ogcOE8i6isYkLXAdw/yvFV2BRZkTaQaiOGQqn6Q==} engines: {node: '>=18.0.0'} peerDependencies: eslint: '>=8.10' @@ -7940,11 +7852,11 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-react-hooks@5.2.0: - resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} - engines: {node: '>=10'} + eslint-plugin-react-hooks@7.1.1: + resolution: {integrity: sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==} + engines: {node: '>=18'} peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0 eslint-plugin-react@7.37.5: resolution: {integrity: sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==} @@ -7968,6 +7880,10 @@ packages: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@5.0.1: + resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + eslint@9.37.0: resolution: {integrity: sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -8072,52 +7988,52 @@ packages: resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==} engines: {node: '>=12.0.0'} - expo-asset@55.0.4: - resolution: {integrity: sha512-eaPPe9Sw4V0nL/KkEvuWpyeeSoGhP2fu1ZA7wkldqywhMVhhY+7kerMkQ7nPgJVtevIfkQRw7wD8ghZEzrKzmg==} + expo-asset@57.0.6: + resolution: {integrity: sha512-n3Yb1VxcP+BMRTyC4R1x2It4+m5EDkNXiVCHGWbnIREQUUkMs2Yeul7D5qfFWAYtIn2Z3hbGMndwU6Az1FPSEg==} peerDependencies: expo: '*' react: '*' react-native: '*' - expo-atlas@0.4.3: - resolution: {integrity: sha512-nN2bouxFvMsqZqLl0ka+eI9Ofida0PcuoE4v+7fHlgyp95X2cCL8Acf0nRKXmmIBEYazdw0d7BAOZfC0b41oxA==} - hasBin: true + expo-asset@57.0.7: + resolution: {integrity: sha512-TA6MRQq1HL0N6KGvNMzL6djdH5tGJ/eHPIhML+6bVu52mnXldmup2swdvP37zDnvoMUUXRVGsvwVHFmvhCbW6Q==} peerDependencies: expo: '*' + react: '*' + react-native: '*' - expo-constants@55.0.4: - resolution: {integrity: sha512-zdPxsYnL8LrW91sXivdBIH5nouTDUG0npMZxaYhvEO/2p60iN0W4jK3n2sRFrPl31WctLWSs4ato/wIKnRuUFA==} + expo-atlas@0.4.3: + resolution: {integrity: sha512-nN2bouxFvMsqZqLl0ka+eI9Ofida0PcuoE4v+7fHlgyp95X2cCL8Acf0nRKXmmIBEYazdw0d7BAOZfC0b41oxA==} + hasBin: true peerDependencies: expo: '*' - react-native: '*' - expo-file-system@55.0.5: - resolution: {integrity: sha512-ZD9uJS4tmmyPBHcW7j90+CUsdvfavXdSHSQWG22g7Zm1x02E5elHKOAhsv9gFDGsMDc1nvgR+IvrWlokjkXVSQ==} + expo-constants@57.0.7: + resolution: {integrity: sha512-ShDwaKnh3UieCQ/dG0kO8PuicTTatn3WDGmXbq/fukyzPXWhdUxf37DINVDQS6D3DDG7nfqItij+QvnDHSQhTg==} peerDependencies: expo: '*' react-native: '*' - expo-font@55.0.3: - resolution: {integrity: sha512-DSyh0gzbVii5+Nb/0pAP3bL+CrB9u1N3YeKTx4wXQT8KUnuOlI4A0sEHIO25MfFpjjtovDn0WGzAtimbPkvJmg==} + expo-file-system@57.0.1: + resolution: {integrity: sha512-w7/ERvQFrGP2apTO9lDtZ+O6JQIhfakL7+Xqzh+rfMO9B4LB4qwrz+YvLgir8KFRVX64JHBnRuYBVLY1oQZcqw==} peerDependencies: expo: '*' - react: '*' react-native: '*' - expo-glass-effect@55.0.5: - resolution: {integrity: sha512-ui3yOuntcqLukx32mPLcnYucRGN0zWk67euC45t6WlM6IPjXsRo6Z830drjKE7LPWbpWlRbOkdM6BpoAj+yDCQ==} + expo-font@57.0.1: + resolution: {integrity: sha512-QyS9L1Kh9sKJg4gfU6rdbpxpmH+DyzBX8z6jVvXMUDoqLr1GqmkO/Wu379KCXjL///kWbhpNlbi7AgBuj4VdIQ==} peerDependencies: expo: '*' react: '*' react-native: '*' - expo-haptics@55.0.5: - resolution: {integrity: sha512-8bUIjxLtET5290p0WKyMQ8S3lvxMFEOdbA3GHt07QhgPf0eqeCtsH8/+g+ojtVT9RieZM9dZBHiqofdKpwCQfg==} + expo-haptics@57.0.1: + resolution: {integrity: sha512-8VhbnxlIrfXjP0syZr1JT197nafYicQu9119adOJnX62osU9Cw+PdDnAx/6LxuKJRzQdwxOMq7b7eWjhNL5zAQ==} peerDependencies: expo: '*' - expo-image@55.0.3: - resolution: {integrity: sha512-u/Mz/5lrzx+Qoo5yklJkPgMSXTEwB5oorhutucE8KSVBaKZMTdU7Tlmiw+hkiA2FSIADT4h2wA2wn6H43vdHxA==} + expo-image@57.0.1: + resolution: {integrity: sha512-EP0lisd2bUqtErry4weRcMW9bLMxtKsht/MLLK3/3do5u4ZMiJbWkY5zfYV+WYmeGab7x9G0sjbeFeEagYGjMw==} peerDependencies: expo: '*' react: '*' @@ -8127,73 +8043,67 @@ packages: react-native-web: optional: true - expo-keep-awake@55.0.2: - resolution: {integrity: sha512-yxmmu0toMsszQN9ro8XuljicumudT4QwXiF7kswlDg5/48Y2HPfopod+8mOrIf7+UDUv99u6yH8NgSfWf0u+IA==} + expo-keep-awake@57.0.1: + resolution: {integrity: sha512-28lkFImeXTS+bhAjuCFV7w7tW5bXg27BJVrxv+nC/nyYa86qEa0oFeHwqol6ha5k4pdVDQgBF09GM4A1k76Ssg==} peerDependencies: expo: '*' react: '*' - expo-linking@55.0.4: - resolution: {integrity: sha512-n4gKPzxskShfkiXZoMMOcgyJ/JgwmyOCLSBxBBg3dsBetg+KGTB5vZw7oLCu/MsWuKfbsbc/eyuvzzDyWTrpJw==} + expo-linking@57.0.4: + resolution: {integrity: sha512-e1alfHNJdywIfJkCuKMc6M3hBfAGPd2gKMeF/6V7qwFWzHCS2mTBqU+KaO4FLpltA5Nt6CYEx6zmUlGfUF+8lA==} peerDependencies: react: '*' react-native: '*' - expo-modules-autolinking@55.0.3: - resolution: {integrity: sha512-C4Yc/D8BvQeZ2D30qOKVbMPAE5DzrVtdfYiSg44mCGZIKUNX1KELcAOxSOtzGbW5mFr+V0Og54TxM5TlT5Fr1g==} + expo-modules-autolinking@57.0.8: + resolution: {integrity: sha512-YBDgbJHlhhhr3JaKErW6znsIL8zQsh206LaDpWrLHV/WluRwhYfZuF/fhkVN7b/DsRxIu0UeCPExaEPMxlC2Hw==} + hasBin: true + + expo-modules-autolinking@57.0.9: + resolution: {integrity: sha512-lj2nsAKMMRLXSFnGgaaQrWJ2fdSpLPc/bca6Rkiw4g8zYPn7qX4MRUJgavvzm/hBrzvMnlhXVgJtidOGuwBh+w==} hasBin: true - expo-modules-core@55.0.8: - resolution: {integrity: sha512-WWcbsDmxqz7YQjr0dDRCpiwrWYoz/T4mxUh7ZbUzj8SzsUGrvmvczPj2kAS7hHviimRyfZcTenAh22Wuw/abBA==} + expo-modules-core@57.0.6: + resolution: {integrity: sha512-hePwOh2+i+EpWrVnv95sQeQ0OD5PYuEuIhmglVLzQVaVBV3zHcRvLAc1rV8ROqUL6YtAQUXjPkoSx1ly2ZdTuQ==} peerDependencies: react: '*' react-native: '*' + react-native-worklets: ^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0 + peerDependenciesMeta: + react-native-worklets: + optional: true - expo-router@55.0.0-preview.7: - resolution: {integrity: sha512-nrigtPHg5/5ZIeY0Qjo6/wM7N27bTbq22FuNrTgGsNOt5V8sPkvs8lsMl6OsnvEZCKJ2xFYPkL3UGSEvGVxT9A==} + expo-modules-core@57.0.7: + resolution: {integrity: sha512-5HrbCfgYmLs0a5dzfM4GmRGelVTPIg+eYp0vmSbWnKRTOPj5DyVOfg1rHGEsuNKp07QwDxfLJfQVp8CNbuvxMQ==} peerDependencies: - '@expo/log-box': 55.0.6 - '@react-navigation/drawer': ^7.7.2 - '@testing-library/react-native': '>= 12.0.0' - expo: '*' - expo-constants: ^55.0.4 - expo-linking: ^55.0.4 react: '*' - react-dom: '*' react-native: '*' - react-native-gesture-handler: '*' - react-native-reanimated: '*' - react-native-safe-area-context: '>= 5.4.0' - react-native-screens: '*' - react-native-web: '*' - react-server-dom-webpack: ~19.0.4 || ~19.1.5 || ~19.2.4 + react-native-worklets: ^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0 peerDependenciesMeta: - '@react-navigation/drawer': - optional: true - '@testing-library/react-native': - optional: true - react-dom: - optional: true - react-native-gesture-handler: - optional: true - react-native-reanimated: - optional: true - react-native-web: - optional: true - react-server-dom-webpack: + react-native-worklets: optional: true - expo-secure-store@55.0.8: - resolution: {integrity: sha512-8w9tQe8U6oRo5YIzqCqVhRrOnfoODNDoitBtLXEx+zS6WLUnkRq5kH7ViJuOgiM7PzLr9pvAliRiDOKyvFbTuQ==} + expo-modules-jsi@57.0.3: + resolution: {integrity: sha512-B+iXJCC5OIXjFKkLLSY2DZ8BGS+hC3PBTrALpV43pHqhXqqZrRH3uTEylZgsoKQO8N8tjmjAua2ucTFHtr1o0w==} + peerDependencies: + react-native: '*' + + expo-modules-jsi@57.0.4: + resolution: {integrity: sha512-vt7FyqUqqFXiRVnBqYD7y+GSPTgeua5Ocoy0+SYt+RSHkZEA2Fyop7If3g1TYDzQObYybPRo7TG2Rle1XLaWFw==} + peerDependencies: + react-native: '*' + + expo-secure-store@57.0.1: + resolution: {integrity: sha512-tLa1VmSadOq19mA/dwkl99RbHyjLE0T1qqBYMY3/OsguZTI+rlrDy/DDJjupqlVtmr95hD7o1pYqx5aL+B4YMA==} peerDependencies: expo: '*' - expo-server@55.0.3: - resolution: {integrity: sha512-DeFRWvLb7pcxqrvDFK95Eujh/VFddRfmTGbcTcPVMhYl6om7eKYe8CgpfqIi2mK0rOnLHw7DPymmcPXXWuFbFw==} + expo-server@57.0.1: + resolution: {integrity: sha512-sBfVDH6dmKVHZxqUxbfkzS00PZELMZt1IpnHKxcOTMZtR/t7CtRAFrbXcisG+EyzeqHSVDacZT+1tbYfZt5D8w==} engines: {node: '>=20.16.0'} - expo-splash-screen@55.0.5: - resolution: {integrity: sha512-Q8PSVonkFEMUykDMBw9kdwNOtc9cMD7Vlz+MU4PYBTHrVQB5EDONnecmDwFDPYF8wc57ef73wkYxuVmrQO533A==} + expo-splash-screen@57.0.5: + resolution: {integrity: sha512-ZN0LDXlhHRNFjXTYZDojXk8IfaoUIu7qa3hhoBTXgyj1UB/iewGlH6+M3Nvhun2lY2d/+xhwqMhv0hIRoBo09Q==} peerDependencies: expo: '*' @@ -8204,22 +8114,30 @@ packages: react: '*' react-native: '*' - expo-status-bar@55.0.2: - resolution: {integrity: sha512-iV/Az9SqwY2j5e/tZ7Fz7vwolfXp0xFTScET4lnS615oLQfdhyI2HOTg4CL4q7UVlSDW3HN4rCkDK2oASNVO7g==} + expo-sqlite@57.0.1: + resolution: {integrity: sha512-I6KoUvfGIiROTKxr5D3H+jRIGA/iEvWEtqHK4XMukAA7tVTinz/YdS8zOz6/DdG6vgrNmvF7gyOcbhLinlfxzQ==} peerDependencies: + expo: '*' + react: '*' + react-native: '*' + + expo-status-bar@57.0.1: + resolution: {integrity: sha512-Xwaq1gAoVRWx5dPG5VhT5RSbnI9OilhZnO5qoPBnUaBAa5VzRzfdS8q0/bsPt0jR2DKLtGuP0bQ6efMJ4RIMDg==} + peerDependencies: + expo: '*' react: '*' react-native: '*' - expo-symbols@55.0.3: - resolution: {integrity: sha512-r3AnrAAPw/zqha6dBdkJV7ueELy/yyeEKU38qzFFz37w1mhcXobuXahnfPSnY54lKrTbqrSiFMj/aGh25ElnoQ==} + expo-symbols@57.0.1: + resolution: {integrity: sha512-8Zf+a83OywV0vf1NUtSKpNqKcULmO0GTI+zfFnGYl7SLDH9FjL5RcEZoy6CHvCgq2KDrQF21pl3r7Tb4ItPscw==} peerDependencies: expo: '*' expo-font: '*' react: '*' react-native: '*' - expo-system-ui@55.0.5: - resolution: {integrity: sha512-tcE0SJCfKZgESWUNBleqNIdgFZj6Y41WvgOpwMDhke9Fezwsput1MWz2L2QyHoeo1bUE5KuNuI5+nCWdecSnAQ==} + expo-system-ui@57.0.1: + resolution: {integrity: sha512-r8a6Jk2suL0vI7Uq4iKJab5Eesk8dkB56Q6HksVNkzuAExV0axoikQwZv8aAyHGbu2VHp0artB0N1/PQDLSgBg==} peerDependencies: expo: '*' react-native: '*' @@ -8228,26 +8146,49 @@ packages: react-native-web: optional: true - expo-web-browser@55.0.5: - resolution: {integrity: sha512-JPspRAJIvw+w+NOFAqqRC7iWK0l1UC0A7zbOKIntaGo48ckNxKaG7H+LIHwexkucbTFkt9HmTXQ8jxY0Yht91g==} + expo-web-browser@57.0.2: + resolution: {integrity: sha512-3vl5kvd7PB48ub6PpNIJUuPxO8xVa6D8RnIgNba6SXRwqFprOfeEZgwTgtm41kz0AAtvMOztUVNEUkwrHKjqMQ==} peerDependencies: expo: '*' react-native: '*' - expo@55.0.0-preview.10: - resolution: {integrity: sha512-BtHgdcu/XS4yYSJTB4HHbYogT2qHl6S4usFqUPhoFfVu/F440VU3J98uUqbDLh5I8OcsZ2PbhjRpOy7uR+MExg==} + expo@57.0.7: + resolution: {integrity: sha512-PJdE0EjoX878OqClmsigVKdT0jCNOAQDRLcvFkeBakxaVyEDhjcQ8baKq2YysYH2g0YNB1rEIpHUiKtluO918A==} hasBin: true peerDependencies: - '@expo/dom-webview': '*' '@expo/metro-runtime': '*' react: '*' + react-dom: '*' react-native: '*' + react-native-web: '*' react-native-webview: '*' peerDependenciesMeta: - '@expo/dom-webview': + '@expo/metro-runtime': + optional: true + react-dom: + optional: true + react-native-web: + optional: true + react-native-webview: optional: true + + expo@57.0.8: + resolution: {integrity: sha512-0IxxoPZbT54IH4fHL5NihkvED9HBVQx3uNdPvyv8pFUHWJ81RdFjL0aJys1IB7hbo09KTz4xW4I2aWVOXKAcJQ==} + hasBin: true + peerDependencies: + '@expo/metro-runtime': '*' + react: '*' + react-dom: '*' + react-native: '*' + react-native-web: '*' + react-native-webview: '*' + peerDependenciesMeta: '@expo/metro-runtime': optional: true + react-dom: + optional: true + react-native-web: + optional: true react-native-webview: optional: true @@ -8357,8 +8298,8 @@ packages: picomatch: optional: true - fetch-nodeshim@0.4.6: - resolution: {integrity: sha512-RP+zh0GZLp/7bUoS37+pN8zKIhqQ5YuI3m2RQfxZSqPzwYO1wRzwWqq4Va0kWpNPQbtpomEYAQ7zC/VjJWGmIw==} + fetch-nodeshim@0.4.10: + resolution: {integrity: sha512-m6I8ALe4L4XpdETy7MJZWs6L1IVMbjs99bwbpIKphxX+0CTns4IKDWJY0LWfr4YsFjfg+z1TjzTMU8lKl8rG0w==} fflate@0.8.2: resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} @@ -8394,10 +8335,6 @@ packages: resolution: {integrity: sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==} engines: {node: '>= 0.8'} - find-cache-dir@2.1.0: - resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} - engines: {node: '>=6'} - find-cache-dir@4.0.0: resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} engines: {node: '>=14.16'} @@ -8409,10 +8346,6 @@ packages: find-root@1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} - find-up@3.0.0: - resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} - engines: {node: '>=6'} - find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -8451,10 +8384,6 @@ packages: flow-enums-runtime@0.0.6: resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} - flow-parser@0.274.2: - resolution: {integrity: sha512-kCjoA1h5j+Ttu/9fekY9XzeKPG8SvNtxigiCkezmDIOlcKr+d9LysczrPylEeSYINE3sLlX45W5vT2CroD6sWA==} - engines: {node: '>=0.4.0'} - flow-remove-types@2.277.1: resolution: {integrity: sha512-xg4n6tHaRIocPNwrX3rN622kpWs1c97uV1J+oYAfIQmbZRGL/HrEdS1zenfYUv5PuZ3Ch4UGKFn8KS/EhfG/Fg==} engines: {node: '>=4'} @@ -8755,11 +8684,8 @@ packages: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true - hermes-compiler@0.14.0: - resolution: {integrity: sha512-clxa193o+GYYwykWVFfpHduCATz8fR5jvU7ngXpfKHj+E9hr9vjLNtdLSEe8MUbObvVexV3wcyxQ00xTPIrB1Q==} - - hermes-estree@0.23.1: - resolution: {integrity: sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==} + hermes-compiler@250829098.0.14: + resolution: {integrity: sha512-5meXwsZxgiqFaJjNzwjzI9IyUkuGGBisu+z9BvQWmGVpjH6nz11hgqkyxe4dl8UAdyIV4lTbz91+Dlnjz0VxqA==} hermes-estree@0.25.1: resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==} @@ -8767,14 +8693,14 @@ packages: hermes-estree@0.29.1: resolution: {integrity: sha512-jl+x31n4/w+wEqm0I2r4CMimukLbLQEYpisys5oCre611CI5fc9TxhqkBBCJ1edDG4Kza0f7CgNz8xVMLZQOmQ==} - hermes-estree@0.32.0: - resolution: {integrity: sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==} + hermes-estree@0.35.0: + resolution: {integrity: sha512-xVx5Opwy8Oo1I5yGpVRhCvWL/iV3M+ylksSKVNlxxD90cpDpR/AR1jLYqK8HWihm065a6UI3HeyAmYzwS8NOOg==} - hermes-estree@0.33.3: - resolution: {integrity: sha512-6kzYZHCk8Fy1Uc+t3HGYyJn3OL4aeqKLTyina4UFtWl8I0kSL7OmKThaiX+Uh2f8nGw3mo4Ifxg0M5Zk3/Oeqg==} + hermes-estree@0.36.0: + resolution: {integrity: sha512-A1+8zn5oss2CFP7pKsOaxorQG6FNIz1WU1VDqruLPPZl3LVgeE2C5xfFg8Ow6/Ow4mSslLLtYP1J3n38eKyW9w==} - hermes-parser@0.23.1: - resolution: {integrity: sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==} + hermes-estree@0.36.1: + resolution: {integrity: sha512-guv1nQ6IJ7S83NRFPWc3SA7IBZrdNC9kapwOq6uXvF4wP+sDCgjzQbKPCoyYmoyZRzztF/n/c36l/rccCZSiCw==} hermes-parser@0.25.1: resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} @@ -8782,11 +8708,14 @@ packages: hermes-parser@0.29.1: resolution: {integrity: sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA==} - hermes-parser@0.32.0: - resolution: {integrity: sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==} + hermes-parser@0.35.0: + resolution: {integrity: sha512-9JLjeHxBx8T4CAsydZR49PNZUaix+WpQJwu9p2010lu+7Kwl6D/7wYFFJxoz+aXkaaClp9Zfg6W6/zVlSJORaA==} - hermes-parser@0.33.3: - resolution: {integrity: sha512-Yg3HgaG4CqgyowtYjX/FsnPAuZdHOqSMtnbpylbptsQ9nwwSKsy6uRWcGO5RK0EqiX12q8HvDWKgeAVajRO5DA==} + hermes-parser@0.36.0: + resolution: {integrity: sha512-GdpwMmH5x6IpC1cijvcvYnlPB60Mh6kTSF/NFdYV/j56gYdi+0RIakYs+eqOV+bbO0SW7mgVVGSsTJxyPQfo3w==} + + hermes-parser@0.36.1: + resolution: {integrity: sha512-GApNk4zLHi2UWoWZZkx7LNCOSzLSc5lB55pZ/PhK7ycFeg7u5LcF88p/WbpIi1XUDtE0MpHE3uRR3u3KB7TjSQ==} hex-rgba@1.0.2: resolution: {integrity: sha512-MKla68wFGv+i7zU3Q4giWN74f+zWdkuf2Tk21fISV7aw55r8dH/noBbH5JsVlM4Z2WRTYCEmSxsoZ1QR/o68jg==} @@ -8949,10 +8878,6 @@ packages: immutable@5.1.3: resolution: {integrity: sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==} - import-fresh@2.0.0: - resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} - engines: {node: '>=4'} - import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} @@ -9087,10 +9012,6 @@ packages: is-decimal@2.0.1: resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} - is-directory@0.3.1: - resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} - engines: {node: '>=0.10.0'} - is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} @@ -9268,10 +9189,6 @@ packages: resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} engines: {node: '>=8'} - istanbul-lib-instrument@5.2.1: - resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} - engines: {node: '>=8'} - istanbul-lib-instrument@6.0.3: resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==} engines: {node: '>=10'} @@ -9307,38 +9224,18 @@ packages: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-environment-node@29.7.0: - resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-haste-map@29.7.0: - resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-message-util@29.7.0: - resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-message-util@30.2.0: resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - jest-mock@29.7.0: - resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - - jest-regex-util@29.6.3: - resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-regex-util@30.0.1: resolution: {integrity: sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} @@ -9407,12 +9304,6 @@ packages: jsc-safe-url@0.2.4: resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==} - jscodeshift@0.14.0: - resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} - hasBin: true - peerDependencies: - '@babel/preset-env': ^7.1.6 - jsdom@22.1.0: resolution: {integrity: sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==} engines: {node: '>=16'} @@ -9435,9 +9326,6 @@ packages: json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} - json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} @@ -9526,8 +9414,8 @@ packages: kolorist@1.8.0: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} - lan-network@0.1.7: - resolution: {integrity: sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ==} + lan-network@0.2.1: + resolution: {integrity: sha512-ONPnazC96VKDntab9j9JKwIWhZ4ZUceB4A9Epu4Ssg0hYFmtHZSeQ+n15nIwTFmcBUKtExOer8WTJ4GF9MO64A==} hasBin: true launch-editor@2.11.0: @@ -9550,142 +9438,72 @@ packages: lighthouse-logger@1.4.2: resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} - lightningcss-android-arm64@1.31.1: - resolution: {integrity: sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [android] - lightningcss-android-arm64@1.32.0: resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [android] - lightningcss-darwin-arm64@1.31.1: - resolution: {integrity: sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [darwin] - lightningcss-darwin-arm64@1.32.0: resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.31.1: - resolution: {integrity: sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [darwin] - lightningcss-darwin-x64@1.32.0: resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.31.1: - resolution: {integrity: sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [freebsd] - lightningcss-freebsd-x64@1.32.0: resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.31.1: - resolution: {integrity: sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==} - engines: {node: '>= 12.0.0'} - cpu: [arm] - os: [linux] - lightningcss-linux-arm-gnueabihf@1.32.0: resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.31.1: - resolution: {integrity: sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [linux] - lightningcss-linux-arm64-gnu@1.32.0: resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.31.1: - resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [linux] - lightningcss-linux-arm64-musl@1.32.0: resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.31.1: - resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [linux] - lightningcss-linux-x64-gnu@1.32.0: resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.31.1: - resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [linux] - lightningcss-linux-x64-musl@1.32.0: resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.31.1: - resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [win32] - lightningcss-win32-arm64-msvc@1.32.0: resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.31.1: - resolution: {integrity: sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [win32] - lightningcss-win32-x64-msvc@1.32.0: resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.31.1: - resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==} - engines: {node: '>= 12.0.0'} - lightningcss@1.32.0: resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} engines: {node: '>= 12.0.0'} @@ -9720,10 +9538,6 @@ packages: localforage@1.10.0: resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==} - locate-path@3.0.0: - resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} - engines: {node: '>=6'} - locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} @@ -9849,10 +9663,6 @@ packages: magicast@0.3.5: resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} - make-dir@2.1.0: - resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} - engines: {node: '>=6'} - make-dir@4.0.0: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} @@ -9990,178 +9800,62 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} - metro-babel-transformer@0.81.5: - resolution: {integrity: sha512-oKCQuajU5srm+ZdDcFg86pG/U8hkSjBlkyFjz380SZ4TTIiI5F+OQB830i53D8hmqmcosa4wR/pnKv8y4Q3dLw==} - engines: {node: '>=18.18'} + metro-babel-transformer@0.84.4: + resolution: {integrity: sha512-rvCfz8snl9h20VcvpOHxZuHP1SlAkv4HXbzw7nyyVwu6Eqo5PRerbakQ9XmUCOsRy70spJ37O+G1TK8oMzo48g==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-babel-transformer@0.82.5: - resolution: {integrity: sha512-W/scFDnwJXSccJYnOFdGiYr9srhbHPdxX9TvvACOFsIXdLilh3XuxQl/wXW6jEJfgIb0jTvoTlwwrqvuwymr6Q==} - engines: {node: '>=18.18'} + metro-cache-key@0.84.4: + resolution: {integrity: sha512-wVO79aGrkYImpnaVS4+d5RrRBRPX31QtvKB3wKGBuiNSznduZTQHzsrJZRroFJSwnygrzdsGUtDQPuqqFjFdvw==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-babel-transformer@0.83.3: - resolution: {integrity: sha512-1vxlvj2yY24ES1O5RsSIvg4a4WeL7PFXgKOHvXTXiW0deLvQr28ExXj6LjwCCDZ4YZLhq6HddLpZnX4dEdSq5g==} - engines: {node: '>=20.19.4'} + metro-cache@0.84.4: + resolution: {integrity: sha512-gpcFQdSLUwUCk71saKoE64jLFbx2nwTfVCcPSULMNT8QYq0p1eZZE29Jvd0HtT/UlhC3ZOutLxJME5xqD2JUZg==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-cache-key@0.81.5: - resolution: {integrity: sha512-lGWnGVm1UwO8faRZ+LXQUesZSmP1LOg14OVR+KNPBip8kbMECbQJ8c10nGesw28uQT7AE0lwQThZPXlxDyCLKQ==} - engines: {node: '>=18.18'} - - metro-cache-key@0.82.5: - resolution: {integrity: sha512-qpVmPbDJuRLrT4kcGlUouyqLGssJnbTllVtvIgXfR7ZuzMKf0mGS+8WzcqzNK8+kCyakombQWR0uDd8qhWGJcA==} - engines: {node: '>=18.18'} - - metro-cache-key@0.83.3: - resolution: {integrity: sha512-59ZO049jKzSmvBmG/B5bZ6/dztP0ilp0o988nc6dpaDsU05Cl1c/lRf+yx8m9WW/JVgbmfO5MziBU559XjI5Zw==} - engines: {node: '>=20.19.4'} - - metro-cache@0.81.5: - resolution: {integrity: sha512-wOsXuEgmZMZ5DMPoz1pEDerjJ11AuMy9JifH4yNW7NmWS0ghCRqvDxk13LsElzLshey8C+my/tmXauXZ3OqZgg==} - engines: {node: '>=18.18'} - - metro-cache@0.82.5: - resolution: {integrity: sha512-AwHV9607xZpedu1NQcjUkua8v7HfOTKfftl6Vc9OGr/jbpiJX6Gpy8E/V9jo/U9UuVYX2PqSUcVNZmu+LTm71Q==} - engines: {node: '>=18.18'} - - metro-cache@0.83.3: - resolution: {integrity: sha512-3jo65X515mQJvKqK3vWRblxDEcgY55Sk3w4xa6LlfEXgQ9g1WgMh9m4qVZVwgcHoLy0a2HENTPCCX4Pk6s8c8Q==} - engines: {node: '>=20.19.4'} - - metro-config@0.81.5: - resolution: {integrity: sha512-oDRAzUvj6RNRxratFdcVAqtAsg+T3qcKrGdqGZFUdwzlFJdHGR9Z413sW583uD2ynsuOjA2QB6US8FdwiBdNKg==} - engines: {node: '>=18.18'} - - metro-config@0.82.5: - resolution: {integrity: sha512-/r83VqE55l0WsBf8IhNmc/3z71y2zIPe5kRSuqA5tY/SL/ULzlHUJEMd1szztd0G45JozLwjvrhAzhDPJ/Qo/g==} - engines: {node: '>=18.18'} - - metro-config@0.83.3: - resolution: {integrity: sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA==} - engines: {node: '>=20.19.4'} - - metro-core@0.81.5: - resolution: {integrity: sha512-+2R0c8ByfV2N7CH5wpdIajCWa8escUFd8TukfoXyBq/vb6yTCsznoA25FhNXJ+MC/cz1L447Zj3vdUfCXIZBwg==} - engines: {node: '>=18.18'} - - metro-core@0.82.5: - resolution: {integrity: sha512-OJL18VbSw2RgtBm1f2P3J5kb892LCVJqMvslXxuxjAPex8OH7Eb8RBfgEo7VZSjgb/LOf4jhC4UFk5l5tAOHHA==} - engines: {node: '>=18.18'} - - metro-core@0.83.3: - resolution: {integrity: sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw==} - engines: {node: '>=20.19.4'} - - metro-file-map@0.81.5: - resolution: {integrity: sha512-mW1PKyiO3qZvjeeVjj1brhkmIotObA3/9jdbY1fQQYvEWM6Ml7bN/oJCRDGn2+bJRlG+J8pwyJ+DgdrM4BsKyg==} - engines: {node: '>=18.18'} - - metro-file-map@0.82.5: - resolution: {integrity: sha512-vpMDxkGIB+MTN8Af5hvSAanc6zXQipsAUO+XUx3PCQieKUfLwdoa8qaZ1WAQYRpaU+CJ8vhBcxtzzo3d9IsCIQ==} - engines: {node: '>=18.18'} - - metro-file-map@0.83.3: - resolution: {integrity: sha512-jg5AcyE0Q9Xbbu/4NAwwZkmQn7doJCKGW0SLeSJmzNB9Z24jBe0AL2PHNMy4eu0JiKtNWHz9IiONGZWq7hjVTA==} - engines: {node: '>=20.19.4'} - - metro-minify-terser@0.81.5: - resolution: {integrity: sha512-/mn4AxjANnsSS3/Bb+zA1G5yIS5xygbbz/OuPaJYs0CPcZCaWt66D+65j4Ft/nJkffUxcwE9mk4ubpkl3rjgtw==} - engines: {node: '>=18.18'} - - metro-minify-terser@0.82.5: - resolution: {integrity: sha512-v6Nx7A4We6PqPu/ta1oGTqJ4Usz0P7c+3XNeBxW9kp8zayS3lHUKR0sY0wsCHInxZlNAEICx791x+uXytFUuwg==} - engines: {node: '>=18.18'} - - metro-minify-terser@0.83.3: - resolution: {integrity: sha512-O2BmfWj6FSfzBLrNCXt/rr2VYZdX5i6444QJU0fFoc7Ljg+Q+iqebwE3K0eTvkI6TRjELsXk1cjU+fXwAR4OjQ==} - engines: {node: '>=20.19.4'} - - metro-resolver@0.81.5: - resolution: {integrity: sha512-6BX8Nq3g3go3FxcyXkVbWe7IgctjDTk6D9flq+P201DfHHQ28J+DWFpVelFcrNTn4tIfbP/Bw7u/0g2BGmeXfQ==} - engines: {node: '>=18.18'} - - metro-resolver@0.82.5: - resolution: {integrity: sha512-kFowLnWACt3bEsuVsaRNgwplT8U7kETnaFHaZePlARz4Fg8tZtmRDUmjaD68CGAwc0rwdwNCkWizLYpnyVcs2g==} - engines: {node: '>=18.18'} - - metro-resolver@0.83.3: - resolution: {integrity: sha512-0js+zwI5flFxb1ktmR///bxHYg7OLpRpWZlBBruYG8OKYxeMP7SV0xQ/o/hUelrEMdK4LJzqVtHAhBm25LVfAQ==} - engines: {node: '>=20.19.4'} - - metro-runtime@0.81.5: - resolution: {integrity: sha512-M/Gf71ictUKP9+77dV/y8XlAWg7xl76uhU7ggYFUwEdOHHWPG6gLBr1iiK0BmTjPFH8yRo/xyqMli4s3oGorPQ==} - engines: {node: '>=18.18'} - - metro-runtime@0.82.5: - resolution: {integrity: sha512-rQZDoCUf7k4Broyw3Ixxlq5ieIPiR1ULONdpcYpbJQ6yQ5GGEyYjtkztGD+OhHlw81LCR2SUAoPvtTus2WDK5g==} - engines: {node: '>=18.18'} + metro-config@0.84.4: + resolution: {integrity: sha512-PMotGDjXcXLWo2TMRH+VR99phFNgYTwqh4OoieIKK3yTJa1Jmkl+fZJxDO0jfBvNF+WESHciHvpNuBtXaF3B0Q==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-runtime@0.83.3: - resolution: {integrity: sha512-JHCJb9ebr9rfJ+LcssFYA2x1qPYuSD/bbePupIGhpMrsla7RCwC/VL3yJ9cSU+nUhU4c9Ixxy8tBta+JbDeZWw==} - engines: {node: '>=20.19.4'} + metro-core@0.84.4: + resolution: {integrity: sha512-HONpWC5LGXZn3ffkd4Hu6AIrfE7j4Z0g0wMo/goV24WOB3lhuFZ40KgvaDiSw8iyQHloMYay5N/wPX+z8oN/PQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-source-map@0.81.5: - resolution: {integrity: sha512-Jz+CjvCKLNbJZYJTBeN3Kq9kIJf6b61MoLBdaOQZJ5Ajhw6Pf95Nn21XwA8BwfUYgajsi6IXsp/dTZsYJbN00Q==} - engines: {node: '>=18.18'} + metro-file-map@0.84.4: + resolution: {integrity: sha512-KSVDi/u60hKPx++NLu3MTIvyjzNoJnFAF8PQFxaj1jiSka/wjw+Ua6sNuJ0TDHQv+7AAoFQxeMgaRAe8Yic5wQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-source-map@0.82.5: - resolution: {integrity: sha512-wH+awTOQJVkbhn2SKyaw+0cd+RVSCZ3sHVgyqJFQXIee/yLs3dZqKjjeKKhhVeudgjXo7aE/vSu/zVfcQEcUfw==} - engines: {node: '>=18.18'} + metro-minify-terser@0.84.4: + resolution: {integrity: sha512-5qpbaVOMC7CPitIpuewzVeGw7E+C3ykbv2mqTjQLl85Z3annSVGlSCTcsZjqXZzjupfK4Ztj3dDc4kc44NZwtQ==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-source-map@0.83.3: - resolution: {integrity: sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg==} - engines: {node: '>=20.19.4'} + metro-resolver@0.84.4: + resolution: {integrity: sha512-1qLgbxQ5ZGhhutuPot1Yp348ofDsATL2WkrHF65TobqTT9K3P9qJXw38bomk7ncp5B7OYMfWwtyBZo1lCV792A==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-symbolicate@0.81.5: - resolution: {integrity: sha512-X3HV3n3D6FuTE11UWFICqHbFMdTavfO48nXsSpnNGFkUZBexffu0Xd+fYKp+DJLNaQr3S+lAs8q9CgtDTlRRuA==} - engines: {node: '>=18.18'} - hasBin: true + metro-runtime@0.84.4: + resolution: {integrity: sha512-Jibypds4g7AhzdRKY+kDoj51s5EXMwgyp5ddtlreDAsWefMdOx+agWqgm0H2XSZ/ueanHHVM89fnf5OJnlxa8Q==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-symbolicate@0.82.5: - resolution: {integrity: sha512-1u+07gzrvYDJ/oNXuOG1EXSvXZka/0JSW1q2EYBWerVKMOhvv9JzDGyzmuV7hHbF2Hg3T3S2uiM36sLz1qKsiw==} - engines: {node: '>=18.18'} - hasBin: true + metro-source-map@0.84.4: + resolution: {integrity: sha512-jbWkPxIesVuo1IWkvezmMJld6iu8nD62GsrZiV6jP37AOdbo4OBq1FJ+qkOg8sV05wAHB//jAbziuW0SlJfW4g==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro-symbolicate@0.83.3: - resolution: {integrity: sha512-F/YChgKd6KbFK3eUR5HdUsfBqVsanf5lNTwFd4Ca7uuxnHgBC3kR/Hba/RGkenR3pZaGNp5Bu9ZqqP52Wyhomw==} - engines: {node: '>=20.19.4'} + metro-symbolicate@0.84.4: + resolution: {integrity: sha512-OnfpacxUqGPZQ27t8qK9mFa7uqHIlVWeqRqkCbvMvreEBiamEeOn8krKtcwgP5M4cYDPwuSmCTopHMVthqG4zA==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} hasBin: true - metro-transform-plugins@0.81.5: - resolution: {integrity: sha512-MmHhVx/1dJC94FN7m3oHgv5uOjKH8EX8pBeu1pnPMxbJrx6ZuIejO0k84zTSaQTZ8RxX1wqwzWBpXAWPjEX8mA==} - engines: {node: '>=18.18'} - - metro-transform-plugins@0.82.5: - resolution: {integrity: sha512-57Bqf3rgq9nPqLrT2d9kf/2WVieTFqsQ6qWHpEng5naIUtc/Iiw9+0bfLLWSAw0GH40iJ4yMjFcFJDtNSYynMA==} - engines: {node: '>=18.18'} - - metro-transform-plugins@0.83.3: - resolution: {integrity: sha512-eRGoKJU6jmqOakBMH5kUB7VitEWiNrDzBHpYbkBXW7C5fUGeOd2CyqrosEzbMK5VMiZYyOcNFEphvxk3OXey2A==} - engines: {node: '>=20.19.4'} - - metro-transform-worker@0.81.5: - resolution: {integrity: sha512-lUFyWVHa7lZFRSLJEv+m4jH8WrR5gU7VIjUlg4XmxQfV8ngY4V10ARKynLhMYPeQGl7Qvf+Ayg0eCZ272YZ4Mg==} - engines: {node: '>=18.18'} - - metro-transform-worker@0.82.5: - resolution: {integrity: sha512-mx0grhAX7xe+XUQH6qoHHlWedI8fhSpDGsfga7CpkO9Lk9W+aPitNtJWNGrW8PfjKEWbT9Uz9O50dkI8bJqigw==} - engines: {node: '>=18.18'} - - metro-transform-worker@0.83.3: - resolution: {integrity: sha512-Ztekew9t/gOIMZX1tvJOgX7KlSLL5kWykl0Iwu2cL2vKMKVALRl1hysyhUw0vjpAvLFx+Kfq9VLjnHIkW32fPA==} - engines: {node: '>=20.19.4'} - - metro@0.81.5: - resolution: {integrity: sha512-YpFF0DDDpDVygeca2mAn7K0+us+XKmiGk4rIYMz/CRdjFoCGqAei/IQSpV0UrGfQbToSugpMQeQJveaWSH88Hg==} - engines: {node: '>=18.18'} - hasBin: true + metro-transform-plugins@0.84.4: + resolution: {integrity: sha512-kehr6HbAecqD0/a3xLXobELdPaAmRAl8bel0qagPF4vhZtux93nS8S4eq2kgKt6J2GnQpVjSoW1PXdst04mwow==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro@0.82.5: - resolution: {integrity: sha512-8oAXxL7do8QckID/WZEKaIFuQJFUTLzfVcC48ghkHhNK2RGuQq8Xvf4AVd+TUA0SZtX0q8TGNXZ/eba1ckeGCg==} - engines: {node: '>=18.18'} - hasBin: true + metro-transform-worker@0.84.4: + resolution: {integrity: sha512-W1IYMvvXTu4MxYr7d9h7CeG2vpIr3bmLLIavkPY4O1ilzDrvS8z/NEe6y+pC44Ff7raMXQgYSfdqDUwN/i39gg==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} - metro@0.83.3: - resolution: {integrity: sha512-+rP+/GieOzkt97hSJ0MrPOuAH/jpaS21ZDvL9DJ35QYRDlQcwzcvUlGUf79AnQxq/2NPiS/AULhhM4TKutIt8Q==} - engines: {node: '>=20.19.4'} + metro@0.84.4: + resolution: {integrity: sha512-8ETTubqfD6ornDy2zYDvRcKnVDOXdFJsjetYDBsY4oAsb6NJkiwFR+FaMESyGppFmQUyBQA4H4sFGxzcQSGtFA==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} hasBin: true micromark-core-commonmark@2.0.3: @@ -10313,10 +10007,6 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - minimatch@10.1.2: - resolution: {integrity: sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==} - engines: {node: 20 || >=22} - minimatch@10.2.5: resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} engines: {node: 18 || 20 || >=22} @@ -10346,10 +10036,6 @@ packages: resolution: {integrity: sha512-Z5z/+FzZqOSO3juSVKV3zcm4R2eAlWwlKMcqHmyFEJAaLILNcDKnIbnb4/kbcGyIuhtdWrzu8WOIR7uM6I34aw==} engines: {node: '>= 4', npm: '>= 3'} - mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true - mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} @@ -10392,8 +10078,8 @@ packages: resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==} hasBin: true - multitars@0.2.4: - resolution: {integrity: sha512-XgLbg1HHchFauMCQPRwMj6MSyDd5koPlTA1hM3rUFkeXzGpjU/I9fP3to7yrObE9jcN8ChIOQGrM0tV0kUZaKg==} + multitars@1.0.0: + resolution: {integrity: sha512-H/J4fMLedtudftaYMOg7ajzLYgT3/rwbWVJbqr/iUgB8DQztn38ys5HOqI1CzSxx8QhXXwOOnnBvd4v3jG5+Mg==} murmurhash-js@1.0.0: resolution: {integrity: sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==} @@ -10462,10 +10148,6 @@ packages: resolution: {integrity: sha512-AntnTbmKZvNYIsTVPPwv7dfZdAfo/6H/2ZlZACK66NAOQtIApxkB/6pf/c+s+ACW8vemGJzUCyVTssrzNUK6yQ==} engines: {node: '>=16.0.0'} - node-dir@0.1.17: - resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} - engines: {node: '>= 0.10.5'} - node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -10524,17 +10206,9 @@ packages: nwsapi@2.2.22: resolution: {integrity: sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==} - ob1@0.81.5: - resolution: {integrity: sha512-iNpbeXPLmaiT9I5g16gFFFjsF3sGxLpYG2EGP3dfFB4z+l9X60mp/yRzStHhMtuNt8qmf7Ww80nOPQHngHhnIQ==} - engines: {node: '>=18.18'} - - ob1@0.82.5: - resolution: {integrity: sha512-QyQQ6e66f+Ut/qUVjEce0E/wux5nAGLXYZDn1jr15JWstHsCH3l6VVrg8NKDptW9NEiBXKOJeGF/ydxeSDF3IQ==} - engines: {node: '>=18.18'} - - ob1@0.83.3: - resolution: {integrity: sha512-egUxXCDwoWG06NGCS5s5AdcpnumHKJlfd3HH06P3m9TEMwwScfcY35wpQxbm9oHof+dM/lVH9Rfyu1elTVelSA==} - engines: {node: '>=20.19.4'} + ob1@0.84.4: + resolution: {integrity: sha512-eJXMpz4aQHXF/YBB9ddqZDIS+ooO91hObo9FoW/xBkr54/zCwYYCDqT/O54vNo8kOkWs5Ou/y28NgdrV0edQNA==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} @@ -10670,10 +10344,6 @@ packages: resolution: {integrity: sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==} engines: {node: '>=20'} - p-locate@3.0.0: - resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} - engines: {node: '>=6'} - p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} @@ -10718,10 +10388,6 @@ packages: parse-entities@4.0.2: resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==} - parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} - parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -10749,10 +10415,6 @@ packages: path-browserify@1.0.1: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} - path-exists@3.0.0: - resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} - engines: {node: '>=4'} - path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -10823,10 +10485,6 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@3.0.1: - resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} - engines: {node: '>=10'} - picomatch@4.0.3: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} @@ -10870,10 +10528,6 @@ packages: resolution: {integrity: sha512-1wrVzJ2STrpmONHKBy228LM1b84msXDUoAzVEl0R8Mz4Ce6EPr+IVtxm8+yvrqLYMHswREkjYFaMxnyGnaY3Ng==} hasBin: true - pkg-dir@3.0.0: - resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} - engines: {node: '>=6'} - pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -10953,10 +10607,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.49: - resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.15: resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} engines: {node: ^10 || ^12 || >=14} @@ -11089,10 +10739,6 @@ packages: resolution: {integrity: sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==} engines: {node: '>=16.0.0'} - qrcode-terminal@0.11.0: - resolution: {integrity: sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==} - hasBin: true - qs@6.13.0: resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} engines: {node: '>=0.6'} @@ -11176,10 +10822,10 @@ packages: peerDependencies: react: ^19.1.1 - react-dom@19.2.0: - resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==} + react-dom@19.2.3: + resolution: {integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==} peerDependencies: - react: ^19.2.0 + react: ^19.2.3 react-dom@19.2.4: resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==} @@ -11192,9 +10838,6 @@ packages: peerDependencies: react: '>=0.14.0' - react-fast-compare@3.2.2: - resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} - react-flame-graph@1.4.0: resolution: {integrity: sha512-DaCK9ZX+xK0mNca72kUE5cu6T8hGe/KLsefQWf+eT9sVt+0WP1dVxZCGD8Svfn2KrZB9Mv011Intg/yG2YWSxA==} engines: {node: '>8.0.0'} @@ -11276,8 +10919,8 @@ packages: react-multi-ref@1.0.2: resolution: {integrity: sha512-6oS5yzrZ4UrdMHbF6QAnnaoIe9h8R+Xv4m8uJWVK8/Q4RCc6RTT0XJ/LZ7llVgFcVbnDHeUAcVIhtRgFyzjJpA==} - react-native-gesture-handler@2.30.0: - resolution: {integrity: sha512-5YsnKHGa0X9C8lb5oCnKm0fLUPM6CRduvUUw2Bav4RIj/C3HcFh4RIUnF8wgG6JQWCL1//gRx4v+LVWgcIQdGA==} + react-native-gesture-handler@2.32.0: + resolution: {integrity: sha512-uYIMOKlKENORq2SABE+jIjbPU+h5I/sQKcq2v16zRq848nwEp1fWRVwML4QWqijc8UcXJC25o54S8GQd4Mf2OA==} peerDependencies: react: '*' react-native: '*' @@ -11291,8 +10934,8 @@ packages: resolution: {integrity: sha512-vqkJThgFwxbPBYDWyih/a2ARL0roPl08ga45L968Sd/VnTTOWkfT7pPiKjpLCx0kkyH5Gf196G1yOPhkdh6Yhg==} hasBin: true - react-native-is-edge-to-edge@1.2.1: - resolution: {integrity: sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==} + react-native-is-edge-to-edge@1.3.1: + resolution: {integrity: sha512-NIXU/iT5+ORyCc7p0z2nnlkouYKX425vuU1OEm6bMMtWWR9yvb+Xg5AZmImTKoF9abxCPqrKC3rOZsKzUYgYZA==} peerDependencies: react: '*' react-native: '*' @@ -11310,13 +10953,20 @@ packages: react-native: '*' react-native-nitro-modules: '*' - react-native-nitro-fetch@1.0.3: - resolution: {integrity: sha512-APWBw8g1ZyvkVZMkwqcjCpiuHlgHMmKrBXqgdYyJ/j4bPhfavnCx79BPfjBtxQ/ymp91Vm6ToHb+XDFZom7XaQ==} + react-native-mmkv@4.3.2: + resolution: {integrity: sha512-49OAyfkg0/TMWiWELZN6VuVQPZPhizwL4DTmp8b7B1md3dB/s3LH3mGfC3T+lp9W0y/rqxZMEnotLFTIbOAenQ==} + peerDependencies: + react: '*' + react-native: '*' + react-native-nitro-modules: '*' + + react-native-nitro-fetch@1.5.1: + resolution: {integrity: sha512-RfclfUHrawyS0E5Hjr8sAG3tc4F9WH0XtlavB2hmBbu7Q7/a+VYxc0jLxO+LDuUbbwBNTECkwVV2oznU2SLvNA==} peerDependencies: react: '*' react-native: '*' react-native-nitro-modules: ^0.35.2 - react-native-worklets: ^0.8.0 + react-native-worklets: '>=0.8.0' peerDependenciesMeta: react-native-worklets: optional: true @@ -11327,15 +10977,21 @@ packages: react: '*' react-native: '*' - react-native-nitro-text-decoder@0.1.0: - resolution: {integrity: sha512-waIw4X7fAHiG6rUUkU2KmkK0OzKjjoHXljM4HHL3gZFDZ0hfsBqD0Erz8hwS7yiW4PJBnL/h+x03xJK9KrvWQg==} + react-native-nitro-modules@0.36.1: + resolution: {integrity: sha512-kBv/VvKqAmkXAvP1DxJMC9b/fRhh7JdSO4EUnPP46hJjrIFeFR8AwKm8mYaKZEuF014M/TVdv2vomVUW0umsQQ==} + peerDependencies: + react: '*' + react-native: '*' + + react-native-nitro-text-decoder@0.2.0: + resolution: {integrity: sha512-Ur1qGohlIz4NHRwrGkq3Zvl05XFscZo2qoDivXEpR9yRswWjLGkT1+bX6cX+/6JKvhjwj7PqBZHe0r120fcEYQ==} peerDependencies: react: '*' react-native: '*' react-native-nitro-modules: ^0.35.2 - react-native-nitro-websockets@1.0.3: - resolution: {integrity: sha512-7eLFuVRBaHqjqVXf7KJwW3Qgo9fb7cn+7wRHVTVIsqCueXeGi7rvxLA3JL4Vc6xLyRNOauLR1ayn41mU9+R5PQ==} + react-native-nitro-websockets@1.1.0: + resolution: {integrity: sha512-hzYJ8gNzbB6V4J1mh8azEr72HSGhX6IytcHx1ewPSSF9tHGnOtGopucIOuJCf5qBu+6TKx5uA17FoqPPetrwCA==} peerDependencies: react: '*' react-native: '*' @@ -11351,21 +11007,21 @@ packages: peerDependencies: react-native: '*' - react-native-reanimated@4.2.1: - resolution: {integrity: sha512-/NcHnZMyOvsD/wYXug/YqSKw90P9edN0kEPL5lP4PFf1aQ4F1V7MKe/E0tvfkXKIajy3Qocp5EiEnlcrK/+BZg==} + react-native-reanimated@4.5.0: + resolution: {integrity: sha512-+iPfvK34PKKYP/p/4TaBliFkbfvjGDIvXuiiaxvISP5ip7sWegvlacwU/uAV6zNDSSmX0tDyER7PurPMKGDipA==} peerDependencies: react: '*' - react-native: '*' - react-native-worklets: '>=0.7.0' + react-native: 0.83 - 0.86 + react-native-worklets: 0.10.x - react-native-safe-area-context@5.6.2: - resolution: {integrity: sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==} + react-native-safe-area-context@5.7.0: + resolution: {integrity: sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==} peerDependencies: react: '*' react-native: '*' - react-native-screens@4.22.0: - resolution: {integrity: sha512-f1AtzxmgZlKeoioWzdNdQ/4SuqZ/w370KCBnA666pN8UZ33X4PkVJ/9v9y2y5sj0cXKEcgeN3Br9lmeDRQ735A==} + react-native-screens@4.26.2: + resolution: {integrity: sha512-2XnWsZToKj76trGtEZzx5ELD/qOICFEprEeUntImmitQFVUkea27fiWdUSITArI356Y1qynpXZINW+Unbhky/A==} peerDependencies: react: '*' react-native: '*' @@ -11380,14 +11036,8 @@ packages: react: '*' react-native-web: '>= 0.10.1' - react-native-svg@15.15.1: - resolution: {integrity: sha512-ZUD1xwc3Hwo4cOmOLumjJVoc7lEf9oQFlHnLmgccLC19fNm6LVEdtB+Cnip6gEi0PG3wfvVzskViEtrySQP8Fw==} - peerDependencies: - react: '*' - react-native: '*' - - react-native-svg@15.8.0: - resolution: {integrity: sha512-KHJzKpgOjwj1qeZzsBjxNdoIgv2zNCO9fVcoq2TEhTRsVV5DGTZ9JzUZwybd7q4giT/H3RdtqC3u44dWdO0Ffw==} + react-native-svg@15.15.4: + resolution: {integrity: sha512-boT/vIRgj6zZKBpfTPJJiYWMbZE9duBMOwPK6kCSTgxsS947IFMOq9OgIFkpWZTB7t229H24pDRkh3W9ZK/J1A==} peerDependencies: react: '*' react-native: '*' @@ -11404,21 +11054,25 @@ packages: react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 - react-native-worklets@0.7.2: - resolution: {integrity: sha512-DuLu1kMV/Uyl9pQHp3hehAlThoLw7Yk2FwRTpzASOmI+cd4845FWn3m2bk9MnjUw8FBRIyhwLqYm2AJaXDXsog==} + react-native-worklets@0.10.0: + resolution: {integrity: sha512-JhE6IxDf6iabC0qu3+TAKA4v9RlluXmoIngPQX7/QUByf75lfrsHZ6/dQhyjEWnp1EEQiwzz8Cpew140ZcewDw==} peerDependencies: '@babel/core': '*' + '@react-native/metro-config': '*' react: '*' - react-native: '*' + react-native: 0.83 - 0.86 - react-native@0.83.1: - resolution: {integrity: sha512-mL1q5HPq5cWseVhWRLl+Fwvi5z1UO+3vGOpjr+sHFwcUletPRZ5Kv+d0tUfqHmvi73/53NjlQqX1Pyn4GguUfA==} - engines: {node: '>= 20.19.4'} + react-native@0.86.0: + resolution: {integrity: sha512-17ALh/dd6AO4pgOVmOO5Axll5PbErEo3XFyLokyzW6usyi+OShIEPwUW26wLPlhVifgSOIfECCH0WN+0IqtJ1w==} + engines: {node: ^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0} hasBin: true peerDependencies: + '@react-native/jest-preset': 0.86.0 '@types/react': ^19.1.1 - react: ^19.2.0 + react: ^19.2.3 peerDependenciesMeta: + '@react-native/jest-preset': + optional: true '@types/react': optional: true @@ -11520,10 +11174,10 @@ packages: '@types/react': optional: true - react-test-renderer@19.2.0: - resolution: {integrity: sha512-zLCFMHFE9vy/w3AxO0zNxy6aAupnCuLSVOJYDe/Tp+ayGI1f2PLQsFVPANSD42gdSbmYx5oN+1VWDhcXtq7hAQ==} + react-test-renderer@19.2.3: + resolution: {integrity: sha512-TMR1LnSFiWZMJkCgNf5ATSvAheTT2NvKIwiVwdBPHxjBI7n/JbWd4gaZ16DVd9foAXdvDz+sB5yxZTwMjPRxpw==} peerDependencies: - react: ^19.2.0 + react: ^19.2.3 react-transition-group@4.4.5: resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} @@ -11584,8 +11238,8 @@ packages: resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} engines: {node: '>=0.10.0'} - react@19.2.0: - resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==} + react@19.2.3: + resolution: {integrity: sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==} engines: {node: '>=0.10.0'} react@19.2.4: @@ -11614,10 +11268,6 @@ packages: resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} engines: {node: '>= 12.13.0'} - recast@0.21.5: - resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==} - engines: {node: '>= 4'} - rechoir@0.8.0: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} @@ -11751,10 +11401,6 @@ packages: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} engines: {node: '>=8'} - resolve-from@3.0.0: - resolution: {integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==} - engines: {node: '>=4'} - resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} @@ -11808,11 +11454,6 @@ packages: rfdc@1.4.1: resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} - rimraf@2.6.3: - resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} deprecated: Rimraf versions prior to v4 are no longer supported @@ -11941,10 +11582,6 @@ packages: resolution: {integrity: sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==} engines: {node: '>=18'} - semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} - hasBin: true - semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -11954,21 +11591,11 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.2: resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} hasBin: true - semver@7.7.3: - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} - engines: {node: '>=10'} - hasBin: true - semver@7.8.5: resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} engines: {node: '>=10'} @@ -12001,9 +11628,6 @@ packages: resolution: {integrity: sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==} engines: {node: '>= 18'} - server-only@0.0.1: - resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==} - set-cookie-parser@2.7.1: resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} @@ -12424,10 +12048,6 @@ packages: resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==} engines: {node: '>=6'} - temp@0.8.4: - resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} - engines: {node: '>=6.0.0'} - term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} @@ -12591,6 +12211,9 @@ packages: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} + toqr@0.1.1: + resolution: {integrity: sha512-FWAPzCIHZHnrE/5/w9MPk0kK25hSQSH2IKhYh9PyjS3SG/+IEMvlwIHbhz+oF7xl54I+ueZlVnMjyzdSwLmAwA==} + totalist@3.0.1: resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} engines: {node: '>=6'} @@ -12630,6 +12253,12 @@ packages: peerDependencies: typescript: '>=4.8.4' + ts-api-utils@2.5.0: + resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==} + engines: {node: '>=18.12'} + peerDependencies: + typescript: '>=4.8.4' + ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} @@ -12692,10 +12321,6 @@ packages: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} - type-detect@4.0.8: - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} - engines: {node: '>=4'} - type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} @@ -12750,6 +12375,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} + engines: {node: '>=14.17'} + hasBin: true + ua-parser-js@1.0.40: resolution: {integrity: sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==} hasBin: true @@ -12953,12 +12583,6 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vaul@1.1.2: - resolution: {integrity: sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc - vfile-location@5.0.3: resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} @@ -13270,8 +12894,8 @@ packages: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} engines: {node: '>=18'} - whatwg-url-minimum@0.1.1: - resolution: {integrity: sha512-u2FNVjFVFZhdjb502KzXy1gKn1mEisQRJssmSJT8CPhZdZa0AP6VCbWlXERKyGu0l09t0k50FiDiralpGhBxgA==} + whatwg-url-minimum@0.1.2: + resolution: {integrity: sha512-XPEm0XFQWNVG292lII1PrRRJl3sItrs7CettZ4ncYxuDVpLyy+NwlGyut2hXI0JswcJUxeCH+CyOJK0ZzAXD6A==} whatwg-url@12.0.1: resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==} @@ -13331,13 +12955,6 @@ packages: writable-consumable-stream@4.2.0: resolution: {integrity: sha512-A2g0/Xaq/I2DQlYofh7nvKaJYZ0v4UOKuNLePG/G1ylx7p8e904jMTKhS+cdHNO1OulZpP2ModXs37EkG6tqSQ==} - write-file-atomic@2.4.3: - resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} - - write-file-atomic@4.0.2: - resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - ws@6.2.3: resolution: {integrity: sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==} peerDependencies: @@ -13439,6 +13056,12 @@ packages: resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} engines: {node: '>=12.20'} + zod-validation-error@4.0.2: + resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==} + engines: {node: '>=18.0.0'} + peerDependencies: + zod: ^3.25.0 || ^4.0.0 + zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} @@ -13471,7 +13094,7 @@ snapshots: '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.29 '@babel/code-frame@7.29.0': @@ -13480,6 +13103,12 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/code-frame@7.29.7': + dependencies: + '@babel/helper-validator-identifier': 7.29.7 + js-tokens: 4.0.0 + picocolors: 1.1.1 + '@babel/code-frame@8.0.0-beta.1': dependencies: '@babel/helper-validator-identifier': 8.0.0-beta.1 @@ -13490,18 +13119,20 @@ snapshots: '@babel/compat-data@7.29.0': {} + '@babel/compat-data@7.29.7': {} + '@babel/core@7.28.0': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helpers': 7.27.6 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 convert-source-map: 2.0.0 debug: 4.4.3(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -13538,15 +13169,27 @@ snapshots: '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.1.0 + '@babel/generator@7.29.7': + dependencies: + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + jsesc: 3.1.0 + '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 + + '@babel/helper-annotate-as-pure@7.29.7': + dependencies: + '@babel/types': 7.29.7 '@babel/helper-compilation-targets@7.27.2': dependencies: '@babel/compat-data': 7.28.0 '@babel/helper-validator-option': 7.27.1 - browserslist: 4.26.3 + browserslist: 4.28.2 lru-cache: 5.1.1 semver: 6.3.1 @@ -13558,62 +13201,39 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.0)': + '@babel/helper-compilation-targets@7.29.7': dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/compat-data': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + browserslist: 4.28.2 + lru-cache: 5.1.1 semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)': + '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-member-expression-to-functions': 7.29.7 + '@babel/helper-optimise-call-expression': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.0) + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/traverse': 7.29.7 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - regexpu-core: 6.2.0 - semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-annotate-as-pure': 7.29.7 regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.28.6 - debug: 4.4.3(supports-color@5.5.0) - lodash.debounce: 4.0.8 - resolve: 1.22.10 - transitivePeerDependencies: - - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 debug: 4.4.3(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.10 @@ -13622,24 +13242,33 @@ snapshots: '@babel/helper-globals@7.28.0': {} - '@babel/helper-member-expression-to-functions@7.28.5': + '@babel/helper-globals@7.29.7': {} + + '@babel/helper-member-expression-to-functions@7.29.7': dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.28.6(supports-color@5.5.0)': dependencies: '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-imports@7.29.7': + dependencies: + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color @@ -13648,99 +13277,87 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-module-imports': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.29.0)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.28.6(supports-color@5.5.0) '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0(supports-color@5.5.0) transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': + '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.28.6(supports-color@5.5.0) - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.27.1': + '@babel/helper-optimise-call-expression@7.29.7': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-plugin-utils@7.28.6': {} - - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.27.1 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils@7.29.7': {} '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-wrap-function': 7.27.1 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)': + '@babel/helper-replace-supers@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-member-expression-to-functions': 7.29.7 + '@babel/helper-optimise-call-expression': 7.29.7 + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + '@babel/helper-skip-transparent-expression-wrappers@7.29.7': dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color '@babel/helper-string-parser@7.27.1': {} + '@babel/helper-string-parser@7.29.7': {} + '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-identifier@7.29.7': {} + '@babel/helper-validator-identifier@8.0.0-beta.1': {} '@babel/helper-validator-option@7.27.1': {} + '@babel/helper-validator-option@7.29.7': {} + '@babel/helper-wrap-function@7.27.1': dependencies: - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color '@babel/helpers@7.27.6': dependencies: - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 '@babel/helpers@7.29.2': dependencies: @@ -13751,743 +13368,325 @@ snapshots: dependencies: '@babel/types': 7.29.0 - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.29.0)': + '@babel/parser@7.29.7': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color + '@babel/types': 7.29.7 '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-export-default-from@7.27.1(@babel/core@7.28.0)': + '@babel/plugin-proposal-export-default-from@7.27.1(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/core': 7.29.0 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-proposal-export-default-from@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.29.0)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.29.0)': + '@babel/plugin-syntax-export-default-from@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-export-default-from@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-export-default-from@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-flow@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-flow@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.0)': + '@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0) - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0) + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoping@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-class-properties@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-globals': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.0) - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-classes@7.28.4(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-globals': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/template': 7.28.6 - - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-classes@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/template': 7.28.6 - - '@babel/plugin-transform-destructuring@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.0) + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color '@babel/plugin-transform-destructuring@7.28.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-flow': 7.27.1(@babel/core@7.28.0) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-flow': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-object-rest-spread@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0) - '@babel/traverse': 7.29.0(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-object-rest-spread@7.28.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.29.0) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) - '@babel/traverse': 7.29.0(supports-color@5.5.0) + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-display-name@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-react-display-name@7.28.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.0) transitivePeerDependencies: - supports-color '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0) - '@babel/types': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.0) - '@babel/types': 7.29.0 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.0) + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color '@babel/plugin-transform-react-pure-annotations@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-runtime@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.0) - babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.0) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.0) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-runtime@7.28.0(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) - babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.0) - transitivePeerDependencies: - - supports-color + '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.29.0)': + '@babel/plugin-transform-runtime@7.28.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) + semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/preset-flow@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 - '@babel/preset-react@7.28.5(@babel/core@7.29.0)': + '@babel/plugin-transform-typescript@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-react-pure-annotations': 7.27.1(@babel/core@7.29.0) + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.29.0) - transitivePeerDependencies: - - supports-color + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.29.7 - '@babel/register@7.27.1(@babel/core@7.29.0)': + '@babel/preset-typescript@7.29.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - clone-deep: 4.0.1 - find-cache-dir: 2.1.0 - make-dir: 2.1.0 - pirates: 4.0.7 - source-map-support: 0.5.21 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.0) + transitivePeerDependencies: + - supports-color '@babel/runtime@7.26.10': dependencies: @@ -14499,6 +13698,12 @@ snapshots: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 + '@babel/template@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@babel/traverse@7.29.0(supports-color@5.5.0)': dependencies: '@babel/code-frame': 7.29.0 @@ -14511,16 +13716,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + debug: 4.4.3(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color + '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 + '@babel/types@7.29.7': + dependencies: + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@bcoe/v8-coverage@1.0.2': {} '@callstack/repack-dev-server@5.2.0': dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 '@fastify/middie': 8.3.3 '@fastify/sensible': 5.6.0 fastify: 4.29.1 @@ -14537,7 +13759,7 @@ snapshots: - supports-color - utf-8-validate - '@callstack/repack@5.2.0(@babel/core@7.29.0)(@swc/core@1.5.29(@swc/helpers@0.5.17))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4))(webpack@5.105.4(@swc/core@1.5.29(@swc/helpers@0.5.17)))': + '@callstack/repack@5.2.0(@babel/core@7.29.0)(@swc/core@1.5.29(@swc/helpers@0.5.17))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(webpack@5.105.4(@swc/core@1.5.29(@swc/helpers@0.5.17)))': dependencies: '@callstack/repack-dev-server': 5.2.0 '@discoveryjs/json-ext': 0.5.7 @@ -14556,7 +13778,7 @@ snapshots: memfs: 4.24.0 mime-types: 2.1.35 pretty-format: 26.6.2 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) react-refresh: 0.14.2 schema-utils: 4.3.2 semver: 7.7.2 @@ -14615,7 +13837,7 @@ snapshots: outdent: 0.5.0 prettier: 2.8.8 resolve-from: 5.0.0 - semver: 7.7.3 + semver: 7.8.5 '@changesets/assemble-release-plan@6.0.9': dependencies: @@ -14624,7 +13846,7 @@ snapshots: '@changesets/should-skip-package': 0.1.2 '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 - semver: 7.7.3 + semver: 7.8.5 '@changesets/changelog-git@0.2.1': dependencies: @@ -14690,7 +13912,7 @@ snapshots: '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 picocolors: 1.1.1 - semver: 7.7.3 + semver: 7.8.5 '@changesets/get-github-info@0.7.0': dependencies: @@ -14873,7 +14095,7 @@ snapshots: '@commitlint/is-ignored@19.8.1': dependencies: '@commitlint/types': 19.8.1 - semver: 7.7.3 + semver: 7.8.5 '@commitlint/lint@19.8.1': dependencies: @@ -14980,44 +14202,44 @@ snapshots: '@discoveryjs/json-ext@1.0.0': {} - '@dnd-kit/accessibility@3.1.1(react@19.2.0)': + '@dnd-kit/accessibility@3.1.1(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 tslib: 2.8.1 - '@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@dnd-kit/core@6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@dnd-kit/accessibility': 3.1.1(react@19.2.0) - '@dnd-kit/utilities': 3.2.2(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@dnd-kit/accessibility': 3.1.1(react@19.2.3) + '@dnd-kit/utilities': 3.2.2(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) tslib: 2.8.1 - '@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)': + '@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@dnd-kit/utilities': 3.2.2(react@19.2.0) - react: 19.2.0 + '@dnd-kit/core': 6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@dnd-kit/utilities': 3.2.2(react@19.2.3) + react: 19.2.3 tslib: 2.8.1 - '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)': + '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@dnd-kit/utilities': 3.2.2(react@19.2.0) - react: 19.2.0 + '@dnd-kit/core': 6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@dnd-kit/utilities': 3.2.2(react@19.2.3) + react: 19.2.3 tslib: 2.8.1 - '@dnd-kit/utilities@3.2.2(react@19.2.0)': + '@dnd-kit/utilities@3.2.2(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 tslib: 2.8.1 - '@dr.pogodin/react-native-fs@2.37.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@dr.pogodin/react-native-fs@2.37.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: buffer: 6.0.3 http-status-codes: 2.3.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) '@egjs/hammerjs@2.0.17': dependencies: @@ -15041,7 +14263,7 @@ snapshots: '@emotion/babel-plugin@11.13.5': dependencies: - '@babel/helper-module-imports': 7.28.6(supports-color@5.5.0) + '@babel/helper-module-imports': 7.29.7 '@babel/runtime': 7.26.10 '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 @@ -15071,17 +14293,17 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0)': + '@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3)': dependencies: '@babel/runtime': 7.26.10 '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.3) '@emotion/utils': 1.4.2 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 transitivePeerDependencies: @@ -15103,9 +14325,9 @@ snapshots: '@emotion/unitless@0.7.5': {} - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.2.0)': + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 '@emotion/utils@1.4.2': {} @@ -15199,8 +14421,15 @@ snapshots: eslint: 9.37.0(jiti@2.6.1) eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils@4.9.1(eslint@9.37.0(jiti@2.6.1))': + dependencies: + eslint: 9.37.0(jiti@2.6.1) + eslint-visitor-keys: 3.4.3 + '@eslint-community/regexpp@4.12.1': {} + '@eslint-community/regexpp@4.12.2': {} + '@eslint/config-array@0.21.0': dependencies: '@eslint/object-schema': 2.1.6 @@ -15242,70 +14471,69 @@ snapshots: '@expo-google-fonts/material-symbols@0.4.22': {} - '@expo/cli@55.0.7(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)))(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/cli@57.0.10(4023abf99b89b4335d1fa8bafc015ca2)': dependencies: '@expo/code-signing-certificates': 0.0.6 - '@expo/config': 55.0.4 - '@expo/config-plugins': 55.0.4 + '@expo/config': 57.0.6(typescript@6.0.3) + '@expo/config-plugins': 57.0.6(typescript@6.0.3) '@expo/devcert': 1.2.1 - '@expo/env': 2.1.0 - '@expo/image-utils': 0.8.12 - '@expo/json-file': 10.0.12 - '@expo/log-box': 55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro': 54.2.0 - '@expo/metro-config': 55.0.5(expo@55.0.0-preview.10) - '@expo/osascript': 2.4.2 - '@expo/package-manager': 1.10.3 - '@expo/plist': 0.5.2 - '@expo/prebuild-config': 55.0.4(expo@55.0.0-preview.10) - '@expo/router-server': 55.0.5(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)))(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(expo-server@55.0.3)(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@expo/schema-utils': 55.0.2 - '@expo/spawn-async': 1.7.2 - '@expo/ws-tunnel': 1.0.6 - '@expo/xcpretty': 4.4.0 - '@react-native/dev-middleware': 0.83.1 + '@expo/env': 2.4.2 + '@expo/image-utils': 0.11.4(typescript@6.0.3) + '@expo/inline-modules': 0.1.3(typescript@6.0.3) + '@expo/json-file': 11.0.1 + '@expo/log-box': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/metro': 56.0.0 + '@expo/metro-config': 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(typescript@6.0.3) + '@expo/metro-file-map': 57.0.1 + '@expo/osascript': 2.7.1 + '@expo/package-manager': 1.13.1 + '@expo/plist': 0.8.1 + '@expo/prebuild-config': 57.0.9(typescript@6.0.3) + '@expo/require-utils': 57.0.4(typescript@6.0.3) + '@expo/router-server': 57.0.4(a68280c05d9da475755831193312e51f) + '@expo/schema-utils': 57.0.2 + '@expo/spawn-async': 1.8.0 + '@expo/ws-tunnel': 2.0.0(ws@8.18.3) + '@expo/xcpretty': 4.4.4 + '@react-native/dev-middleware': 0.86.0 accepts: 1.3.8 + agent-cli-detector: 0.1.4 arg: 5.0.2 - better-opn: 3.0.2 bplist-creator: 0.1.0 bplist-parser: 0.3.2 chalk: 4.1.2 ci-info: 3.9.0 - compression: 1.8.0 + compression: 1.8.1 connect: 3.7.0 debug: 4.4.3(supports-color@5.5.0) - dnssd-advertise: 1.1.3 - env-editor: 0.4.2 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-server: 55.0.3 - fetch-nodeshim: 0.4.6 + dnssd-advertise: 1.1.6 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + expo-server: 57.0.1 + fetch-nodeshim: 0.4.10 getenv: 2.0.0 glob: 13.0.2 - lan-network: 0.1.7 - minimatch: 9.0.5 - multitars: 0.2.4 + lan-network: 0.2.1 + multitars: 1.0.0 node-forge: 1.3.3 npm-package-arg: 11.0.3 ora: 3.4.0 - picomatch: 3.0.1 + picomatch: 4.0.4 pretty-format: 29.7.0 progress: 2.0.3 prompts: 2.4.2 - qrcode-terminal: 0.11.0 - require-from-string: 2.0.2 resolve-from: 5.0.0 - semver: 7.7.3 + semver: 7.8.5 send: 0.19.0 slugify: 1.6.6 - source-map-support: 0.5.21 stacktrace-parser: 0.1.11 structured-headers: 0.4.1 terminal-link: 2.1.1 + toqr: 0.1.1 wrap-ansi: 7.0.0 ws: 8.18.3 zod: 3.25.76 optionalDependencies: - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) transitivePeerDependencies: - '@expo/metro-runtime' - bufferutil @@ -15315,73 +14543,147 @@ snapshots: - react-dom - react-server-dom-webpack - supports-color + - typescript - utf-8-validate - '@expo/cli@55.0.7(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4)(expo-font@55.0.3)(expo-router@55.0.0-preview.7)(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/cli@57.0.10(7a9e230bcc886fcc29e4143171825e63)': dependencies: '@expo/code-signing-certificates': 0.0.6 - '@expo/config': 55.0.4 - '@expo/config-plugins': 55.0.4 + '@expo/config': 57.0.6(typescript@5.9.3) + '@expo/config-plugins': 57.0.6(typescript@5.9.3) '@expo/devcert': 1.2.1 - '@expo/env': 2.1.0 - '@expo/image-utils': 0.8.12 - '@expo/json-file': 10.0.12 - '@expo/log-box': 55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro': 54.2.0 - '@expo/metro-config': 55.0.5(expo@55.0.0-preview.10) - '@expo/osascript': 2.4.2 - '@expo/package-manager': 1.10.3 - '@expo/plist': 0.5.2 - '@expo/prebuild-config': 55.0.4(expo@55.0.0-preview.10) - '@expo/router-server': 55.0.5(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4)(expo-font@55.0.3)(expo-router@55.0.0-preview.7)(expo-server@55.0.3)(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@expo/schema-utils': 55.0.2 - '@expo/spawn-async': 1.7.2 - '@expo/ws-tunnel': 1.0.6 - '@expo/xcpretty': 4.4.0 - '@react-native/dev-middleware': 0.83.1 + '@expo/env': 2.4.2 + '@expo/image-utils': 0.11.4(typescript@5.9.3) + '@expo/inline-modules': 0.1.3(typescript@5.9.3) + '@expo/json-file': 11.0.1 + '@expo/log-box': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/metro': 56.0.0 + '@expo/metro-config': 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3) + '@expo/metro-file-map': 57.0.1 + '@expo/osascript': 2.7.1 + '@expo/package-manager': 1.13.1 + '@expo/plist': 0.8.1 + '@expo/prebuild-config': 57.0.9(typescript@5.9.3) + '@expo/require-utils': 57.0.4(typescript@5.9.3) + '@expo/router-server': 57.0.4(d481fd69fad4fb4d839ca476fda48c77) + '@expo/schema-utils': 57.0.2 + '@expo/spawn-async': 1.8.0 + '@expo/ws-tunnel': 2.0.0(ws@8.18.3) + '@expo/xcpretty': 4.4.4 + '@react-native/dev-middleware': 0.86.0 accepts: 1.3.8 + agent-cli-detector: 0.1.4 arg: 5.0.2 - better-opn: 3.0.2 bplist-creator: 0.1.0 bplist-parser: 0.3.2 chalk: 4.1.2 ci-info: 3.9.0 - compression: 1.8.0 + compression: 1.8.1 connect: 3.7.0 debug: 4.4.3(supports-color@5.5.0) - dnssd-advertise: 1.1.3 - env-editor: 0.4.2 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-server: 55.0.3 - fetch-nodeshim: 0.4.6 + dnssd-advertise: 1.1.6 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + expo-server: 57.0.1 + fetch-nodeshim: 0.4.10 getenv: 2.0.0 glob: 13.0.2 - lan-network: 0.1.7 - minimatch: 9.0.5 - multitars: 0.2.4 + lan-network: 0.2.1 + multitars: 1.0.0 node-forge: 1.3.3 npm-package-arg: 11.0.3 ora: 3.4.0 - picomatch: 3.0.1 + picomatch: 4.0.4 pretty-format: 29.7.0 progress: 2.0.3 prompts: 2.4.2 - qrcode-terminal: 0.11.0 - require-from-string: 2.0.2 resolve-from: 5.0.0 - semver: 7.7.3 + semver: 7.8.5 + send: 0.19.0 + slugify: 1.6.6 + stacktrace-parser: 0.1.11 + structured-headers: 0.4.1 + terminal-link: 2.1.1 + toqr: 0.1.1 + wrap-ansi: 7.0.0 + ws: 8.18.3 + zod: 3.25.76 + optionalDependencies: + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + transitivePeerDependencies: + - '@expo/metro-runtime' + - bufferutil + - expo-constants + - expo-font + - react + - react-dom + - react-server-dom-webpack + - supports-color + - typescript + - utf-8-validate + + '@expo/cli@57.0.9(3218f85dbd23d0ee45c7e5c3862addbc)': + dependencies: + '@expo/code-signing-certificates': 0.0.6 + '@expo/config': 57.0.5(typescript@5.8.3) + '@expo/config-plugins': 57.0.6(typescript@5.8.3) + '@expo/devcert': 1.2.1 + '@expo/env': 2.4.2 + '@expo/image-utils': 0.11.4(typescript@5.8.3) + '@expo/inline-modules': 0.1.3(typescript@5.8.3) + '@expo/json-file': 11.0.1 + '@expo/log-box': 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + '@expo/metro': 56.0.0 + '@expo/metro-config': 57.0.6(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(typescript@5.8.3) + '@expo/metro-file-map': 57.0.1 + '@expo/osascript': 2.7.1 + '@expo/package-manager': 1.13.1 + '@expo/plist': 0.8.1 + '@expo/prebuild-config': 57.0.8(typescript@5.8.3) + '@expo/require-utils': 57.0.3(typescript@5.8.3) + '@expo/router-server': 57.0.3(1a3dadbae58e1bc9aacb4884795b1096) + '@expo/schema-utils': 57.0.2 + '@expo/spawn-async': 1.8.0 + '@expo/ws-tunnel': 2.0.0(ws@8.18.3) + '@expo/xcpretty': 4.4.4 + '@react-native/dev-middleware': 0.86.0 + accepts: 1.3.8 + agent-cli-detector: 0.1.4 + arg: 5.0.2 + bplist-creator: 0.1.0 + bplist-parser: 0.3.2 + chalk: 4.1.2 + ci-info: 3.9.0 + compression: 1.8.1 + connect: 3.7.0 + debug: 4.4.3(supports-color@5.5.0) + dnssd-advertise: 1.1.6 + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + expo-server: 57.0.1 + fetch-nodeshim: 0.4.10 + getenv: 2.0.0 + glob: 13.0.2 + lan-network: 0.2.1 + multitars: 1.0.0 + node-forge: 1.3.3 + npm-package-arg: 11.0.3 + ora: 3.4.0 + picomatch: 4.0.4 + pretty-format: 29.7.0 + progress: 2.0.3 + prompts: 2.4.2 + resolve-from: 5.0.0 + semver: 7.8.5 send: 0.19.0 slugify: 1.6.6 - source-map-support: 0.5.21 stacktrace-parser: 0.1.11 structured-headers: 0.4.1 terminal-link: 2.1.1 + toqr: 0.1.1 wrap-ansi: 7.0.0 ws: 8.18.3 zod: 3.25.76 optionalDependencies: - expo-router: 55.0.0-preview.7(63d26a1a8ff220115165bcd4d96909c1) - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) transitivePeerDependencies: - '@expo/metro-runtime' - bufferutil @@ -15391,251 +14693,630 @@ snapshots: - react-dom - react-server-dom-webpack - supports-color + - typescript - utf-8-validate '@expo/code-signing-certificates@0.0.6': dependencies: node-forge: 1.3.3 - '@expo/config-plugins@55.0.4': + '@expo/config-plugins@57.0.5(typescript@5.8.3)': + dependencies: + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/plist': 0.8.1 + '@expo/require-utils': 57.0.3(typescript@5.8.3) + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + semver: 7.8.5 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config-plugins@57.0.6(typescript@5.8.3)': + dependencies: + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/plist': 0.8.1 + '@expo/require-utils': 57.0.4(typescript@5.8.3) + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + semver: 7.8.5 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config-plugins@57.0.6(typescript@5.9.3)': + dependencies: + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/plist': 0.8.1 + '@expo/require-utils': 57.0.4(typescript@5.9.3) + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + semver: 7.8.5 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config-plugins@57.0.6(typescript@6.0.3)': + dependencies: + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/plist': 0.8.1 + '@expo/require-utils': 57.0.4(typescript@6.0.3) + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + semver: 7.8.5 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config-types@57.0.2': {} + + '@expo/config@57.0.5(typescript@5.8.3)': + dependencies: + '@expo/config-plugins': 57.0.6(typescript@5.8.3) + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/require-utils': 57.0.3(typescript@5.8.3) + deepmerge: 4.3.1 + getenv: 2.0.0 + glob: 13.0.2 + resolve-workspace-root: 2.0.1 + semver: 7.8.5 + slugify: 1.6.6 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config@57.0.6(typescript@5.8.3)': + dependencies: + '@expo/config-plugins': 57.0.6(typescript@5.8.3) + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/require-utils': 57.0.4(typescript@5.8.3) + deepmerge: 4.3.1 + getenv: 2.0.0 + glob: 13.0.2 + resolve-workspace-root: 2.0.1 + semver: 7.8.5 + slugify: 1.6.6 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config@57.0.6(typescript@5.9.3)': + dependencies: + '@expo/config-plugins': 57.0.6(typescript@5.9.3) + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/require-utils': 57.0.4(typescript@5.9.3) + deepmerge: 4.3.1 + getenv: 2.0.0 + glob: 13.0.2 + resolve-workspace-root: 2.0.1 + semver: 7.8.5 + slugify: 1.6.6 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/config@57.0.6(typescript@6.0.3)': + dependencies: + '@expo/config-plugins': 57.0.6(typescript@6.0.3) + '@expo/config-types': 57.0.2 + '@expo/json-file': 11.0.1 + '@expo/require-utils': 57.0.4(typescript@6.0.3) + deepmerge: 4.3.1 + getenv: 2.0.0 + glob: 13.0.2 + resolve-workspace-root: 2.0.1 + semver: 7.8.5 + slugify: 1.6.6 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/devcert@1.2.1': + dependencies: + '@expo/sudo-prompt': 9.3.2 + debug: 3.2.7 + transitivePeerDependencies: + - supports-color + + '@expo/devtools@57.0.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': + dependencies: + chalk: 4.1.2 + optionalDependencies: + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + + '@expo/devtools@57.0.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)': + dependencies: + chalk: 4.1.2 + optionalDependencies: + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + + '@expo/dom-webview@57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)': + dependencies: + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + + '@expo/dom-webview@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': + dependencies: + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + + '@expo/dom-webview@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': + dependencies: + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + + '@expo/env@2.4.2': + dependencies: + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + transitivePeerDependencies: + - supports-color + + '@expo/expo-modules-macros-plugin@0.6.1': {} + + '@expo/fingerprint@0.20.5': + dependencies: + '@expo/env': 2.4.2 + '@expo/spawn-async': 1.8.0 + arg: 5.0.2 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + ignore: 5.3.2 + minimatch: 10.2.5 + resolve-from: 5.0.0 + semver: 7.8.5 + transitivePeerDependencies: + - supports-color + + '@expo/fingerprint@0.20.6': dependencies: - '@expo/config-types': 55.0.4 - '@expo/json-file': 10.0.12 - '@expo/plist': 0.5.2 - '@expo/sdk-runtime-versions': 1.0.0 + '@expo/env': 2.4.2 + '@expo/spawn-async': 1.8.0 + arg: 5.0.2 chalk: 4.1.2 debug: 4.4.3(supports-color@5.5.0) getenv: 2.0.0 glob: 13.0.2 + ignore: 5.3.2 + minimatch: 10.2.5 resolve-from: 5.0.0 - semver: 7.7.3 - slugify: 1.6.6 - xcode: 3.0.1 - xml2js: 0.6.0 + semver: 7.8.5 transitivePeerDependencies: - supports-color - '@expo/config-types@55.0.4': {} - - '@expo/config@55.0.4': + '@expo/image-utils@0.11.4(typescript@5.8.3)': dependencies: - '@babel/code-frame': 7.29.0 - '@expo/config-plugins': 55.0.4 - '@expo/config-types': 55.0.4 - '@expo/json-file': 10.0.12 - deepmerge: 4.3.1 + '@expo/require-utils': 57.0.4(typescript@5.8.3) + '@expo/spawn-async': 1.8.0 + chalk: 4.1.2 getenv: 2.0.0 - glob: 13.0.2 - require-from-string: 2.0.2 - resolve-from: 5.0.0 - resolve-workspace-root: 2.0.1 - semver: 7.7.3 - slugify: 1.6.6 - sucrase: 3.35.1 + jimp-compact: 0.16.1 + parse-png: 2.1.0 + semver: 7.8.5 transitivePeerDependencies: - supports-color + - typescript - '@expo/devcert@1.2.1': + '@expo/image-utils@0.11.4(typescript@5.9.3)': dependencies: - '@expo/sudo-prompt': 9.3.2 - debug: 3.2.7 + '@expo/require-utils': 57.0.4(typescript@5.9.3) + '@expo/spawn-async': 1.8.0 + chalk: 4.1.2 + getenv: 2.0.0 + jimp-compact: 0.16.1 + parse-png: 2.1.0 + semver: 7.8.5 transitivePeerDependencies: - supports-color + - typescript - '@expo/devtools@55.0.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/image-utils@0.11.4(typescript@6.0.3)': dependencies: + '@expo/require-utils': 57.0.4(typescript@6.0.3) + '@expo/spawn-async': 1.8.0 chalk: 4.1.2 - optionalDependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + getenv: 2.0.0 + jimp-compact: 0.16.1 + parse-png: 2.1.0 + semver: 7.8.5 + transitivePeerDependencies: + - supports-color + - typescript - '@expo/dom-webview@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/inline-modules@0.1.3(typescript@5.8.3)': dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + '@expo/config-plugins': 57.0.6(typescript@5.8.3) + transitivePeerDependencies: + - supports-color + - typescript - '@expo/env@2.1.0': + '@expo/inline-modules@0.1.3(typescript@5.9.3)': dependencies: - chalk: 4.1.2 - debug: 4.4.3(supports-color@5.5.0) - getenv: 2.0.0 + '@expo/config-plugins': 57.0.6(typescript@5.9.3) transitivePeerDependencies: - supports-color + - typescript - '@expo/fingerprint@0.16.3': + '@expo/inline-modules@0.1.3(typescript@6.0.3)': dependencies: - '@expo/spawn-async': 1.7.2 - arg: 5.0.2 - chalk: 4.1.2 - debug: 4.4.3(supports-color@5.5.0) - getenv: 2.0.0 - glob: 13.0.2 - ignore: 5.3.2 - minimatch: 9.0.5 - resolve-from: 5.0.0 - semver: 7.7.3 + '@expo/config-plugins': 57.0.6(typescript@6.0.3) transitivePeerDependencies: - supports-color + - typescript + + '@expo/json-file@11.0.1': + dependencies: + '@babel/code-frame': 7.29.7 + json5: 2.2.3 - '@expo/image-utils@0.8.12': + '@expo/local-build-cache-provider@57.0.4(typescript@5.8.3)': dependencies: - '@expo/spawn-async': 1.7.2 + '@expo/config': 57.0.6(typescript@5.8.3) chalk: 4.1.2 - getenv: 2.0.0 - jimp-compact: 0.16.1 - parse-png: 2.1.0 - resolve-from: 5.0.0 - semver: 7.7.3 + transitivePeerDependencies: + - supports-color + - typescript - '@expo/json-file@10.0.12': + '@expo/local-build-cache-provider@57.0.4(typescript@5.9.3)': dependencies: - '@babel/code-frame': 7.29.0 - json5: 2.2.3 + '@expo/config': 57.0.6(typescript@5.9.3) + chalk: 4.1.2 + transitivePeerDependencies: + - supports-color + - typescript - '@expo/local-build-cache-provider@55.0.3': + '@expo/local-build-cache-provider@57.0.4(typescript@6.0.3)': dependencies: - '@expo/config': 55.0.4 + '@expo/config': 57.0.6(typescript@6.0.3) chalk: 4.1.2 transitivePeerDependencies: - supports-color + - typescript - '@expo/log-box@55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/log-box@57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)': dependencies: - '@expo/dom-webview': 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@expo/dom-webview': 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) anser: 1.4.10 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) stacktrace-parser: 0.1.11 - '@expo/metro-config@55.0.5(expo@55.0.0-preview.10)': + '@expo/log-box@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: - '@babel/code-frame': 7.29.0 + '@expo/dom-webview': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + anser: 1.4.10 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + stacktrace-parser: 0.1.11 + + '@expo/log-box@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': + dependencies: + '@expo/dom-webview': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + anser: 1.4.10 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + stacktrace-parser: 0.1.11 + + '@expo/metro-config@57.0.6(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(typescript@5.8.3)': + dependencies: + '@babel/code-frame': 7.29.7 '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@expo/config': 55.0.4 - '@expo/env': 2.1.0 - '@expo/json-file': 10.0.12 - '@expo/metro': 54.2.0 - '@expo/spawn-async': 1.7.2 - browserslist: 4.26.3 + '@babel/generator': 7.29.7 + '@expo/config': 57.0.5(typescript@5.8.3) + '@expo/env': 2.4.2 + '@expo/json-file': 11.0.1 + '@expo/metro': 56.0.0 + '@expo/require-utils': 57.0.3(typescript@5.8.3) + '@expo/spawn-async': 1.8.0 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + browserslist: 4.28.2 chalk: 4.1.2 debug: 4.4.3(supports-color@5.5.0) getenv: 2.0.0 glob: 13.0.2 - hermes-parser: 0.29.1 + hermes-parser: 0.36.1 jsc-safe-url: 0.2.4 - lightningcss: 1.31.1 - minimatch: 9.0.5 - postcss: 8.4.49 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.15 resolve-from: 5.0.0 optionalDependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) transitivePeerDependencies: - bufferutil - supports-color + - typescript - utf-8-validate - '@expo/metro-runtime@55.0.5(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/metro-config@57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@expo/log-box': 55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - anser: 1.4.10 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - pretty-format: 29.7.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - stacktrace-parser: 0.1.11 - whatwg-fetch: 3.6.20 + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.0 + '@babel/generator': 7.29.7 + '@expo/config': 57.0.6(typescript@5.9.3) + '@expo/env': 2.4.2 + '@expo/json-file': 11.0.1 + '@expo/metro': 56.0.0 + '@expo/require-utils': 57.0.4(typescript@5.9.3) + '@expo/spawn-async': 1.8.0 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + browserslist: 4.28.2 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + hermes-parser: 0.36.1 + jsc-safe-url: 0.2.4 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.15 + resolve-from: 5.0.0 + optionalDependencies: + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + transitivePeerDependencies: + - bufferutil + - supports-color + - typescript + - utf-8-validate + + '@expo/metro-config@57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(typescript@6.0.3)': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.0 + '@babel/generator': 7.29.7 + '@expo/config': 57.0.6(typescript@6.0.3) + '@expo/env': 2.4.2 + '@expo/json-file': 11.0.1 + '@expo/metro': 56.0.0 + '@expo/require-utils': 57.0.4(typescript@6.0.3) + '@expo/spawn-async': 1.8.0 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + browserslist: 4.28.2 + chalk: 4.1.2 + debug: 4.4.3(supports-color@5.5.0) + getenv: 2.0.0 + glob: 13.0.2 + hermes-parser: 0.36.1 + jsc-safe-url: 0.2.4 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.15 + resolve-from: 5.0.0 optionalDependencies: - react-dom: 19.2.0(react@19.2.0) - - '@expo/metro@54.2.0': - dependencies: - metro: 0.83.3 - metro-babel-transformer: 0.83.3 - metro-cache: 0.83.3 - metro-cache-key: 0.83.3 - metro-config: 0.83.3 - metro-core: 0.83.3 - metro-file-map: 0.83.3 - metro-minify-terser: 0.83.3 - metro-resolver: 0.83.3 - metro-runtime: 0.83.3 - metro-source-map: 0.83.3 - metro-symbolicate: 0.83.3 - metro-transform-plugins: 0.83.3 - metro-transform-worker: 0.83.3 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + transitivePeerDependencies: + - bufferutil + - supports-color + - typescript + - utf-8-validate + + '@expo/metro-file-map@57.0.1': + dependencies: + debug: 4.4.3(supports-color@5.5.0) + fb-watchman: 2.0.2 + invariant: 2.2.4 + jest-worker: 29.7.0 + micromatch: 4.0.8 + walker: 1.0.8 + transitivePeerDependencies: + - supports-color + + '@expo/metro@56.0.0': + dependencies: + metro: 0.84.4 + metro-babel-transformer: 0.84.4 + metro-cache: 0.84.4 + metro-cache-key: 0.84.4 + metro-config: 0.84.4 + metro-core: 0.84.4 + metro-file-map: 0.84.4 + metro-minify-terser: 0.84.4 + metro-resolver: 0.84.4 + metro-runtime: 0.84.4 + metro-source-map: 0.84.4 + metro-symbolicate: 0.84.4 + metro-transform-plugins: 0.84.4 + metro-transform-worker: 0.84.4 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@expo/osascript@2.4.2': + '@expo/osascript@2.7.1': dependencies: - '@expo/spawn-async': 1.7.2 + '@expo/spawn-async': 1.8.0 - '@expo/package-manager@1.10.3': + '@expo/package-manager@1.13.1': dependencies: - '@expo/json-file': 10.0.12 - '@expo/spawn-async': 1.7.2 + '@expo/json-file': 11.0.1 + '@expo/spawn-async': 1.8.0 chalk: 4.1.2 npm-package-arg: 11.0.3 ora: 3.4.0 resolve-workspace-root: 2.0.1 - '@expo/plist@0.5.2': + '@expo/plist@0.8.1': dependencies: '@xmldom/xmldom': 0.8.11 base64-js: 1.5.1 xmlbuilder: 15.1.1 - '@expo/prebuild-config@55.0.4(expo@55.0.0-preview.10)': + '@expo/prebuild-config@57.0.8(typescript@5.8.3)': dependencies: - '@expo/config': 55.0.4 - '@expo/config-plugins': 55.0.4 - '@expo/config-types': 55.0.4 - '@expo/image-utils': 0.8.12 - '@expo/json-file': 10.0.12 - '@react-native/normalize-colors': 0.83.1 + '@expo/config': 57.0.5(typescript@5.8.3) + '@expo/config-plugins': 57.0.6(typescript@5.8.3) + '@expo/config-types': 57.0.2 + '@expo/image-utils': 0.11.4(typescript@5.8.3) + '@expo/json-file': 11.0.1 + '@react-native/normalize-colors': 0.86.0 debug: 4.4.3(supports-color@5.5.0) - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo-modules-autolinking: 57.0.8(typescript@5.8.3) resolve-from: 5.0.0 - semver: 7.7.3 - xml2js: 0.6.0 + semver: 7.8.5 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/prebuild-config@57.0.9(typescript@5.9.3)': + dependencies: + '@expo/config': 57.0.6(typescript@5.9.3) + '@expo/config-plugins': 57.0.6(typescript@5.9.3) + '@expo/config-types': 57.0.2 + '@expo/image-utils': 0.11.4(typescript@5.9.3) + '@expo/json-file': 11.0.1 + '@react-native/normalize-colors': 0.86.0 + debug: 4.4.3(supports-color@5.5.0) + expo-modules-autolinking: 57.0.9(typescript@5.9.3) + resolve-from: 5.0.0 + semver: 7.8.5 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/prebuild-config@57.0.9(typescript@6.0.3)': + dependencies: + '@expo/config': 57.0.6(typescript@6.0.3) + '@expo/config-plugins': 57.0.6(typescript@6.0.3) + '@expo/config-types': 57.0.2 + '@expo/image-utils': 0.11.4(typescript@6.0.3) + '@expo/json-file': 11.0.1 + '@react-native/normalize-colors': 0.86.0 + debug: 4.4.3(supports-color@5.5.0) + expo-modules-autolinking: 57.0.9(typescript@6.0.3) + resolve-from: 5.0.0 + semver: 7.8.5 + transitivePeerDependencies: + - supports-color + - typescript + + '@expo/require-utils@57.0.3(typescript@5.8.3)': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.0 + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + optionalDependencies: + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@expo/require-utils@57.0.4(typescript@5.8.3)': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.0 + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + optionalDependencies: + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@expo/require-utils@57.0.4(typescript@5.9.3)': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.0 + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@expo/require-utils@57.0.4(typescript@6.0.3)': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.0 + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + optionalDependencies: + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + + '@expo/router-server@57.0.3(1a3dadbae58e1bc9aacb4884795b1096)': + dependencies: + debug: 4.4.3(supports-color@5.5.0) + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + expo-constants: 57.0.7(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)) + expo-font: 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + expo-server: 57.0.1 + react: 19.2.4 + optionalDependencies: + react-dom: 19.2.4(react@19.2.4) transitivePeerDependencies: - supports-color - '@expo/router-server@55.0.5(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)))(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(expo-server@55.0.3)(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@expo/router-server@57.0.4(a68280c05d9da475755831193312e51f)': dependencies: debug: 4.4.3(supports-color@5.5.0) - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-font: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-server: 55.0.3 - react: 19.2.0 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + expo-font: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + expo-server: 57.0.1 + react: 19.2.3 optionalDependencies: - '@expo/metro-runtime': 55.0.5(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-dom: 19.2.0(react@19.2.0) + react-dom: 19.2.3(react@19.2.3) transitivePeerDependencies: - supports-color - '@expo/router-server@55.0.5(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4)(expo-font@55.0.3)(expo-router@55.0.0-preview.7)(expo-server@55.0.3)(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@expo/router-server@57.0.4(d481fd69fad4fb4d839ca476fda48c77)': dependencies: debug: 4.4.3(supports-color@5.5.0) - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-font: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-server: 55.0.3 - react: 19.2.0 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + expo-font: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + expo-server: 57.0.1 + react: 19.2.3 optionalDependencies: - '@expo/metro-runtime': 55.0.5(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-router: 55.0.0-preview.7(63d26a1a8ff220115165bcd4d96909c1) - react-dom: 19.2.0(react@19.2.0) + react-dom: 19.2.3(react@19.2.3) transitivePeerDependencies: - supports-color - '@expo/schema-utils@55.0.2': {} + '@expo/schema-utils@57.0.2': {} '@expo/sdk-runtime-versions@1.0.0': {} @@ -15648,23 +15329,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/spawn-async@1.7.2': + '@expo/spawn-async@1.8.0': dependencies: cross-spawn: 7.0.6 '@expo/sudo-prompt@9.3.2': {} - '@expo/vector-icons@15.0.3(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@expo/vector-icons@15.0.3(expo-font@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: - expo-font: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo-font: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - '@expo/ws-tunnel@1.0.6': {} + '@expo/ws-tunnel@2.0.0(ws@8.18.3)': + dependencies: + ws: 8.18.3 - '@expo/xcpretty@4.4.0': + '@expo/xcpretty@4.4.4': dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 chalk: 4.1.2 js-yaml: 4.1.1 @@ -15710,18 +15393,18 @@ snapshots: '@floating-ui/core': 1.7.2 '@floating-ui/utils': 0.2.10 - '@floating-ui/react-dom@2.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@floating-ui/react-dom@2.1.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@floating-ui/dom': 1.7.2 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@floating-ui/react@0.26.28(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@floating-ui/react@0.26.28(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@floating-ui/react-dom': 2.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@floating-ui/react-dom': 2.1.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@floating-ui/utils': 0.2.10 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) tabbable: 6.2.0 '@floating-ui/utils@0.2.10': {} @@ -15752,20 +15435,20 @@ snapshots: dependencies: tslib: 2.8.1 - '@heroui/react@3.0.1(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(tailwindcss@4.2.2)': + '@heroui/react@3.0.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(tailwindcss@4.2.2)': dependencies: '@heroui/styles': 3.0.1(tailwind-merge@3.4.0)(tailwindcss@4.2.2) - '@radix-ui/react-avatar': 1.1.11(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/color': 3.1.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - input-otp: 1.4.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-aria-components: 1.16.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-avatar': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/color': 3.1.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + input-otp: 1.4.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react: 19.2.3 + react-aria-components: 1.16.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react-dom: 19.2.3(react@19.2.3) tailwind-merge: 3.4.0 tailwind-variants: 3.2.2(tailwind-merge@3.4.0)(tailwindcss@4.2.2) tailwindcss: 4.2.2 @@ -15816,12 +15499,6 @@ snapshots: dependencies: '@swc/helpers': 0.5.18 - '@isaacs/balanced-match@4.0.1': {} - - '@isaacs/brace-expansion@5.0.1': - dependencies: - '@isaacs/balanced-match': 4.0.1 - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -15852,26 +15529,6 @@ snapshots: jest-util: 30.2.0 slash: 3.0.0 - '@jest/create-cache-key-function@29.7.0': - dependencies: - '@jest/types': 29.6.3 - - '@jest/environment@29.7.0': - dependencies: - '@jest/fake-timers': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 18.16.9 - jest-mock: 29.7.0 - - '@jest/fake-timers@29.7.0': - dependencies: - '@jest/types': 29.6.3 - '@sinonjs/fake-timers': 10.3.0 - '@types/node': 18.16.9 - jest-message-util: 29.7.0 - jest-mock: 29.7.0 - jest-util: 29.7.0 - '@jest/pattern@30.0.1': dependencies: '@types/node': 18.16.9 @@ -15896,26 +15553,6 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 collect-v8-coverage: 1.0.3 - '@jest/transform@29.7.0': - dependencies: - '@babel/core': 7.29.0 - '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.31 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 2.0.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.7.0 - jest-regex-util: 29.6.3 - jest-util: 29.7.0 - micromatch: 4.0.8 - pirates: 4.0.7 - slash: 3.0.0 - write-file-atomic: 4.0.2 - transitivePeerDependencies: - - supports-color - '@jest/types@26.6.2': dependencies: '@types/istanbul-lib-coverage': 2.0.6 @@ -15948,6 +15585,11 @@ snapshots: '@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/trace-mapping': 0.3.29 + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.31 + '@jridgewell/remapping@2.3.5': dependencies: '@jridgewell/gen-mapping': 0.3.12 @@ -15957,10 +15599,8 @@ snapshots: '@jridgewell/source-map@0.3.10': dependencies: - '@jridgewell/gen-mapping': 0.3.12 - '@jridgewell/trace-mapping': 0.3.29 - - '@jridgewell/sourcemap-codec@1.5.4': {} + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 '@jridgewell/sourcemap-codec@1.5.5': {} @@ -16406,1011 +16046,986 @@ snapshots: '@radix-ui/primitive@1.1.2': {} - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - optionalDependencies: - '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) - - '@radix-ui/react-avatar@1.1.11(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-context': 1.1.3(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-avatar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-context': 1.1.3(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - react: 19.2.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-context@1.1.2(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-context@1.1.3(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-context@1.1.2(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-context@1.1.3(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.0) - aria-hidden: 1.2.6 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-remove-scroll: 2.7.1(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) - '@radix-ui/react-direction@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-direction@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-focus-guards@1.1.2(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-focus-guards@1.1.2(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-id@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-id@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-menu@2.1.15(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-menu@2.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) aria-hidden: 1.2.6 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-remove-scroll: 2.7.1(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-remove-scroll: 2.7.1(@types/react@19.2.14)(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) - - '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@floating-ui/react-dom': 2.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.0) + '@types/react-dom': 19.2.3(@types/react@19.2.14) + + '@radix-ui/react-popper@1.2.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@floating-ui/react-dom': 2.1.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.3) '@radix-ui/rect': 1.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - optionalDependencies: - '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) - - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-presence@1.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-scroll-area@1.2.9(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-scroll-area@1.2.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/number': 1.1.1 + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-slot@1.2.0(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-slot@1.2.3(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-slot@1.2.3(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-slot@1.2.4(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-slot@1.2.4(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.3) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 - use-sync-external-store: 1.6.0(react@19.2.0) + react: 19.2.3 + use-sync-external-store: 1.6.0(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: '@radix-ui/rect': 1.1.1 - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - '@radix-ui/react-use-size@1.1.1(@types/react@19.2.14)(react@19.2.0)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.2.14)(react@19.2.3)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.3) + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 '@radix-ui/rect@1.1.1': {} - '@react-aria/autocomplete@3.0.0-rc.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/combobox': 3.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/listbox': 3.15.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/searchfield': 3.8.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/autocomplete': 3.0.0-beta.4(react@19.2.0) - '@react-stately/combobox': 3.13.0(react@19.2.0) - '@react-types/autocomplete': 3.0.0-alpha.38(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/autocomplete@3.0.0-rc.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/combobox': 3.15.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/listbox': 3.15.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/searchfield': 3.8.12(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/autocomplete': 3.0.0-beta.4(react@19.2.3) + '@react-stately/combobox': 3.13.0(react@19.2.3) + '@react-types/autocomplete': 3.0.0-alpha.38(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/breadcrumbs@3.5.32(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/breadcrumbs@3.5.32(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/link': 3.8.9(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/breadcrumbs': 3.7.19(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/link': 3.8.9(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/breadcrumbs': 3.7.19(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/button@3.14.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/button@3.14.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/toolbar': 3.0.0-beta.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/toggle': 3.9.5(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/toolbar': 3.0.0-beta.24(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/toggle': 3.9.5(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/calendar@3.9.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/calendar@3.9.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/calendar': 3.9.3(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/calendar': 3.8.3(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/calendar': 3.9.3(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/calendar': 3.8.3(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/checkbox@3.16.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/form': 3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/toggle': 3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/checkbox': 3.7.5(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/toggle': 3.9.5(react@19.2.0) - '@react-types/checkbox': 3.10.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/checkbox@3.16.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/form': 3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/toggle': 3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/checkbox': 3.7.5(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/toggle': 3.9.5(react@19.2.3) + '@react-types/checkbox': 3.10.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/collections@3.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/collections@3.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - use-sync-external-store: 1.6.0(react@19.2.0) - - '@react-aria/color@3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/numberfield': 3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/slider': 3.8.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/spinbutton': 3.7.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/color': 3.9.5(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-types/color': 3.1.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + use-sync-external-store: 1.6.0(react@19.2.3) + + '@react-aria/color@3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/numberfield': 3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/slider': 3.8.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/spinbutton': 3.7.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/color': 3.9.5(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-types/color': 3.1.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/combobox@3.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/combobox@3.15.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/listbox': 3.15.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/listbox': 3.15.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/menu': 3.21.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/overlays': 3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/combobox': 3.13.0(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/combobox': 3.14.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/menu': 3.21.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/overlays': 3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/combobox': 3.13.0(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/combobox': 3.14.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/datepicker@3.16.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/datepicker@3.16.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/form': 3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/spinbutton': 3.7.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/datepicker': 3.16.1(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/calendar': 3.8.3(react@19.2.0) - '@react-types/datepicker': 3.13.5(react@19.2.0) - '@react-types/dialog': 3.5.24(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/form': 3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/spinbutton': 3.7.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/datepicker': 3.16.1(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/calendar': 3.8.3(react@19.2.3) + '@react-types/datepicker': 3.13.5(react@19.2.3) + '@react-types/dialog': 3.5.24(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/dialog@3.5.34(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/dialog@3.5.34(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/overlays': 3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/dialog': 3.5.24(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/overlays': 3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/dialog': 3.5.24(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/disclosure@3.1.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/disclosure@3.1.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/disclosure': 3.0.11(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/disclosure': 3.0.11(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/dnd@3.11.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/dnd@3.11.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@internationalized/string': 3.2.7 - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/overlays': 3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/dnd': 3.7.4(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/overlays': 3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/dnd': 3.7.4(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/focus@3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/focus@3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/form@3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/form@3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/grid@3.14.8(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/grid@3.14.8(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/grid': 3.11.9(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-types/checkbox': 3.10.4(react@19.2.0) - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/grid': 3.11.9(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-types/checkbox': 3.10.4(react@19.2.3) + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/gridlist@3.14.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/grid': 3.14.8(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-stately/tree': 3.9.6(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/gridlist@3.14.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/grid': 3.14.8(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-stately/tree': 3.9.6(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/i18n@3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/i18n@3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 '@internationalized/message': 3.1.8 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/interactions@3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/interactions@3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-stately/flags': 3.1.2 - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/label@3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/label@3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/landmark@3.0.10(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/landmark@3.0.10(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - use-sync-external-store: 1.6.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + use-sync-external-store: 1.6.0(react@19.2.3) - '@react-aria/link@3.8.9(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/link@3.8.9(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/link': 3.6.7(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/link': 3.6.7(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/listbox@3.15.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-types/listbox': 3.7.6(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/listbox@3.15.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-types/listbox': 3.7.6(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) '@react-aria/live-announcer@3.4.4': dependencies: '@swc/helpers': 0.5.18 - '@react-aria/menu@3.21.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/overlays': 3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/menu': 3.9.11(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-stately/tree': 3.9.6(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/menu': 3.10.7(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/menu@3.21.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/overlays': 3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/menu': 3.9.11(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-stately/tree': 3.9.6(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/menu': 3.10.7(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/meter@3.4.30(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/meter@3.4.30(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/progress': 3.4.30(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/meter': 3.4.15(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/progress': 3.4.30(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/meter': 3.4.15(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/numberfield@3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/numberfield@3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/spinbutton': 3.7.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/numberfield': 3.11.0(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/numberfield': 3.8.18(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/spinbutton': 3.7.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/numberfield': 3.11.0(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/numberfield': 3.8.18(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/overlays@3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/overlays@3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-stately/flags': 3.1.2 - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/overlays': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/overlays': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/progress@3.4.30(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/progress@3.4.30(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/progress': 3.5.18(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/progress': 3.5.18(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/radio@3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/form': 3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/radio': 3.11.5(react@19.2.0) - '@react-types/radio': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/radio@3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/form': 3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/radio': 3.11.5(react@19.2.3) + '@react-types/radio': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/searchfield@3.8.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/searchfield': 3.5.19(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/searchfield': 3.6.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/searchfield@3.8.12(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/searchfield': 3.5.19(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/searchfield': 3.6.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/select@3.17.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/form': 3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/listbox': 3.15.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/menu': 3.21.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/select': 3.9.2(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/select': 3.12.2(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/select@3.17.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/form': 3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/listbox': 3.15.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/menu': 3.21.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/select': 3.9.2(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/select': 3.12.2(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/selection@3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/selection@3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/separator@3.4.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/separator@3.4.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/slider@3.8.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/slider': 3.7.5(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/slider': 3.8.4(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/slider@3.8.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/slider': 3.7.5(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/slider': 3.8.4(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/spinbutton@3.7.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/spinbutton@3.7.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/ssr@3.9.10(react@19.2.0)': + '@react-aria/ssr@3.9.10(react@19.2.3)': dependencies: '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-aria/switch@3.7.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/switch@3.7.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/toggle': 3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/toggle': 3.9.5(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/switch': 3.5.17(react@19.2.0) + '@react-aria/toggle': 3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/toggle': 3.9.5(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/switch': 3.5.17(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/table@3.17.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/table@3.17.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/grid': 3.14.8(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/grid': 3.14.8(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) '@react-stately/flags': 3.1.2 - '@react-stately/table': 3.15.4(react@19.2.0) - '@react-types/checkbox': 3.10.4(react@19.2.0) - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/table': 3.13.6(react@19.2.0) + '@react-stately/table': 3.15.4(react@19.2.3) + '@react-types/checkbox': 3.10.4(react@19.2.3) + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/table': 3.13.6(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/tabs@3.11.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/tabs': 3.8.9(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/tabs': 3.3.22(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/tabs@3.11.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/tabs': 3.8.9(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/tabs': 3.3.22(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/tag@3.8.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/gridlist': 3.14.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/tag@3.8.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/gridlist': 3.14.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/textfield@3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/form': 3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/textfield': 3.12.8(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/textfield@3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/form': 3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/textfield': 3.12.8(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/toast@3.0.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/landmark': 3.0.10(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/toast': 3.1.3(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/toast@3.0.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/landmark': 3.0.10(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/toast': 3.1.3(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/toggle@3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/toggle@3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/toggle': 3.9.5(react@19.2.0) - '@react-types/checkbox': 3.10.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/toggle': 3.9.5(react@19.2.3) + '@react-types/checkbox': 3.10.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/toolbar@3.0.0-beta.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/toolbar@3.0.0-beta.24(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/tooltip@3.9.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/tooltip@3.9.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/tooltip': 3.5.11(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/tooltip': 3.5.2(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/tooltip': 3.5.11(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/tooltip': 3.5.2(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@react-aria/tree@3.1.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-aria/gridlist': 3.14.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/tree': 3.9.6(react@19.2.0) - '@react-types/button': 3.15.1(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + + '@react-aria/tree@3.1.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-aria/gridlist': 3.14.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/tree': 3.9.6(react@19.2.3) + '@react-types/button': 3.15.1(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/utils@3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/utils@3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/ssr': 3.9.10(react@19.2.0) + '@react-aria/ssr': 3.9.10(react@19.2.3) '@react-stately/flags': 3.1.2 - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/virtualizer@4.1.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/virtualizer@4.1.13(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/virtualizer': 4.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/virtualizer': 4.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-aria/visually-hidden@3.8.31(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-aria/visually-hidden@3.8.31(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-native-async-storage/async-storage@3.0.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@react-native-async-storage/async-storage@3.1.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: idb: 8.0.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + + '@react-native-async-storage/expo-with-async-storage@1.0.0(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))': + optionalDependencies: + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) - '@react-native-harness/babel-preset@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))': + '@react-native-harness/babel-preset@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.0) babel-plugin-istanbul: 7.0.1 transitivePeerDependencies: - supports-color - '@react-native-harness/bridge@1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/bridge@1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: '@react-native-harness/platforms': 1.0.0-alpha.25 - '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) birpc: 2.9.0 pixelmatch: 7.1.0 pngjs: 7.0.0 @@ -17422,14 +17037,14 @@ snapshots: - react-native - utf-8-validate - '@react-native-harness/bundler-metro@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro-config@0.83.3)(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/bundler-metro@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro-config@0.84.4)(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: - '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/metro': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/metro': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) connect: 3.7.0 - metro: 0.83.3 - metro-config: 0.83.3 + metro: 0.84.4 + metro-config: 0.84.4 nocache: 4.0.0 tslib: 2.8.1 transitivePeerDependencies: @@ -17439,34 +17054,34 @@ snapshots: - react-native - supports-color - '@react-native-harness/cli@1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/cli@1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: - '@react-native-harness/bridge': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/bridge': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) '@react-native-harness/platforms': 1.0.0-alpha.25 - '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) tslib: 2.8.1 transitivePeerDependencies: - bufferutil - react-native - utf-8-validate - '@react-native-harness/config@1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/config@1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: - '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) tslib: 2.8.1 zod: 3.25.76 transitivePeerDependencies: - react-native - '@react-native-harness/jest@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro-config@0.83.3)(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/jest@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro-config@0.84.4)(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: '@jest/test-result': 30.2.0 - '@react-native-harness/bridge': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/bundler-metro': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro-config@0.83.3)(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/bridge': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/bundler-metro': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro-config@0.84.4)(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) '@react-native-harness/platforms': 1.0.0-alpha.25 - '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) chalk: 4.1.2 jest-message-util: 30.2.0 jest-util: 30.2.0 @@ -17484,12 +17099,12 @@ snapshots: - supports-color - utf-8-validate - '@react-native-harness/metro@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/metro@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: - '@react-native-harness/babel-preset': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0)) - '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/runtime': 1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - metro: 0.83.3 + '@react-native-harness/babel-preset': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0)) + '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/runtime': 1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + metro: 0.84.4 tslib: 2.8.1 transitivePeerDependencies: - '@babel/core' @@ -17497,11 +17112,11 @@ snapshots: - react-native - supports-color - '@react-native-harness/platform-android@1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/platform-android@1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: - '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/config': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) '@react-native-harness/platforms': 1.0.0-alpha.25 - '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/tools': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) tslib: 2.8.1 zod: 3.25.76 transitivePeerDependencies: @@ -17511,159 +17126,43 @@ snapshots: dependencies: tslib: 2.8.1 - '@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: - '@react-native-harness/bridge': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + '@react-native-harness/bridge': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) '@vitest/expect': 4.0.16 '@vitest/spy': 4.0.16 chai: 6.2.2 event-target-shim: 6.0.2 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - use-sync-external-store: 1.6.0(react@19.2.0) - zustand: 5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + use-sync-external-store: 1.6.0(react@19.2.3) + zustand: 5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)) transitivePeerDependencies: - '@types/react' - bufferutil - immer - utf-8-validate - '@react-native-harness/tools@1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))': + '@react-native-harness/tools@1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))': dependencies: '@clack/prompts': 1.0.0-alpha.9 is-unicode-supported: 0.1.0 nano-spawn: 1.0.2 picocolors: 1.1.1 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) tslib: 2.8.1 - '@react-native/assets-registry@0.83.1': {} - - '@react-native/babel-plugin-codegen@0.76.9': - dependencies: - '@react-native/codegen': 0.76.9 - transitivePeerDependencies: - - '@babel/preset-env' - - supports-color - - '@react-native/babel-plugin-codegen@0.83.1(@babel/core@7.29.0)': - dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@react-native/codegen': 0.83.1(@babel/core@7.29.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color + '@react-native/assets-registry@0.86.0': {} - '@react-native/babel-plugin-codegen@0.85.0(@babel/core@7.29.0)': + '@react-native/babel-plugin-codegen@0.86.0(@babel/core@7.29.0)': dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@react-native/codegen': 0.85.0(@babel/core@7.29.0) + '@babel/traverse': 7.29.7 + '@react-native/codegen': 0.86.0(@babel/core@7.29.0) transitivePeerDependencies: - '@babel/core' - supports-color - '@react-native/babel-preset@0.76.9': - dependencies: - '@babel/core': 7.28.0 - '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.28.0) - '@babel/plugin-syntax-export-default-from': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.0) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.0) - '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.0) - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.0) - '@babel/template': 7.28.6 - '@react-native/babel-plugin-codegen': 0.76.9 - babel-plugin-syntax-hermes-parser: 0.25.1 - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.28.0) - react-refresh: 0.14.2 - transitivePeerDependencies: - - '@babel/preset-env' - - supports-color - - '@react-native/babel-preset@0.83.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-export-default-from': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.29.0) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.29.0) - '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) - '@babel/template': 7.28.6 - '@react-native/babel-plugin-codegen': 0.83.1(@babel/core@7.29.0) - babel-plugin-syntax-hermes-parser: 0.32.0 - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.29.0) - react-refresh: 0.14.2 - transitivePeerDependencies: - - supports-color - - '@react-native/babel-preset@0.85.0(@babel/core@7.29.0)': + '@react-native/babel-preset@0.86.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.29.0) @@ -17674,77 +17173,54 @@ snapshots: '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.29.0) '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.29.0) '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.29.0) '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.29.0) - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) - '@react-native/babel-plugin-codegen': 0.85.0(@babel/core@7.29.0) - babel-plugin-syntax-hermes-parser: 0.33.3 + '@react-native/babel-plugin-codegen': 0.86.0(@babel/core@7.29.0) + babel-plugin-syntax-hermes-parser: 0.36.0 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.29.0) react-refresh: 0.14.2 transitivePeerDependencies: - supports-color - '@react-native/codegen@0.76.9': - dependencies: - '@babel/parser': 7.29.0 - glob: 7.2.3 - hermes-parser: 0.23.1 - invariant: 2.2.4 - jscodeshift: 0.14.0 - mkdirp: 0.5.6 - nullthrows: 1.1.1 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@react-native/codegen@0.83.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 - glob: 7.2.3 - hermes-parser: 0.32.0 - invariant: 2.2.4 - nullthrows: 1.1.1 - yargs: 17.7.2 - - '@react-native/codegen@0.85.0(@babel/core@7.29.0)': + '@react-native/codegen@0.86.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 - hermes-parser: 0.33.3 + '@babel/parser': 7.29.7 + hermes-parser: 0.36.0 invariant: 2.2.4 nullthrows: 1.1.1 - tinyglobby: 0.2.15 + tinyglobby: 0.2.17 yargs: 17.7.2 - '@react-native/community-cli-plugin@0.83.1(@react-native/metro-config@0.76.9)': + '@react-native/community-cli-plugin@0.86.0(@react-native/metro-config@0.86.0)': dependencies: - '@react-native/dev-middleware': 0.83.1 + '@react-native/dev-middleware': 0.86.0 debug: 4.4.3(supports-color@5.5.0) invariant: 2.2.4 - metro: 0.83.3 - metro-config: 0.83.3 - metro-core: 0.83.3 - semver: 7.7.3 + metro: 0.84.4 + metro-config: 0.84.4 + metro-core: 0.84.4 + semver: 7.8.5 optionalDependencies: - '@react-native/metro-config': 0.76.9 + '@react-native/metro-config': 0.86.0 transitivePeerDependencies: - bufferutil - supports-color @@ -17752,12 +17228,15 @@ snapshots: '@react-native/debugger-frontend@0.76.0': {} - '@react-native/debugger-frontend@0.83.1': {} + '@react-native/debugger-frontend@0.86.0': {} - '@react-native/debugger-shell@0.83.1': + '@react-native/debugger-shell@0.86.0': dependencies: cross-spawn: 7.0.6 + debug: 4.4.3(supports-color@5.5.0) fb-dotslash: 0.5.8 + transitivePeerDependencies: + - supports-color '@react-native/dev-middleware@0.76.0': dependencies: @@ -17777,13 +17256,13 @@ snapshots: - supports-color - utf-8-validate - '@react-native/dev-middleware@0.83.1': + '@react-native/dev-middleware@0.86.0': dependencies: '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.83.1 - '@react-native/debugger-shell': 0.83.1 + '@react-native/debugger-frontend': 0.86.0 + '@react-native/debugger-shell': 0.86.0 chrome-launcher: 0.15.2 - chromium-edge-launcher: 0.2.0 + chromium-edge-launcher: 0.3.0 connect: 3.7.0 debug: 4.4.3(supports-color@5.5.0) invariant: 2.2.4 @@ -17796,697 +17275,654 @@ snapshots: - supports-color - utf-8-validate - '@react-native/gradle-plugin@0.83.1': {} - - '@react-native/js-polyfills@0.76.9': {} + '@react-native/gradle-plugin@0.86.0': {} - '@react-native/js-polyfills@0.83.1': {} + '@react-native/js-polyfills@0.86.0': {} - '@react-native/metro-babel-transformer@0.76.9': + '@react-native/metro-babel-transformer@0.86.0': dependencies: - '@babel/core': 7.28.0 - '@react-native/babel-preset': 0.76.9 - hermes-parser: 0.23.1 + '@babel/core': 7.29.0 + '@react-native/babel-preset': 0.86.0(@babel/core@7.29.0) + hermes-parser: 0.36.0 nullthrows: 1.1.1 transitivePeerDependencies: - - '@babel/preset-env' - supports-color - '@react-native/metro-config@0.76.9': + '@react-native/metro-config@0.86.0': dependencies: - '@react-native/js-polyfills': 0.76.9 - '@react-native/metro-babel-transformer': 0.76.9 - metro-config: 0.81.5 - metro-runtime: 0.81.5 + '@react-native/js-polyfills': 0.86.0 + '@react-native/metro-babel-transformer': 0.86.0 + metro-config: 0.84.4 + metro-runtime: 0.84.4 transitivePeerDependencies: - - '@babel/preset-env' - - bufferutil - supports-color - - utf-8-validate '@react-native/normalize-colors@0.74.89': {} - '@react-native/normalize-colors@0.83.1': {} + '@react-native/normalize-colors@0.86.0': {} - '@react-native/virtualized-lists@0.83.1(@types/react@19.2.14)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@react-native/virtualized-lists@0.86.0(@types/react@19.2.14)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@react-native/virtualized-lists@0.83.1(@types/react@19.2.14)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)': + '@react-native/virtualized-lists@0.86.0(@types/react@19.2.14)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 react: 19.2.4 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) optionalDependencies: '@types/react': 19.2.14 - '@react-navigation/bottom-tabs@7.10.1(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@react-navigation/bottom-tabs@7.4.7(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-screens@4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: - '@react-navigation/elements': 2.9.5(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@react-navigation/native': 7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) color: 4.2.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-screens: 4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - sf-symbols-typescript: 2.2.0 - transitivePeerDependencies: - - '@react-native-masked-view/masked-view' - - '@react-navigation/bottom-tabs@7.4.7(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - color: 4.2.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-screens: 4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-safe-area-context: 5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react-native-screens: 4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) transitivePeerDependencies: - '@react-native-masked-view/masked-view' - '@react-navigation/core@7.12.1(react@19.2.0)': + '@react-navigation/core@7.12.1(react@19.2.3)': dependencies: '@react-navigation/routers': 7.5.1 escape-string-regexp: 4.0.0 nanoid: 3.3.11 query-string: 7.1.3 - react: 19.2.0 + react: 19.2.3 react-is: 19.1.0 - use-latest-callback: 0.2.4(react@19.2.0) - use-sync-external-store: 1.5.0(react@19.2.0) + use-latest-callback: 0.2.4(react@19.2.3) + use-sync-external-store: 1.5.0(react@19.2.3) - '@react-navigation/core@7.14.0(react@19.2.0)': + '@react-navigation/core@7.14.0(react@19.2.3)': dependencies: '@react-navigation/routers': 7.5.3 escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.11 query-string: 7.1.3 - react: 19.2.0 + react: 19.2.3 react-is: 19.2.4 - use-latest-callback: 0.2.4(react@19.2.0) - use-sync-external-store: 1.6.0(react@19.2.0) - - '@react-navigation/elements@2.6.4(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - color: 4.2.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - use-latest-callback: 0.2.4(react@19.2.0) - use-sync-external-store: 1.5.0(react@19.2.0) - - '@react-navigation/elements@2.9.5(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - color: 4.2.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - use-latest-callback: 0.2.4(react@19.2.0) - use-sync-external-store: 1.6.0(react@19.2.0) + use-latest-callback: 0.2.4(react@19.2.3) + use-sync-external-store: 1.6.0(react@19.2.3) - '@react-navigation/native-stack@7.10.1(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@react-navigation/elements@2.6.4(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: - '@react-navigation/elements': 2.9.5(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@react-navigation/native': 7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) color: 4.2.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-screens: 4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - sf-symbols-typescript: 2.2.0 - warn-once: 0.1.1 - transitivePeerDependencies: - - '@react-native-masked-view/masked-view' - - '@react-navigation/native-stack@7.3.21(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': - dependencies: - '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-screens: 4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-safe-area-context: 5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + use-latest-callback: 0.2.4(react@19.2.3) + use-sync-external-store: 1.5.0(react@19.2.3) + + '@react-navigation/native-stack@7.3.21(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-screens@4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': + dependencies: + '@react-navigation/elements': 2.6.4(@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@react-navigation/native': 7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-safe-area-context: 5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react-native-screens: 4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) warn-once: 0.1.1 transitivePeerDependencies: - '@react-native-masked-view/masked-view' - '@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0)': + '@react-navigation/native@7.1.28(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)': dependencies: - '@react-navigation/core': 7.14.0(react@19.2.0) + '@react-navigation/core': 7.14.0(react@19.2.3) escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.11 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - use-latest-callback: 0.2.4(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + use-latest-callback: 0.2.4(react@19.2.3) '@react-navigation/routers@7.5.1': dependencies: - nanoid: 3.3.11 + nanoid: 3.3.15 '@react-navigation/routers@7.5.3': dependencies: - nanoid: 3.3.11 + nanoid: 3.3.15 - '@react-stately/autocomplete@3.0.0-beta.4(react@19.2.0)': + '@react-stately/autocomplete@3.0.0-beta.4(react@19.2.3)': dependencies: - '@react-stately/utils': 3.11.0(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/calendar@3.9.3(react@19.2.0)': + '@react-stately/calendar@3.9.3(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/calendar': 3.8.3(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/calendar': 3.8.3(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/checkbox@3.7.5(react@19.2.0)': + '@react-stately/checkbox@3.7.5(react@19.2.3)': dependencies: - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/checkbox': 3.10.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/checkbox': 3.10.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/collections@3.12.10(react@19.2.0)': + '@react-stately/collections@3.12.10(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/color@3.9.5(react@19.2.0)': + '@react-stately/color@3.9.5(react@19.2.3)': dependencies: '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/numberfield': 3.11.0(react@19.2.0) - '@react-stately/slider': 3.7.5(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/color': 3.1.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/numberfield': 3.11.0(react@19.2.3) + '@react-stately/slider': 3.7.5(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/color': 3.1.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/combobox@3.13.0(react@19.2.0)': + '@react-stately/combobox@3.13.0(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/combobox': 3.14.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/combobox': 3.14.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/data@3.15.2(react@19.2.0)': + '@react-stately/data@3.15.2(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/datepicker@3.16.1(react@19.2.0)': + '@react-stately/datepicker@3.16.1(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/datepicker': 3.13.5(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/datepicker': 3.13.5(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/disclosure@3.0.11(react@19.2.0)': + '@react-stately/disclosure@3.0.11(react@19.2.3)': dependencies: - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/dnd@3.7.4(react@19.2.0)': + '@react-stately/dnd@3.7.4(react@19.2.3)': dependencies: - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 '@react-stately/flags@3.1.2': dependencies: '@swc/helpers': 0.5.18 - '@react-stately/form@3.2.4(react@19.2.0)': + '@react-stately/form@3.2.4(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/grid@3.11.9(react@19.2.0)': + '@react-stately/grid@3.11.9(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/layout@4.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-stately/layout@4.6.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/table': 3.15.4(react@19.2.0) - '@react-stately/virtualizer': 4.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/table': 3.13.6(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/table': 3.15.4(react@19.2.3) + '@react-stately/virtualizer': 4.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/table': 3.13.6(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-stately/list@3.13.4(react@19.2.0)': + '@react-stately/list@3.13.4(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/menu@3.9.11(react@19.2.0)': + '@react-stately/menu@3.9.11(react@19.2.3)': dependencies: - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-types/menu': 3.10.7(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-types/menu': 3.10.7(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/numberfield@3.11.0(react@19.2.0)': + '@react-stately/numberfield@3.11.0(react@19.2.3)': dependencies: '@internationalized/number': 3.6.5 - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/numberfield': 3.8.18(react@19.2.0) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/numberfield': 3.8.18(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/overlays@3.6.23(react@19.2.0)': + '@react-stately/overlays@3.6.23(react@19.2.3)': dependencies: - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/overlays': 3.9.4(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/overlays': 3.9.4(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/radio@3.11.5(react@19.2.0)': + '@react-stately/radio@3.11.5(react@19.2.3)': dependencies: - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/radio': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/radio': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/searchfield@3.5.19(react@19.2.0)': + '@react-stately/searchfield@3.5.19(react@19.2.3)': dependencies: - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/searchfield': 3.6.8(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/searchfield': 3.6.8(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/select@3.9.2(react@19.2.0)': + '@react-stately/select@3.9.2(react@19.2.3)': dependencies: - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/select': 3.12.2(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/select': 3.12.2(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/selection@3.20.9(react@19.2.0)': + '@react-stately/selection@3.20.9(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/slider@3.7.5(react@19.2.0)': + '@react-stately/slider@3.7.5(react@19.2.3)': dependencies: - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/slider': 3.8.4(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/slider': 3.8.4(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/table@3.15.4(react@19.2.0)': + '@react-stately/table@3.15.4(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) '@react-stately/flags': 3.1.2 - '@react-stately/grid': 3.11.9(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/table': 3.13.6(react@19.2.0) + '@react-stately/grid': 3.11.9(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/table': 3.13.6(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/tabs@3.8.9(react@19.2.0)': + '@react-stately/tabs@3.8.9(react@19.2.3)': dependencies: - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/tabs': 3.3.22(react@19.2.0) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/tabs': 3.3.22(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/toast@3.1.3(react@19.2.0)': + '@react-stately/toast@3.1.3(react@19.2.3)': dependencies: '@swc/helpers': 0.5.18 - react: 19.2.0 - use-sync-external-store: 1.6.0(react@19.2.0) + react: 19.2.3 + use-sync-external-store: 1.6.0(react@19.2.3) - '@react-stately/toggle@3.9.5(react@19.2.0)': + '@react-stately/toggle@3.9.5(react@19.2.3)': dependencies: - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/checkbox': 3.10.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/checkbox': 3.10.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/tooltip@3.5.11(react@19.2.0)': + '@react-stately/tooltip@3.5.11(react@19.2.3)': dependencies: - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-types/tooltip': 3.5.2(react@19.2.0) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-types/tooltip': 3.5.2(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/tree@3.9.6(react@19.2.0)': + '@react-stately/tree@3.9.6(react@19.2.3)': dependencies: - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/utils@3.11.0(react@19.2.0)': + '@react-stately/utils@3.11.0(react@19.2.3)': dependencies: '@swc/helpers': 0.5.18 - react: 19.2.0 + react: 19.2.3 - '@react-stately/virtualizer@4.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@react-stately/virtualizer@4.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) + '@react-types/shared': 3.33.1(react@19.2.3) '@swc/helpers': 0.5.18 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@react-types/autocomplete@3.0.0-alpha.38(react@19.2.0)': + '@react-types/autocomplete@3.0.0-alpha.38(react@19.2.3)': dependencies: - '@react-types/combobox': 3.14.0(react@19.2.0) - '@react-types/searchfield': 3.6.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/combobox': 3.14.0(react@19.2.3) + '@react-types/searchfield': 3.6.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/breadcrumbs@3.7.19(react@19.2.0)': + '@react-types/breadcrumbs@3.7.19(react@19.2.3)': dependencies: - '@react-types/link': 3.6.7(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/link': 3.6.7(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/button@3.15.1(react@19.2.0)': + '@react-types/button@3.15.1(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/calendar@3.8.3(react@19.2.0)': + '@react-types/calendar@3.8.3(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/checkbox@3.10.4(react@19.2.0)': + '@react-types/checkbox@3.10.4(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/color@3.1.4(react@19.2.0)': + '@react-types/color@3.1.4(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/slider': 3.8.4(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/slider': 3.8.4(react@19.2.3) + react: 19.2.3 - '@react-types/combobox@3.14.0(react@19.2.0)': + '@react-types/combobox@3.14.0(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/datepicker@3.13.5(react@19.2.0)': + '@react-types/datepicker@3.13.5(react@19.2.3)': dependencies: '@internationalized/date': 3.12.0 - '@react-types/calendar': 3.8.3(react@19.2.0) - '@react-types/overlays': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/calendar': 3.8.3(react@19.2.3) + '@react-types/overlays': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/dialog@3.5.24(react@19.2.0)': + '@react-types/dialog@3.5.24(react@19.2.3)': dependencies: - '@react-types/overlays': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/overlays': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/form@3.7.18(react@19.2.0)': + '@react-types/form@3.7.18(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/grid@3.3.8(react@19.2.0)': + '@react-types/grid@3.3.8(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/link@3.6.7(react@19.2.0)': + '@react-types/link@3.6.7(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/listbox@3.7.6(react@19.2.0)': + '@react-types/listbox@3.7.6(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/menu@3.10.7(react@19.2.0)': + '@react-types/menu@3.10.7(react@19.2.3)': dependencies: - '@react-types/overlays': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/overlays': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/meter@3.4.15(react@19.2.0)': + '@react-types/meter@3.4.15(react@19.2.3)': dependencies: - '@react-types/progress': 3.5.18(react@19.2.0) - react: 19.2.0 + '@react-types/progress': 3.5.18(react@19.2.3) + react: 19.2.3 - '@react-types/numberfield@3.8.18(react@19.2.0)': + '@react-types/numberfield@3.8.18(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/overlays@3.9.4(react@19.2.0)': + '@react-types/overlays@3.9.4(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/progress@3.5.18(react@19.2.0)': + '@react-types/progress@3.5.18(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/radio@3.9.4(react@19.2.0)': + '@react-types/radio@3.9.4(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/searchfield@3.6.8(react@19.2.0)': + '@react-types/searchfield@3.6.8(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/textfield': 3.12.8(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/textfield': 3.12.8(react@19.2.3) + react: 19.2.3 - '@react-types/select@3.12.2(react@19.2.0)': + '@react-types/select@3.12.2(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/shared@3.33.1(react@19.2.0)': + '@react-types/shared@3.33.1(react@19.2.3)': dependencies: - react: 19.2.0 + react: 19.2.3 - '@react-types/slider@3.8.4(react@19.2.0)': + '@react-types/slider@3.8.4(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/switch@3.5.17(react@19.2.0)': + '@react-types/switch@3.5.17(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/table@3.13.6(react@19.2.0)': + '@react-types/table@3.13.6(react@19.2.3)': dependencies: - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/tabs@3.3.22(react@19.2.0)': + '@react-types/tabs@3.3.22(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/textfield@3.12.8(react@19.2.0)': + '@react-types/textfield@3.12.8(react@19.2.3)': dependencies: - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@react-types/tooltip@3.5.2(react@19.2.0)': + '@react-types/tooltip@3.5.2(react@19.2.3)': dependencies: - '@react-types/overlays': 3.9.4(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 + '@react-types/overlays': 3.9.4(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 - '@redux-devtools/app-core@1.1.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux-persist@6.0.0(react@19.2.0)(redux@5.0.1))(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))': + '@redux-devtools/app-core@1.1.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux-persist@6.0.0(react@19.2.3)(redux@5.0.1))(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))': dependencies: '@babel/runtime': 7.26.10 - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) - '@redux-devtools/chart-monitor': 5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) - '@redux-devtools/inspector-monitor': 6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1) - '@redux-devtools/inspector-monitor-test-tab': 4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@redux-devtools/inspector-monitor-trace-tab': 4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1) - '@redux-devtools/log-monitor': 5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) - '@redux-devtools/rtk-query-monitor': 5.2.0(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@redux-devtools/slider-monitor': 5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@reduxjs/toolkit': 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) + '@redux-devtools/chart-monitor': 5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) + '@redux-devtools/inspector-monitor': 6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1) + '@redux-devtools/inspector-monitor-test-tab': 4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@redux-devtools/inspector-monitor-trace-tab': 4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1) + '@redux-devtools/log-monitor': 5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) + '@redux-devtools/rtk-query-monitor': 5.2.0(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@redux-devtools/slider-monitor': 5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@reduxjs/toolkit': 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3) '@types/react': 19.2.14 '@types/styled-components': 5.1.34 d3-state-visualizer: 3.0.0 javascript-stringify: 2.1.0 jsan: 3.1.14 jsondiffpatch: 0.6.2 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-icons: 5.5.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-icons: 5.5.0(react@19.2.3) react-is: 18.3.1 - react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) + react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) redux: 5.0.1 - redux-persist: 6.0.0(react@19.2.0)(redux@5.0.1) - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + redux-persist: 6.0.0(react@19.2.3)(redux@5.0.1) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - supports-color - '@redux-devtools/app@6.2.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))': + '@redux-devtools/app@6.2.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))': dependencies: - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) - '@redux-devtools/app-core': 1.1.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux-persist@6.0.0(react@19.2.0)(redux@5.0.1))(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@reduxjs/toolkit': 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) + '@redux-devtools/app-core': 1.1.2(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux-persist@6.0.0(react@19.2.3)(redux@5.0.1))(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@reduxjs/toolkit': 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3) '@types/react': 19.2.14 '@types/styled-components': 5.1.34 jsan: 3.1.14 localforage: 1.10.0 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) redux: 5.0.1 - redux-persist: 6.0.0(react@19.2.0)(redux@5.0.1) + redux-persist: 6.0.0(react@19.2.3)(redux@5.0.1) socketcluster-client: 19.2.7 - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@redux-devtools/chart-monitor@5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1)': + '@redux-devtools/chart-monitor@5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1)': dependencies: '@babel/runtime': 7.26.10 - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) '@types/react': 19.2.14 d3-state-visualizer: 3.0.0 deepmerge: 4.3.1 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 redux: 5.0.1 - '@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1)': + '@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1)': dependencies: '@babel/runtime': 7.26.10 '@redux-devtools/instrument': 2.2.0(redux@5.0.1) - react: 19.2.0 - react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) + react: 19.2.3 + react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) redux: 5.0.1 - '@redux-devtools/inspector-monitor-test-tab@4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))': + '@redux-devtools/inspector-monitor-test-tab@4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))': dependencies: '@babel/runtime': 7.26.10 - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) - '@redux-devtools/inspector-monitor': 6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1) - '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) + '@redux-devtools/inspector-monitor': 6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1) + '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) '@types/react': 19.2.14 '@types/styled-components': 5.1.34 es6template: 1.0.5 javascript-stringify: 2.1.0 jsan: 3.1.14 object-path: 0.11.8 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-icons: 5.5.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-icons: 5.5.0(react@19.2.3) redux: 5.0.1 simple-diff: 1.7.2 - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - supports-color - '@redux-devtools/inspector-monitor-trace-tab@4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)': + '@redux-devtools/inspector-monitor-trace-tab@4.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)': dependencies: '@babel/code-frame': 8.0.0-beta.1 '@babel/runtime': 7.26.10 - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) - '@redux-devtools/inspector-monitor': 6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) + '@redux-devtools/inspector-monitor': 6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1) '@types/chrome': 0.0.306 '@types/react': 19.2.14 anser: 2.3.2 html-entities: 2.6.0 path-browserify: 1.0.1 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 - react-dom: 19.2.0(react@19.2.0) + react-dom: 19.2.3(react@19.2.3) redux: 5.0.1 source-map: 0.5.7 - '@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)': + '@redux-devtools/inspector-monitor@6.1.1(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)': dependencies: '@babel/runtime': 7.26.10 - '@dnd-kit/core': 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@dnd-kit/modifiers': 7.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) - '@dnd-kit/sortable': 8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) - '@dnd-kit/utilities': 3.2.2(react@19.2.0) - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) + '@dnd-kit/core': 6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@dnd-kit/modifiers': 7.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) + '@dnd-kit/sortable': 8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) + '@dnd-kit/utilities': 3.2.2(react@19.2.3) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) '@types/lodash': 4.17.20 '@types/react': 19.2.14 dateformat: 5.0.3 @@ -18495,10 +17931,10 @@ snapshots: javascript-stringify: 2.1.0 jsondiffpatch: 0.6.2 lodash.debounce: 4.0.8 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 - react-dom: 19.2.0(react@19.2.0) - react-json-tree: 0.20.0(@types/react@19.2.14)(react@19.2.0) + react-dom: 19.2.3(react@19.2.3) + react-json-tree: 0.20.0(@types/react@19.2.14)(react@19.2.3) redux: 5.0.1 '@redux-devtools/instrument@2.2.0(redux@5.0.1)': @@ -18507,36 +17943,36 @@ snapshots: lodash: 4.17.21 redux: 5.0.1 - '@redux-devtools/log-monitor@5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1)': + '@redux-devtools/log-monitor@5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1)': dependencies: '@babel/runtime': 7.26.10 - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) '@types/lodash.debounce': 4.0.9 '@types/react': 19.2.14 lodash.debounce: 4.0.8 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 - react-json-tree: 0.20.0(@types/react@19.2.14)(react@19.2.0) + react-json-tree: 0.20.0(@types/react@19.2.14)(react@19.2.3) redux: 5.0.1 - '@redux-devtools/rtk-query-monitor@5.2.0(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.0))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))': + '@redux-devtools/rtk-query-monitor@5.2.0(@emotion/react@11.14.0(@types/react@19.2.14)(react@19.2.3))(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))': dependencies: '@babel/runtime': 7.26.10 - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) - '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) - '@reduxjs/toolkit': 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) + '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) + '@reduxjs/toolkit': 2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3) '@types/lodash': 4.17.20 '@types/react': 19.2.14 '@types/styled-components': 5.1.34 hex-rgba: 1.0.2 immutable: 5.1.3 lodash.debounce: 4.0.8 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 - react-json-tree: 0.20.0(@types/react@19.2.14)(react@19.2.0) + react-json-tree: 0.20.0(@types/react@19.2.14)(react@19.2.3) redux: 5.0.1 - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - react-dom - supports-color @@ -18547,27 +17983,27 @@ snapshots: immutable: 4.3.7 jsan: 3.1.14 - '@redux-devtools/slider-monitor@5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))': + '@redux-devtools/slider-monitor@5.1.1(@redux-devtools/core@4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1))(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(redux@5.0.1)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))': dependencies: '@babel/runtime': 7.26.10 - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) - '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0)) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) + '@redux-devtools/ui': 1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3)) '@types/react': 19.2.14 '@types/styled-components': 5.1.34 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 redux: 5.0.1 - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - react-dom - supports-color - '@redux-devtools/ui@1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))': + '@redux-devtools/ui@1.4.0(@types/react@19.2.14)(@types/styled-components@5.1.34)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))': dependencies: '@babel/runtime': 7.26.10 - '@rjsf/core': 5.24.12(@rjsf/utils@5.24.12(react@19.2.0))(react@19.2.0) - '@rjsf/utils': 5.24.12(react@19.2.0) - '@rjsf/validator-ajv8': 5.24.12(@rjsf/utils@5.24.12(react@19.2.0)) + '@rjsf/core': 5.24.12(@rjsf/utils@5.24.12(react@19.2.3))(react@19.2.3) + '@rjsf/utils': 5.24.12(react@19.2.3) + '@rjsf/validator-ajv8': 5.24.12(@rjsf/utils@5.24.12(react@19.2.3)) '@types/codemirror': 5.60.16 '@types/json-schema': 7.0.15 '@types/react': 19.2.14 @@ -18575,20 +18011,20 @@ snapshots: '@types/styled-components': 5.1.34 codemirror: 5.65.19 color: 4.2.3 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 - react-icons: 5.5.0(react@19.2.0) - react-select: 5.10.2(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react-icons: 5.5.0(react@19.2.3) + react-select: 5.10.2(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) simple-element-resize-detector: 1.3.0 - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - react-dom - supports-color - '@redux-devtools/utils@3.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1)': + '@redux-devtools/utils@3.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1)': dependencies: '@babel/runtime': 7.26.10 - '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)(redux@5.0.1) + '@redux-devtools/core': 4.1.1(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)(redux@5.0.1) '@redux-devtools/serialize': 0.4.2(immutable@4.3.7) '@types/get-params': 0.1.2 get-params: 0.1.2 @@ -18600,7 +18036,7 @@ snapshots: - react - react-redux - '@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1))(react@19.2.0)': + '@reduxjs/toolkit@2.8.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1))(react@19.2.3)': dependencies: '@standard-schema/spec': 1.0.0 '@standard-schema/utils': 0.3.0 @@ -18609,31 +18045,31 @@ snapshots: redux-thunk: 3.1.0(redux@5.0.1) reselect: 5.1.1 optionalDependencies: - react: 19.2.0 - react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1) + react: 19.2.3 + react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1) - '@rjsf/core@5.24.12(@rjsf/utils@5.24.12(react@19.2.0))(react@19.2.0)': + '@rjsf/core@5.24.12(@rjsf/utils@5.24.12(react@19.2.3))(react@19.2.3)': dependencies: - '@rjsf/utils': 5.24.12(react@19.2.0) + '@rjsf/utils': 5.24.12(react@19.2.3) lodash: 4.17.21 lodash-es: 4.17.21 - markdown-to-jsx: 7.7.12(react@19.2.0) - nanoid: 3.3.11 + markdown-to-jsx: 7.7.12(react@19.2.3) + nanoid: 3.3.15 prop-types: 15.8.1 - react: 19.2.0 + react: 19.2.3 - '@rjsf/utils@5.24.12(react@19.2.0)': + '@rjsf/utils@5.24.12(react@19.2.3)': dependencies: json-schema-merge-allof: 0.8.1 jsonpointer: 5.0.1 lodash: 4.17.21 lodash-es: 4.17.21 - react: 19.2.0 + react: 19.2.3 react-is: 18.3.1 - '@rjsf/validator-ajv8@5.24.12(@rjsf/utils@5.24.12(react@19.2.0))': + '@rjsf/validator-ajv8@5.24.12(@rjsf/utils@5.24.12(react@19.2.3))': dependencies: - '@rjsf/utils': 5.24.12(react@19.2.0) + '@rjsf/utils': 5.24.12(react@19.2.3) ajv: 8.17.1 ajv-formats: 2.1.1 lodash: 4.17.21 @@ -19054,14 +18490,6 @@ snapshots: '@sinclair/typebox@0.34.48': {} - '@sinonjs/commons@3.0.1': - dependencies: - type-detect: 4.0.8 - - '@sinonjs/fake-timers@10.3.0': - dependencies: - '@sinonjs/commons': 3.0.1 - '@standard-schema/spec@1.0.0': {} '@standard-schema/spec@1.1.0': {} @@ -19226,28 +18654,28 @@ snapshots: '@tanstack/query-devtools@5.81.2': {} - '@tanstack/react-query-devtools@5.83.0(@tanstack/react-query@5.83.0(react@19.2.0))(react@19.2.0)': + '@tanstack/react-query-devtools@5.83.0(@tanstack/react-query@5.83.0(react@19.2.3))(react@19.2.3)': dependencies: '@tanstack/query-devtools': 5.81.2 - '@tanstack/react-query': 5.83.0(react@19.2.0) - react: 19.2.0 + '@tanstack/react-query': 5.83.0(react@19.2.3) + react: 19.2.3 - '@tanstack/react-query@5.83.0(react@19.2.0)': + '@tanstack/react-query@5.83.0(react@19.2.3)': dependencies: '@tanstack/query-core': 5.83.0 - react: 19.2.0 + react: 19.2.3 - '@tanstack/react-table@8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@tanstack/react-table@8.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@tanstack/table-core': 8.21.3 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - '@tanstack/react-virtual@3.13.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@tanstack/react-virtual@3.13.12(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@tanstack/virtual-core': 3.13.12 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) '@tanstack/table-core@8.21.3': {} @@ -19273,35 +18701,35 @@ snapshots: picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/jest-native@5.4.3(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react-test-renderer@19.2.0(react@19.2.0))(react@19.2.0)': + '@testing-library/jest-native@5.4.3(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react-test-renderer@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: chalk: 4.1.2 jest-diff: 29.7.0 jest-matcher-utils: 29.7.0 pretty-format: 29.7.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-test-renderer: 19.2.0(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-test-renderer: 19.2.3(react@19.2.3) redent: 3.0.0 - '@testing-library/react-native@12.9.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react-test-renderer@19.2.0(react@19.2.0))(react@19.2.0)': + '@testing-library/react-native@12.9.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react-test-renderer@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: jest-matcher-utils: 29.7.0 pretty-format: 29.7.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-test-renderer: 19.2.0(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-test-renderer: 19.2.3(react@19.2.3) redent: 3.0.0 - '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@babel/runtime': 7.26.10 '@testing-library/dom': 10.4.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - '@types/react-dom': 19.1.11(@types/react@19.2.14) + '@types/react-dom': 19.2.3(@types/react@19.2.14) '@tootallnate/once@2.0.0': {} @@ -19317,23 +18745,23 @@ snapshots: '@types/babel__core@7.20.5': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 '@types/babel__generator': 7.27.0 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.7 '@types/babel__generator@7.27.0': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@types/babel__traverse@7.20.7': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 '@types/body-parser@1.19.6': dependencies: @@ -19557,10 +18985,6 @@ snapshots: '@types/get-params@0.1.2': {} - '@types/graceful-fs@4.1.9': - dependencies: - '@types/node': 18.16.9 - '@types/hammerjs@2.0.46': {} '@types/har-format@1.2.16': {} @@ -19636,7 +19060,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.1.11(@types/react@19.2.14)': + '@types/react-dom@19.2.3(@types/react@19.2.14)': + dependencies: + '@types/react': 19.2.14 + + '@types/react-test-renderer@19.1.0': dependencies: '@types/react': 19.2.14 @@ -19730,20 +19158,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.46.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.65.0(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3)': dependencies: - '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.46.0 - '@typescript-eslint/type-utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.46.0 + '@eslint-community/regexpp': 4.12.2 + '@typescript-eslint/parser': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) + '@typescript-eslint/scope-manager': 8.65.0 + '@typescript-eslint/type-utils': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) + '@typescript-eslint/utils': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) + '@typescript-eslint/visitor-keys': 8.65.0 eslint: 9.37.0(jiti@2.6.1) - graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -19759,15 +19186,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3)': dependencies: - '@typescript-eslint/scope-manager': 8.46.0 - '@typescript-eslint/types': 8.46.0 - '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.46.0 + '@typescript-eslint/scope-manager': 8.65.0 + '@typescript-eslint/types': 8.65.0 + '@typescript-eslint/typescript-estree': 8.65.0(typescript@6.0.3) + '@typescript-eslint/visitor-keys': 8.65.0 debug: 4.4.3(supports-color@5.5.0) eslint: 9.37.0(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -19780,12 +19207,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.46.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.65.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.46.0(typescript@5.9.3) - '@typescript-eslint/types': 8.46.0 + '@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3) + '@typescript-eslint/types': 8.65.0 debug: 4.4.3(supports-color@5.5.0) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -19794,13 +19221,18 @@ snapshots: '@typescript-eslint/types': 8.46.0 '@typescript-eslint/visitor-keys': 8.46.0 + '@typescript-eslint/scope-manager@8.65.0': + dependencies: + '@typescript-eslint/types': 8.65.0 + '@typescript-eslint/visitor-keys': 8.65.0 + '@typescript-eslint/tsconfig-utils@8.46.0(typescript@5.8.3)': dependencies: typescript: 5.8.3 - '@typescript-eslint/tsconfig-utils@8.46.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.65.0(typescript@6.0.3)': dependencies: - typescript: 5.9.3 + typescript: 6.0.3 '@typescript-eslint/type-utils@8.46.0(eslint@9.37.0(jiti@2.4.2))(typescript@5.8.3)': dependencies: @@ -19814,20 +19246,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3)': dependencies: - '@typescript-eslint/types': 8.46.0 - '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.65.0 + '@typescript-eslint/typescript-estree': 8.65.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) debug: 4.4.3(supports-color@5.5.0) eslint: 9.37.0(jiti@2.6.1) - ts-api-utils: 2.1.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color '@typescript-eslint/types@8.46.0': {} + '@typescript-eslint/types@8.65.0': {} + '@typescript-eslint/typescript-estree@8.46.0(typescript@5.8.3)': dependencies: '@typescript-eslint/project-service': 8.46.0(typescript@5.8.3) @@ -19838,25 +19272,24 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.8.5 ts-api-utils: 2.1.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.46.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.65.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/project-service': 8.46.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.46.0(typescript@5.9.3) - '@typescript-eslint/types': 8.46.0 - '@typescript-eslint/visitor-keys': 8.46.0 + '@typescript-eslint/project-service': 8.65.0(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3) + '@typescript-eslint/types': 8.65.0 + '@typescript-eslint/visitor-keys': 8.65.0 debug: 4.4.3(supports-color@5.5.0) - fast-glob: 3.3.3 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.7.3 - ts-api-utils: 2.1.0(typescript@5.9.3) - typescript: 5.9.3 + minimatch: 10.2.5 + semver: 7.8.5 + tinyglobby: 0.2.17 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -19871,14 +19304,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3)': dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.46.0 - '@typescript-eslint/types': 8.46.0 - '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.9.3) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.37.0(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.65.0 + '@typescript-eslint/types': 8.65.0 + '@typescript-eslint/typescript-estree': 8.65.0(typescript@6.0.3) eslint: 9.37.0(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -19887,6 +19320,11 @@ snapshots: '@typescript-eslint/types': 8.46.0 eslint-visitor-keys: 4.2.1 + '@typescript-eslint/visitor-keys@8.65.0': + dependencies: + '@typescript-eslint/types': 8.65.0 + eslint-visitor-keys: 5.0.1 + '@ungap/structured-clone@1.3.0': {} '@unhead/react@2.1.4(react@19.2.4)': @@ -20095,7 +19533,7 @@ snapshots: sirv: 3.0.2 tinyglobby: 0.2.14 tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.17.0)(@vitest/ui@3.2.4)(jiti@2.6.1)(jsdom@22.1.0)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@18.16.9)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@22.1.0)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1) '@vitest/utils@3.2.4': dependencies: @@ -20128,7 +19566,7 @@ snapshots: '@vue/compiler-core@3.5.17': dependencies: - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.7 '@vue/shared': 3.5.17 entities: 4.5.0 estree-walker: 2.0.2 @@ -20303,6 +19741,8 @@ snapshots: agent-base@7.1.3: {} + agent-cli-detector@0.1.4: {} + ajv-draft-04@1.0.0(ajv@8.13.0): optionalDependencies: ajv: 8.13.0 @@ -20492,10 +19932,6 @@ snapshots: assertion-error@2.0.1: {} - ast-types@0.15.2: - dependencies: - tslib: 2.8.1 - ast-v8-to-istanbul@0.3.12: dependencies: '@jridgewell/trace-mapping': 0.3.31 @@ -20545,23 +19981,6 @@ snapshots: axe-core@4.11.4: {} - babel-core@7.0.0-bridge.0(@babel/core@7.29.0): - dependencies: - '@babel/core': 7.29.0 - - babel-jest@29.7.0(@babel/core@7.29.0): - dependencies: - '@babel/core': 7.29.0 - '@jest/transform': 29.7.0 - '@types/babel__core': 7.20.5 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.29.0) - chalk: 4.1.2 - graceful-fs: 4.2.11 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - babel-loader@10.1.1(@babel/core@7.29.0)(webpack@5.105.4): dependencies: '@babel/core': 7.29.0 @@ -20576,19 +19995,9 @@ snapshots: schema-utils: 4.3.2 webpack: 5.105.4(@swc/core@1.5.29(@swc/helpers@0.5.17)) - babel-plugin-istanbul@6.1.1: - dependencies: - '@babel/helper-plugin-utils': 7.28.6 - '@istanbuljs/load-nyc-config': 1.1.0 - '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 5.2.1 - test-exclude: 6.0.0 - transitivePeerDependencies: - - supports-color - babel-plugin-istanbul@7.0.1: dependencies: - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 6.0.3 @@ -20596,45 +20005,21 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-jest-hoist@29.6.3: - dependencies: - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 - '@types/babel__core': 7.20.5 - '@types/babel__traverse': 7.20.7 - babel-plugin-macros@3.1.0: dependencies: '@babel/runtime': 7.26.10 cosmiconfig: 7.1.0 resolve: 1.22.10 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.0): - dependencies: - '@babel/compat-data': 7.28.0 - '@babel/core': 7.28.0 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.29.0): dependencies: - '@babel/compat-data': 7.28.0 + '@babel/compat-data': 7.29.7 '@babel/core': 7.29.0 '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.29.0) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.0): - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0) - core-js-compat: 3.43.0 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -20643,13 +20028,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.0): - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0) - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -20659,108 +20037,192 @@ snapshots: babel-plugin-react-compiler@1.0.0: dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 babel-plugin-react-native-web@0.21.2: {} - babel-plugin-styled-components@2.1.4(@babel/core@7.29.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))(supports-color@5.5.0): + babel-plugin-styled-components@2.1.4(@babel/core@7.29.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))(supports-color@5.5.0): dependencies: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-module-imports': 7.28.6(supports-color@5.5.0) '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.0) lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0) + styled-components: 5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3) transitivePeerDependencies: - '@babel/core' - supports-color - babel-plugin-syntax-hermes-parser@0.25.1: - dependencies: - hermes-parser: 0.25.1 - - babel-plugin-syntax-hermes-parser@0.29.1: - dependencies: - hermes-parser: 0.29.1 - - babel-plugin-syntax-hermes-parser@0.32.0: + babel-plugin-syntax-hermes-parser@0.36.0: dependencies: - hermes-parser: 0.32.0 + hermes-parser: 0.36.0 - babel-plugin-syntax-hermes-parser@0.33.3: + babel-plugin-syntax-hermes-parser@0.36.1: dependencies: - hermes-parser: 0.33.3 + hermes-parser: 0.36.1 - babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.28.0): + babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.29.0): dependencies: - '@babel/plugin-syntax-flow': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-syntax-flow': 7.27.1(@babel/core@7.29.0) transitivePeerDependencies: - '@babel/core' - babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.29.0): + babel-preset-expo@57.0.3(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-refresh@0.14.2): dependencies: - '@babel/plugin-syntax-flow': 7.27.1(@babel/core@7.29.0) + '@babel/generator': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) + '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-export-default-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-pure-annotations': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.0) + '@react-native/babel-plugin-codegen': 0.86.0(@babel/core@7.29.0) + babel-plugin-react-compiler: 1.0.0 + babel-plugin-react-native-web: 0.21.2 + babel-plugin-syntax-hermes-parser: 0.36.1 + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.29.0) + debug: 4.4.3(supports-color@5.5.0) + react-refresh: 0.14.2 + optionalDependencies: + '@babel/runtime': 7.26.10 + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) transitivePeerDependencies: - '@babel/core' + - supports-color - babel-preset-current-node-syntax@1.1.0(@babel/core@7.29.0): + babel-preset-expo@57.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-refresh@0.14.2): dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.0) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.0) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.0) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.0) + '@babel/generator': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) + '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-export-default-from': 7.27.1(@babel/core@7.29.0) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.0) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.0) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-pure-annotations': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.0) + '@react-native/babel-plugin-codegen': 0.86.0(@babel/core@7.29.0) + babel-plugin-react-compiler: 1.0.0 + babel-plugin-react-native-web: 0.21.2 + babel-plugin-syntax-hermes-parser: 0.36.1 + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.29.0) + debug: 4.4.3(supports-color@5.5.0) + react-refresh: 0.14.2 + optionalDependencies: + '@babel/runtime': 7.26.10 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + transitivePeerDependencies: + - '@babel/core' + - supports-color - babel-preset-expo@55.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@55.0.0-preview.10)(react-refresh@0.14.2): + babel-preset-expo@57.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-refresh@0.14.2): dependencies: - '@babel/generator': 7.29.1 - '@babel/helper-module-imports': 7.27.1 + '@babel/generator': 7.29.7 + '@babel/helper-module-imports': 7.29.7 '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) '@babel/plugin-proposal-export-default-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) '@babel/plugin-syntax-export-default-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.29.0) '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-react-pure-annotations': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.29.0) - '@babel/preset-react': 7.28.5(@babel/core@7.29.0) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.0) - '@react-native/babel-preset': 0.83.1(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.0) + '@react-native/babel-plugin-codegen': 0.86.0(@babel/core@7.29.0) babel-plugin-react-compiler: 1.0.0 babel-plugin-react-native-web: 0.21.2 - babel-plugin-syntax-hermes-parser: 0.29.1 + babel-plugin-syntax-hermes-parser: 0.36.1 babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.29.0) debug: 4.4.3(supports-color@5.5.0) react-refresh: 0.14.2 - resolve-from: 5.0.0 optionalDependencies: '@babel/runtime': 7.26.10 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) transitivePeerDependencies: - '@babel/core' - supports-color - babel-preset-jest@29.6.3(@babel/core@7.29.0): - dependencies: - '@babel/core': 7.29.0 - babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.1.0(@babel/core@7.29.0) - bail@2.0.2: {} balanced-match@1.0.2: {} @@ -20773,7 +20235,7 @@ snapshots: baseline-browser-mapping@2.8.16: {} - baseui@16.1.1(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styletron-react@6.1.1(react@19.2.0)): + baseui@16.1.1(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(styletron-react@6.1.1(react@19.2.3)): dependencies: '@date-io/date-fns': 2.17.0(date-fns@2.30.0) '@date-io/moment': 2.17.0(moment@2.30.1) @@ -20790,23 +20252,23 @@ snapshots: polished: 4.3.1 popper.js: 1.16.1 prop-types: 15.8.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-dropzone: 9.0.0(react@19.2.0) - react-focus-lock: 2.13.7(@types/react@19.2.14)(react@19.2.0) - react-hook-form: 7.75.0(react@19.2.0) - react-input-mask: 2.0.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-dropzone: 9.0.0(react@19.2.3) + react-focus-lock: 2.13.7(@types/react@19.2.14)(react@19.2.3) + react-hook-form: 7.75.0(react@19.2.3) + react-input-mask: 2.0.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react-is: 17.0.2 - react-map-gl: 5.2.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react-movable: 3.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react-map-gl: 5.2.13(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react-movable: 3.4.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react-multi-ref: 1.0.2 - react-range: 1.10.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react-uid: 2.3.0(@types/react@19.2.14)(react@19.2.0) - react-virtualized: 9.22.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react-virtualized-auto-sizer: 1.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react-window: 1.8.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react-range: 1.10.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react-uid: 2.3.0(@types/react@19.2.14)(react@19.2.3) + react-virtualized: 9.22.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react-virtualized-auto-sizer: 1.0.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react-window: 1.8.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) resize-observer-polyfill: 1.5.1 - styletron-react: 6.1.1(react@19.2.0) + styletron-react: 6.1.1(react@19.2.3) styletron-standard: 3.1.0 transitivePeerDependencies: - '@types/react' @@ -20817,10 +20279,6 @@ snapshots: batch@0.6.1: {} - better-opn@3.0.2: - dependencies: - open: 8.4.2 - better-path-resolve@1.0.0: dependencies: is-windows: 1.0.2 @@ -20966,16 +20424,6 @@ snapshots: call-bind-apply-helpers: 1.0.2 get-intrinsic: 1.3.0 - caller-callsite@2.0.0: - dependencies: - callsites: 2.0.0 - - caller-path@2.0.0: - dependencies: - caller-callsite: 2.0.0 - - callsites@2.0.0: {} - callsites@3.1.0: {} camel-case@4.1.2: @@ -21093,6 +20541,16 @@ snapshots: transitivePeerDependencies: - supports-color + chromium-edge-launcher@0.3.0: + dependencies: + '@types/node': 18.16.9 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + mkdirp: 1.0.4 + transitivePeerDependencies: + - supports-color + ci-info@2.0.0: {} ci-info@3.9.0: {} @@ -21196,8 +20654,6 @@ snapshots: common-path-prefix@3.0.0: {} - commondir@1.0.1: {} - compare-func@2.0.0: dependencies: array-ify: 1.0.0 @@ -21209,18 +20665,6 @@ snapshots: dependencies: mime-db: 1.54.0 - compression@1.8.0: - dependencies: - bytes: 3.1.2 - compressible: 2.0.18 - debug: 2.6.9 - negotiator: 0.6.4 - on-headers: 1.0.2 - safe-buffer: 5.2.1 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - compression@1.8.1: dependencies: bytes: 3.1.2 @@ -21312,7 +20756,7 @@ snapshots: core-js-compat@3.43.0: dependencies: - browserslist: 4.26.3 + browserslist: 4.28.2 core-js@2.6.12: {} @@ -21325,13 +20769,6 @@ snapshots: jiti: 2.6.1 typescript: 5.8.3 - cosmiconfig@5.2.1: - dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.1 - parse-json: 4.0.0 - cosmiconfig@7.1.0: dependencies: '@types/parse-json': 4.0.2 @@ -21732,7 +21169,7 @@ snapshots: dependencies: '@leichtgewicht/ip-codec': 2.0.5 - dnssd-advertise@1.1.3: {} + dnssd-advertise@1.1.6: {} doctrine@2.1.0: dependencies: @@ -21862,8 +21299,6 @@ snapshots: entities@7.0.1: {} - env-editor@0.4.2: {} - env-paths@2.2.1: {} envinfo@7.21.0: {} @@ -22049,16 +21484,16 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-expo@55.0.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3): + eslint-config-expo@57.0.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.46.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.65.0(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) + '@typescript-eslint/parser': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) eslint: 9.37.0(jiti@2.6.1) eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.37.0(jiti@2.6.1)) - eslint-plugin-expo: 1.0.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)) + eslint-plugin-expo: 1.1.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)) eslint-plugin-react: 7.37.5(eslint@9.37.0(jiti@2.6.1)) - eslint-plugin-react-hooks: 5.2.0(eslint@9.37.0(jiti@2.6.1)) + eslint-plugin-react-hooks: 7.1.1(eslint@9.37.0(jiti@2.6.1)) globals: 16.5.0 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -22086,34 +21521,34 @@ snapshots: get-tsconfig: 4.13.6 is-bun-module: 2.0.0 stable-hash: 0.0.5 - tinyglobby: 0.2.15 + tinyglobby: 0.2.17 unrs-resolver: 1.11.1 optionalDependencies: - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) eslint: 9.37.0(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.37.0(jiti@2.6.1)) transitivePeerDependencies: - supports-color - eslint-plugin-expo@1.0.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3): + eslint-plugin-expo@1.1.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3): dependencies: - '@typescript-eslint/types': 8.46.0 - '@typescript-eslint/utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.65.0 + '@typescript-eslint/utils': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) eslint: 9.37.0(jiti@2.6.1) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -22124,7 +21559,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.37.0(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.37.0(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -22136,15 +21571,22 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.65.0(eslint@9.37.0(jiti@2.6.1))(typescript@6.0.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-react-hooks@5.2.0(eslint@9.37.0(jiti@2.6.1)): + eslint-plugin-react-hooks@7.1.1(eslint@9.37.0(jiti@2.6.1)): dependencies: + '@babel/core': 7.29.0 + '@babel/parser': 7.29.7 eslint: 9.37.0(jiti@2.6.1) + hermes-parser: 0.25.1 + zod: 3.25.76 + zod-validation-error: 4.0.2(zod@3.25.76) + transitivePeerDependencies: + - supports-color eslint-plugin-react@7.37.5(eslint@9.37.0(jiti@2.6.1)): dependencies: @@ -22182,6 +21624,8 @@ snapshots: eslint-visitor-keys@4.2.1: {} + eslint-visitor-keys@5.0.1: {} + eslint@9.37.0(jiti@2.4.2): dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.4.2)) @@ -22359,24 +21803,47 @@ snapshots: expect-type@1.3.0: {} - expo-asset@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-asset@57.0.6(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3): + dependencies: + '@expo/image-utils': 0.11.4(typescript@5.8.3) + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + expo-constants: 57.0.7(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)) + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + transitivePeerDependencies: + - supports-color + - typescript + + expo-asset@57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3): + dependencies: + '@expo/image-utils': 0.11.4(typescript@5.9.3) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + transitivePeerDependencies: + - supports-color + - typescript + + expo-asset@57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3): dependencies: - '@expo/image-utils': 0.8.12 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + '@expo/image-utils': 0.11.4(typescript@6.0.3) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) transitivePeerDependencies: - supports-color + - typescript - expo-atlas@0.4.3(expo@55.0.0-preview.10): + expo-atlas@0.4.3(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3)): dependencies: '@expo/server': 0.5.3 arg: 5.0.2 chalk: 4.1.2 compression: 1.8.1 connect: 3.7.0 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) express: 4.22.1 freeport-async: 2.0.0 getenv: 2.0.0 @@ -22387,253 +21854,344 @@ snapshots: transitivePeerDependencies: - supports-color - expo-constants@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)): + expo-constants@57.0.7(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)): dependencies: - '@expo/config': 55.0.4 - '@expo/env': 2.1.0 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + '@expo/env': 2.4.2 + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) transitivePeerDependencies: - supports-color - expo-file-system@55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)): + expo-constants@57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + '@expo/env': 2.4.2 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + transitivePeerDependencies: + - supports-color + + expo-constants@57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): + dependencies: + '@expo/env': 2.4.2 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + transitivePeerDependencies: + - supports-color + + expo-file-system@57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)): + dependencies: + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + + expo-file-system@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): + dependencies: + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + + expo-file-system@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): + dependencies: + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + + expo-font@57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4): + dependencies: + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + fontfaceobserver: 2.3.0 + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) - expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-font@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) fontfaceobserver: 2.3.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo-glass-effect@55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-font@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + fontfaceobserver: 2.3.0 + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo-haptics@55.0.5(expo@55.0.0-preview.10): + expo-haptics@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3)): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) - expo-image@55.0.3(expo@55.0.0-preview.10)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-image@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) sf-symbols-typescript: 2.2.0 optionalDependencies: - react-native-web: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react-native-web: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + + expo-keep-awake@57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react@19.2.4): + dependencies: + expo: 57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + react: 19.2.4 - expo-keep-awake@55.0.2(expo@55.0.0-preview.10)(react@19.2.0): + expo-keep-awake@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react@19.2.3): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + react: 19.2.3 - expo-linking@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-keep-awake@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react@19.2.3): dependencies: - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react: 19.2.3 + + expo-linking@57.0.4(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): + dependencies: + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) invariant: 2.2.4 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) transitivePeerDependencies: - expo - supports-color - expo-modules-autolinking@55.0.3: + expo-modules-autolinking@57.0.8(typescript@5.8.3): dependencies: - '@expo/spawn-async': 1.7.2 + '@expo/require-utils': 57.0.3(typescript@5.8.3) + '@expo/spawn-async': 1.8.0 chalk: 4.1.2 commander: 7.2.0 - require-from-string: 2.0.2 - resolve-from: 5.0.0 + transitivePeerDependencies: + - supports-color + - typescript + + expo-modules-autolinking@57.0.9(typescript@5.9.3): + dependencies: + '@expo/require-utils': 57.0.4(typescript@5.9.3) + '@expo/spawn-async': 1.8.0 + chalk: 4.1.2 + commander: 7.2.0 + transitivePeerDependencies: + - supports-color + - typescript + + expo-modules-autolinking@57.0.9(typescript@6.0.3): + dependencies: + '@expo/require-utils': 57.0.4(typescript@6.0.3) + '@expo/spawn-async': 1.8.0 + chalk: 4.1.2 + commander: 7.2.0 + transitivePeerDependencies: + - supports-color + - typescript - expo-modules-core@55.0.8(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-modules-core@57.0.6(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4): dependencies: + '@expo/expo-modules-macros-plugin': 0.6.1 + expo-modules-jsi: 57.0.3(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)) invariant: 2.2.4 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - - expo-router@55.0.0-preview.7(63d26a1a8ff220115165bcd4d96909c1): - dependencies: - '@expo/log-box': 55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro-runtime': 55.0.5(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/schema-utils': 55.0.2 - '@radix-ui/react-slot': 1.2.0(@types/react@19.2.14)(react@19.2.0) - '@radix-ui/react-tabs': 1.1.12(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-navigation/bottom-tabs': 7.10.1(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@react-navigation/native': 7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@react-navigation/native-stack': 7.10.1(@react-navigation/native@7.1.28(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - client-only: 0.0.1 - debug: 4.4.1 - escape-string-regexp: 4.0.0 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-glass-effect: 55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-image: 55.0.3(expo@55.0.0-preview.10)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-linking: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-server: 55.0.3 - expo-symbols: 55.0.3(expo-font@55.0.3)(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - fast-deep-equal: 3.1.3 + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + optionalDependencies: + react-native-worklets: 0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + + expo-modules-core@57.0.7(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): + dependencies: + '@expo/expo-modules-macros-plugin': 0.6.1 + expo-modules-jsi: 57.0.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) invariant: 2.2.4 - nanoid: 3.3.11 - query-string: 7.1.3 - react: 19.2.0 - react-fast-compare: 3.2.2 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-safe-area-context: 5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-screens: 4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - semver: 7.6.3 - server-only: 0.0.1 - sf-symbols-typescript: 2.2.0 - shallowequal: 1.1.0 - use-latest-callback: 0.2.4(react@19.2.0) - vaul: 1.1.2(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) optionalDependencies: - '@testing-library/react-native': 12.9.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react-test-renderer@19.2.0(react@19.2.0))(react@19.2.0) - react-dom: 19.2.0(react@19.2.0) - react-native-gesture-handler: 2.30.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-reanimated: 4.2.1(react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-web: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - transitivePeerDependencies: - - '@react-native-masked-view/masked-view' - - '@types/react' - - '@types/react-dom' - - expo-font - - supports-color + react-native-worklets: 0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + + expo-modules-jsi@57.0.3(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)): + dependencies: + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + + expo-modules-jsi@57.0.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): + dependencies: + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo-secure-store@55.0.8(expo@55.0.0-preview.10): + expo-secure-store@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3)): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) - expo-server@55.0.3: {} + expo-server@57.0.1: {} - expo-splash-screen@55.0.5(expo@55.0.0-preview.10): + expo-splash-screen@57.0.5(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(typescript@6.0.3): dependencies: - '@expo/prebuild-config': 55.0.4(expo@55.0.0-preview.10) - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@expo/config-plugins': 57.0.6(typescript@6.0.3) + '@expo/image-utils': 0.11.4(typescript@6.0.3) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + xml2js: 0.6.0 transitivePeerDependencies: - supports-color + - typescript + + expo-sqlite@55.0.11(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): + dependencies: + await-lock: 2.2.2 + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo-sqlite@55.0.11(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-sqlite@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: await-lock: 2.2.2 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo-status-bar@55.0.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-status-bar@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo-symbols@55.0.3(expo-font@55.0.3)(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo-symbols@57.0.1(130e4727775ee5675a774c217f177b3c): dependencies: '@expo-google-fonts/material-symbols': 0.4.22 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-font: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + expo-font: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) sf-symbols-typescript: 2.2.0 - expo-system-ui@55.0.5(expo@55.0.0-preview.10)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)): + expo-system-ui@57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): dependencies: - '@react-native/normalize-colors': 0.83.1 - debug: 4.4.1 - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + '@react-native/normalize-colors': 0.86.0 + debug: 4.4.3(supports-color@5.5.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) optionalDependencies: - react-native-web: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react-native-web: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) transitivePeerDependencies: - supports-color - expo-web-browser@55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)): + expo-web-browser@57.0.2(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): dependencies: - expo: 55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + expo: 57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - expo@55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(expo-router@55.0.0-preview.7)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3): dependencies: '@babel/runtime': 7.26.10 - '@expo/cli': 55.0.7(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4)(expo-font@55.0.3)(expo-router@55.0.0-preview.7)(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/config': 55.0.4 - '@expo/config-plugins': 55.0.4 - '@expo/devtools': 55.0.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/fingerprint': 0.16.3 - '@expo/local-build-cache-provider': 55.0.3 - '@expo/log-box': 55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro': 54.2.0 - '@expo/metro-config': 55.0.5(expo@55.0.0-preview.10) - '@expo/vector-icons': 15.0.3(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@expo/cli': 57.0.9(3218f85dbd23d0ee45c7e5c3862addbc) + '@expo/config': 57.0.5(typescript@5.8.3) + '@expo/config-plugins': 57.0.5(typescript@5.8.3) + '@expo/devtools': 57.0.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + '@expo/dom-webview': 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + '@expo/fingerprint': 0.20.5 + '@expo/local-build-cache-provider': 57.0.4(typescript@5.8.3) + '@expo/log-box': 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + '@expo/metro': 56.0.0 + '@expo/metro-config': 57.0.6(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(typescript@5.8.3) '@ungap/structured-clone': 1.3.0 - babel-preset-expo: 55.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@55.0.0-preview.10)(react-refresh@0.14.2) - expo-asset: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-file-system: 55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-font: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-keep-awake: 55.0.2(expo@55.0.0-preview.10)(react@19.2.0) - expo-modules-autolinking: 55.0.3 - expo-modules-core: 55.0.8(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + babel-preset-expo: 57.0.3(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-refresh@0.14.2) + expo-asset: 57.0.6(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3) + expo-constants: 57.0.7(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)) + expo-file-system: 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4)) + expo-font: 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + expo-keep-awake: 57.0.1(expo@57.0.7(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)(typescript@5.8.3))(react@19.2.4) + expo-modules-autolinking: 57.0.8(typescript@5.8.3) + expo-modules-core: 57.0.6(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) pretty-format: 29.7.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) react-refresh: 0.14.2 - whatwg-url-minimum: 0.1.1 + whatwg-url-minimum: 0.1.2 optionalDependencies: - '@expo/dom-webview': 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro-runtime': 55.0.5(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react-dom: 19.2.4(react@19.2.4) + react-native-web: 0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) transitivePeerDependencies: - '@babel/core' - bufferutil - expo-router - expo-widgets - - react-dom + - react-native-worklets - react-server-dom-webpack - supports-color + - typescript - utf-8-validate - expo@55.0.0-preview.10(@babel/core@7.29.0)(@expo/dom-webview@55.0.3)(@expo/metro-runtime@55.0.5)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3): dependencies: '@babel/runtime': 7.26.10 - '@expo/cli': 55.0.7(@expo/metro-runtime@55.0.5)(expo-constants@55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)))(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/config': 55.0.4 - '@expo/config-plugins': 55.0.4 - '@expo/devtools': 55.0.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/fingerprint': 0.16.3 - '@expo/local-build-cache-provider': 55.0.3 - '@expo/log-box': 55.0.6(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro': 54.2.0 - '@expo/metro-config': 55.0.5(expo@55.0.0-preview.10) - '@expo/vector-icons': 15.0.3(expo-font@55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@expo/cli': 57.0.10(7a9e230bcc886fcc29e4143171825e63) + '@expo/config': 57.0.6(typescript@5.9.3) + '@expo/config-plugins': 57.0.6(typescript@5.9.3) + '@expo/devtools': 57.0.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/dom-webview': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/fingerprint': 0.20.6 + '@expo/local-build-cache-provider': 57.0.4(typescript@5.9.3) + '@expo/log-box': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/metro': 56.0.0 + '@expo/metro-config': 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3) '@ungap/structured-clone': 1.3.0 - babel-preset-expo: 55.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@55.0.0-preview.10)(react-refresh@0.14.2) - expo-asset: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-constants: 55.0.4(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-file-system: 55.0.5(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - expo-font: 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - expo-keep-awake: 55.0.2(expo@55.0.0-preview.10)(react@19.2.0) - expo-modules-autolinking: 55.0.3 - expo-modules-core: 55.0.8(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + babel-preset-expo: 57.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-refresh@0.14.2) + expo-asset: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + expo-file-system: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + expo-font: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + expo-keep-awake: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react@19.2.3) + expo-modules-autolinking: 57.0.9(typescript@5.9.3) + expo-modules-core: 57.0.7(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) pretty-format: 29.7.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) react-refresh: 0.14.2 - whatwg-url-minimum: 0.1.1 + whatwg-url-minimum: 0.1.2 optionalDependencies: - '@expo/dom-webview': 55.0.3(expo@55.0.0-preview.10)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - '@expo/metro-runtime': 55.0.5(expo@55.0.0-preview.10)(react-dom@19.2.0(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react-dom: 19.2.3(react@19.2.3) + react-native-web: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) transitivePeerDependencies: - '@babel/core' - bufferutil - expo-router - expo-widgets - - react-dom + - react-native-worklets + - react-server-dom-webpack + - supports-color + - typescript + - utf-8-validate + + expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3): + dependencies: + '@babel/runtime': 7.26.10 + '@expo/cli': 57.0.10(4023abf99b89b4335d1fa8bafc015ca2) + '@expo/config': 57.0.6(typescript@6.0.3) + '@expo/config-plugins': 57.0.6(typescript@6.0.3) + '@expo/devtools': 57.0.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/dom-webview': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/fingerprint': 0.20.6 + '@expo/local-build-cache-provider': 57.0.4(typescript@6.0.3) + '@expo/log-box': 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + '@expo/metro': 56.0.0 + '@expo/metro-config': 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(typescript@6.0.3) + '@ungap/structured-clone': 1.3.0 + babel-preset-expo: 57.0.4(@babel/core@7.29.0)(@babel/runtime@7.26.10)(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-refresh@0.14.2) + expo-asset: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3) + expo-constants: 57.0.7(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + expo-file-system: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + expo-font: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + expo-keep-awake: 57.0.1(expo@57.0.8(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3)(typescript@6.0.3))(react@19.2.3) + expo-modules-autolinking: 57.0.9(typescript@6.0.3) + expo-modules-core: 57.0.7(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + pretty-format: 29.7.0 + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-refresh: 0.14.2 + whatwg-url-minimum: 0.1.2 + optionalDependencies: + react-dom: 19.2.3(react@19.2.3) + react-native-web: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + transitivePeerDependencies: + - '@babel/core' + - bufferutil + - expo-router + - expo-widgets + - react-native-worklets - react-server-dom-webpack - supports-color + - typescript - utf-8-validate exponential-backoff@3.1.2: {} @@ -22780,7 +22338,7 @@ snapshots: proxy-addr: 2.0.7 rfdc: 1.4.1 secure-json-parse: 2.7.0 - semver: 7.7.3 + semver: 7.8.5 toad-cache: 3.7.0 fastq@1.19.1: @@ -22819,7 +22377,7 @@ snapshots: optionalDependencies: picomatch: 4.0.4 - fetch-nodeshim@0.4.6: {} + fetch-nodeshim@0.4.10: {} fflate@0.8.2: {} @@ -22876,12 +22434,6 @@ snapshots: transitivePeerDependencies: - supports-color - find-cache-dir@2.1.0: - dependencies: - commondir: 1.0.1 - make-dir: 2.1.0 - pkg-dir: 3.0.0 - find-cache-dir@4.0.0: dependencies: common-path-prefix: 3.0.0 @@ -22895,10 +22447,6 @@ snapshots: find-root@1.1.0: {} - find-up@3.0.0: - dependencies: - locate-path: 3.0.0 - find-up@4.1.0: dependencies: locate-path: 5.0.0 @@ -22935,8 +22483,6 @@ snapshots: flow-enums-runtime@0.0.6: {} - flow-parser@0.274.2: {} - flow-remove-types@2.277.1: dependencies: hermes-parser: 0.29.1 @@ -23101,7 +22647,7 @@ snapshots: glob@13.0.2: dependencies: - minimatch: 10.1.2 + minimatch: 10.2.5 minipass: 7.1.2 path-scurry: 2.0.1 @@ -23306,21 +22852,17 @@ snapshots: he@1.2.0: {} - hermes-compiler@0.14.0: {} - - hermes-estree@0.23.1: {} + hermes-compiler@250829098.0.14: {} hermes-estree@0.25.1: {} hermes-estree@0.29.1: {} - hermes-estree@0.32.0: {} + hermes-estree@0.35.0: {} - hermes-estree@0.33.3: {} + hermes-estree@0.36.0: {} - hermes-parser@0.23.1: - dependencies: - hermes-estree: 0.23.1 + hermes-estree@0.36.1: {} hermes-parser@0.25.1: dependencies: @@ -23330,13 +22872,17 @@ snapshots: dependencies: hermes-estree: 0.29.1 - hermes-parser@0.32.0: + hermes-parser@0.35.0: + dependencies: + hermes-estree: 0.35.0 + + hermes-parser@0.36.0: dependencies: - hermes-estree: 0.32.0 + hermes-estree: 0.36.0 - hermes-parser@0.33.3: + hermes-parser@0.36.1: dependencies: - hermes-estree: 0.33.3 + hermes-estree: 0.36.1 hex-rgba@1.0.2: {} @@ -23518,11 +23064,6 @@ snapshots: immutable@5.1.3: {} - import-fresh@2.0.0: - dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 - import-fresh@3.3.1: dependencies: parent-module: 1.0.1 @@ -23560,10 +23101,10 @@ snapshots: dependencies: css-in-js-utils: 3.1.0 - input-otp@1.4.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + input-otp@1.4.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) internal-slot@1.1.0: dependencies: @@ -23632,7 +23173,7 @@ snapshots: is-bun-module@2.0.0: dependencies: - semver: 7.7.3 + semver: 7.8.5 is-callable@1.2.7: {} @@ -23653,8 +23194,6 @@ snapshots: is-decimal@2.0.1: {} - is-directory@0.3.1: {} - is-docker@2.2.1: {} is-docker@3.0.0: {} @@ -23793,20 +23332,10 @@ snapshots: istanbul-lib-coverage@3.2.2: {} - istanbul-lib-instrument@5.2.1: - dependencies: - '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 - '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.2.2 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - istanbul-lib-instrument@6.0.3: dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.8.5 @@ -23859,59 +23388,22 @@ snapshots: jest-diff@29.7.0: dependencies: chalk: 4.1.2 - diff-sequences: 29.6.3 - jest-get-type: 29.6.3 - pretty-format: 29.7.0 - - jest-environment-node@29.7.0: - dependencies: - '@jest/environment': 29.7.0 - '@jest/fake-timers': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 18.16.9 - jest-mock: 29.7.0 - jest-util: 29.7.0 - - jest-get-type@29.6.3: {} - - jest-haste-map@29.7.0: - dependencies: - '@jest/types': 29.6.3 - '@types/graceful-fs': 4.1.9 - '@types/node': 18.16.9 - anymatch: 3.1.3 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 - jest-regex-util: 29.6.3 - jest-util: 29.7.0 - jest-worker: 29.7.0 - micromatch: 4.0.8 - walker: 1.0.8 - optionalDependencies: - fsevents: 2.3.3 - - jest-matcher-utils@29.7.0: - dependencies: - chalk: 4.1.2 - jest-diff: 29.7.0 + diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-message-util@29.7.0: + jest-get-type@29.6.3: {} + + jest-matcher-utils@29.7.0: dependencies: - '@babel/code-frame': 7.29.0 - '@jest/types': 29.6.3 - '@types/stack-utils': 2.0.3 chalk: 4.1.2 - graceful-fs: 4.2.11 - micromatch: 4.0.8 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 pretty-format: 29.7.0 - slash: 3.0.0 - stack-utils: 2.0.6 jest-message-util@30.2.0: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 '@jest/types': 30.2.0 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -23921,14 +23413,6 @@ snapshots: slash: 3.0.0 stack-utils: 2.0.6 - jest-mock@29.7.0: - dependencies: - '@jest/types': 29.6.3 - '@types/node': 18.16.9 - jest-util: 29.7.0 - - jest-regex-util@29.6.3: {} - jest-regex-util@30.0.1: {} jest-util@29.7.0: @@ -23947,7 +23431,7 @@ snapshots: chalk: 4.1.2 ci-info: 4.4.0 graceful-fs: 4.2.11 - picomatch: 4.0.3 + picomatch: 4.0.4 jest-validate@29.7.0: dependencies: @@ -24002,30 +23486,6 @@ snapshots: jsc-safe-url@0.2.4: {} - jscodeshift@0.14.0: - dependencies: - '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.0) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.0) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.0) - '@babel/preset-flow': 7.27.1(@babel/core@7.29.0) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/register': 7.27.1(@babel/core@7.29.0) - babel-core: 7.0.0-bridge.0(@babel/core@7.29.0) - chalk: 4.1.2 - flow-parser: 0.274.2 - graceful-fs: 4.2.11 - micromatch: 4.0.8 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.21.5 - temp: 0.8.4 - write-file-atomic: 2.4.3 - transitivePeerDependencies: - - supports-color - jsdom@22.1.0: dependencies: abab: 2.0.6 @@ -24062,8 +23522,6 @@ snapshots: json-buffer@3.0.1: {} - json-parse-better-errors@1.0.2: {} - json-parse-even-better-errors@2.3.1: {} json-schema-compare@0.2.2: @@ -24129,7 +23587,7 @@ snapshots: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.7.3 + semver: 7.8.5 jsx-ast-utils@3.3.5: dependencies: @@ -24163,7 +23621,7 @@ snapshots: kolorist@1.8.0: {} - lan-network@0.1.7: {} + lan-network@0.2.1: {} launch-editor@2.11.0: dependencies: @@ -24194,88 +23652,39 @@ snapshots: transitivePeerDependencies: - supports-color - lightningcss-android-arm64@1.31.1: - optional: true - lightningcss-android-arm64@1.32.0: optional: true - lightningcss-darwin-arm64@1.31.1: - optional: true - lightningcss-darwin-arm64@1.32.0: optional: true - lightningcss-darwin-x64@1.31.1: - optional: true - lightningcss-darwin-x64@1.32.0: optional: true - lightningcss-freebsd-x64@1.31.1: - optional: true - lightningcss-freebsd-x64@1.32.0: optional: true - lightningcss-linux-arm-gnueabihf@1.31.1: - optional: true - lightningcss-linux-arm-gnueabihf@1.32.0: optional: true - lightningcss-linux-arm64-gnu@1.31.1: - optional: true - lightningcss-linux-arm64-gnu@1.32.0: optional: true - lightningcss-linux-arm64-musl@1.31.1: - optional: true - lightningcss-linux-arm64-musl@1.32.0: optional: true - lightningcss-linux-x64-gnu@1.31.1: - optional: true - lightningcss-linux-x64-gnu@1.32.0: optional: true - lightningcss-linux-x64-musl@1.31.1: - optional: true - lightningcss-linux-x64-musl@1.32.0: optional: true - lightningcss-win32-arm64-msvc@1.31.1: - optional: true - lightningcss-win32-arm64-msvc@1.32.0: optional: true - lightningcss-win32-x64-msvc@1.31.1: - optional: true - lightningcss-win32-x64-msvc@1.32.0: optional: true - lightningcss@1.31.1: - dependencies: - detect-libc: 2.0.4 - optionalDependencies: - lightningcss-android-arm64: 1.31.1 - lightningcss-darwin-arm64: 1.31.1 - lightningcss-darwin-x64: 1.31.1 - lightningcss-freebsd-x64: 1.31.1 - lightningcss-linux-arm-gnueabihf: 1.31.1 - lightningcss-linux-arm64-gnu: 1.31.1 - lightningcss-linux-arm64-musl: 1.31.1 - lightningcss-linux-x64-gnu: 1.31.1 - lightningcss-linux-x64-musl: 1.31.1 - lightningcss-win32-arm64-msvc: 1.31.1 - lightningcss-win32-x64-msvc: 1.31.1 - lightningcss@1.32.0: dependencies: detect-libc: 2.0.4 @@ -24329,11 +23738,6 @@ snapshots: dependencies: lie: 3.1.1 - locate-path@3.0.0: - dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 - locate-path@5.0.0: dependencies: p-locate: 4.1.0 @@ -24422,15 +23826,15 @@ snapshots: dependencies: yallist: 4.0.0 - lucide-react@0.263.1(react@19.2.0): + lucide-react@0.263.1(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 lz-string@1.5.0: {} magic-string@0.30.17: dependencies: - '@jridgewell/sourcemap-codec': 1.5.4 + '@jridgewell/sourcemap-codec': 1.5.5 magic-string@0.30.21: dependencies: @@ -24439,17 +23843,12 @@ snapshots: magicast@0.3.5: dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 source-map-js: 1.2.1 - make-dir@2.1.0: - dependencies: - pify: 4.0.1 - semver: 5.7.2 - make-dir@4.0.0: dependencies: - semver: 7.7.3 + semver: 7.8.5 makeerror@1.0.12: dependencies: @@ -24488,9 +23887,9 @@ snapshots: markdown-table@3.0.4: {} - markdown-to-jsx@7.7.12(react@19.2.0): + markdown-to-jsx@7.7.12(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 marky@1.3.0: {} @@ -24711,517 +24110,169 @@ snapshots: methods@1.1.2: {} - metro-babel-transformer@0.81.5: - dependencies: - '@babel/core': 7.29.0 - flow-enums-runtime: 0.0.6 - hermes-parser: 0.25.1 - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color - - metro-babel-transformer@0.82.5: - dependencies: - '@babel/core': 7.28.0 - flow-enums-runtime: 0.0.6 - hermes-parser: 0.29.1 - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color - - metro-babel-transformer@0.83.3: + metro-babel-transformer@0.84.4: dependencies: '@babel/core': 7.29.0 flow-enums-runtime: 0.0.6 - hermes-parser: 0.32.0 + hermes-parser: 0.35.0 + metro-cache-key: 0.84.4 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-cache-key@0.81.5: - dependencies: - flow-enums-runtime: 0.0.6 - - metro-cache-key@0.82.5: - dependencies: - flow-enums-runtime: 0.0.6 - - metro-cache-key@0.83.3: - dependencies: - flow-enums-runtime: 0.0.6 - - metro-cache@0.81.5: - dependencies: - exponential-backoff: 3.1.2 - flow-enums-runtime: 0.0.6 - metro-core: 0.81.5 - - metro-cache@0.82.5: + metro-cache-key@0.84.4: dependencies: - exponential-backoff: 3.1.2 flow-enums-runtime: 0.0.6 - https-proxy-agent: 7.0.6 - metro-core: 0.82.5 - transitivePeerDependencies: - - supports-color - metro-cache@0.83.3: + metro-cache@0.84.4: dependencies: exponential-backoff: 3.1.2 flow-enums-runtime: 0.0.6 https-proxy-agent: 7.0.6 - metro-core: 0.83.3 - transitivePeerDependencies: - - supports-color - - metro-config@0.81.5: - dependencies: - connect: 3.7.0 - cosmiconfig: 5.2.1 - flow-enums-runtime: 0.0.6 - jest-validate: 29.7.0 - metro: 0.81.5 - metro-cache: 0.81.5 - metro-core: 0.81.5 - metro-runtime: 0.81.5 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - metro-config@0.82.5: - dependencies: - connect: 3.7.0 - cosmiconfig: 5.2.1 - flow-enums-runtime: 0.0.6 - jest-validate: 29.7.0 - metro: 0.82.5 - metro-cache: 0.82.5 - metro-core: 0.82.5 - metro-runtime: 0.82.5 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - metro-config@0.83.3: - dependencies: - connect: 3.7.0 - flow-enums-runtime: 0.0.6 - jest-validate: 29.7.0 - metro: 0.83.3 - metro-cache: 0.83.3 - metro-core: 0.83.3 - metro-runtime: 0.83.3 - yaml: 2.8.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - metro-core@0.81.5: - dependencies: - flow-enums-runtime: 0.0.6 - lodash.throttle: 4.1.1 - metro-resolver: 0.81.5 - - metro-core@0.82.5: - dependencies: - flow-enums-runtime: 0.0.6 - lodash.throttle: 4.1.1 - metro-resolver: 0.82.5 - - metro-core@0.83.3: - dependencies: - flow-enums-runtime: 0.0.6 - lodash.throttle: 4.1.1 - metro-resolver: 0.83.3 - - metro-file-map@0.81.5: - dependencies: - debug: 2.6.9 - fb-watchman: 2.0.2 - flow-enums-runtime: 0.0.6 - graceful-fs: 4.2.11 - invariant: 2.2.4 - jest-worker: 29.7.0 - micromatch: 4.0.8 - nullthrows: 1.1.1 - walker: 1.0.8 - transitivePeerDependencies: - - supports-color - - metro-file-map@0.82.5: - dependencies: - debug: 4.4.3(supports-color@5.5.0) - fb-watchman: 2.0.2 - flow-enums-runtime: 0.0.6 - graceful-fs: 4.2.11 - invariant: 2.2.4 - jest-worker: 29.7.0 - micromatch: 4.0.8 - nullthrows: 1.1.1 - walker: 1.0.8 - transitivePeerDependencies: - - supports-color - - metro-file-map@0.83.3: - dependencies: - debug: 4.4.3(supports-color@5.5.0) - fb-watchman: 2.0.2 - flow-enums-runtime: 0.0.6 - graceful-fs: 4.2.11 - invariant: 2.2.4 - jest-worker: 29.7.0 - micromatch: 4.0.8 - nullthrows: 1.1.1 - walker: 1.0.8 - transitivePeerDependencies: - - supports-color - - metro-minify-terser@0.81.5: - dependencies: - flow-enums-runtime: 0.0.6 - terser: 5.43.1 - - metro-minify-terser@0.82.5: - dependencies: - flow-enums-runtime: 0.0.6 - terser: 5.43.1 - - metro-minify-terser@0.83.3: - dependencies: - flow-enums-runtime: 0.0.6 - terser: 5.43.1 - - metro-resolver@0.81.5: - dependencies: - flow-enums-runtime: 0.0.6 - - metro-resolver@0.82.5: - dependencies: - flow-enums-runtime: 0.0.6 - - metro-resolver@0.83.3: - dependencies: - flow-enums-runtime: 0.0.6 - - metro-runtime@0.81.5: - dependencies: - '@babel/runtime': 7.26.10 - flow-enums-runtime: 0.0.6 - - metro-runtime@0.82.5: - dependencies: - '@babel/runtime': 7.26.10 - flow-enums-runtime: 0.0.6 - - metro-runtime@0.83.3: - dependencies: - '@babel/runtime': 7.26.10 - flow-enums-runtime: 0.0.6 - - metro-source-map@0.81.5: - dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/traverse--for-generate-function-map': '@babel/traverse@7.29.0(supports-color@5.5.0)' - '@babel/types': 7.29.0 - flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - metro-symbolicate: 0.81.5 - nullthrows: 1.1.1 - ob1: 0.81.5 - source-map: 0.5.7 - vlq: 1.0.1 - transitivePeerDependencies: - - supports-color - - metro-source-map@0.82.5: - dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/traverse--for-generate-function-map': '@babel/traverse@7.29.0(supports-color@5.5.0)' - '@babel/types': 7.29.0 - flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - metro-symbolicate: 0.82.5 - nullthrows: 1.1.1 - ob1: 0.82.5 - source-map: 0.5.7 - vlq: 1.0.1 - transitivePeerDependencies: - - supports-color - - metro-source-map@0.83.3: - dependencies: - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/traverse--for-generate-function-map': '@babel/traverse@7.29.0(supports-color@5.5.0)' - '@babel/types': 7.29.0 - flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - metro-symbolicate: 0.83.3 - nullthrows: 1.1.1 - ob1: 0.83.3 - source-map: 0.5.7 - vlq: 1.0.1 - transitivePeerDependencies: - - supports-color - - metro-symbolicate@0.81.5: - dependencies: - flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - metro-source-map: 0.81.5 - nullthrows: 1.1.1 - source-map: 0.5.7 - vlq: 1.0.1 + metro-core: 0.84.4 transitivePeerDependencies: - supports-color - metro-symbolicate@0.82.5: + metro-config@0.84.4: dependencies: + connect: 3.7.0 flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - metro-source-map: 0.82.5 - nullthrows: 1.1.1 - source-map: 0.5.7 - vlq: 1.0.1 + jest-validate: 29.7.0 + metro: 0.84.4 + metro-cache: 0.84.4 + metro-core: 0.84.4 + metro-runtime: 0.84.4 + yaml: 2.8.1 transitivePeerDependencies: + - bufferutil - supports-color + - utf-8-validate - metro-symbolicate@0.83.3: + metro-core@0.84.4: dependencies: flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - metro-source-map: 0.83.3 - nullthrows: 1.1.1 - source-map: 0.5.7 - vlq: 1.0.1 - transitivePeerDependencies: - - supports-color + lodash.throttle: 4.1.1 + metro-resolver: 0.84.4 - metro-transform-plugins@0.81.5: + metro-file-map@0.84.4: dependencies: - '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) + debug: 4.4.3(supports-color@5.5.0) + fb-watchman: 2.0.2 flow-enums-runtime: 0.0.6 + graceful-fs: 4.2.11 + invariant: 2.2.4 + jest-worker: 29.7.0 + micromatch: 4.0.8 nullthrows: 1.1.1 + walker: 1.0.8 transitivePeerDependencies: - supports-color - metro-transform-plugins@0.82.5: + metro-minify-terser@0.84.4: dependencies: - '@babel/core': 7.28.0 - '@babel/generator': 7.29.1 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) flow-enums-runtime: 0.0.6 - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color + terser: 5.43.1 - metro-transform-plugins@0.83.3: + metro-resolver@0.84.4: dependencies: - '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) flow-enums-runtime: 0.0.6 - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color - metro-transform-worker@0.81.5: + metro-runtime@0.84.4: dependencies: - '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/runtime': 7.26.10 flow-enums-runtime: 0.0.6 - metro: 0.81.5 - metro-babel-transformer: 0.81.5 - metro-cache: 0.81.5 - metro-cache-key: 0.81.5 - metro-minify-terser: 0.81.5 - metro-source-map: 0.81.5 - metro-transform-plugins: 0.81.5 - nullthrows: 1.1.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - metro-transform-worker@0.82.5: + metro-source-map@0.84.4: dependencies: - '@babel/core': 7.28.0 - '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 flow-enums-runtime: 0.0.6 - metro: 0.82.5 - metro-babel-transformer: 0.82.5 - metro-cache: 0.82.5 - metro-cache-key: 0.82.5 - metro-minify-terser: 0.82.5 - metro-source-map: 0.82.5 - metro-transform-plugins: 0.82.5 + invariant: 2.2.4 + metro-symbolicate: 0.84.4 nullthrows: 1.1.1 + ob1: 0.84.4 + source-map: 0.5.7 + vlq: 1.0.1 transitivePeerDependencies: - - bufferutil - supports-color - - utf-8-validate - metro-transform-worker@0.83.3: + metro-symbolicate@0.84.4: dependencies: - '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 flow-enums-runtime: 0.0.6 - metro: 0.83.3 - metro-babel-transformer: 0.83.3 - metro-cache: 0.83.3 - metro-cache-key: 0.83.3 - metro-minify-terser: 0.83.3 - metro-source-map: 0.83.3 - metro-transform-plugins: 0.83.3 + invariant: 2.2.4 + metro-source-map: 0.84.4 nullthrows: 1.1.1 + source-map: 0.5.7 + vlq: 1.0.1 transitivePeerDependencies: - - bufferutil - supports-color - - utf-8-validate - metro@0.81.5: + metro-transform-plugins@0.84.4: dependencies: - '@babel/code-frame': 7.29.0 '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 - accepts: 1.3.8 - chalk: 4.1.2 - ci-info: 2.0.0 - connect: 3.7.0 - debug: 2.6.9 - error-stack-parser: 2.1.4 + '@babel/generator': 7.29.7 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 flow-enums-runtime: 0.0.6 - graceful-fs: 4.2.11 - hermes-parser: 0.25.1 - image-size: 1.2.1 - invariant: 2.2.4 - jest-worker: 29.7.0 - jsc-safe-url: 0.2.4 - lodash.throttle: 4.1.1 - metro-babel-transformer: 0.81.5 - metro-cache: 0.81.5 - metro-cache-key: 0.81.5 - metro-config: 0.81.5 - metro-core: 0.81.5 - metro-file-map: 0.81.5 - metro-resolver: 0.81.5 - metro-runtime: 0.81.5 - metro-source-map: 0.81.5 - metro-symbolicate: 0.81.5 - metro-transform-plugins: 0.81.5 - metro-transform-worker: 0.81.5 - mime-types: 2.1.35 nullthrows: 1.1.1 - serialize-error: 2.1.0 - source-map: 0.5.7 - throat: 5.0.0 - ws: 7.5.10 - yargs: 17.7.2 transitivePeerDependencies: - - bufferutil - supports-color - - utf-8-validate - metro@0.82.5: + metro-transform-worker@0.84.4: dependencies: - '@babel/code-frame': 7.29.0 - '@babel/core': 7.28.0 - '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 - accepts: 1.3.8 - chalk: 4.1.2 - ci-info: 2.0.0 - connect: 3.7.0 - debug: 4.4.3(supports-color@5.5.0) - error-stack-parser: 2.1.4 + '@babel/core': 7.29.0 + '@babel/generator': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 flow-enums-runtime: 0.0.6 - graceful-fs: 4.2.11 - hermes-parser: 0.29.1 - image-size: 1.2.1 - invariant: 2.2.4 - jest-worker: 29.7.0 - jsc-safe-url: 0.2.4 - lodash.throttle: 4.1.1 - metro-babel-transformer: 0.82.5 - metro-cache: 0.82.5 - metro-cache-key: 0.82.5 - metro-config: 0.82.5 - metro-core: 0.82.5 - metro-file-map: 0.82.5 - metro-resolver: 0.82.5 - metro-runtime: 0.82.5 - metro-source-map: 0.82.5 - metro-symbolicate: 0.82.5 - metro-transform-plugins: 0.82.5 - metro-transform-worker: 0.82.5 - mime-types: 2.1.35 + metro: 0.84.4 + metro-babel-transformer: 0.84.4 + metro-cache: 0.84.4 + metro-cache-key: 0.84.4 + metro-minify-terser: 0.84.4 + metro-source-map: 0.84.4 + metro-transform-plugins: 0.84.4 nullthrows: 1.1.1 - serialize-error: 2.1.0 - source-map: 0.5.7 - throat: 5.0.0 - ws: 7.5.10 - yargs: 17.7.2 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - metro@0.83.3: + metro@0.84.4: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 '@babel/core': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0(supports-color@5.5.0) - '@babel/types': 7.29.0 - accepts: 1.3.8 - chalk: 4.1.2 + '@babel/generator': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 + accepts: 2.0.0 ci-info: 2.0.0 connect: 3.7.0 debug: 4.4.3(supports-color@5.5.0) error-stack-parser: 2.1.4 flow-enums-runtime: 0.0.6 graceful-fs: 4.2.11 - hermes-parser: 0.32.0 + hermes-parser: 0.35.0 image-size: 1.2.1 invariant: 2.2.4 jest-worker: 29.7.0 jsc-safe-url: 0.2.4 lodash.throttle: 4.1.1 - metro-babel-transformer: 0.83.3 - metro-cache: 0.83.3 - metro-cache-key: 0.83.3 - metro-config: 0.83.3 - metro-core: 0.83.3 - metro-file-map: 0.83.3 - metro-resolver: 0.83.3 - metro-runtime: 0.83.3 - metro-source-map: 0.83.3 - metro-symbolicate: 0.83.3 - metro-transform-plugins: 0.83.3 - metro-transform-worker: 0.83.3 - mime-types: 2.1.35 + metro-babel-transformer: 0.84.4 + metro-cache: 0.84.4 + metro-cache-key: 0.84.4 + metro-config: 0.84.4 + metro-core: 0.84.4 + metro-file-map: 0.84.4 + metro-resolver: 0.84.4 + metro-runtime: 0.84.4 + metro-source-map: 0.84.4 + metro-symbolicate: 0.84.4 + metro-transform-plugins: 0.84.4 + metro-transform-worker: 0.84.4 + mime-types: 3.0.1 nullthrows: 1.1.1 serialize-error: 2.1.0 source-map: 0.5.7 @@ -25526,10 +24577,6 @@ snapshots: minimalistic-assert@1.0.1: {} - minimatch@10.1.2: - dependencies: - '@isaacs/brace-expansion': 5.0.1 - minimatch@10.2.5: dependencies: brace-expansion: 5.0.5 @@ -25559,10 +24606,6 @@ snapshots: '@types/hammerjs': 2.0.46 hammerjs: 2.0.8 - mkdirp@0.5.6: - dependencies: - minimist: 1.2.8 - mkdirp@1.0.4: {} mlly@1.7.4: @@ -25603,7 +24646,7 @@ snapshots: dns-packet: 5.6.1 thunky: 1.1.0 - multitars@0.2.4: {} + multitars@1.0.0: {} murmurhash-js@1.0.0: {} @@ -25651,10 +24694,6 @@ snapshots: nocache@4.0.0: {} - node-dir@0.1.17: - dependencies: - minimatch: 3.1.2 - node-fetch@2.7.0: dependencies: whatwg-url: 5.0.0 @@ -25679,7 +24718,7 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.7.3 + semver: 7.8.5 validate-npm-package-name: 5.0.1 npm-run-path@4.0.1: @@ -25696,15 +24735,7 @@ snapshots: nwsapi@2.2.22: {} - ob1@0.81.5: - dependencies: - flow-enums-runtime: 0.0.6 - - ob1@0.82.5: - dependencies: - flow-enums-runtime: 0.0.6 - - ob1@0.83.3: + ob1@0.84.4: dependencies: flow-enums-runtime: 0.0.6 @@ -25860,10 +24891,6 @@ snapshots: dependencies: yocto-queue: 1.2.1 - p-locate@3.0.0: - dependencies: - p-limit: 2.3.0 - p-locate@4.1.0: dependencies: p-limit: 2.3.0 @@ -25913,14 +24940,9 @@ snapshots: is-decimal: 2.0.1 is-hexadecimal: 2.0.1 - parse-json@4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -25951,8 +24973,6 @@ snapshots: path-browserify@1.0.1: {} - path-exists@3.0.0: {} - path-exists@4.0.0: {} path-exists@5.0.0: {} @@ -26006,8 +25026,6 @@ snapshots: picomatch@2.3.1: {} - picomatch@3.0.1: {} - picomatch@4.0.3: {} picomatch@4.0.4: {} @@ -26048,10 +25066,6 @@ snapshots: dependencies: pngjs: 7.0.0 - pkg-dir@3.0.0: - dependencies: - find-up: 3.0.0 - pkg-dir@4.2.0: dependencies: find-up: 4.1.0 @@ -26130,12 +25144,6 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.4.49: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.15: dependencies: nanoid: 3.3.15 @@ -26226,9 +25234,9 @@ snapshots: kleur: 3.0.3 sisteransi: 1.0.5 - prop-types-extra@1.1.1(react@19.2.0): + prop-types-extra@1.1.1(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 react-is: 16.13.1 warning: 4.0.3 @@ -26267,8 +25275,6 @@ snapshots: pvutils@1.1.5: {} - qrcode-terminal@0.11.0: {} - qs@6.13.0: dependencies: side-channel: 1.1.0 @@ -26327,86 +25333,86 @@ snapshots: iconv-lite: 0.6.3 unpipe: 1.0.0 - react-aria-components@1.16.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-aria-components@1.16.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@internationalized/date': 3.12.0 '@internationalized/string': 3.2.7 - '@react-aria/autocomplete': 3.0.0-rc.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/collections': 3.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/dnd': 3.11.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@react-aria/autocomplete': 3.0.0-rc.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/collections': 3.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/dnd': 3.11.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) '@react-aria/live-announcer': 3.4.4 - '@react-aria/overlays': 3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/toolbar': 3.0.0-beta.24(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/virtualizer': 4.1.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/autocomplete': 3.0.0-beta.4(react@19.2.0) - '@react-stately/layout': 4.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-stately/table': 3.15.4(react@19.2.0) - '@react-stately/utils': 3.11.0(react@19.2.0) - '@react-stately/virtualizer': 4.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/form': 3.7.18(react@19.2.0) - '@react-types/grid': 3.3.8(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - '@react-types/table': 3.13.6(react@19.2.0) + '@react-aria/overlays': 3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/toolbar': 3.0.0-beta.24(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/virtualizer': 4.1.13(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/autocomplete': 3.0.0-beta.4(react@19.2.3) + '@react-stately/layout': 4.6.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-stately/table': 3.15.4(react@19.2.3) + '@react-stately/utils': 3.11.0(react@19.2.3) + '@react-stately/virtualizer': 4.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/form': 3.7.18(react@19.2.3) + '@react-types/grid': 3.3.8(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + '@react-types/table': 3.13.6(react@19.2.3) '@swc/helpers': 0.5.18 client-only: 0.0.1 - react: 19.2.0 - react-aria: 3.47.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react-dom: 19.2.0(react@19.2.0) - react-stately: 3.45.0(react@19.2.0) - use-sync-external-store: 1.6.0(react@19.2.0) + react: 19.2.3 + react-aria: 3.47.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + react-dom: 19.2.3(react@19.2.3) + react-stately: 3.45.0(react@19.2.3) + use-sync-external-store: 1.6.0(react@19.2.3) - react-aria@3.47.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-aria@3.47.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@internationalized/string': 3.2.7 - '@react-aria/breadcrumbs': 3.5.32(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/button': 3.14.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/calendar': 3.9.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/checkbox': 3.16.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/color': 3.1.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/combobox': 3.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/datepicker': 3.16.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/dialog': 3.5.34(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/disclosure': 3.1.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/dnd': 3.11.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/focus': 3.21.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/gridlist': 3.14.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/i18n': 3.12.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/interactions': 3.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/label': 3.7.25(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/landmark': 3.0.10(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/link': 3.8.9(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/listbox': 3.15.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/menu': 3.21.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/meter': 3.4.30(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/numberfield': 3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/overlays': 3.31.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/progress': 3.4.30(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/radio': 3.12.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/searchfield': 3.8.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/select': 3.17.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/selection': 3.27.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/separator': 3.4.16(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/slider': 3.8.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/ssr': 3.9.10(react@19.2.0) - '@react-aria/switch': 3.7.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/table': 3.17.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/tabs': 3.11.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/tag': 3.8.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/textfield': 3.18.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/toast': 3.0.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/tooltip': 3.9.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/tree': 3.1.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/utils': 3.33.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@react-aria/breadcrumbs': 3.5.32(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/button': 3.14.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/calendar': 3.9.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/checkbox': 3.16.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/color': 3.1.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/combobox': 3.15.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/datepicker': 3.16.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/dialog': 3.5.34(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/disclosure': 3.1.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/dnd': 3.11.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/focus': 3.21.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/gridlist': 3.14.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/i18n': 3.12.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/interactions': 3.27.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/label': 3.7.25(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/landmark': 3.0.10(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/link': 3.8.9(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/listbox': 3.15.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/menu': 3.21.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/meter': 3.4.30(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/numberfield': 3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/overlays': 3.31.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/progress': 3.4.30(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/radio': 3.12.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/searchfield': 3.8.12(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/select': 3.17.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/selection': 3.27.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/separator': 3.4.16(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/slider': 3.8.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/ssr': 3.9.10(react@19.2.3) + '@react-aria/switch': 3.7.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/table': 3.17.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/tabs': 3.11.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/tag': 3.8.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/textfield': 3.18.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/toast': 3.0.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/tooltip': 3.9.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/tree': 3.1.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/utils': 3.33.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-aria/visually-hidden': 3.8.31(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) react-base16-styling@0.10.0: dependencies: @@ -26415,10 +25421,10 @@ snapshots: csstype: 3.2.3 lodash-es: 4.17.21 - react-clientside-effect@1.2.8(react@19.2.0): + react-clientside-effect@1.2.8(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 - react: 19.2.0 + react: 19.2.3 react-devtools-core@6.1.5: dependencies: @@ -26433,9 +25439,9 @@ snapshots: react: 19.1.1 scheduler: 0.26.0 - react-dom@19.2.0(react@19.2.0): + react-dom@19.2.3(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 scheduler: 0.27.0 react-dom@19.2.4(react@19.2.4): @@ -26443,53 +25449,51 @@ snapshots: react: 19.2.4 scheduler: 0.27.0 - react-dropzone@9.0.0(react@19.2.0): + react-dropzone@9.0.0(react@19.2.3): dependencies: attr-accept: 1.1.3 file-selector: 0.1.19 prop-types: 15.8.1 - prop-types-extra: 1.1.1(react@19.2.0) - react: 19.2.0 - - react-fast-compare@3.2.2: {} + prop-types-extra: 1.1.1(react@19.2.3) + react: 19.2.3 - react-flame-graph@1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-flame-graph@1.4.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: flow-bin: 0.118.0 memoize-one: 3.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-window: 1.8.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-window: 1.8.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3) - react-focus-lock@2.13.7(@types/react@19.2.14)(react@19.2.0): + react-focus-lock@2.13.7(@types/react@19.2.14)(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 focus-lock: 1.3.6 prop-types: 15.8.1 - react: 19.2.0 - react-clientside-effect: 1.2.8(react@19.2.0) - use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.0) - use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-clientside-effect: 1.2.8(react@19.2.3) + use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.3) + use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 - react-freeze@1.0.4(react@19.2.0): + react-freeze@1.0.4(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 - react-hook-form@7.75.0(react@19.2.0): + react-hook-form@7.75.0(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 - react-icons@5.5.0(react@19.2.0): + react-icons@5.5.0(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 - react-input-mask@2.0.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-input-mask@2.0.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: invariant: 2.2.4 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) warning: 4.0.3 react-is@16.13.1: {} @@ -26502,58 +25506,59 @@ snapshots: react-is@19.2.4: {} - react-json-tree@0.20.0(@types/react@19.2.14)(react@19.2.0): + react-json-tree@0.20.0(@types/react@19.2.14)(react@19.2.3): dependencies: '@types/lodash': 4.17.20 '@types/react': 19.2.14 - react: 19.2.0 + react: 19.2.3 react-base16-styling: 0.10.0 react-lazy-with-preload@2.2.1: {} react-lifecycles-compat@3.0.4: {} - react-map-gl@5.2.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-map-gl@5.2.13(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 mapbox-gl: 1.13.3 mjolnir.js: 2.7.3 prop-types: 15.8.1 - react: 19.2.0 - react-virtualized-auto-sizer: 1.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-virtualized-auto-sizer: 1.0.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) viewport-mercator-project: 7.0.4 transitivePeerDependencies: - react-dom - react-movable@3.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-movable@3.4.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) react-multi-ref@1.0.2: dependencies: '@babel/runtime': 7.26.10 - react-native-gesture-handler@2.30.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-gesture-handler@2.32.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: '@egjs/hammerjs': 2.0.17 + '@types/react-test-renderer': 19.1.0 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-get-random-values@1.11.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)): + react-native-get-random-values@1.11.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): dependencies: fast-base64-decode: 1.0.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-harness@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@types/react@19.2.14)(immer@10.1.1)(metro-config@0.83.3)(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-harness@1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@types/react@19.2.14)(immer@10.1.1)(metro-config@0.84.4)(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - '@react-native-harness/babel-preset': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0)) - '@react-native-harness/cli': 1.0.0-alpha.25(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/jest': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro-config@0.83.3)(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/metro': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(metro@0.83.3)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)) - '@react-native-harness/runtime': 1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@react-native-harness/babel-preset': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0)) + '@react-native-harness/cli': 1.0.0-alpha.25(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/jest': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro-config@0.84.4)(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/metro': 1.0.0-alpha.25(@babel/core@7.29.0)(@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.0))(@react-native-harness/runtime@1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(metro@0.84.4)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)) + '@react-native-harness/runtime': 1.0.0-alpha.25(@types/react@19.2.14)(immer@10.1.1)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) tslib: 2.8.1 transitivePeerDependencies: - '@babel/core' @@ -26569,101 +25574,119 @@ snapshots: - supports-color - utf-8-validate - react-native-is-edge-to-edge@1.2.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-is-edge-to-edge@1.3.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-mmkv@3.3.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-mmkv@3.3.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-mmkv@4.0.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-mmkv@4.0.0(react-native-nitro-modules@0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-nitro-modules: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-nitro-modules: 0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) - react-native-nitro-fetch@1.0.3(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-mmkv@4.3.2(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-nitro-modules: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-nitro-modules: 0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + + react-native-nitro-fetch@1.5.1(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): + dependencies: + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-nitro-modules: 0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) web-streams-polyfill: 4.2.0 optionalDependencies: - react-native-worklets: 0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react-native-worklets: 0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + + react-native-nitro-modules@0.35.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): + dependencies: + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-nitro-text-decoder@0.1.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-nitro-text-decoder@0.2.0(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-nitro-modules: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-nitro-modules: 0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) web-streams-polyfill: 4.2.0 - react-native-nitro-websockets@1.0.3(2afd5d69d1f6c9cd9cefeffca826c4c7): + react-native-nitro-websockets@1.1.0(0d79d782b84759804af9576c6c2b035d): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-nitro-modules: 0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-nitro-text-decoder: 0.1.0(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-nitro-modules: 0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react-native-nitro-text-decoder: 0.2.0(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) optionalDependencies: - react-native-nitro-fetch: 1.0.3(react-native-nitro-modules@0.35.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + react-native-nitro-fetch: 1.5.1(react-native-nitro-modules@0.36.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) - react-native-performance@5.1.4(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0)): + react-native-performance@5.1.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3)): dependencies: - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-reanimated@4.2.1(react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0))(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-reanimated@4.5.0(react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3))(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - react-native-is-edge-to-edge: 1.2.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - react-native-worklets: 0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) - semver: 7.7.3 + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + react-native-is-edge-to-edge: 1.3.1(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + react-native-worklets: 0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) + semver: 7.8.5 - react-native-safe-area-context@5.6.2(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-safe-area-context@5.7.0(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) - react-native-screens@4.22.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-screens@4.26.2(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-freeze: 1.0.4(react@19.2.0) - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-freeze: 1.0.4(react@19.2.3) + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) warn-once: 0.1.1 react-native-sse@1.2.1: {} - react-native-svg-web@1.0.9(prop-types@15.8.1)(react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): + react-native-svg-web@1.0.9(prop-types@15.8.1)(react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3): dependencies: prop-types: 15.8.1 - react: 19.2.0 - react-native-web: 0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + react: 19.2.3 + react-native-web: 0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3) - react-native-svg@15.15.1(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-svg@15.15.4(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): dependencies: css-select: 5.2.2 css-tree: 1.1.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) warn-once: 0.1.1 - react-native-svg@15.8.0(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-web@0.21.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - css-select: 5.2.2 - css-tree: 1.1.3 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - warn-once: 0.1.1 + '@babel/runtime': 7.26.10 + '@react-native/normalize-colors': 0.74.89 + fbjs: 3.0.5 + inline-style-prefixer: 7.0.1 + memoize-one: 6.0.0 + nullthrows: 1.1.1 + postcss-value-parser: 4.2.0 + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + styleq: 0.1.3 + transitivePeerDependencies: + - encoding - react-native-web@0.21.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-native-web@0.21.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 '@react-native/normalize-colors': 0.74.89 @@ -26672,13 +25695,13 @@ snapshots: memoize-one: 6.0.0 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) styleq: 0.1.3 transitivePeerDependencies: - encoding - react-native-web@0.21.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-native-web@0.21.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: '@babel/runtime': 7.26.10 '@react-native/normalize-colors': 0.74.89 @@ -26687,66 +25710,88 @@ snapshots: memoize-one: 6.0.0 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.4 + react-dom: 19.2.4(react@19.2.4) styleq: 0.1.3 transitivePeerDependencies: - encoding + optional: true + + react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3): + dependencies: + '@babel/core': 7.29.0 + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.0) + '@babel/types': 7.29.7 + '@react-native/metro-config': 0.86.0 + convert-source-map: 2.0.0 + react: 19.2.3 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3) + semver: 7.8.5 + transitivePeerDependencies: + - supports-color - react-native-worklets@0.7.2(@babel/core@7.29.0)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0): + react-native-worklets@0.10.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4): dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.29.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.0) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.0) + '@babel/types': 7.29.7 + '@react-native/metro-config': 0.86.0 convert-source-map: 2.0.0 - react: 19.2.0 - react-native: 0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0) - semver: 7.7.3 + react: 19.2.4 + react-native: 0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4) + semver: 7.8.5 transitivePeerDependencies: - supports-color + optional: true - react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0): + react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3): dependencies: - '@jest/create-cache-key-function': 29.7.0 - '@react-native/assets-registry': 0.83.1 - '@react-native/codegen': 0.83.1(@babel/core@7.29.0) - '@react-native/community-cli-plugin': 0.83.1(@react-native/metro-config@0.76.9) - '@react-native/gradle-plugin': 0.83.1 - '@react-native/js-polyfills': 0.83.1 - '@react-native/normalize-colors': 0.83.1 - '@react-native/virtualized-lists': 0.83.1(@types/react@19.2.14)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.0))(react@19.2.0) + '@react-native/assets-registry': 0.86.0 + '@react-native/codegen': 0.86.0(@babel/core@7.29.0) + '@react-native/community-cli-plugin': 0.86.0(@react-native/metro-config@0.86.0) + '@react-native/gradle-plugin': 0.86.0 + '@react-native/js-polyfills': 0.86.0 + '@react-native/normalize-colors': 0.86.0 + '@react-native/virtualized-lists': 0.86.0(@types/react@19.2.14)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.3))(react@19.2.3) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 - babel-jest: 29.7.0(@babel/core@7.29.0) - babel-plugin-syntax-hermes-parser: 0.32.0 + babel-plugin-syntax-hermes-parser: 0.36.0 base64-js: 1.5.1 commander: 12.1.0 flow-enums-runtime: 0.0.6 - glob: 7.2.3 - hermes-compiler: 0.14.0 + hermes-compiler: 250829098.0.14 invariant: 2.2.4 - jest-environment-node: 29.7.0 memoize-one: 5.2.1 - metro-runtime: 0.83.3 - metro-source-map: 0.83.3 + metro-runtime: 0.84.4 + metro-source-map: 0.84.4 nullthrows: 1.1.1 pretty-format: 29.7.0 promise: 8.3.0 - react: 19.2.0 + react: 19.2.3 react-devtools-core: 6.1.5 react-refresh: 0.14.2 regenerator-runtime: 0.13.11 scheduler: 0.27.0 - semver: 7.7.3 + semver: 7.8.5 stacktrace-parser: 0.1.11 + tinyglobby: 0.2.17 whatwg-fetch: 3.6.20 ws: 7.5.10 yargs: 17.7.2 @@ -26760,31 +25805,27 @@ snapshots: - supports-color - utf-8-validate - react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4): + react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4): dependencies: - '@jest/create-cache-key-function': 29.7.0 - '@react-native/assets-registry': 0.83.1 - '@react-native/codegen': 0.83.1(@babel/core@7.29.0) - '@react-native/community-cli-plugin': 0.83.1(@react-native/metro-config@0.76.9) - '@react-native/gradle-plugin': 0.83.1 - '@react-native/js-polyfills': 0.83.1 - '@react-native/normalize-colors': 0.83.1 - '@react-native/virtualized-lists': 0.83.1(@types/react@19.2.14)(react-native@0.83.1(@babel/core@7.29.0)(@react-native/metro-config@0.76.9)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) + '@react-native/assets-registry': 0.86.0 + '@react-native/codegen': 0.86.0(@babel/core@7.29.0) + '@react-native/community-cli-plugin': 0.86.0(@react-native/metro-config@0.86.0) + '@react-native/gradle-plugin': 0.86.0 + '@react-native/js-polyfills': 0.86.0 + '@react-native/normalize-colors': 0.86.0 + '@react-native/virtualized-lists': 0.86.0(@types/react@19.2.14)(react-native@0.86.0(@babel/core@7.29.0)(@react-native/metro-config@0.86.0)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 - babel-jest: 29.7.0(@babel/core@7.29.0) - babel-plugin-syntax-hermes-parser: 0.32.0 + babel-plugin-syntax-hermes-parser: 0.36.0 base64-js: 1.5.1 commander: 12.1.0 flow-enums-runtime: 0.0.6 - glob: 7.2.3 - hermes-compiler: 0.14.0 + hermes-compiler: 250829098.0.14 invariant: 2.2.4 - jest-environment-node: 29.7.0 memoize-one: 5.2.1 - metro-runtime: 0.83.3 - metro-source-map: 0.83.3 + metro-runtime: 0.84.4 + metro-source-map: 0.84.4 nullthrows: 1.1.1 pretty-format: 29.7.0 promise: 8.3.0 @@ -26793,8 +25834,9 @@ snapshots: react-refresh: 0.14.2 regenerator-runtime: 0.13.11 scheduler: 0.27.0 - semver: 7.7.3 + semver: 7.8.5 stacktrace-parser: 0.1.11 + tinyglobby: 0.2.17 whatwg-fetch: 3.6.20 ws: 7.5.10 yargs: 17.7.2 @@ -26808,21 +25850,21 @@ snapshots: - supports-color - utf-8-validate - react-range@1.10.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-range@1.10.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) react-reconciler@0.33.0(react@19.2.4): dependencies: react: 19.2.4 scheduler: 0.27.0 - react-redux@9.2.0(@types/react@19.2.14)(react@19.2.0)(redux@5.0.1): + react-redux@9.2.0(@types/react@19.2.14)(react@19.2.3)(redux@5.0.1): dependencies: '@types/use-sync-external-store': 0.0.6 - react: 19.2.0 - use-sync-external-store: 1.5.0(react@19.2.0) + react: 19.2.3 + use-sync-external-store: 1.5.0(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 redux: 5.0.1 @@ -26835,22 +25877,22 @@ snapshots: react-refresh@0.18.0: {} - react-remove-scroll-bar@2.3.8(@types/react@19.2.14)(react@19.2.0): + react-remove-scroll-bar@2.3.8(@types/react@19.2.14)(react@19.2.3): dependencies: - react: 19.2.0 - react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.3) tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.14 - react-remove-scroll@2.7.1(@types/react@19.2.14)(react@19.2.0): + react-remove-scroll@2.7.1(@types/react@19.2.14)(react@19.2.3): dependencies: - react: 19.2.0 - react-remove-scroll-bar: 2.3.8(@types/react@19.2.14)(react@19.2.0) - react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.14)(react@19.2.3) + react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.3) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.0) - use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.0) + use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.3) + use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.3) optionalDependencies: '@types/react': 19.2.14 @@ -26868,126 +25910,126 @@ snapshots: optionalDependencies: react-dom: 19.2.4(react@19.2.4) - react-select@5.10.2(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-select@5.10.2(@types/react@19.2.14)(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 '@emotion/cache': 11.14.0 - '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.0) + '@emotion/react': 11.14.0(@types/react@19.2.14)(react@19.2.3) '@floating-ui/dom': 1.7.2 '@types/react-transition-group': 4.4.12(@types/react@19.2.14) memoize-one: 6.0.0 prop-types: 15.8.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - use-isomorphic-layout-effect: 1.2.1(@types/react@19.2.14)(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) + react-transition-group: 4.4.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + use-isomorphic-layout-effect: 1.2.1(@types/react@19.2.14)(react@19.2.3) transitivePeerDependencies: - '@types/react' - supports-color - react-stately@3.45.0(react@19.2.0): - dependencies: - '@react-stately/calendar': 3.9.3(react@19.2.0) - '@react-stately/checkbox': 3.7.5(react@19.2.0) - '@react-stately/collections': 3.12.10(react@19.2.0) - '@react-stately/color': 3.9.5(react@19.2.0) - '@react-stately/combobox': 3.13.0(react@19.2.0) - '@react-stately/data': 3.15.2(react@19.2.0) - '@react-stately/datepicker': 3.16.1(react@19.2.0) - '@react-stately/disclosure': 3.0.11(react@19.2.0) - '@react-stately/dnd': 3.7.4(react@19.2.0) - '@react-stately/form': 3.2.4(react@19.2.0) - '@react-stately/list': 3.13.4(react@19.2.0) - '@react-stately/menu': 3.9.11(react@19.2.0) - '@react-stately/numberfield': 3.11.0(react@19.2.0) - '@react-stately/overlays': 3.6.23(react@19.2.0) - '@react-stately/radio': 3.11.5(react@19.2.0) - '@react-stately/searchfield': 3.5.19(react@19.2.0) - '@react-stately/select': 3.9.2(react@19.2.0) - '@react-stately/selection': 3.20.9(react@19.2.0) - '@react-stately/slider': 3.7.5(react@19.2.0) - '@react-stately/table': 3.15.4(react@19.2.0) - '@react-stately/tabs': 3.8.9(react@19.2.0) - '@react-stately/toast': 3.1.3(react@19.2.0) - '@react-stately/toggle': 3.9.5(react@19.2.0) - '@react-stately/tooltip': 3.5.11(react@19.2.0) - '@react-stately/tree': 3.9.6(react@19.2.0) - '@react-types/shared': 3.33.1(react@19.2.0) - react: 19.2.0 - - react-style-singleton@2.2.3(@types/react@19.2.14)(react@19.2.0): + react-stately@3.45.0(react@19.2.3): + dependencies: + '@react-stately/calendar': 3.9.3(react@19.2.3) + '@react-stately/checkbox': 3.7.5(react@19.2.3) + '@react-stately/collections': 3.12.10(react@19.2.3) + '@react-stately/color': 3.9.5(react@19.2.3) + '@react-stately/combobox': 3.13.0(react@19.2.3) + '@react-stately/data': 3.15.2(react@19.2.3) + '@react-stately/datepicker': 3.16.1(react@19.2.3) + '@react-stately/disclosure': 3.0.11(react@19.2.3) + '@react-stately/dnd': 3.7.4(react@19.2.3) + '@react-stately/form': 3.2.4(react@19.2.3) + '@react-stately/list': 3.13.4(react@19.2.3) + '@react-stately/menu': 3.9.11(react@19.2.3) + '@react-stately/numberfield': 3.11.0(react@19.2.3) + '@react-stately/overlays': 3.6.23(react@19.2.3) + '@react-stately/radio': 3.11.5(react@19.2.3) + '@react-stately/searchfield': 3.5.19(react@19.2.3) + '@react-stately/select': 3.9.2(react@19.2.3) + '@react-stately/selection': 3.20.9(react@19.2.3) + '@react-stately/slider': 3.7.5(react@19.2.3) + '@react-stately/table': 3.15.4(react@19.2.3) + '@react-stately/tabs': 3.8.9(react@19.2.3) + '@react-stately/toast': 3.1.3(react@19.2.3) + '@react-stately/toggle': 3.9.5(react@19.2.3) + '@react-stately/tooltip': 3.5.11(react@19.2.3) + '@react-stately/tree': 3.9.6(react@19.2.3) + '@react-types/shared': 3.33.1(react@19.2.3) + react: 19.2.3 + + react-style-singleton@2.2.3(@types/react@19.2.14)(react@19.2.3): dependencies: get-nonce: 1.0.1 - react: 19.2.0 + react: 19.2.3 tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.14 - react-test-renderer@19.2.0(react@19.2.0): + react-test-renderer@19.2.3(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 react-is: 19.2.4 scheduler: 0.27.0 - react-transition-group@4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-transition-group@4.4.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - react-uid@2.3.0(@types/react@19.2.14)(react@19.2.0): + react-uid@2.3.0(@types/react@19.2.14)(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 tslib: 1.14.1 optionalDependencies: '@types/react': 19.2.14 - react-virtualized-auto-sizer@1.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-virtualized-auto-sizer@1.0.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - react-virtualized@9.22.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-virtualized@9.22.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 clsx: 1.2.1 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) react-lifecycles-compat: 3.0.4 - react-virtuoso@4.14.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-virtuoso@4.14.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - react-virtuoso@4.18.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-virtuoso@4.18.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - react-window@1.8.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-window@1.8.11(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 memoize-one: 5.2.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) - react-window@1.8.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-window@1.8.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: '@babel/runtime': 7.26.10 memoize-one: 5.2.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) react@19.1.1: {} - react@19.2.0: {} + react@19.2.3: {} react@19.2.4: {} @@ -27024,13 +26066,6 @@ snapshots: real-require@0.2.0: {} - recast@0.21.5: - dependencies: - ast-types: 0.15.2 - esprima: 4.0.1 - source-map: 0.6.1 - tslib: 2.8.1 - rechoir@0.8.0: dependencies: resolve: 1.22.10 @@ -27070,11 +26105,11 @@ snapshots: indent-string: 4.0.0 strip-indent: 3.0.0 - redux-persist@6.0.0(react@19.2.0)(redux@5.0.1): + redux-persist@6.0.0(react@19.2.3)(redux@5.0.1): dependencies: redux: 5.0.1 optionalDependencies: - react: 19.2.0 + react: 19.2.3 redux-thunk@3.1.0(redux@5.0.1): dependencies: @@ -27227,8 +26262,6 @@ snapshots: dependencies: resolve-from: 5.0.0 - resolve-from@3.0.0: {} - resolve-from@4.0.0: {} resolve-from@5.0.0: {} @@ -27273,10 +26306,6 @@ snapshots: rfdc@1.4.1: {} - rimraf@2.6.3: - dependencies: - glob: 7.2.3 - rimraf@3.0.2: dependencies: glob: 7.2.3 @@ -27452,20 +26481,14 @@ snapshots: '@peculiar/x509': 1.14.3 pkijs: 3.4.0 - semver@5.7.2: {} - semver@6.3.1: {} semver@7.5.4: dependencies: lru-cache: 6.0.0 - semver@7.6.3: {} - semver@7.7.2: {} - semver@7.7.3: {} - semver@7.8.5: {} send@0.19.0: @@ -27538,8 +26561,6 @@ snapshots: transitivePeerDependencies: - supports-color - server-only@0.0.1: {} - set-cookie-parser@2.7.1: {} set-function-length@1.2.2: @@ -27907,18 +26928,18 @@ snapshots: dependencies: inline-style-parser: 0.2.4 - styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0): + styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3): dependencies: '@babel/helper-module-imports': 7.28.6(supports-color@5.5.0) '@babel/traverse': 7.29.0(supports-color@5.5.0) '@emotion/is-prop-valid': 1.3.1 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.4(@babel/core@7.29.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.4)(react@19.2.0))(supports-color@5.5.0) + babel-plugin-styled-components: 2.1.4(@babel/core@7.29.0)(styled-components@5.3.11(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react-is@19.2.4)(react@19.2.3))(supports-color@5.5.0) css-to-react-native: 3.2.0 hoist-non-react-statics: 3.3.2 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.3 + react-dom: 19.2.3(react@19.2.3) react-is: 19.2.4 shallowequal: 1.1.0 supports-color: 5.5.0 @@ -27932,10 +26953,10 @@ snapshots: inline-style-prefixer: 5.1.2 styletron-standard: 3.1.0 - styletron-react@6.1.1(react@19.2.0): + styletron-react@6.1.1(react@19.2.3): dependencies: prop-types: 15.8.1 - react: 19.2.0 + react: 19.2.3 styletron-standard: 3.1.0 styletron-standard@3.1.0: @@ -27948,12 +26969,12 @@ snapshots: sucrase@3.35.1: dependencies: - '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/gen-mapping': 0.3.13 commander: 4.1.1 lines-and-columns: 1.2.4 mz: 2.7.0 pirates: 4.0.7 - tinyglobby: 0.2.15 + tinyglobby: 0.2.17 ts-interface-checker: 0.1.13 supercluster@7.1.5: @@ -28040,10 +27061,6 @@ snapshots: tapable@2.3.2: {} - temp@0.8.4: - dependencies: - rimraf: 2.6.3 - term-size@2.2.1: {} terminal-link@2.1.1: @@ -28148,13 +27165,13 @@ snapshots: tinyglobby@0.2.14: dependencies: - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 tinyglobby@0.2.15: dependencies: - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 tinyglobby@0.2.17: dependencies: @@ -28188,6 +27205,8 @@ snapshots: toidentifier@1.0.1: {} + toqr@0.1.1: {} + totalist@3.0.1: {} tough-cookie@4.1.4: @@ -28219,9 +27238,9 @@ snapshots: dependencies: typescript: 5.8.3 - ts-api-utils@2.1.0(typescript@5.9.3): + ts-api-utils@2.5.0(typescript@6.0.3): dependencies: - typescript: 5.9.3 + typescript: 6.0.3 ts-interface-checker@0.1.13: {} @@ -28280,8 +27299,6 @@ snapshots: dependencies: prelude-ls: 1.2.1 - type-detect@4.0.8: {} - type-fest@0.21.3: {} type-fest@0.7.1: {} @@ -28347,6 +27364,8 @@ snapshots: typescript@5.9.3: {} + typescript@6.0.3: {} + ua-parser-js@1.0.40: {} ufo@1.6.1: {} @@ -28487,38 +27506,38 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.0): + use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.14 - use-isomorphic-layout-effect@1.2.1(@types/react@19.2.14)(react@19.2.0): + use-isomorphic-layout-effect@1.2.1(@types/react@19.2.14)(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 optionalDependencies: '@types/react': 19.2.14 - use-latest-callback@0.2.4(react@19.2.0): + use-latest-callback@0.2.4(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 - use-sidecar@1.1.3(@types/react@19.2.14)(react@19.2.0): + use-sidecar@1.1.3(@types/react@19.2.14)(react@19.2.3): dependencies: detect-node-es: 1.1.0 - react: 19.2.0 + react: 19.2.3 tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.14 - use-sync-external-store@1.5.0(react@19.2.0): + use-sync-external-store@1.5.0(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 - use-sync-external-store@1.6.0(react@19.2.0): + use-sync-external-store@1.6.0(react@19.2.3): dependencies: - react: 19.2.0 + react: 19.2.3 util-deprecate@1.0.2: {} @@ -28551,15 +27570,6 @@ snapshots: vary@1.1.2: {} - vaul@1.1.2(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): - dependencies: - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.11(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - transitivePeerDependencies: - - '@types/react' - - '@types/react-dom' - vfile-location@5.0.3: dependencies: '@types/unist': 3.0.3 @@ -28807,7 +27817,7 @@ snapshots: - tsx - yaml - vitest@4.1.0(@types/node@22.17.0)(@vitest/ui@3.2.4)(jiti@2.6.1)(jsdom@22.1.0)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1): + vitest@4.1.0(@types/node@22.17.0)(@vitest/ui@3.2.4(vitest@3.2.4))(jiti@2.6.1)(jsdom@22.1.0)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1): dependencies: '@vitest/expect': 4.1.0 '@vitest/mocker': 4.1.0(vite@7.3.1(@types/node@22.17.0)(jiti@2.6.1)(lightningcss@1.32.0)(terser@5.43.1)(tsx@4.21.0)(yaml@2.8.1)) @@ -29056,7 +28066,7 @@ snapshots: whatwg-mimetype@4.0.0: {} - whatwg-url-minimum@0.1.1: {} + whatwg-url-minimum@0.1.2: {} whatwg-url@12.0.1: dependencies: @@ -29146,17 +28156,6 @@ snapshots: dependencies: consumable-stream: 3.0.0 - write-file-atomic@2.4.3: - dependencies: - graceful-fs: 4.2.11 - imurmurhash: 0.1.4 - signal-exit: 3.0.7 - - write-file-atomic@4.0.2: - dependencies: - imurmurhash: 0.1.4 - signal-exit: 3.0.7 - ws@6.2.3: dependencies: async-limiter: 1.0.1 @@ -29215,13 +28214,17 @@ snapshots: yocto-queue@1.2.1: {} + zod-validation-error@4.0.2(zod@3.25.76): + dependencies: + zod: 3.25.76 + zod@3.25.76: {} - zustand@5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)): + zustand@5.0.6(@types/react@19.2.14)(immer@10.1.1)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)): optionalDependencies: '@types/react': 19.2.14 immer: 10.1.1 - react: 19.2.0 - use-sync-external-store: 1.6.0(react@19.2.0) + react: 19.2.3 + use-sync-external-store: 1.6.0(react@19.2.3) zwitch@2.0.4: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index d2c1b888..38540d4c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,11 +5,11 @@ packages: - website catalog: - react: "19.2.0" - react-dom: "19.2.0" - "@types/react": "~19.2.2" - "@types/react-dom": "~19.1.7" - react-native: "0.83.1" + react: "19.2.3" + react-dom: "19.2.3" + "@types/react": "~19.2.3" + "@types/react-dom": "~19.2.3" + react-native: "0.86.0" vite: "^7.3.1" onlyBuiltDependencies: @@ -20,4 +20,4 @@ onlyBuiltDependencies: - esbuild - react-native-mmkv - react-native-nitro-modules - - sqlite3 \ No newline at end of file + - sqlite3