+2
apps/amethyst/app.config.js
+2
apps/amethyst/app.config.js
+10
-3
apps/amethyst/metro.config.js
+10
-3
apps/amethyst/metro.config.js
···
6
6
7
7
const {
8
8
wrapWithReanimatedMetroConfig,
9
-
} = require('react-native-reanimated/metro-config');
10
-
9
+
} = require("react-native-reanimated/metro-config");
11
10
12
11
/** @type {import('expo/metro-config').MetroConfig} */
13
12
const config = getDefaultConfig(__dirname);
···
18
17
}),
19
18
];
20
19
21
-
module.exports = wrapWithReanimatedMetroConfig(withNativeWind(config, { input: "./global.css" }));
20
+
config.resolver.unstable_enablePackageExports = true;
21
+
config.resolver.unstable_conditionNames = [
22
+
"browser",
23
+
"require",
24
+
"react-native",
25
+
];
22
26
27
+
module.exports = wrapWithReanimatedMetroConfig(
28
+
withNativeWind(config, { input: "./global.css" }),
29
+
);
+36
-36
apps/amethyst/package.json
+36
-36
apps/amethyst/package.json
···
17
17
},
18
18
"dependencies": {
19
19
"@aquareum/atproto-oauth-client-react-native": "^0.0.1",
20
-
"@atproto/api": "^0.13.18",
21
-
"@atproto/lex-cli": "^0.5.3",
22
-
"@atproto/oauth-client": "^0.3.5",
23
-
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
24
-
"@expo/vector-icons": "^14.0.4",
25
-
"@gorhom/bottom-sheet": "^5.0.6",
26
-
"@react-native-async-storage/async-storage": "1.23.1",
20
+
"@atproto/api": "^0.15.5",
21
+
"@atproto/lex-cli": "^0.8.0",
22
+
"@atproto/oauth-client": "^0.3.15",
23
+
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
24
+
"@expo/vector-icons": "^14.1.0",
25
+
"@gorhom/bottom-sheet": "^5.1.2",
26
+
"@react-native-async-storage/async-storage": "2.1.2",
27
27
"@react-native-picker/picker": "^2.11.0",
28
-
"@react-navigation/native": "^7.0.9",
28
+
"@react-navigation/native": "^7.0.14",
29
29
"@rn-primitives/avatar": "^1.1.0",
30
30
"@rn-primitives/hover-card": "^1.1.0",
31
-
"@rn-primitives/portal": "^1.1.0",
31
+
"@rn-primitives/portal": "^1.2.0",
32
32
"@rn-primitives/progress": "^1.1.0",
33
33
"@rn-primitives/slot": "^1.1.0",
34
34
"@rn-primitives/tooltip": "^1.1.0",
···
37
37
"class-variance-authority": "^0.7.1",
38
38
"clsx": "^2.1.1",
39
39
"eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
40
-
"expo": "~52.0.27",
41
-
"expo-constants": "^17.0.3",
42
-
"expo-font": "~13.0.1",
43
-
"expo-image-picker": "^16.0.6",
44
-
"expo-linking": "~7.0.3",
45
-
"expo-router": "~4.0.1",
46
-
"expo-splash-screen": "~0.29.21",
47
-
"expo-sqlite": "^15.0.3",
48
-
"expo-status-bar": "~2.0.0",
49
-
"expo-system-ui": "~4.0.4",
50
-
"expo-web-browser": "~14.0.1",
51
-
"lucide-react-native": "^0.460.0",
40
+
"expo": "~53.0.7",
41
+
"expo-constants": "^17.1.5",
42
+
"expo-font": "~13.3.1",
43
+
"expo-image-picker": "^16.1.4",
44
+
"expo-linking": "~7.1.4",
45
+
"expo-router": "~5.0.5",
46
+
"expo-splash-screen": "~0.30.8",
47
+
"expo-sqlite": "^15.2.9",
48
+
"expo-status-bar": "~2.2.3",
49
+
"expo-system-ui": "~5.0.7",
50
+
"expo-web-browser": "~14.1.6",
51
+
"lucide-react-native": "^0.507.0",
52
52
"nativewind": "^4.1.23",
53
-
"react": "18.3.1",
53
+
"react": "19.0.0",
54
54
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206",
55
-
"react-dom": "18.3.1",
56
-
"react-native": "0.76.6",
57
-
"react-native-gesture-handler": "~2.20.2",
58
-
"react-native-reanimated": "~3.16.6",
59
-
"react-native-safe-area-context": "4.12.0",
60
-
"react-native-screens": "~4.4.0",
61
-
"react-native-svg": "15.8.0",
62
-
"react-native-web": "~0.19.13",
55
+
"react-dom": "19.0.0",
56
+
"react-native": "0.79.2",
57
+
"react-native-gesture-handler": "~2.24.0",
58
+
"react-native-reanimated": "~3.17.5",
59
+
"react-native-safe-area-context": "5.4.0",
60
+
"react-native-screens": "~4.10.0",
61
+
"react-native-svg": "15.11.2",
62
+
"react-native-web": "~0.20.0",
63
63
"tailwind-merge": "^2.5.5",
64
-
"zustand": "^5.0.1"
64
+
"zustand": "^5.0.4"
65
65
},
66
66
"devDependencies": {
67
67
"@babel/core": "^7.26.0",
68
68
"@babel/runtime": "^7.26.0",
69
-
"@expo/metro-runtime": "~4.0.1",
70
-
"@expo/prebuild-config": "^8.0.23",
69
+
"@expo/metro-runtime": "~5.0.4",
70
+
"@expo/prebuild-config": "^9.0.5",
71
71
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
72
72
"@react-native/typescript-config": "^0.76.5",
73
73
"@types/node": "^22.10.1",
74
-
"@types/react": "18.3.12",
74
+
"@types/react": "19.0.14",
75
75
"@types/react-dom": "18.3.1",
76
76
"babel-plugin-module-resolver": "^5.0.2",
77
77
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
78
78
"eslint": "^8",
79
-
"eslint-config-expo": "~8.0.1",
79
+
"eslint-config-expo": "~9.2.0",
80
80
"react-refresh": "^0.16.0",
81
81
"tailwindcss": "^3.4.16",
82
82
"tailwindcss-animate": "^1.0.7",
83
83
"ts-node": "^10.9.2",
84
-
"typescript": "^5.3.3"
84
+
"typescript": "^5.8.3"
85
85
},
86
86
"private": true
87
87
}
+1825
-2942
pnpm-lock.yaml
+1825
-2942
pnpm-lock.yaml
···
29
29
dependencies:
30
30
'@aquareum/atproto-oauth-client-react-native':
31
31
specifier: ^0.0.1
32
-
version: 0.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
32
+
version: 0.0.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
33
33
'@atproto/api':
34
-
specifier: ^0.13.18
35
-
version: 0.13.20
34
+
specifier: ^0.15.5
35
+
version: 0.15.5
36
36
'@atproto/lex-cli':
37
-
specifier: ^0.5.3
38
-
version: 0.5.6
37
+
specifier: ^0.8.0
38
+
version: 0.8.0
39
39
'@atproto/oauth-client':
40
-
specifier: ^0.3.5
41
-
version: 0.3.7
40
+
specifier: ^0.3.15
41
+
version: 0.3.15
42
42
'@babel/plugin-transform-export-namespace-from':
43
-
specifier: ^7.25.9
44
-
version: 7.25.9(@babel/core@7.26.0)
43
+
specifier: ^7.27.1
44
+
version: 7.27.1(@babel/core@7.26.0)
45
45
'@expo/vector-icons':
46
-
specifier: ^14.0.4
47
-
version: 14.0.4
46
+
specifier: ^14.1.0
47
+
version: 14.1.0(expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
48
48
'@gorhom/bottom-sheet':
49
-
specifier: ^5.0.6
50
-
version: 5.0.6(@types/react@18.3.12)(react-native-gesture-handler@2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
49
+
specifier: ^5.1.2
50
+
version: 5.1.2(@types/react@19.0.14)(react-native-gesture-handler@2.24.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
51
51
'@react-native-async-storage/async-storage':
52
-
specifier: 1.23.1
53
-
version: 1.23.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
52
+
specifier: 2.1.2
53
+
version: 2.1.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
54
54
'@react-native-picker/picker':
55
55
specifier: ^2.11.0
56
-
version: 2.11.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
56
+
version: 2.11.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
57
57
'@react-navigation/native':
58
-
specifier: ^7.0.9
59
-
version: 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
58
+
specifier: ^7.0.14
59
+
version: 7.0.14(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
60
60
'@rn-primitives/avatar':
61
61
specifier: ^1.1.0
62
-
version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
62
+
version: 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
63
63
'@rn-primitives/hover-card':
64
64
specifier: ^1.1.0
65
-
version: 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
65
+
version: 1.1.0(@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)))(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
66
66
'@rn-primitives/portal':
67
-
specifier: ^1.1.0
68
-
version: 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
67
+
specifier: ^1.2.0
68
+
version: 1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))
69
69
'@rn-primitives/progress':
70
70
specifier: ^1.1.0
71
-
version: 1.1.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
71
+
version: 1.1.0(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
72
72
'@rn-primitives/slot':
73
73
specifier: ^1.1.0
74
-
version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
74
+
version: 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
75
75
'@rn-primitives/tooltip':
76
76
specifier: ^1.1.0
77
-
version: 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
77
+
version: 1.1.0(@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)))(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
78
78
'@rn-primitives/types':
79
79
specifier: ^1.1.0
80
-
version: 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
80
+
version: 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
81
81
'@teal/lexicons':
82
82
specifier: workspace:*
83
83
version: link:../../packages/lexicons
···
91
91
specifier: 19.0.0-beta-37ed2a7-20241206
92
92
version: 19.0.0-beta-37ed2a7-20241206(eslint@8.57.1)
93
93
expo:
94
-
specifier: ~52.0.27
95
-
version: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
94
+
specifier: ~53.0.7
95
+
version: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
96
96
expo-constants:
97
-
specifier: ^17.0.3
98
-
version: 17.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
97
+
specifier: ^17.1.5
98
+
version: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
99
99
expo-font:
100
-
specifier: ~13.0.1
101
-
version: 13.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1)
100
+
specifier: ~13.3.1
101
+
version: 13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
102
102
expo-image-picker:
103
-
specifier: ^16.0.6
104
-
version: 16.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))
103
+
specifier: ^16.1.4
104
+
version: 16.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))
105
105
expo-linking:
106
-
specifier: ~7.0.3
107
-
version: 7.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
106
+
specifier: ~7.1.4
107
+
version: 7.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
108
108
expo-router:
109
-
specifier: ~4.0.1
110
-
version: 4.0.12(zbpkvbszkwibrk3find3fz46jq)
109
+
specifier: ~5.0.5
110
+
version: 5.0.5(kv4fw3omscodrypffjuusio3fi)
111
111
expo-splash-screen:
112
-
specifier: ~0.29.21
113
-
version: 0.29.21(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))
112
+
specifier: ~0.30.8
113
+
version: 0.30.8(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))
114
114
expo-sqlite:
115
-
specifier: ^15.0.3
116
-
version: 15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
115
+
specifier: ^15.2.9
116
+
version: 15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
117
117
expo-status-bar:
118
-
specifier: ~2.0.0
119
-
version: 2.0.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
118
+
specifier: ~2.2.3
119
+
version: 2.2.3(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
120
120
expo-system-ui:
121
-
specifier: ~4.0.4
122
-
version: 4.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
121
+
specifier: ~5.0.7
122
+
version: 5.0.7(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
123
123
expo-web-browser:
124
-
specifier: ~14.0.1
125
-
version: 14.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
124
+
specifier: ~14.1.6
125
+
version: 14.1.6(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
126
126
lucide-react-native:
127
-
specifier: ^0.460.0
128
-
version: 0.460.0(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
127
+
specifier: ^0.507.0
128
+
version: 0.507.0(react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
129
129
nativewind:
130
130
specifier: ^4.1.23
131
-
version: 4.1.23(react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3)))
131
+
version: 4.1.23(react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3)))
132
132
react:
133
-
specifier: 18.3.1
134
-
version: 18.3.1
133
+
specifier: 19.0.0
134
+
version: 19.0.0
135
135
react-compiler-runtime:
136
136
specifier: 19.0.0-beta-37ed2a7-20241206
137
-
version: 19.0.0-beta-37ed2a7-20241206(react@18.3.1)
137
+
version: 19.0.0-beta-37ed2a7-20241206(react@19.0.0)
138
138
react-dom:
139
-
specifier: 18.3.1
140
-
version: 18.3.1(react@18.3.1)
139
+
specifier: 19.0.0
140
+
version: 19.0.0(react@19.0.0)
141
141
react-native:
142
-
specifier: 0.76.6
143
-
version: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
142
+
specifier: 0.79.2
143
+
version: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
144
144
react-native-gesture-handler:
145
-
specifier: ~2.20.2
146
-
version: 2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
145
+
specifier: ~2.24.0
146
+
version: 2.24.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
147
147
react-native-reanimated:
148
-
specifier: ~3.16.6
149
-
version: 3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
148
+
specifier: ~3.17.5
149
+
version: 3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
150
150
react-native-safe-area-context:
151
-
specifier: 4.12.0
152
-
version: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
151
+
specifier: 5.4.0
152
+
version: 5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
153
153
react-native-screens:
154
-
specifier: ~4.4.0
155
-
version: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
154
+
specifier: ~4.10.0
155
+
version: 4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
156
156
react-native-svg:
157
-
specifier: 15.8.0
158
-
version: 15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
157
+
specifier: 15.11.2
158
+
version: 15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
159
159
react-native-web:
160
-
specifier: ~0.19.13
161
-
version: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
160
+
specifier: ~0.20.0
161
+
version: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
162
162
tailwind-merge:
163
163
specifier: ^2.5.5
164
164
version: 2.5.5
165
165
zustand:
166
-
specifier: ^5.0.1
167
-
version: 5.0.2(@types/react@18.3.12)(react@18.3.1)(use-sync-external-store@1.4.0(react@18.3.1))
166
+
specifier: ^5.0.4
167
+
version: 5.0.4(@types/react@19.0.14)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))
168
168
devDependencies:
169
169
'@babel/core':
170
170
specifier: ^7.26.0
···
173
173
specifier: ^7.26.0
174
174
version: 7.26.0
175
175
'@expo/metro-runtime':
176
-
specifier: ~4.0.1
177
-
version: 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
176
+
specifier: ~5.0.4
177
+
version: 5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
178
178
'@expo/prebuild-config':
179
-
specifier: ^8.0.23
180
-
version: 8.0.23
179
+
specifier: ^9.0.5
180
+
version: 9.0.5
181
181
'@pmmmwh/react-refresh-webpack-plugin':
182
182
specifier: ^0.5.15
183
183
version: 0.5.15(react-refresh@0.16.0)(type-fest@0.21.3)(webpack@5.97.1)
···
188
188
specifier: ^22.10.1
189
189
version: 22.10.2
190
190
'@types/react':
191
-
specifier: 18.3.12
192
-
version: 18.3.12
191
+
specifier: 19.0.14
192
+
version: 19.0.14
193
193
'@types/react-dom':
194
194
specifier: 18.3.1
195
195
version: 18.3.1
···
203
203
specifier: ^8
204
204
version: 8.57.1
205
205
eslint-config-expo:
206
-
specifier: ~8.0.1
207
-
version: 8.0.1(eslint@8.57.1)(typescript@5.7.3)
206
+
specifier: ~9.2.0
207
+
version: 9.2.0(eslint@8.57.1)(typescript@5.8.3)
208
208
react-refresh:
209
209
specifier: ^0.16.0
210
210
version: 0.16.0
211
211
tailwindcss:
212
212
specifier: ^3.4.16
213
-
version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))
213
+
version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))
214
214
tailwindcss-animate:
215
215
specifier: ^1.0.7
216
-
version: 1.0.7(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3)))
216
+
version: 1.0.7(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3)))
217
217
ts-node:
218
218
specifier: ^10.9.2
219
-
version: 10.9.2(@types/node@22.10.2)(typescript@5.7.3)
219
+
version: 10.9.2(@types/node@22.10.2)(typescript@5.8.3)
220
220
typescript:
221
-
specifier: ^5.3.3
222
-
version: 5.7.3
221
+
specifier: ^5.8.3
222
+
version: 5.8.3
223
223
224
224
apps/aqua:
225
225
dependencies:
···
267
267
version: 16.4.7
268
268
drizzle-orm:
269
269
specifier: ^0.38.3
270
-
version: 0.38.4(@libsql/client@0.14.0)(@types/react@18.3.12)(expo-sqlite@15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(postgres@3.4.5)(react@18.3.1)
270
+
version: 0.38.4(@libsql/client@0.14.0)(@types/react@19.0.14)(expo-sqlite@15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(postgres@3.4.5)(react@19.0.0)
271
271
envalid:
272
272
specifier: ^8.0.0
273
273
version: 8.0.0
···
328
328
version: 0.30.2
329
329
drizzle-orm:
330
330
specifier: ^0.38.3
331
-
version: 0.38.4(@libsql/client@0.14.0)(@types/react@18.3.12)(expo-sqlite@15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(postgres@3.4.5)(react@18.3.1)
331
+
version: 0.38.4(@libsql/client@0.14.0)(@types/react@19.0.14)(expo-sqlite@15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(postgres@3.4.5)(react@19.0.0)
332
332
postgres:
333
333
specifier: ^3.4.5
334
334
version: 3.4.5
···
377
377
'@aquareum/atproto-oauth-client-react-native@0.0.1':
378
378
resolution: {integrity: sha512-IoIcUuX2rKs/AS2u+72m9UWc0mldPTR4GgBHn4LIWtHLWjGTGdECwkw6iwshCM39KA15UhKGbByNQRG415hyfQ==}
379
379
380
+
'@atproto-labs/did-resolver@0.1.12':
381
+
resolution: {integrity: sha512-criWN7o21C5TFsauB+bGTlkqqerOU6gT2TbxdQVgZUWqNcfazUmUjT4gJAY02i+O4d3QmZa27fv9CcaRKWkSug==}
382
+
380
383
'@atproto-labs/did-resolver@0.1.5':
381
384
resolution: {integrity: sha512-uoCb+P0N4du5NiZt6ohVEbSDdijXBJlQwSlWLHX0rUDtEVV+g3aEGe7jUW94lWpqQmRlQ5xcyd9owleMibNxZw==}
382
385
···
398
401
'@atproto-labs/fetch@0.2.0':
399
402
resolution: {integrity: sha512-RD8grUzZdQaC+1GwObz6rZ7MKraS77Z72uZNvcqUzQEBc2oF7fTW6BtkI0csJMFkW+qWKlR3YQlZxsZQ4x6H3g==}
400
403
404
+
'@atproto-labs/fetch@0.2.2':
405
+
resolution: {integrity: sha512-QyafkedbFeVaN20DYUpnY2hcArYxjdThPXbYMqOSoZhcvkrUqaw4xDND4wZB5TBD9cq2yqe9V6mcw9P4XQKQuQ==}
406
+
401
407
'@atproto-labs/handle-resolver-node@0.1.11':
402
408
resolution: {integrity: sha512-Lfm3LgKr1dkHgnd8UX6JvyywflUJpRXQtZwgDXNnj+3nAb8amfDy+mfx0Cu8ym2T2uzEuGRnfmXzLEp7EKbADw==}
403
409
···
412
418
413
419
'@atproto-labs/handle-resolver@0.1.6':
414
420
resolution: {integrity: sha512-pLoerhISFvOSVWxQfSibWZFxzp0HDgpDKbQ2G0faIII/66Cg9avnaiQrW99QXUSijHw9/hv7msP4YGeEzmCH8g==}
421
+
422
+
'@atproto-labs/handle-resolver@0.1.8':
423
+
resolution: {integrity: sha512-Y0ckccoCGDo/3g4thPkgp9QcORmc+qqEaCBCYCZYtfLIQp4775u22wd+4fyEyJP4DqoReKacninkICgRGfs3dQ==}
415
424
416
425
'@atproto-labs/identity-resolver@0.1.10':
417
426
resolution: {integrity: sha512-V8cwLikQJrrIubZcbS3phiw3FZ4JleZ43EOyGq2pVBRsQgynSIB/tzTTw8UNuKPeqR/iK1CBjevnQJ4ENOr5AQ==}
···
419
428
'@atproto-labs/identity-resolver@0.1.11':
420
429
resolution: {integrity: sha512-8q7u9D8sJL6HHsrMIYKL6GktyR0PMaPhHsYeoyK42XxgzIty1tMSXWeci0IwtWzIZsfvonlls0lZtE1G7GJD8g==}
421
430
431
+
'@atproto-labs/identity-resolver@0.1.16':
432
+
resolution: {integrity: sha512-pFrtKT49cYBhCDd2U1t/CcUBiMmQzaNQxh8oSkDUlGs/K3P8rJFTAGAMm8UjokfGEKwF4hX9oo7O8Kn+GkyExw==}
433
+
422
434
'@atproto-labs/identity-resolver@0.1.6':
423
435
resolution: {integrity: sha512-kq1yhpImGG1IUE8QEKj2IjSfNrkG2VailZRuiFLYdcszDEBDzr9HN3ElV42ebxhofuSFgKOCrYWJIUiLuXo6Uw==}
424
436
···
428
440
'@atproto-labs/simple-store-memory@0.1.1':
429
441
resolution: {integrity: sha512-PCRqhnZ8NBNBvLku53O56T0lsVOtclfIrQU/rwLCc4+p45/SBPrRYNBi6YFq5rxZbK6Njos9MCmILV/KLQxrWA==}
430
442
443
+
'@atproto-labs/simple-store-memory@0.1.3':
444
+
resolution: {integrity: sha512-jkitT9+AtU+0b28DoN92iURLaCt/q/q4yX8q6V+9LSwYlUTqKoj/5NFKvF7x6EBuG+gpUdlcycbH7e60gjOhRQ==}
445
+
431
446
'@atproto-labs/simple-store@0.1.1':
432
447
resolution: {integrity: sha512-WKILW2b3QbAYKh+w5U2x6p5FqqLl0nAeLwGeDY+KjX01K4Dq3vQTR9b/qNp0jZm48CabPQVrqCv0PPU9LgRRRg==}
448
+
449
+
'@atproto-labs/simple-store@0.2.0':
450
+
resolution: {integrity: sha512-0bRbAlI8Ayh03wRwncAMEAyUKtZ+AuTS1jgPrfym1WVOAOiottI/ZmgccqLl6w5MbxVcClNQF7WYGKvGwGoIhA==}
433
451
434
452
'@atproto/api@0.13.20':
435
453
resolution: {integrity: sha512-z/+CvG6BEttRHf856tKSe1AeUQNfrobRJldaHAthGmFk7O3wLZQyfcI9DUmBJQ9+4wAt0dZwvKWVGLZOV9eLHA==}
436
454
455
+
'@atproto/api@0.15.5':
456
+
resolution: {integrity: sha512-GiKOrjSXMm8OSpc+pfjFTBYQGX62jmorECkTx2VZbS6KtFKFY0cRQAI+JnQoOLF/8TvzpaAZB7+it73uIqDM7A==}
457
+
437
458
'@atproto/common-web@0.3.1':
438
459
resolution: {integrity: sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==}
439
460
440
461
'@atproto/common-web@0.3.2':
441
462
resolution: {integrity: sha512-Vx0JtL1/CssJbFAb0UOdvTrkbUautsDfHNOXNTcX2vyPIxH9xOameSqLLunM1hZnOQbJwyjmQCt6TV+bhnanDg==}
442
463
464
+
'@atproto/common-web@0.4.1':
465
+
resolution: {integrity: sha512-Ghh+djHYMAUCktLKwr2IuGgtjcwSWGudp+K7+N7KBA9pDDloOXUEY8Agjc5SHSo9B1QIEFkegClU5n+apn2e0w==}
466
+
443
467
'@atproto/common@0.4.6':
444
468
resolution: {integrity: sha512-X33ZubLPrHLNur2Ln4tRP5TY0G0u/t9DyAeA5dgtTNGIXE3iJIlfiUSR0PW5s1iAvBbrrJK4BwaA2Pqsdl+RNw==}
445
469
···
451
475
452
476
'@atproto/did@0.1.4':
453
477
resolution: {integrity: sha512-dXi0uSmOla4s2JFM6RVnn8N7DtqJaI4F8Mx5/YI+WbQXzbdMzsFKcP2hFZVoIGqvKsDdLdcTWfawxlh/g8DW+A==}
478
+
479
+
'@atproto/did@0.1.5':
480
+
resolution: {integrity: sha512-8+1D08QdGE5TF0bB0vV8HLVrVZJeLNITpRTUVEoABNMRaUS7CoYSVb0+JNQDeJIVmqMjOL8dOjvCUDkp3gEaGQ==}
454
481
455
482
'@atproto/identity@0.4.5':
456
483
resolution: {integrity: sha512-IyW6wk+qfX+z/LmBdjatJgjSJWDTJLSCT/6yQUD/L0mkOjRdxiG7DoYIChaF3xHOPKiIuOGu/fuzhBMxVVcCcw==}
···
473
500
'@atproto/jwk@0.1.2':
474
501
resolution: {integrity: sha512-VTQOPaXevW42PQNUD6xJSa6BSjJKKz2DmJqaBP1TkCnLQSr1iU04yyvBSPijQpvWaZWnPnn06NQiorsv7INX6Q==}
475
502
503
+
'@atproto/jwk@0.1.5':
504
+
resolution: {integrity: sha512-OzZFLhX41TOcMeanP3aZlL5bLeaUIZT15MI4aU5cwflNq/rwpGOpz3uwDjZc8ytgUjuTQ8LabSz5jMmwoTSWFg==}
505
+
476
506
'@atproto/lex-cli@0.5.6':
477
507
resolution: {integrity: sha512-3XMZLoZ4PST84qj+MBC2yyg9CjR10suFt0dkWAUTnaJw5wffaBhm9reUqDAEmf+Gjxq1CAuCZ+ge7FNFd8S1/A==}
478
508
hasBin: true
479
509
510
+
'@atproto/lex-cli@0.8.0':
511
+
resolution: {integrity: sha512-/ZY21TQYTqbjhkqQ179um2yWIfoMoH4gFpVJEQyJnnOBNkMCKFDvJFga9nVi70TWLxyqh0T8GWC5krayMoidCw==}
512
+
engines: {node: '>=18.7.0'}
513
+
hasBin: true
514
+
515
+
'@atproto/lexicon@0.4.10':
516
+
resolution: {integrity: sha512-uDbP20vetBgtXPuxoyRcvOGBt2gNe1dFc9yYKcb6jWmXfseHiGTnIlORJOLBXIT2Pz15Eap4fLxAu6zFAykD5A==}
517
+
480
518
'@atproto/lexicon@0.4.4':
481
519
resolution: {integrity: sha512-QFEmr3rpj/RoAmfX9ALU/asBG/rsVtQZnw+9nOB1/AuIwoxXd+ZyndR6lVUc2+DL4GEjl6W2yvBru5xbQIZWyA==}
482
520
···
488
526
489
527
'@atproto/oauth-client-node@0.2.8':
490
528
resolution: {integrity: sha512-EHxdfNpRvwnlxHFCYjl5+ckmPKwYe/jSMN2RksudrSg/XivRzJisgBMOsQ2FnuXIiC9eh4HZ+MrxnoEpT20tDA==}
529
+
530
+
'@atproto/oauth-client@0.3.15':
531
+
resolution: {integrity: sha512-kBv+sk2P5nqGjVSxF26ZswsGKbCfWmxCRpd90TRlNtxo29ZJrYxWySTZrnReXjMellMrTqJEUuTBIasGrXk5Jg==}
491
532
492
533
'@atproto/oauth-client@0.3.2':
493
534
resolution: {integrity: sha512-/HUlv5dnR1am4BQlVYSuevGf4mKJ5RMkElnum8lbwRDewKyzqHwdtJWeNcfcPFtDhUKg0U2pWfRv8ZZd6kk9dQ==}
···
504
545
'@atproto/oauth-types@0.2.2':
505
546
resolution: {integrity: sha512-UMTfJwKD/mIZEXxVT02XWYMtRJAu4iytxhlScH48Q/40nOa6oV4wUFij0gnV4NAQkjHMaYh39ChRMjjKHeypJA==}
506
547
548
+
'@atproto/oauth-types@0.2.6':
549
+
resolution: {integrity: sha512-6rUmV7T1YKCgVYLLjm+FGv+dYC8S0+0AHji/azVGDEhTsiadSrlC0H9Pgxix1y89zI1FIf0piBqecBcPewdrJg==}
550
+
507
551
'@atproto/repo@0.6.2':
508
552
resolution: {integrity: sha512-0YEWJ38Sj8SwhD8GGQ7Q6GDeZppsRae4JfNLQmtPgAddt5A4iNIK5HLdpGGlT+dC0/ElsEbQpY7mXLuP92Wbtw==}
509
553
···
513
557
'@atproto/syntax@0.3.1':
514
558
resolution: {integrity: sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==}
515
559
560
+
'@atproto/syntax@0.4.0':
561
+
resolution: {integrity: sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==}
562
+
516
563
'@atproto/xrpc-server@0.7.8':
517
564
resolution: {integrity: sha512-0QlNPYcxI37AJLL9OffQrkFI5F5SkVKf3VvNkQFVNaOe1eqdu4lty8VVVrweA57EnnOO8W4xVlc9xgVa33Gbyg==}
565
+
566
+
'@atproto/xrpc@0.6.12':
567
+
resolution: {integrity: sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==}
518
568
519
569
'@atproto/xrpc@0.6.4':
520
570
resolution: {integrity: sha512-9ZAJ8nsXTqC4XFyS0E1Wlg7bAvonhXQNQ3Ocs1L1LIwFLXvsw/4fNpIHXxvXvqTCVeyHLbImOnE9UiO1c/qIYA==}
···
594
644
resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
595
645
engines: {node: '>=6.9.0'}
596
646
647
+
'@babel/helper-plugin-utils@7.27.1':
648
+
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
649
+
engines: {node: '>=6.9.0'}
650
+
597
651
'@babel/helper-remap-async-to-generator@7.25.9':
598
652
resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==}
599
653
engines: {node: '>=6.9.0'}
···
639
693
engines: {node: '>=6.0.0'}
640
694
hasBin: true
641
695
642
-
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9':
643
-
resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==}
644
-
engines: {node: '>=6.9.0'}
645
-
peerDependencies:
646
-
'@babel/core': ^7.0.0
647
-
648
-
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9':
649
-
resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==}
650
-
engines: {node: '>=6.9.0'}
651
-
peerDependencies:
652
-
'@babel/core': ^7.0.0
653
-
654
-
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9':
655
-
resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==}
656
-
engines: {node: '>=6.9.0'}
657
-
peerDependencies:
658
-
'@babel/core': ^7.0.0
659
-
660
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9':
661
-
resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==}
662
-
engines: {node: '>=6.9.0'}
663
-
peerDependencies:
664
-
'@babel/core': ^7.13.0
665
-
666
-
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9':
667
-
resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==}
668
-
engines: {node: '>=6.9.0'}
669
-
peerDependencies:
670
-
'@babel/core': ^7.0.0
671
-
672
-
'@babel/plugin-proposal-class-properties@7.18.6':
673
-
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
674
-
engines: {node: '>=6.9.0'}
675
-
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.
676
-
peerDependencies:
677
-
'@babel/core': ^7.0.0-0
678
-
679
696
'@babel/plugin-proposal-decorators@7.25.9':
680
697
resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==}
681
698
engines: {node: '>=6.9.0'}
···
688
705
peerDependencies:
689
706
'@babel/core': ^7.0.0-0
690
707
691
-
'@babel/plugin-proposal-nullish-coalescing-operator@7.18.6':
692
-
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
693
-
engines: {node: '>=6.9.0'}
694
-
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.
695
-
peerDependencies:
696
-
'@babel/core': ^7.0.0-0
697
-
698
-
'@babel/plugin-proposal-optional-chaining@7.21.0':
699
-
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
700
-
engines: {node: '>=6.9.0'}
701
-
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.
702
-
peerDependencies:
703
-
'@babel/core': ^7.0.0-0
704
-
705
708
'@babel/plugin-proposal-private-methods@7.18.6':
706
709
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
707
710
engines: {node: '>=6.9.0'}
···
709
712
peerDependencies:
710
713
'@babel/core': ^7.0.0-0
711
714
712
-
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
713
-
resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
714
-
engines: {node: '>=6.9.0'}
715
-
peerDependencies:
716
-
'@babel/core': ^7.0.0-0
717
-
718
715
'@babel/plugin-syntax-async-generators@7.8.4':
719
716
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
720
717
peerDependencies:
···
759
756
peerDependencies:
760
757
'@babel/core': ^7.0.0-0
761
758
762
-
'@babel/plugin-syntax-import-assertions@7.26.0':
763
-
resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==}
764
-
engines: {node: '>=6.9.0'}
765
-
peerDependencies:
766
-
'@babel/core': ^7.0.0-0
767
-
768
759
'@babel/plugin-syntax-import-attributes@7.26.0':
769
760
resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==}
770
761
engines: {node: '>=6.9.0'}
···
835
826
peerDependencies:
836
827
'@babel/core': ^7.0.0-0
837
828
838
-
'@babel/plugin-syntax-unicode-sets-regex@7.18.6':
839
-
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
840
-
engines: {node: '>=6.9.0'}
841
-
peerDependencies:
842
-
'@babel/core': ^7.0.0
843
-
844
829
'@babel/plugin-transform-arrow-functions@7.25.9':
845
830
resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==}
846
831
engines: {node: '>=6.9.0'}
···
859
844
peerDependencies:
860
845
'@babel/core': ^7.0.0-0
861
846
862
-
'@babel/plugin-transform-block-scoped-functions@7.25.9':
863
-
resolution: {integrity: sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==}
864
-
engines: {node: '>=6.9.0'}
865
-
peerDependencies:
866
-
'@babel/core': ^7.0.0-0
867
-
868
847
'@babel/plugin-transform-block-scoping@7.25.9':
869
848
resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==}
870
849
engines: {node: '>=6.9.0'}
···
877
856
peerDependencies:
878
857
'@babel/core': ^7.0.0-0
879
858
880
-
'@babel/plugin-transform-class-static-block@7.26.0':
881
-
resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==}
882
-
engines: {node: '>=6.9.0'}
883
-
peerDependencies:
884
-
'@babel/core': ^7.12.0
885
-
886
859
'@babel/plugin-transform-classes@7.25.9':
887
860
resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==}
888
861
engines: {node: '>=6.9.0'}
···
901
874
peerDependencies:
902
875
'@babel/core': ^7.0.0-0
903
876
904
-
'@babel/plugin-transform-dotall-regex@7.25.9':
905
-
resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==}
906
-
engines: {node: '>=6.9.0'}
907
-
peerDependencies:
908
-
'@babel/core': ^7.0.0-0
909
-
910
-
'@babel/plugin-transform-duplicate-keys@7.25.9':
911
-
resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==}
912
-
engines: {node: '>=6.9.0'}
913
-
peerDependencies:
914
-
'@babel/core': ^7.0.0-0
915
-
916
-
'@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9':
917
-
resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==}
918
-
engines: {node: '>=6.9.0'}
919
-
peerDependencies:
920
-
'@babel/core': ^7.0.0
921
-
922
-
'@babel/plugin-transform-dynamic-import@7.25.9':
923
-
resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==}
924
-
engines: {node: '>=6.9.0'}
925
-
peerDependencies:
926
-
'@babel/core': ^7.0.0-0
927
-
928
-
'@babel/plugin-transform-exponentiation-operator@7.26.3':
929
-
resolution: {integrity: sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==}
930
-
engines: {node: '>=6.9.0'}
931
-
peerDependencies:
932
-
'@babel/core': ^7.0.0-0
933
-
934
-
'@babel/plugin-transform-export-namespace-from@7.25.9':
935
-
resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==}
877
+
'@babel/plugin-transform-export-namespace-from@7.27.1':
878
+
resolution: {integrity: sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==}
936
879
engines: {node: '>=6.9.0'}
937
880
peerDependencies:
938
881
'@babel/core': ^7.0.0-0
···
955
898
peerDependencies:
956
899
'@babel/core': ^7.0.0-0
957
900
958
-
'@babel/plugin-transform-json-strings@7.25.9':
959
-
resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==}
960
-
engines: {node: '>=6.9.0'}
961
-
peerDependencies:
962
-
'@babel/core': ^7.0.0-0
963
-
964
901
'@babel/plugin-transform-literals@7.25.9':
965
902
resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==}
966
903
engines: {node: '>=6.9.0'}
···
973
910
peerDependencies:
974
911
'@babel/core': ^7.0.0-0
975
912
976
-
'@babel/plugin-transform-member-expression-literals@7.25.9':
977
-
resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==}
978
-
engines: {node: '>=6.9.0'}
979
-
peerDependencies:
980
-
'@babel/core': ^7.0.0-0
981
-
982
-
'@babel/plugin-transform-modules-amd@7.25.9':
983
-
resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==}
984
-
engines: {node: '>=6.9.0'}
985
-
peerDependencies:
986
-
'@babel/core': ^7.0.0-0
987
-
988
913
'@babel/plugin-transform-modules-commonjs@7.26.3':
989
914
resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==}
990
-
engines: {node: '>=6.9.0'}
991
-
peerDependencies:
992
-
'@babel/core': ^7.0.0-0
993
-
994
-
'@babel/plugin-transform-modules-systemjs@7.25.9':
995
-
resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==}
996
-
engines: {node: '>=6.9.0'}
997
-
peerDependencies:
998
-
'@babel/core': ^7.0.0-0
999
-
1000
-
'@babel/plugin-transform-modules-umd@7.25.9':
1001
-
resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==}
1002
915
engines: {node: '>=6.9.0'}
1003
916
peerDependencies:
1004
917
'@babel/core': ^7.0.0-0
···
1009
922
peerDependencies:
1010
923
'@babel/core': ^7.0.0
1011
924
1012
-
'@babel/plugin-transform-new-target@7.25.9':
1013
-
resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==}
1014
-
engines: {node: '>=6.9.0'}
1015
-
peerDependencies:
1016
-
'@babel/core': ^7.0.0-0
1017
-
1018
925
'@babel/plugin-transform-nullish-coalescing-operator@7.25.9':
1019
926
resolution: {integrity: sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==}
1020
927
engines: {node: '>=6.9.0'}
···
1033
940
peerDependencies:
1034
941
'@babel/core': ^7.0.0-0
1035
942
1036
-
'@babel/plugin-transform-object-super@7.25.9':
1037
-
resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==}
1038
-
engines: {node: '>=6.9.0'}
1039
-
peerDependencies:
1040
-
'@babel/core': ^7.0.0-0
1041
-
1042
943
'@babel/plugin-transform-optional-catch-binding@7.25.9':
1043
944
resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==}
1044
945
engines: {node: '>=6.9.0'}
···
1065
966
1066
967
'@babel/plugin-transform-private-property-in-object@7.25.9':
1067
968
resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==}
1068
-
engines: {node: '>=6.9.0'}
1069
-
peerDependencies:
1070
-
'@babel/core': ^7.0.0-0
1071
-
1072
-
'@babel/plugin-transform-property-literals@7.25.9':
1073
-
resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==}
1074
969
engines: {node: '>=6.9.0'}
1075
970
peerDependencies:
1076
971
'@babel/core': ^7.0.0-0
···
1117
1012
peerDependencies:
1118
1013
'@babel/core': ^7.0.0-0
1119
1014
1120
-
'@babel/plugin-transform-regexp-modifiers@7.26.0':
1121
-
resolution: {integrity: sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==}
1122
-
engines: {node: '>=6.9.0'}
1123
-
peerDependencies:
1124
-
'@babel/core': ^7.0.0
1125
-
1126
-
'@babel/plugin-transform-reserved-words@7.25.9':
1127
-
resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==}
1128
-
engines: {node: '>=6.9.0'}
1129
-
peerDependencies:
1130
-
'@babel/core': ^7.0.0-0
1131
-
1132
1015
'@babel/plugin-transform-runtime@7.25.9':
1133
1016
resolution: {integrity: sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==}
1134
1017
engines: {node: '>=6.9.0'}
···
1159
1042
peerDependencies:
1160
1043
'@babel/core': ^7.0.0-0
1161
1044
1162
-
'@babel/plugin-transform-typeof-symbol@7.25.9':
1163
-
resolution: {integrity: sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==}
1164
-
engines: {node: '>=6.9.0'}
1165
-
peerDependencies:
1166
-
'@babel/core': ^7.0.0-0
1167
-
1168
1045
'@babel/plugin-transform-typescript@7.26.3':
1169
1046
resolution: {integrity: sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==}
1170
1047
engines: {node: '>=6.9.0'}
1171
1048
peerDependencies:
1172
1049
'@babel/core': ^7.0.0-0
1173
1050
1174
-
'@babel/plugin-transform-unicode-escapes@7.25.9':
1175
-
resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==}
1176
-
engines: {node: '>=6.9.0'}
1177
-
peerDependencies:
1178
-
'@babel/core': ^7.0.0-0
1179
-
1180
-
'@babel/plugin-transform-unicode-property-regex@7.25.9':
1181
-
resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==}
1182
-
engines: {node: '>=6.9.0'}
1183
-
peerDependencies:
1184
-
'@babel/core': ^7.0.0-0
1185
-
1186
1051
'@babel/plugin-transform-unicode-regex@7.25.9':
1187
1052
resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==}
1188
1053
engines: {node: '>=6.9.0'}
1189
1054
peerDependencies:
1190
1055
'@babel/core': ^7.0.0-0
1191
1056
1192
-
'@babel/plugin-transform-unicode-sets-regex@7.25.9':
1193
-
resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==}
1194
-
engines: {node: '>=6.9.0'}
1195
-
peerDependencies:
1196
-
'@babel/core': ^7.0.0
1197
-
1198
-
'@babel/preset-env@7.26.0':
1199
-
resolution: {integrity: sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==}
1200
-
engines: {node: '>=6.9.0'}
1201
-
peerDependencies:
1202
-
'@babel/core': ^7.0.0-0
1203
-
1204
-
'@babel/preset-flow@7.25.9':
1205
-
resolution: {integrity: sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==}
1206
-
engines: {node: '>=6.9.0'}
1207
-
peerDependencies:
1208
-
'@babel/core': ^7.0.0-0
1209
-
1210
-
'@babel/preset-modules@0.1.6-no-external-plugins':
1211
-
resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
1212
-
peerDependencies:
1213
-
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
1214
-
1215
1057
'@babel/preset-react@7.26.3':
1216
1058
resolution: {integrity: sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==}
1217
1059
engines: {node: '>=6.9.0'}
···
1224
1066
peerDependencies:
1225
1067
'@babel/core': ^7.0.0-0
1226
1068
1227
-
'@babel/register@7.25.9':
1228
-
resolution: {integrity: sha512-8D43jXtGsYmEeDvm4MWHYUpWf8iiXgWYx3fW7E7Wb7Oe6FWqJPl5K6TuFW0dOwNZzEE5rjlaSJYH9JjrUKJszA==}
1229
-
engines: {node: '>=6.9.0'}
1230
-
peerDependencies:
1231
-
'@babel/core': ^7.0.0-0
1232
-
1233
1069
'@babel/runtime@7.26.0':
1234
1070
resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==}
1235
1071
engines: {node: '>=6.9.0'}
···
1883
1719
resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
1884
1720
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1885
1721
1886
-
'@expo/bunyan@4.0.1':
1887
-
resolution: {integrity: sha512-+Lla7nYSiHZirgK+U/uYzsLv/X+HaJienbD5AKX1UQZHYfWaP+9uuQluRB4GrEVWF0GZ7vEVp/jzaOT9k/SQlg==}
1888
-
engines: {node: '>=0.10.0'}
1889
-
1890
-
'@expo/cli@0.22.10':
1891
-
resolution: {integrity: sha512-MA4TOtf6x8ixVaQbUINgest/DsrWcMVGMmjXYtnhUfwQGvZtJC+aI+xMBM7ow2OqY2B/xfoRcgqkvWkl36yxkA==}
1722
+
'@expo/cli@0.24.11':
1723
+
resolution: {integrity: sha512-bQtXdonOgg2OgPjHd7D5IkiPObKyiLs+HVM2A1VFV1pOT/8kc2kF/I4lN/Y5uce03FC8v0VRv6rKrDQPlTVWlg==}
1892
1724
hasBin: true
1893
1725
1894
1726
'@expo/code-signing-certificates@0.0.5':
1895
1727
resolution: {integrity: sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==}
1896
1728
1897
-
'@expo/config-plugins@9.0.12':
1898
-
resolution: {integrity: sha512-/Ko/NM+GzvJyRkq8PITm8ms0KY5v0wmN1OQFYRMkcJqOi3PjlhndW+G6bHpJI9mkQXBaUnHwAiGLqIC3+MQ5Wg==}
1729
+
'@expo/config-plugins@10.0.2':
1730
+
resolution: {integrity: sha512-TzUn3pPdpwCS0yYaSlZOClgDmCX8N4I2lfgitX5oStqmvpPtB+vqtdyqsVM02fQ2tlJIAqwBW+NHaHqqy8Jv7g==}
1899
1731
1900
-
'@expo/config-plugins@9.0.14':
1901
-
resolution: {integrity: sha512-Lx1ebV95rTFKKQmbu4wMPLz65rKn7mqSpfANdCx+KwRxuLY2JQls8V4h3lQjG6dW8NWf9qV5QaEFAgNB6VMyOQ==}
1732
+
'@expo/config-types@53.0.3':
1733
+
resolution: {integrity: sha512-V1e6CiM4TXtGxG/W2Msjp/QOx/vikLo5IUGMvEMjgAglBfGYx3PXfqsUb5aZDt6kqA3bDDwFuZoS5vNm/SYwSg==}
1902
1734
1903
-
'@expo/config-types@52.0.1':
1904
-
resolution: {integrity: sha512-vD8ZetyKV7U29lR6+NJohYeoLYTH+eNYXJeNiSOrWCz0witJYY11meMmEnpEaVbN89EfC6uauSUOa6wihtbyPQ==}
1905
-
1906
-
'@expo/config-types@52.0.3':
1907
-
resolution: {integrity: sha512-muxvuARmbysH5OGaiBRlh1Y6vfdmL56JtpXxB+y2Hfhu0ezG1U4FjZYBIacthckZPvnDCcP3xIu1R+eTo7/QFA==}
1908
-
1909
-
'@expo/config@10.0.6':
1910
-
resolution: {integrity: sha512-xXkfPElrtxznkOZxFASJ7OPa6E9IHSjcZwj5BQ6XUF2dz5M7AFa2h5sXM8AalSaDU5tEBSgoUOjTh5957TlR8g==}
1911
-
1912
-
'@expo/config@10.0.8':
1913
-
resolution: {integrity: sha512-RaKwi8e6PbkMilRexdsxObLMdQwxhY6mlgel+l/eW+IfIw8HEydSU0ERlzYUjlGJxHLHUXe4rC2vw8FEvaowyQ==}
1735
+
'@expo/config@11.0.8':
1736
+
resolution: {integrity: sha512-udLrpW4SvXUwF+ntJ0RzEjRbFoSS7Tr/rMrvhfISHWGbcZ09+c+QkI0O8y1sEBWQDpI/IlC9REPqGm5b7HweDw==}
1914
1737
1915
1738
'@expo/devcert@1.1.4':
1916
1739
resolution: {integrity: sha512-fqBODr8c72+gBSX5Ty3SIzaY4bXainlpab78+vEYEKL3fXmsOswMLf0+KE36mUEAa36BYabX7K3EiXOXX5OPMw==}
1917
1740
1918
-
'@expo/env@0.4.0':
1919
-
resolution: {integrity: sha512-g2JYFqck3xKIwJyK+8LxZ2ENZPWtRgjFWpeht9abnKgzXVXBeSNECFBkg+WQjQocSIdxXhEWM6hz4ZAe7Tc4ng==}
1741
+
'@expo/env@1.0.5':
1742
+
resolution: {integrity: sha512-dtEZ4CAMaVrFu2+tezhU3FoGWtbzQl50xV+rNJE5lYVRjUflWiZkVHlHkWUlPAwDPifLy4TuissVfScGGPWR5g==}
1920
1743
1921
-
'@expo/env@0.4.1':
1922
-
resolution: {integrity: sha512-oDtbO3i9yXD1nx93acWiPTWGljJ3vABn35x1NAbqtQ2JL6mFOcRcArt1dwi4imZyLnG4VCcjabT9irj+LgYntw==}
1923
-
1924
-
'@expo/fingerprint@0.11.7':
1925
-
resolution: {integrity: sha512-2rfYVS4nqWmOPQk+AL5GPfPSawbqqmI5mL++bxAhWADt+d+fjoQYfIrGtjZxQ30f9o/a1PrRPVSuh2j09+diVg==}
1744
+
'@expo/fingerprint@0.12.4':
1745
+
resolution: {integrity: sha512-HOJVvjiQYVHIouCOfFf4JRrQvBDIV/12GVG2iwbw1iGwmpQVkPgEXa9lN0f2yuS4J3QXHs73wr9jvuCjMmJlfw==}
1926
1746
hasBin: true
1927
1747
1928
-
'@expo/image-utils@0.6.3':
1929
-
resolution: {integrity: sha512-v/JbCKBrHeudxn1gN1TgfPE/pWJSlLPrl29uXJBgrJFQVkViQvUHQNDhaS+UEa9wYI5HHh7XYmtzAehyG4L+GA==}
1930
-
1931
-
'@expo/image-utils@0.6.4':
1932
-
resolution: {integrity: sha512-L++1PBzSvf5iYc6UHJ8Db8GcYNkfLDw+a+zqEFBQ3xqRXP/muxb/O7wuiMFlXrj/cfkx4e0U+z1a4ceV0A7S7Q==}
1933
-
1934
-
'@expo/json-file@9.0.0':
1935
-
resolution: {integrity: sha512-M+55xFVrFzDcgMDf+52lPDLjKB5xwRfStWlv/b/Vu2OLgxGZLWpxoPYjlRoHqxjPbCQIi2ZCbobK+0KuNhsELg==}
1748
+
'@expo/image-utils@0.7.4':
1749
+
resolution: {integrity: sha512-LcZ82EJy/t/a1avwIboeZbO6hlw8CvsIRh2k6SWPcAOvW0RqynyKFzUJsvnjWlhUzfBEn4oI7y/Pu5Xkw3KkkA==}
1936
1750
1937
-
'@expo/json-file@9.0.1':
1938
-
resolution: {integrity: sha512-ZVPhbbEBEwafPCJ0+kI25O2Iivt3XKHEKAADCml1q2cmOIbQnKgLyn8DpOJXqWEyRQr/VWS+hflBh8DU2YFSqg==}
1939
-
1940
-
'@expo/metro-config@0.19.9':
1941
-
resolution: {integrity: sha512-JAsLWhFQqwLH0KsI4OMbPXsKFji5KJEmsi+/02Sz1GCT17YrjRmv1fZ91regUS/FUH2Y/PDAE/+2ulrTgMeG7A==}
1751
+
'@expo/json-file@9.1.4':
1752
+
resolution: {integrity: sha512-7Bv86X27fPERGhw8aJEZvRcH9sk+9BenDnEmrI3ZpywKodYSBgc8lX9Y32faNVQ/p0YbDK9zdJ0BfAKNAOyi0A==}
1942
1753
1943
-
'@expo/metro-runtime@4.0.0':
1944
-
resolution: {integrity: sha512-+zgCyuXqIzgZVN8h0g36sursGXBy3xqtJW9han7t/iR2HTTrrbEoep5ftW1a27bdSINU96ng+rSsPLbyHYeBvw==}
1945
-
peerDependencies:
1946
-
react-native: '*'
1754
+
'@expo/metro-config@0.20.13':
1755
+
resolution: {integrity: sha512-yyhyBBX2HaqFpuGq8r73d9eB1nJeUWDrNDrPANWuXNwfM/fd5pCT1GXmlRe4CWPQ4dPOlYnBIyrEn5c2FI5J4w==}
1947
1756
1948
-
'@expo/metro-runtime@4.0.1':
1949
-
resolution: {integrity: sha512-CRpbLvdJ1T42S+lrYa1iZp1KfDeBp4oeZOK3hdpiS5n0vR0nhD6sC1gGF0sTboCTp64tLteikz5Y3j53dvgOIw==}
1757
+
'@expo/metro-runtime@5.0.4':
1758
+
resolution: {integrity: sha512-r694MeO+7Vi8IwOsDIDzH/Q5RPMt1kUDYbiTJwnO15nIqiDwlE8HU55UlRhffKZy6s5FmxQsZ8HA+T8DqUW8cQ==}
1950
1759
peerDependencies:
1951
1760
react-native: '*'
1952
1761
1953
-
'@expo/osascript@2.1.5':
1954
-
resolution: {integrity: sha512-Cp7YF7msGiTAIbFdzNovwHBfecdMLVL5XzSqq4xQz72ALFCQ3uSIUXRph1QV2r61ugH7Yem0gY8yi7RcDlI4qg==}
1762
+
'@expo/osascript@2.2.4':
1763
+
resolution: {integrity: sha512-Q+Oyj+1pdRiHHpev9YjqfMZzByFH8UhKvSszxa0acTveijjDhQgWrq4e9T/cchBHi0GWZpGczWyiyJkk1wM1dg==}
1955
1764
engines: {node: '>=12'}
1956
1765
1957
-
'@expo/package-manager@1.7.1':
1958
-
resolution: {integrity: sha512-DKbELrTOdl7U3KT0C07Aka9P+sUP3LL+1UTKf1KmLx2x2gPH1IC+c68N7iQlwNt+yA37qIw6/vKoqyTGu5EL9g==}
1766
+
'@expo/package-manager@1.8.4':
1767
+
resolution: {integrity: sha512-8H8tLga/NS3iS7QaX/NneRPqbObnHvVCfMCo0ShudreOFmvmgqhYjRlkZTRstSyFqefai8ONaT4VmnLHneRYYg==}
1959
1768
1960
-
'@expo/plist@0.2.0':
1961
-
resolution: {integrity: sha512-F/IZJQaf8OIVnVA6XWUeMPC3OH6MV00Wxf0WC0JhTQht2QgjyHUa3U5Gs3vRtDq8tXNsZneOQRDVwpaOnd4zTQ==}
1769
+
'@expo/plist@0.3.4':
1770
+
resolution: {integrity: sha512-MhBLaUJNe9FQDDU2xhSNS4SAolr6K2wuyi4+A79vYuXLkAoICsbTwcGEQJN5jPY6D9izO/jsXh5k0h+mIWQMdw==}
1962
1771
1963
-
'@expo/plist@0.2.1':
1964
-
resolution: {integrity: sha512-9TaXGuNxa0LQwHQn4rYiU6YaERv6dPnQgsdKWq2rKKTr6LWOtGNQCi/yOk/HBLeZSxBm59APT5/6x60uRvr0Mg==}
1965
-
1966
-
'@expo/prebuild-config@8.0.23':
1967
-
resolution: {integrity: sha512-Zf01kFiN2PISmLb0DhIAJh76v3J2oYUKSjiAtGZLOH0HUz59by/qdyU4mGHWdeyRdCCrLUA21Rct2MBykvRMsg==}
1968
-
1969
-
'@expo/prebuild-config@8.0.25':
1970
-
resolution: {integrity: sha512-xYHV8eiydZEDedf2AGaOFRFwcGlaSzrqQH94dwX42urNCU03FO0RUb7yPp4nkb7WNFg5Ov6PDsV7ES+YwzNgYQ==}
1971
-
1972
-
'@expo/rudder-sdk-node@1.1.1':
1973
-
resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==}
1974
-
engines: {node: '>=12'}
1772
+
'@expo/prebuild-config@9.0.5':
1773
+
resolution: {integrity: sha512-oiSVU5ePu9lsOvn5p4xplqjzPlcZHzKYwzuonTa9GCH1GxcOEIBsvMVQiHBXHtqvgV2dztjm34kdXV//+9jtCA==}
1975
1774
1976
1775
'@expo/sdk-runtime-versions@1.0.0':
1977
1776
resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==}
1978
1777
1979
-
'@expo/server@0.5.0':
1980
-
resolution: {integrity: sha512-bfo5udr9C2feCn+vGQ9LvjRD2zFjMyBEnMWDZLYr5D8eCjqLjazGBpPKOVjWOhFR2SshKA3hUBkWEYrVpun0NQ==}
1778
+
'@expo/server@0.6.2':
1779
+
resolution: {integrity: sha512-ko+dq+1WEC126/iGVv3g+ChFCs9wGyKtGlnYphwrOQbFBBqX19sn6UV0oUks6UdhD+MyzUv+w/TOdktdcI0Cgg==}
1981
1780
1982
1781
'@expo/spawn-async@1.7.2':
1983
1782
resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==}
1984
1783
engines: {node: '>=12'}
1985
1784
1986
-
'@expo/vector-icons@14.0.4':
1987
-
resolution: {integrity: sha512-+yKshcbpDfbV4zoXOgHxCwh7lkE9VVTT5T03OUlBsqfze1PLy6Hi4jp1vSb1GVbY6eskvMIivGVc9SKzIv0oEQ==}
1785
+
'@expo/vector-icons@14.1.0':
1786
+
resolution: {integrity: sha512-7T09UE9h8QDTsUeMGymB4i+iqvtEeaO5VvUjryFB4tugDTG/bkzViWA74hm5pfjjDEhYMXWaX112mcvhccmIwQ==}
1787
+
peerDependencies:
1788
+
expo-font: '*'
1789
+
react: '*'
1790
+
react-native: '*'
1791
+
1792
+
'@expo/ws-tunnel@1.0.6':
1793
+
resolution: {integrity: sha512-nDRbLmSrJar7abvUjp3smDwH8HcbZcoOEa5jVPUv9/9CajgmWw20JNRwTuBRzWIWIkEJDkz20GoNA+tSwUqk0Q==}
1988
1794
1989
1795
'@expo/xcpretty@4.3.2':
1990
1796
resolution: {integrity: sha512-ReZxZ8pdnoI3tP/dNnJdnmAk7uLT4FjsKDGW7YeDdvdOMz2XCQSmSCM9IWlrXuWtMF9zeSB6WJtEhCQ41gQOfw==}
···
2005
1811
'@floating-ui/utils@0.2.8':
2006
1812
resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==}
2007
1813
2008
-
'@gorhom/bottom-sheet@5.0.6':
2009
-
resolution: {integrity: sha512-SI/AhPvgRfnCWN6/+wbE6TXwRE4X8F2fLyE4L/0bRwgE34Zenq585qLT139uEcfCIyovC2swC3ICqQpkmWEcFA==}
1814
+
'@gorhom/bottom-sheet@5.1.2':
1815
+
resolution: {integrity: sha512-5np8oL2krqAsVKLRE4YmtkZkyZeFiitoki72bEpVhZb8SRTNuAEeSbP3noq5srKpcRsboCr7uI+xmMyrWUd9kw==}
2010
1816
peerDependencies:
2011
1817
'@types/react': '*'
2012
1818
'@types/react-native': '*'
···
2054
1860
'@isaacs/cliui@8.0.2':
2055
1861
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
2056
1862
engines: {node: '>=12'}
1863
+
1864
+
'@isaacs/fs-minipass@4.0.1':
1865
+
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
1866
+
engines: {node: '>=18.0.0'}
2057
1867
2058
1868
'@isaacs/ttlcache@1.4.1':
2059
1869
resolution: {integrity: sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==}
···
2193
2003
resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==}
2194
2004
engines: {node: '>=12.4.0'}
2195
2005
2196
-
'@npmcli/fs@3.1.1':
2197
-
resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==}
2198
-
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
2199
-
2200
2006
'@pkgjs/parseargs@0.11.0':
2201
2007
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
2202
2008
engines: {node: '>=14'}
···
2246
2052
'@types/react-dom':
2247
2053
optional: true
2248
2054
2249
-
'@radix-ui/react-compose-refs@1.0.0':
2250
-
resolution: {integrity: sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==}
2251
-
peerDependencies:
2252
-
react: ^16.8 || ^17.0 || ^18.0
2253
-
2254
2055
'@radix-ui/react-compose-refs@1.1.1':
2255
2056
resolution: {integrity: sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==}
2256
2057
peerDependencies:
···
2260
2061
'@types/react':
2261
2062
optional: true
2262
2063
2064
+
'@radix-ui/react-compose-refs@1.1.2':
2065
+
resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
2066
+
peerDependencies:
2067
+
'@types/react': '*'
2068
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
2069
+
peerDependenciesMeta:
2070
+
'@types/react':
2071
+
optional: true
2072
+
2263
2073
'@radix-ui/react-context@1.1.1':
2264
2074
resolution: {integrity: sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==}
2265
2075
peerDependencies:
···
2404
2214
'@types/react-dom':
2405
2215
optional: true
2406
2216
2407
-
'@radix-ui/react-slot@1.0.1':
2408
-
resolution: {integrity: sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==}
2409
-
peerDependencies:
2410
-
react: ^16.8 || ^17.0 || ^18.0
2411
-
2412
2217
'@radix-ui/react-slot@1.1.1':
2413
2218
resolution: {integrity: sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==}
2414
2219
peerDependencies:
···
2418
2223
'@types/react':
2419
2224
optional: true
2420
2225
2226
+
'@radix-ui/react-slot@1.2.0':
2227
+
resolution: {integrity: sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==}
2228
+
peerDependencies:
2229
+
'@types/react': '*'
2230
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
2231
+
peerDependenciesMeta:
2232
+
'@types/react':
2233
+
optional: true
2234
+
2421
2235
'@radix-ui/react-tooltip@1.1.5':
2422
2236
resolution: {integrity: sha512-IucoQPcK5nwUuztaxBQvudvYwH58wtRcJlv1qvaMSyIbL9dEBfFN0vRf/D8xDbu6HmAJLlNGty4z8Na+vIqe9Q==}
2423
2237
peerDependencies:
···
2501
2315
'@radix-ui/rect@1.1.0':
2502
2316
resolution: {integrity: sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==}
2503
2317
2504
-
'@react-native-async-storage/async-storage@1.23.1':
2505
-
resolution: {integrity: sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA==}
2318
+
'@react-native-async-storage/async-storage@2.1.2':
2319
+
resolution: {integrity: sha512-dvlNq4AlGWC+ehtH12p65+17V0Dx7IecOWl6WanF2ja38O1Dcjjvn7jVzkUHJ5oWkQBlyASurTPlTHgKXyYiow==}
2506
2320
peerDependencies:
2507
-
react-native: ^0.0.0-0 || >=0.60 <1.0
2321
+
react-native: ^0.0.0-0 || >=0.65 <1.0
2508
2322
2509
2323
'@react-native-picker/picker@2.11.0':
2510
2324
resolution: {integrity: sha512-QuZU6gbxmOID5zZgd/H90NgBnbJ3VV6qVzp6c7/dDrmWdX8S0X5YFYgDcQFjE3dRen9wB9FWnj2VVdPU64adSg==}
···
2512
2326
react: '*'
2513
2327
react-native: '*'
2514
2328
2515
-
'@react-native/assets-registry@0.76.6':
2516
-
resolution: {integrity: sha512-YI8HoReYiIwdFQs+k9Q9qpFTnsyYikZxgs/UVtVbhKixXDQF6F9LLvj2naOx4cfV+RGybNKxwmDl1vUok/dRFQ==}
2329
+
'@react-native/assets-registry@0.79.2':
2330
+
resolution: {integrity: sha512-5h2Z7/+/HL/0h88s0JHOdRCW4CXMCJoROxqzHqxdrjGL6EBD1DdaB4ZqkCOEVSW4Vjhir5Qb97C8i/MPWEYPtg==}
2517
2331
engines: {node: '>=18'}
2518
2332
2519
-
'@react-native/babel-plugin-codegen@0.76.6':
2520
-
resolution: {integrity: sha512-yFC9I/aDBOBz3ZMlqKn2NY/mDUtCksUNZ7AQmBiTAeVTUP0ujEjE0hTOx5Qd+kok7A7hwZEX87HdSgjiJZfr5g==}
2333
+
'@react-native/babel-plugin-codegen@0.79.2':
2334
+
resolution: {integrity: sha512-d+NB7Uosn2ZWd4O4+7ZkB6q1a+0z2opD/4+Bzhk/Tv6fc5FrSftK2Noqxvo3/bhbdGFVPxf0yvLE8et4W17x/Q==}
2521
2335
engines: {node: '>=18'}
2522
2336
2523
-
'@react-native/babel-preset@0.76.6':
2524
-
resolution: {integrity: sha512-ojlVWY6S/VE/nb9hIRetPMTsW9ZmGb2R3dnToEXAtQQDz41eHMHXbkw/k2h0THp6qhas25ruNvn3N5n2o+lBzg==}
2337
+
'@react-native/babel-preset@0.79.2':
2338
+
resolution: {integrity: sha512-/HNu869oUq4FUXizpiNWrIhucsYZqu0/0spudJEzk9SEKar0EjVDP7zkg/sKK+KccNypDQGW7nFXT8onzvQ3og==}
2525
2339
engines: {node: '>=18'}
2526
2340
peerDependencies:
2527
2341
'@babel/core': '*'
2528
2342
2529
-
'@react-native/codegen@0.76.6':
2530
-
resolution: {integrity: sha512-BABb3e5G/+hyQYEYi0AODWh2km2d8ERoASZr6Hv90pVXdUHRYR+yxCatX7vSd9rnDUYndqRTzD0hZWAucPNAKg==}
2343
+
'@react-native/codegen@0.79.2':
2344
+
resolution: {integrity: sha512-8JTlGLuLi1p8Jx2N/enwwEd7/2CfrqJpv90Cp77QLRX3VHF2hdyavRIxAmXMwN95k+Me7CUuPtqn2X3IBXOWYg==}
2531
2345
engines: {node: '>=18'}
2532
2346
peerDependencies:
2533
-
'@babel/preset-env': ^7.1.6
2347
+
'@babel/core': '*'
2534
2348
2535
-
'@react-native/community-cli-plugin@0.76.6':
2536
-
resolution: {integrity: sha512-nETlc/+U5cESVluzzgN0OcVfcoMijGBaDWzOaJhoYUodcuqnqtu75XsSEc7yzlYjwNQG+vF83mu9CQGezruNMA==}
2349
+
'@react-native/community-cli-plugin@0.79.2':
2350
+
resolution: {integrity: sha512-E+YEY2dL+68HyR2iahsZdyBKBUi9QyPyaN9vsnda1jNgCjNpSPk2yAF5cXsho+zKK5ZQna3JSeE1Kbi2IfGJbw==}
2537
2351
engines: {node: '>=18'}
2538
2352
peerDependencies:
2539
-
'@react-native-community/cli-server-api': '*'
2353
+
'@react-native-community/cli': '*'
2540
2354
peerDependenciesMeta:
2541
-
'@react-native-community/cli-server-api':
2355
+
'@react-native-community/cli':
2542
2356
optional: true
2543
2357
2544
-
'@react-native/debugger-frontend@0.76.6':
2545
-
resolution: {integrity: sha512-kP97xMQjiANi5/lmf8MakS7d8FTJl+BqYHQMqyvNiY+eeWyKnhqW2GL2v3eEUBAuyPBgJGivuuO4RvjZujduJg==}
2358
+
'@react-native/debugger-frontend@0.79.2':
2359
+
resolution: {integrity: sha512-cGmC7X6kju76DopSBNc+PRAEetbd7TWF9J9o84hOp/xL3ahxR2kuxJy0oJX8Eg8oehhGGEXTuMKHzNa3rDBeSg==}
2546
2360
engines: {node: '>=18'}
2547
2361
2548
-
'@react-native/dev-middleware@0.76.6':
2549
-
resolution: {integrity: sha512-1bAyd2/X48Nzb45s5l2omM75vy764odx/UnDs4sJfFCuK+cupU4nRPgl0XWIqgdM/2+fbQ3E4QsVS/WIKTFxvQ==}
2362
+
'@react-native/dev-middleware@0.79.2':
2363
+
resolution: {integrity: sha512-9q4CpkklsAs1L0Bw8XYCoqqyBSrfRALGEw4/r0EkR38Y/6fVfNfdsjSns0pTLO6h0VpxswK34L/hm4uK3MoLHw==}
2550
2364
engines: {node: '>=18'}
2551
2365
2552
-
'@react-native/gradle-plugin@0.76.6':
2553
-
resolution: {integrity: sha512-sDzpf4eiynryoS6bpYCweGoxSmWgCSx9lzBoxIIW+S6siyGiTaffzZHWCm8mIn9UZsSPlEO37q62ggnR9Zu/OA==}
2366
+
'@react-native/gradle-plugin@0.79.2':
2367
+
resolution: {integrity: sha512-6MJFemrwR0bOT0QM+2BxX9k3/pvZQNmJ3Js5pF/6owsA0cUDiCO57otiEU8Fz+UywWEzn1FoQfOfQ8vt2GYmoA==}
2554
2368
engines: {node: '>=18'}
2555
2369
2556
-
'@react-native/js-polyfills@0.76.6':
2557
-
resolution: {integrity: sha512-cDD7FynxWYxHkErZzAJtzPGhJ13JdOgL+R0riTh0hCovOfIUz9ItffdLQv2nx48lnvMTQ+HZXMnGOZnsFCNzQw==}
2370
+
'@react-native/js-polyfills@0.79.2':
2371
+
resolution: {integrity: sha512-IaY87Ckd4GTPMkO1/Fe8fC1IgIx3vc3q9Tyt/6qS3Mtk9nC0x9q4kSR5t+HHq0/MuvGtu8HpdxXGy5wLaM+zUw==}
2558
2372
engines: {node: '>=18'}
2559
2373
2560
-
'@react-native/metro-babel-transformer@0.76.6':
2561
-
resolution: {integrity: sha512-xSBi9jPliThu5HRSJvluqUlDOLLEmf34zY/U7RDDjEbZqC0ufPcPS7c5XsSg0GDPiXc7lgjBVesPZsKFkoIBgA==}
2562
-
engines: {node: '>=18'}
2563
-
peerDependencies:
2564
-
'@babel/core': '*'
2565
-
2566
2374
'@react-native/normalize-colors@0.74.88':
2567
2375
resolution: {integrity: sha512-He5oTwPBxvXrxJ91dZzpxR7P+VYmc9IkJfhuH8zUiU50ckrt+xWNjtVugPdUv4LuVjmZ36Vk2EX8bl1gVn2dVA==}
2568
2376
2569
-
'@react-native/normalize-colors@0.76.5':
2570
-
resolution: {integrity: sha512-6QRLEok1r55gLqj+94mEWUENuU5A6wsr2OoXpyq/CgQ7THWowbHtru/kRGRr6o3AQXrVnZheR60JNgFcpNYIug==}
2571
-
2572
-
'@react-native/normalize-colors@0.76.6':
2573
-
resolution: {integrity: sha512-1n4udXH2Cla31iA/8eLRdhFHpYUYK1NKWCn4m1Sr9L4SarWKAYuRFliK1fcLvPPALCFoFlWvn8I0ekdUOHMzDQ==}
2377
+
'@react-native/normalize-colors@0.79.2':
2378
+
resolution: {integrity: sha512-+b+GNrupWrWw1okHnEENz63j7NSMqhKeFMOyzYLBwKcprG8fqJQhDIGXfizKdxeIa5NnGSAevKL1Ev1zJ56X8w==}
2574
2379
2575
2380
'@react-native/typescript-config@0.76.5':
2576
2381
resolution: {integrity: sha512-dRbY4XQTUUxR5Oq+S+2/5JQVU6WL0qvNnAz51jiXllC+hp5L4bljSxlzaj5CJ9vzGNFzm56m5Y9Q6MltoIU4Cw==}
2577
2382
2578
-
'@react-native/virtualized-lists@0.76.6':
2579
-
resolution: {integrity: sha512-0HUWVwJbRq1BWFOu11eOWGTSmK9nMHhoMPyoI27wyWcl/nqUx7HOxMbRVq0DsTCyATSMPeF+vZ6o1REapcNWKw==}
2383
+
'@react-native/virtualized-lists@0.79.2':
2384
+
resolution: {integrity: sha512-9G6ROJeP+rdw9Bvr5ruOlag11ET7j1z/En1riFFNo6W3xZvJY+alCuH1ttm12y9+zBm4n8jwCk4lGhjYaV4dKw==}
2580
2385
engines: {node: '>=18'}
2581
2386
peerDependencies:
2582
-
'@types/react': ^18.2.6
2387
+
'@types/react': ^19.0.0
2583
2388
react: '*'
2584
2389
react-native: '*'
2585
2390
peerDependenciesMeta:
2586
2391
'@types/react':
2587
2392
optional: true
2588
2393
2589
-
'@react-navigation/bottom-tabs@7.2.0':
2590
-
resolution: {integrity: sha512-1LxjgnbPyFINyf9Qr5d1YE0pYhuJayg5TCIIFQmbcX4PRhX7FKUXV7cX8OzrKXEdZi/UE/VNXugtozPAR9zgvA==}
2394
+
'@react-navigation/bottom-tabs@7.3.11':
2395
+
resolution: {integrity: sha512-/dV2MGMNIUG/puy871JFr3sKPCG/zDTpwOQZxGajegmRkx8s1PC/A6HNmqpr0qqHdfAE9Sf95BXBFl7SE8HqXA==}
2591
2396
peerDependencies:
2592
-
'@react-navigation/native': ^7.0.14
2397
+
'@react-navigation/native': ^7.1.7
2593
2398
react: '>= 18.2.0'
2594
-
react-native: '*'
2595
-
react-native-safe-area-context: '>= 4.0.0'
2596
-
react-native-screens: '>= 4.0.0'
2399
+
react-native: 0.79.2
2400
+
react-native-safe-area-context: 5.4.0
2401
+
react-native-screens: ~4.10.0
2597
2402
2598
2403
'@react-navigation/core@7.3.1':
2599
2404
resolution: {integrity: sha512-S3KCGvNsoqVk8ErAtQI2EAhg9185lahF5OY01ofrrD4Ij/uk3QEHHjoGQhR5l5DXSCSKr1JbMQA7MEKMsBiWZA==}
2600
2405
peerDependencies:
2601
2406
react: '>= 18.2.0'
2602
2407
2603
-
'@react-navigation/elements@2.2.5':
2604
-
resolution: {integrity: sha512-sDhE+W14P7MNWLMxXg1MEVXwkLUpMZJGflE6nQNzLmolJQIHgcia0Mrm8uRa3bQovhxYu1UzEojLZ+caoZt7Fg==}
2408
+
'@react-navigation/core@7.9.0':
2409
+
resolution: {integrity: sha512-GCch7uPsMsHfzCsGPh4+rx/onKboKVgR8h/aOSE+rcDSsmv5P3BUkk0eMm4B8+3HYVniPwJXL6vaiKQ4vQtbWw==}
2410
+
peerDependencies:
2411
+
react: '>= 18.2.0'
2412
+
2413
+
'@react-navigation/elements@2.4.0':
2414
+
resolution: {integrity: sha512-3gTASi9fK+Nj17pu1w58nCLELMYqOZrziO8gmTKhlFFcq7ppF5pMu+IiVOOfSVnxO74UIYMZSIhlu+fK3EG/YA==}
2605
2415
peerDependencies:
2606
2416
'@react-native-masked-view/masked-view': '>= 0.2.0'
2607
-
'@react-navigation/native': ^7.0.14
2417
+
'@react-navigation/native': ^7.1.7
2608
2418
react: '>= 18.2.0'
2609
-
react-native: '*'
2610
-
react-native-safe-area-context: '>= 4.0.0'
2419
+
react-native: 0.79.2
2420
+
react-native-safe-area-context: 5.4.0
2611
2421
peerDependenciesMeta:
2612
2422
'@react-native-masked-view/masked-view':
2613
2423
optional: true
2614
2424
2615
-
'@react-navigation/native-stack@7.2.0':
2616
-
resolution: {integrity: sha512-mw7Nq9qQrGsmJmCTwIIWB7yY/3tWYXvQswx+HJScGAadIjemvytJXm1fcl3+YZ9T9Ym0aERcVe5kDs+ny3X4vA==}
2425
+
'@react-navigation/native-stack@7.3.11':
2426
+
resolution: {integrity: sha512-BthAQ8E7xsObd3apO3rbf8x2gLinYfu2arko7eXkNCKs7I9sbEMry8KXS8rZZN3rgUXhAGWw6nFUBOiBqzu91g==}
2617
2427
peerDependencies:
2618
-
'@react-navigation/native': ^7.0.14
2428
+
'@react-navigation/native': ^7.1.7
2619
2429
react: '>= 18.2.0'
2620
-
react-native: '*'
2621
-
react-native-safe-area-context: '>= 4.0.0'
2622
-
react-native-screens: '>= 4.0.0'
2430
+
react-native: 0.79.2
2431
+
react-native-safe-area-context: 5.4.0
2432
+
react-native-screens: ~4.10.0
2623
2433
2624
2434
'@react-navigation/native@7.0.14':
2625
2435
resolution: {integrity: sha512-Gi6lLw4VOGSWAhmUdJOMauOKGK51/YA1CprjXm91sNfgERWvznqEMw8QmUQx9SEqYfi0LfZhbzpMst09SJ00lw==}
···
2627
2437
react: '>= 18.2.0'
2628
2438
react-native: '*'
2629
2439
2630
-
'@react-navigation/routers@7.1.2':
2631
-
resolution: {integrity: sha512-emdEjpVDK8zbiu2GChC8oYIAub9i/OpNuQJekVsbyFCBz4/TzaBzms38Q53YaNhdIFNmiYLfHv/Y1Ub7KYfm3w==}
2632
-
2633
-
'@remix-run/node@2.15.1':
2634
-
resolution: {integrity: sha512-23xWN3/yOohNUr27KS7hEcDMbtufMkniXfXkcLx8Dz2wUVNfJYGpICjeV48Ue/INtpiUCCzOYwkL9VRjIMEJbA==}
2635
-
engines: {node: '>=18.0.0'}
2440
+
'@react-navigation/native@7.1.7':
2441
+
resolution: {integrity: sha512-2P9jE5YLjDyqfbGtqgdFjBfx6d/+FsCjCKJ78dHJhxR2r+mNhkhZ2sf/ExXTbATAZe9qsN+fFkd8AxVf0bDYLA==}
2636
2442
peerDependencies:
2637
-
typescript: ^5.1.0
2638
-
peerDependenciesMeta:
2639
-
typescript:
2640
-
optional: true
2443
+
react: '>= 18.2.0'
2444
+
react-native: 0.79.2
2641
2445
2642
-
'@remix-run/router@1.21.0':
2643
-
resolution: {integrity: sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==}
2644
-
engines: {node: '>=14.0.0'}
2645
-
2646
-
'@remix-run/server-runtime@2.15.1':
2647
-
resolution: {integrity: sha512-TDM3rzax//N2F5uNMV5pNTWAop8cYul6hteDu+Xmfwys/eRGlbzEf7YJzyRj6Kcsg2TFVHI7+xEPItGAVm1hHA==}
2648
-
engines: {node: '>=18.0.0'}
2649
-
peerDependencies:
2650
-
typescript: ^5.1.0
2651
-
peerDependenciesMeta:
2652
-
typescript:
2653
-
optional: true
2654
-
2655
-
'@remix-run/web-blob@3.1.0':
2656
-
resolution: {integrity: sha512-owGzFLbqPH9PlKb8KvpNJ0NO74HWE2euAn61eEiyCXX/oteoVzTVSN8mpLgDjaxBf2btj5/nUllSUgpyd6IH6g==}
2657
-
2658
-
'@remix-run/web-fetch@4.4.2':
2659
-
resolution: {integrity: sha512-jgKfzA713/4kAW/oZ4bC3MoLWyjModOVDjFPNseVqcJKSafgIscrYL9G50SurEYLswPuoU3HzSbO0jQCMYWHhA==}
2660
-
engines: {node: ^10.17 || >=12.3}
2661
-
2662
-
'@remix-run/web-file@3.1.0':
2663
-
resolution: {integrity: sha512-dW2MNGwoiEYhlspOAXFBasmLeYshyAyhIdrlXBi06Duex5tDr3ut2LFKVj7tyHLmn8nnNwFf1BjNbkQpygC2aQ==}
2664
-
2665
-
'@remix-run/web-form-data@3.1.0':
2666
-
resolution: {integrity: sha512-NdeohLMdrb+pHxMQ/Geuzdp0eqPbea+Ieo8M8Jx2lGC6TBHsgHzYcBvr0LyPdPVycNRDEpWpiDdCOdCryo3f9A==}
2446
+
'@react-navigation/routers@7.1.2':
2447
+
resolution: {integrity: sha512-emdEjpVDK8zbiu2GChC8oYIAub9i/OpNuQJekVsbyFCBz4/TzaBzms38Q53YaNhdIFNmiYLfHv/Y1Ub7KYfm3w==}
2667
2448
2668
-
'@remix-run/web-stream@1.1.0':
2669
-
resolution: {integrity: sha512-KRJtwrjRV5Bb+pM7zxcTJkhIqWWSy+MYsIxHK+0m5atcznsf15YwUBWHWulZerV2+vvHH1Lp1DD7pw6qKW8SgA==}
2449
+
'@react-navigation/routers@7.3.6':
2450
+
resolution: {integrity: sha512-eWh788S9px6quTPWP0MQcN5HBCoomVBakkbpiQgseNYPy4bVUexwoEgytw0yqPhB0/+BBjWWhpkOvYW34RhtXQ==}
2670
2451
2671
2452
'@rn-primitives/avatar@1.1.0':
2672
2453
resolution: {integrity: sha512-GqhsQHeY7OP9oe3MZkl1Z0IbhIiuQX4+FxafoRK/Aes2m5386nMGK0NBaZBJy06WnFQBN52C8yq+LYv27sA86A==}
···
2718
2499
react-native-web:
2719
2500
optional: true
2720
2501
2721
-
'@rn-primitives/portal@1.1.0':
2722
-
resolution: {integrity: sha512-raSNRIG/oP+ARzlw9yeOKz7R4xlDS77r2oJys6LtzIAneivrd4w6S+tTkv8/RbOVgkUhIy9a3mXmnvj+nB1xPA==}
2502
+
'@rn-primitives/portal@1.2.0':
2503
+
resolution: {integrity: sha512-vLnidkk1EBuRwzUJ48NDzpNk+25VLm8jEao+2QVLqxtCQXlPik+RXb2GmxSb3/brF2zK5pzOp3RYbCp7g+WJkA==}
2723
2504
peerDependencies:
2724
2505
react: '*'
2725
2506
react-native: '*'
···
2877
2658
'@rtsao/scc@1.1.0':
2878
2659
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
2879
2660
2880
-
'@segment/loosely-validate-event@2.0.0':
2881
-
resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==}
2882
-
2883
2661
'@sinclair/typebox@0.27.8':
2884
2662
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
2885
2663
···
2891
2669
2892
2670
'@ts-morph/common@0.17.0':
2893
2671
resolution: {integrity: sha512-RMSSvSfs9kb0VzkvQ2NWobwnj7TxCA9vI/IjR9bDHqgAyVbu2T0DN4wiKVqomyDWqO7dPr/tErSfq7urQ1Q37g==}
2672
+
2673
+
'@ts-morph/common@0.25.0':
2674
+
resolution: {integrity: sha512-kMnZz+vGGHi4GoHnLmMhGNjm44kGtKUXGnOvrKmMwAuvNjM/PgKVGfUnL7IDvK7Jb2QQ82jq3Zmp04Gy+r3Dkg==}
2894
2675
2895
2676
'@tsconfig/node10@1.0.11':
2896
2677
resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==}
···
2916
2697
'@types/babel__traverse@7.20.6':
2917
2698
resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==}
2918
2699
2919
-
'@types/cookie@0.6.0':
2920
-
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
2921
-
2922
2700
'@types/eslint-scope@3.7.7':
2923
2701
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
2924
2702
···
2949
2727
'@types/json5@0.0.29':
2950
2728
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
2951
2729
2952
-
'@types/node-forge@1.3.11':
2953
-
resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
2954
-
2955
2730
'@types/node@20.17.14':
2956
2731
resolution: {integrity: sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==}
2957
2732
2958
2733
'@types/node@22.10.2':
2959
2734
resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
2960
2735
2961
-
'@types/prop-types@15.7.14':
2962
-
resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==}
2963
-
2964
2736
'@types/react-dom@18.3.1':
2965
2737
resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==}
2966
2738
2967
-
'@types/react@18.3.12':
2968
-
resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==}
2739
+
'@types/react@19.0.14':
2740
+
resolution: {integrity: sha512-ixLZ7zG7j1fM0DijL9hDArwhwcCb4vqmePgwtV0GfnkHRSCUEv4LvzarcTdhoqgyMznUx/EhoTUv31CKZzkQlw==}
2969
2741
2970
2742
'@types/stack-utils@2.0.3':
2971
2743
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
···
2979
2751
'@types/yargs@17.0.33':
2980
2752
resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==}
2981
2753
2982
-
'@typescript-eslint/eslint-plugin@8.18.0':
2983
-
resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==}
2754
+
'@typescript-eslint/eslint-plugin@8.31.1':
2755
+
resolution: {integrity: sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==}
2984
2756
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2985
2757
peerDependencies:
2986
2758
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
2987
2759
eslint: ^8.57.0 || ^9.0.0
2988
-
typescript: '>=4.8.4 <5.8.0'
2760
+
typescript: '>=4.8.4 <5.9.0'
2989
2761
2990
-
'@typescript-eslint/parser@8.18.0':
2991
-
resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==}
2762
+
'@typescript-eslint/parser@8.31.1':
2763
+
resolution: {integrity: sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==}
2992
2764
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2993
2765
peerDependencies:
2994
2766
eslint: ^8.57.0 || ^9.0.0
2995
-
typescript: '>=4.8.4 <5.8.0'
2767
+
typescript: '>=4.8.4 <5.9.0'
2996
2768
2997
-
'@typescript-eslint/scope-manager@8.18.0':
2998
-
resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==}
2769
+
'@typescript-eslint/scope-manager@8.31.1':
2770
+
resolution: {integrity: sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==}
2999
2771
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3000
2772
3001
-
'@typescript-eslint/type-utils@8.18.0':
3002
-
resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==}
2773
+
'@typescript-eslint/type-utils@8.31.1':
2774
+
resolution: {integrity: sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==}
3003
2775
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3004
2776
peerDependencies:
3005
2777
eslint: ^8.57.0 || ^9.0.0
3006
-
typescript: '>=4.8.4 <5.8.0'
2778
+
typescript: '>=4.8.4 <5.9.0'
3007
2779
3008
-
'@typescript-eslint/types@8.18.0':
3009
-
resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==}
2780
+
'@typescript-eslint/types@8.31.1':
2781
+
resolution: {integrity: sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==}
3010
2782
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3011
2783
3012
-
'@typescript-eslint/typescript-estree@8.18.0':
3013
-
resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==}
2784
+
'@typescript-eslint/typescript-estree@8.31.1':
2785
+
resolution: {integrity: sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==}
3014
2786
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3015
2787
peerDependencies:
3016
-
typescript: '>=4.8.4 <5.8.0'
2788
+
typescript: '>=4.8.4 <5.9.0'
3017
2789
3018
-
'@typescript-eslint/utils@8.18.0':
3019
-
resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==}
2790
+
'@typescript-eslint/utils@8.31.1':
2791
+
resolution: {integrity: sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==}
3020
2792
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3021
2793
peerDependencies:
3022
2794
eslint: ^8.57.0 || ^9.0.0
3023
-
typescript: '>=4.8.4 <5.8.0'
2795
+
typescript: '>=4.8.4 <5.9.0'
3024
2796
3025
-
'@typescript-eslint/visitor-keys@8.18.0':
3026
-
resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==}
2797
+
'@typescript-eslint/visitor-keys@8.31.1':
2798
+
resolution: {integrity: sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==}
3027
2799
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3028
2800
3029
2801
'@ungap/structured-clone@1.2.1':
···
3036
2808
resolution: {integrity: sha512-FLt+d81gP4oiHah4hWFDApimc+/xABWMU1AMYsZ1PVB0L0YPtrMCjbOp9WMM7hBzy4gbTDrG24sio0dCfSh/HQ==}
3037
2809
peerDependencies:
3038
2810
'@urql/core': ^5.0.0
3039
-
3040
-
'@web3-storage/multipart-parser@1.0.0':
3041
-
resolution: {integrity: sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==}
3042
2811
3043
2812
'@webassemblyjs/ast@1.14.1':
3044
2813
resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
···
3091
2860
'@webreflection/uparser@0.4.0':
3092
2861
resolution: {integrity: sha512-kAFWUEw5eool295y01VDr+DOsyog6lURX9l288JCJAD2gxc0tFk34dYaAi6O3BbJyfSoncVEV+nw87bsssdppQ==}
3093
2862
3094
-
'@xmldom/xmldom@0.7.13':
3095
-
resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==}
3096
-
engines: {node: '>=10.0.0'}
3097
-
deprecated: this version is no longer supported, please update to at least 0.8.*
3098
-
3099
2863
'@xmldom/xmldom@0.8.10':
3100
2864
resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==}
3101
2865
engines: {node: '>=10.0.0'}
···
3105
2869
3106
2870
'@xtuc/long@4.2.2':
3107
2871
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
3108
-
3109
-
'@zxing/text-encoding@0.9.0':
3110
-
resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==}
3111
2872
3112
2873
abort-controller@3.0.0:
3113
2874
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
···
3125
2886
peerDependencies:
3126
2887
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
3127
2888
3128
-
acorn-loose@8.4.0:
3129
-
resolution: {integrity: sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==}
3130
-
engines: {node: '>=0.4.0'}
3131
-
3132
2889
acorn-walk@8.3.4:
3133
2890
resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
3134
2891
engines: {node: '>=0.4.0'}
···
3138
2895
engines: {node: '>=0.4.0'}
3139
2896
hasBin: true
3140
2897
3141
-
aggregate-error@3.1.0:
3142
-
resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==}
3143
-
engines: {node: '>=8'}
2898
+
agent-base@7.1.3:
2899
+
resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
2900
+
engines: {node: '>= 14'}
3144
2901
3145
2902
ajv-formats@2.1.1:
3146
2903
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
···
3248
3005
resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
3249
3006
engines: {node: '>= 0.4'}
3250
3007
3008
+
array-buffer-byte-length@1.0.2:
3009
+
resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==}
3010
+
engines: {node: '>= 0.4'}
3011
+
3251
3012
array-flatten@1.1.1:
3252
3013
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
3253
3014
···
3257
3018
3258
3019
array-timsort@1.0.3:
3259
3020
resolution: {integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==}
3260
-
3261
-
array-union@2.1.0:
3262
-
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
3263
-
engines: {node: '>=8'}
3264
3021
3265
3022
array.prototype.findlast@1.2.5:
3266
3023
resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==}
···
3278
3035
resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==}
3279
3036
engines: {node: '>= 0.4'}
3280
3037
3038
+
array.prototype.flatmap@1.3.3:
3039
+
resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==}
3040
+
engines: {node: '>= 0.4'}
3041
+
3281
3042
array.prototype.tosorted@1.1.4:
3282
3043
resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==}
3283
3044
engines: {node: '>= 0.4'}
3284
3045
3285
3046
arraybuffer.prototype.slice@1.0.3:
3286
3047
resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==}
3048
+
engines: {node: '>= 0.4'}
3049
+
3050
+
arraybuffer.prototype.slice@1.0.4:
3051
+
resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==}
3287
3052
engines: {node: '>= 0.4'}
3288
3053
3289
3054
asap@2.0.6:
···
3296
3061
resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==}
3297
3062
engines: {node: '>=0.8'}
3298
3063
3299
-
ast-types@0.15.2:
3300
-
resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==}
3301
-
engines: {node: '>=4'}
3302
-
3303
3064
async-limiter@1.0.1:
3304
3065
resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==}
3305
3066
3306
3067
asynckit@0.4.0:
3307
3068
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
3308
3069
3309
-
at-least-node@1.0.0:
3310
-
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
3311
-
engines: {node: '>= 4.0.0'}
3312
-
3313
3070
atomic-sleep@1.0.0:
3314
3071
resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==}
3315
3072
engines: {node: '>=8.0.0'}
···
3326
3083
3327
3084
aws4@1.13.2:
3328
3085
resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==}
3329
-
3330
-
babel-core@7.0.0-bridge.0:
3331
-
resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==}
3332
-
peerDependencies:
3333
-
'@babel/core': ^7.0.0-0
3334
3086
3335
3087
babel-jest@29.7.0:
3336
3088
resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
···
3369
3121
3370
3122
babel-plugin-react-native-web@0.19.13:
3371
3123
resolution: {integrity: sha512-4hHoto6xaN23LCyZgL9LJZc3olmAxd7b6jDzlZnKXAh4rRAbZRKNBJoOOdp46OBqgy+K0t0guTj5/mhA8inymQ==}
3372
-
3373
-
babel-plugin-syntax-hermes-parser@0.23.1:
3374
-
resolution: {integrity: sha512-uNLD0tk2tLUjGFdmCk+u/3FEw2o+BAwW4g+z2QVlxJrzZYOOPADroEcNtTPt5lNiScctaUmnsTkVEnOwZUOLhA==}
3375
3124
3376
3125
babel-plugin-syntax-hermes-parser@0.25.1:
3377
3126
resolution: {integrity: sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==}
···
3384
3133
peerDependencies:
3385
3134
'@babel/core': ^7.0.0
3386
3135
3387
-
babel-preset-expo@12.0.6:
3388
-
resolution: {integrity: sha512-az3H7gDVo0wxNBAFES8h5vLLWE8NPGkD9g5P962hDEOqZUdyPacb9MOzicypeLmcq9zQWr6E3iVtEHoNagCTTQ==}
3136
+
babel-preset-expo@13.1.11:
3137
+
resolution: {integrity: sha512-jigWjvhRVdm9UTPJ1wjLYJ0OJvD5vLZ8YYkEknEl6+9S1JWORO/y3xtHr/hNj5n34nOilZqdXrmNFcqKc8YTsg==}
3389
3138
peerDependencies:
3390
-
babel-plugin-react-compiler: ^19.0.0-beta-9ee70a1-20241017
3391
-
react-compiler-runtime: ^19.0.0-beta-8a03594-20241020
3139
+
babel-plugin-react-compiler: ^19.0.0-beta-e993439-20250405
3392
3140
peerDependenciesMeta:
3393
3141
babel-plugin-react-compiler:
3394
-
optional: true
3395
-
react-compiler-runtime:
3396
3142
optional: true
3397
3143
3398
3144
babel-preset-jest@29.6.3:
···
3439
3185
boolbase@1.0.0:
3440
3186
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
3441
3187
3442
-
bplist-creator@0.0.7:
3443
-
resolution: {integrity: sha512-xp/tcaV3T5PCiaY04mXga7o/TE+t95gqeLmADeBI1CvZtdWTbgBt3uLpvh4UWtenKeBhCV6oVxGk38yZr2uYEA==}
3444
-
3445
3188
bplist-creator@0.1.0:
3446
3189
resolution: {integrity: sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==}
3447
3190
···
3471
3214
bser@2.1.1:
3472
3215
resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
3473
3216
3474
-
buffer-alloc-unsafe@1.1.0:
3475
-
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
3476
-
3477
-
buffer-alloc@1.2.0:
3478
-
resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==}
3479
-
3480
-
buffer-fill@1.0.0:
3481
-
resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==}
3482
-
3483
3217
buffer-from@1.1.2:
3484
3218
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
3485
3219
···
3503
3237
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
3504
3238
engines: {node: '>=8'}
3505
3239
3506
-
cacache@18.0.4:
3507
-
resolution: {integrity: sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==}
3508
-
engines: {node: ^16.14.0 || >=18.0.0}
3509
-
3510
3240
call-bind-apply-helpers@1.0.1:
3511
3241
resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==}
3512
3242
engines: {node: '>= 0.4'}
3513
3243
3244
+
call-bind-apply-helpers@1.0.2:
3245
+
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
3246
+
engines: {node: '>= 0.4'}
3247
+
3514
3248
call-bind@1.0.8:
3515
3249
resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
3516
3250
engines: {node: '>= 0.4'}
3517
3251
3518
3252
call-bound@1.0.2:
3519
3253
resolution: {integrity: sha512-0lk0PHFe/uz0vl527fG9CgdE9WdafjDbCXvBbs+LUv000TVt2Jjhqbs4Jwm8gz070w8xXyEAxrPOMullsxXeGg==}
3254
+
engines: {node: '>= 0.4'}
3255
+
3256
+
call-bound@1.0.4:
3257
+
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
3520
3258
engines: {node: '>= 0.4'}
3521
3259
3522
3260
caller-callsite@2.0.0:
···
3576
3314
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
3577
3315
engines: {node: '>=10'}
3578
3316
3579
-
charenc@0.0.2:
3580
-
resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==}
3581
-
3582
3317
chokidar@3.6.0:
3583
3318
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
3584
3319
engines: {node: '>= 8.10.0'}
···
3587
3322
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
3588
3323
engines: {node: '>= 14.16.0'}
3589
3324
3590
-
chownr@2.0.0:
3591
-
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
3592
-
engines: {node: '>=10'}
3325
+
chownr@3.0.0:
3326
+
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
3327
+
engines: {node: '>=18'}
3593
3328
3594
3329
chrome-launcher@0.15.2:
3595
3330
resolution: {integrity: sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==}
···
3612
3347
3613
3348
class-variance-authority@0.7.1:
3614
3349
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
3615
-
3616
-
clean-stack@2.2.0:
3617
-
resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
3618
-
engines: {node: '>=6'}
3619
3350
3620
3351
cli-cursor@1.0.2:
3621
3352
resolution: {integrity: sha512-25tABq090YNKkF6JH7lcwO0zFJTRke4Jcq9iX2nr/Sz0Cjjv4gckmwlW6Ty/aoyFd6z3ysR2hMGC2GFugmBo6A==}
···
3639
3370
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
3640
3371
engines: {node: '>=12'}
3641
3372
3642
-
clone-deep@4.0.1:
3643
-
resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
3644
-
engines: {node: '>=6'}
3645
-
3646
3373
clone@1.0.4:
3647
3374
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
3648
3375
engines: {node: '>=0.8'}
···
3653
3380
3654
3381
code-block-writer@11.0.3:
3655
3382
resolution: {integrity: sha512-NiujjUFB4SwScJq2bwbYUtXbZhBSlY6vYzm++3Q6oC+U+injTqfPYFK8wS9COOmb2lueqp0ZRB4nK1VYeHgNyw==}
3383
+
3384
+
code-block-writer@13.0.3:
3385
+
resolution: {integrity: sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==}
3656
3386
3657
3387
code-point-at@1.1.0:
3658
3388
resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==}
···
3711
3441
resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==}
3712
3442
engines: {node: '>= 6'}
3713
3443
3714
-
commondir@1.0.1:
3715
-
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
3716
-
3717
-
component-type@1.2.2:
3718
-
resolution: {integrity: sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==}
3719
-
3720
3444
compressible@2.0.18:
3721
3445
resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
3722
3446
engines: {node: '>= 0.6'}
···
3750
3474
cookie-signature@1.0.6:
3751
3475
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
3752
3476
3753
-
cookie-signature@1.2.2:
3754
-
resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
3755
-
engines: {node: '>=6.6.0'}
3756
-
3757
-
cookie@0.6.0:
3758
-
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
3759
-
engines: {node: '>= 0.6'}
3760
-
3761
3477
cookie@0.7.1:
3762
3478
resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
3763
3479
engines: {node: '>= 0.6'}
···
3788
3504
cross-fetch@3.1.8:
3789
3505
resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==}
3790
3506
3791
-
cross-spawn@6.0.6:
3792
-
resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==}
3793
-
engines: {node: '>=4.8'}
3794
-
3795
3507
cross-spawn@7.0.6:
3796
3508
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
3797
3509
engines: {node: '>= 8'}
3798
-
3799
-
crypt@0.0.2:
3800
-
resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==}
3801
3510
3802
3511
crypto-random-string@2.0.0:
3803
3512
resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
···
3832
3541
resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==}
3833
3542
engines: {node: '>=0.10'}
3834
3543
3835
-
data-uri-to-buffer@3.0.1:
3836
-
resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==}
3837
-
engines: {node: '>= 6'}
3838
-
3839
3544
data-uri-to-buffer@4.0.1:
3840
3545
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
3841
3546
engines: {node: '>= 12'}
···
3844
3549
resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==}
3845
3550
engines: {node: '>= 0.4'}
3846
3551
3552
+
data-view-buffer@1.0.2:
3553
+
resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==}
3554
+
engines: {node: '>= 0.4'}
3555
+
3847
3556
data-view-byte-length@1.0.1:
3848
3557
resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==}
3849
3558
engines: {node: '>= 0.4'}
3850
3559
3560
+
data-view-byte-length@1.0.2:
3561
+
resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==}
3562
+
engines: {node: '>= 0.4'}
3563
+
3851
3564
data-view-byte-offset@1.0.0:
3852
3565
resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==}
3566
+
engines: {node: '>= 0.4'}
3567
+
3568
+
data-view-byte-offset@1.0.1:
3569
+
resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==}
3853
3570
engines: {node: '>= 0.4'}
3854
3571
3855
3572
dateformat@4.6.3:
···
3895
3612
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
3896
3613
engines: {node: '>=0.10.0'}
3897
3614
3898
-
default-gateway@4.2.0:
3899
-
resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==}
3900
-
engines: {node: '>=6'}
3901
-
3902
3615
defaults@1.0.4:
3903
3616
resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
3904
3617
···
3914
3627
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
3915
3628
engines: {node: '>= 0.4'}
3916
3629
3917
-
del@6.1.1:
3918
-
resolution: {integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==}
3919
-
engines: {node: '>=10'}
3920
-
3921
3630
delayed-stream@1.0.0:
3922
3631
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
3923
3632
engines: {node: '>=0.4.0'}
3924
-
3925
-
denodeify@1.2.1:
3926
-
resolution: {integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==}
3927
3633
3928
3634
depd@2.0.0:
3929
3635
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
···
3956
3662
resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==}
3957
3663
engines: {node: '>=0.3.1'}
3958
3664
3959
-
dir-glob@3.0.1:
3960
-
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
3961
-
engines: {node: '>=8'}
3962
-
3963
3665
dlv@1.1.3:
3964
3666
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
3965
3667
···
4095
3797
resolution: {integrity: sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==}
4096
3798
engines: {node: '>= 0.4'}
4097
3799
3800
+
dunder-proto@1.0.1:
3801
+
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
3802
+
engines: {node: '>= 0.4'}
3803
+
4098
3804
earlgrey-runtime@0.1.2:
4099
3805
resolution: {integrity: sha512-T4qoScXi5TwALDv8nlGTvOuCT8jXcKcxtO8qVdqv46IA2GHJfQzwoBPbkOmORnyhu3A98cVVuhWLsM2CzPljJg==}
4100
3806
···
4163
3869
resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==}
4164
3870
engines: {node: '>= 0.4'}
4165
3871
3872
+
es-abstract@1.23.9:
3873
+
resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==}
3874
+
engines: {node: '>= 0.4'}
3875
+
4166
3876
es-define-property@1.0.1:
4167
3877
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
4168
3878
engines: {node: '>= 0.4'}
···
4171
3881
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
4172
3882
engines: {node: '>= 0.4'}
4173
3883
4174
-
es-iterator-helpers@1.2.0:
4175
-
resolution: {integrity: sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==}
3884
+
es-iterator-helpers@1.2.1:
3885
+
resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==}
4176
3886
engines: {node: '>= 0.4'}
4177
3887
4178
3888
es-module-lexer@1.5.4:
···
4180
3890
4181
3891
es-object-atoms@1.0.0:
4182
3892
resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
3893
+
engines: {node: '>= 0.4'}
3894
+
3895
+
es-object-atoms@1.1.1:
3896
+
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
4183
3897
engines: {node: '>= 0.4'}
4184
3898
4185
3899
es-set-tostringtag@2.0.3:
4186
3900
resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==}
4187
3901
engines: {node: '>= 0.4'}
4188
3902
3903
+
es-set-tostringtag@2.1.0:
3904
+
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
3905
+
engines: {node: '>= 0.4'}
3906
+
4189
3907
es-shim-unscopables@1.0.2:
4190
3908
resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==}
4191
3909
···
4237
3955
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
4238
3956
engines: {node: '>=10'}
4239
3957
4240
-
eslint-config-expo@8.0.1:
4241
-
resolution: {integrity: sha512-r9PSgkuZk5Q5ALbk1yowYwEIj0oqO/ikRO9TNhpx2DzSOdK65y3urgFI04WYvQzMr9q1fnA62wr9iGfrsmF5pQ==}
3958
+
eslint-config-expo@9.2.0:
3959
+
resolution: {integrity: sha512-TQgmSx+2mRM7qUS0hB5kTDrHcSC35rA1UzOSgK5YRLmSkSMlKLmXkUrhwOpnyo9D/nHdf4ERRAySRYxgA6dlrw==}
4242
3960
peerDependencies:
4243
3961
eslint: '>=8.10'
4244
3962
···
4279
3997
eslint-import-resolver-webpack:
4280
3998
optional: true
4281
3999
4282
-
eslint-plugin-expo@0.1.0:
4283
-
resolution: {integrity: sha512-bX0ABF5CTbwUnFXHN5aHhx2uyasbmr1ADlY/D1bmFb31sNd1rc+K1Ss4/BlTU6H0urGNOD30+q7LTDABKB/10g==}
4000
+
eslint-plugin-expo@0.1.4:
4001
+
resolution: {integrity: sha512-YA7yiMacQbLJySuyJA0Eb5V65obqp6fVOWtw1JdYDRWC5MeToPrnNvhGDpk01Bv3Vm4ownuzUfvi89MXi1d6cg==}
4284
4002
engines: {node: '>=18.0.0'}
4285
4003
peerDependencies:
4286
-
eslint: '>=8 <9'
4004
+
eslint: '>=8.10'
4287
4005
4288
4006
eslint-plugin-import@2.31.0:
4289
4007
resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==}
···
4301
4019
peerDependencies:
4302
4020
eslint: '>=7'
4303
4021
4304
-
eslint-plugin-react-hooks@4.6.2:
4305
-
resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
4022
+
eslint-plugin-react-hooks@5.2.0:
4023
+
resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==}
4306
4024
engines: {node: '>=10'}
4307
4025
peerDependencies:
4308
-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
4026
+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
4309
4027
4310
-
eslint-plugin-react@7.37.2:
4311
-
resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==}
4028
+
eslint-plugin-react@7.37.5:
4029
+
resolution: {integrity: sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==}
4312
4030
engines: {node: '>=4'}
4313
4031
peerDependencies:
4314
4032
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
···
4386
4104
exec-async@2.2.0:
4387
4105
resolution: {integrity: sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==}
4388
4106
4389
-
execa@1.0.0:
4390
-
resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==}
4391
-
engines: {node: '>=6'}
4392
-
4393
-
execa@5.1.1:
4394
-
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
4395
-
engines: {node: '>=10'}
4396
-
4397
4107
exit-hook@1.1.1:
4398
4108
resolution: {integrity: sha512-MsG3prOVw1WtLXAZbM3KiYtooKR1LvxHh3VHsVtIy0uiUu8usxgB/94DP2HxtD/661lLdB6yzQ09lGJSQr6nkg==}
4399
4109
engines: {node: '>=0.10.0'}
4400
4110
4401
-
expo-asset@11.0.2:
4402
-
resolution: {integrity: sha512-We3Td5WsNsNQyXoheLnuwic6JCOt/pqXqIIyWaZ3z/PeHrA+SwoQdI18MjDhkudLK08tbIVyDSUW8IJHXa04eg==}
4111
+
expo-asset@11.1.5:
4112
+
resolution: {integrity: sha512-GEQDCqC25uDBoXHEnXeBuwpeXvI+3fRGvtzwwt0ZKKzWaN+TgeF8H7c76p3Zi4DfBMFDcduM0CmOvJX+yCCLUQ==}
4403
4113
peerDependencies:
4404
4114
expo: '*'
4405
4115
react: '*'
4406
4116
react-native: '*'
4407
4117
4408
-
expo-constants@17.0.3:
4409
-
resolution: {integrity: sha512-lnbcX2sAu8SucHXEXxSkhiEpqH+jGrf+TF+MO6sHWIESjwOUVVYlT8qYdjR9xbxWmqFtrI4KV44FkeJf2DaFjQ==}
4118
+
expo-constants@17.1.5:
4119
+
resolution: {integrity: sha512-9kjfQjVG6RgBQjFOo7LewxuZgTnYufXPuqpF00Ju5q2dAFW9Eh1SyJpFxbt7KoN+Wwu0hcIr/nQ0lPQugkg07Q==}
4410
4120
peerDependencies:
4411
4121
expo: '*'
4412
4122
react-native: '*'
4413
4123
4414
-
expo-constants@17.0.4:
4415
-
resolution: {integrity: sha512-5c0VlZycmDyQUCMCr3Na3cpHAsVJJ+5o6KkkD4rmATQZ0++Xp/S2gpnjWyEo2riRmO91vxoyHwmAySXuktJddQ==}
4124
+
expo-file-system@18.1.9:
4125
+
resolution: {integrity: sha512-2i8IpaXpLVSI/dmT6TBfvRkl1+YkbWI07NCsQX1Myh33AF8xaJ4jv3Hz6WK1JArqDagCmrQUB2mW9SYnWYqLHg==}
4416
4126
peerDependencies:
4417
4127
expo: '*'
4418
4128
react-native: '*'
4419
4129
4420
-
expo-file-system@18.0.7:
4421
-
resolution: {integrity: sha512-6PpbQfogMXdzOsJzlJayy5qf40IfIHhudtAOzr32RlRYL4Hkmk3YcR9jG0PWQ0rklJfAhbAdP63yOcN+wDgzaA==}
4422
-
peerDependencies:
4423
-
expo: '*'
4424
-
react-native: '*'
4425
-
4426
-
expo-font@13.0.1:
4427
-
resolution: {integrity: sha512-8JE47B+6cLeKWr5ql8gU6YsPHjhrz1vMrTqYMm72No/8iW8Sb/uL4Oc0dpmbjq3hLLXBY0xPBQOgU7FQ6Y04Vg==}
4428
-
peerDependencies:
4429
-
expo: '*'
4430
-
react: '*'
4431
-
4432
-
expo-font@13.0.3:
4433
-
resolution: {integrity: sha512-9IdYz+A+b3KvuCYP7DUUXF4VMZjPU+IsvAnLSVJ2TfP6zUD2JjZFx3jeo/cxWRkYk/aLj5+53Te7elTAScNl4Q==}
4130
+
expo-font@13.3.1:
4131
+
resolution: {integrity: sha512-d+xrHYvSM9WB42wj8vP9OOFWyxed5R1evphfDb6zYBmC1dA9Hf89FpT7TNFtj2Bk3clTnpmVqQTCYbbA2P3CLg==}
4434
4132
peerDependencies:
4435
4133
expo: '*'
4436
4134
react: '*'
4437
4135
4438
-
expo-image-loader@5.0.0:
4439
-
resolution: {integrity: sha512-Eg+5FHtyzv3Jjw9dHwu2pWy4xjf8fu3V0Asyy42kO+t/FbvW/vjUixpTjPtgKQLQh+2/9Nk4JjFDV6FwCnF2ZA==}
4136
+
expo-image-loader@5.1.0:
4137
+
resolution: {integrity: sha512-sEBx3zDQIODWbB5JwzE7ZL5FJD+DK3LVLWBVJy6VzsqIA6nDEnSFnsnWyCfCTSvbGigMATs1lgkC2nz3Jpve1Q==}
4440
4138
peerDependencies:
4441
4139
expo: '*'
4442
4140
4443
-
expo-image-picker@16.0.6:
4444
-
resolution: {integrity: sha512-HN4xZirFjsFDIsWFb12AZh19fRzuvZjj2ll17cGr19VNRP06S/VPQU3Tdccn5vwUzQhOBlLu704CnNm278boiQ==}
4141
+
expo-image-picker@16.1.4:
4142
+
resolution: {integrity: sha512-bTmmxtw1AohUT+HxEBn2vYwdeOrj1CLpMXKjvi9FKSoSbpcarT4xxI0z7YyGwDGHbrJqyyic3I9TTdP2J2b4YA==}
4445
4143
peerDependencies:
4446
4144
expo: '*'
4447
4145
4448
-
expo-keep-awake@14.0.2:
4449
-
resolution: {integrity: sha512-71XAMnoWjKZrN8J7Q3+u0l9Ytp4OfhNAYz8BCWF1/9aFUw09J3I7Z5DuI3MUsVMa/KWi+XhG+eDUFP8cVA19Uw==}
4146
+
expo-keep-awake@14.1.4:
4147
+
resolution: {integrity: sha512-wU9qOnosy4+U4z/o4h8W9PjPvcFMfZXrlUoKTMBW7F4pLqhkkP/5G4EviPZixv4XWFMjn1ExQ5rV6BX8GwJsWA==}
4450
4148
peerDependencies:
4451
4149
expo: '*'
4452
4150
react: '*'
4453
4151
4454
-
expo-linking@7.0.3:
4455
-
resolution: {integrity: sha512-YiDacNzeQZd/bdOwGyi+YlawM4GGbcSRkuFCpDGIK7D1KUGqLinBHwJvxUMb9Zert2Ois5IHtmZaZ1et6g229g==}
4152
+
expo-linking@7.1.4:
4153
+
resolution: {integrity: sha512-zLAbUzTB3+KGjqqLeIdhhkXayyN0qulHGjRI24X7W/0Mq/4oPbPZklKtCP0k7XOn/k4553m8OgJ7GPC03PlV9g==}
4456
4154
peerDependencies:
4457
4155
react: '*'
4458
4156
react-native: '*'
4459
4157
4460
-
expo-modules-autolinking@2.0.7:
4461
-
resolution: {integrity: sha512-rkGc6a/90AC3q8wSy4V+iIpq6Fd0KXmQICKrvfmSWwrMgJmLfwP4QTrvLYPYOOMjFwNJcTaohcH8vzW/wYKrMg==}
4158
+
expo-modules-autolinking@2.1.9:
4159
+
resolution: {integrity: sha512-54InfnWy1BR54IDZoawqdFAaF2lyLHe9J+2dZ7y91/36jVpBtAval39ZKt2IISFJZ7TVglsojl4P5BDcDGcvjQ==}
4462
4160
hasBin: true
4463
4161
4464
-
expo-modules-core@2.1.4:
4465
-
resolution: {integrity: sha512-gfsbTPSaocgcQQDy4Z4ztg1hcOofwODctAA+yoNcrUQr/hRaDc6ndIJQwGPjoGXnEbXVxFfzGGSAkNiqK1I7lQ==}
4162
+
expo-modules-core@2.3.12:
4163
+
resolution: {integrity: sha512-bOm83mskw1S7xuDX50DlLdx68u0doQ6BZHSU2qTv8P1/5QYeAae3pCgFLq2hoptUNeMF7W+68ShJFTOHAe68BQ==}
4466
4164
4467
-
expo-router@4.0.12:
4468
-
resolution: {integrity: sha512-nhirhisMM+obW5hQWUOaOcuwI9mMOPgpqYVP+yVcq14r02RLzuPp7PzjNhqycx6Nx1MRmEYsD1qTbfOhufl/9A==}
4165
+
expo-router@5.0.5:
4166
+
resolution: {integrity: sha512-isYGHFeP5yLupZBByVVY4iYWoUsHGRUHtF9XiUF9d16b0cvJkjdt9tdGawCOMGV9Igq5OlFvTOE2EBf8XP5RIA==}
4469
4167
peerDependencies:
4470
-
'@react-navigation/drawer': ^7.0.0
4168
+
'@react-navigation/drawer': ^7.3.9
4471
4169
'@testing-library/jest-native': '*'
4472
4170
expo: '*'
4473
4171
expo-constants: '*'
···
4483
4181
react-native-reanimated:
4484
4182
optional: true
4485
4183
4486
-
expo-splash-screen@0.29.21:
4487
-
resolution: {integrity: sha512-7uZ+qvIuNcvrvrLIklW+Wbt6llPuCj6LKYjrMu+GOX8s///laldS4TGiMAbqcE7fmfCzQ8ffgfY7xhxRourhcA==}
4184
+
expo-splash-screen@0.30.8:
4185
+
resolution: {integrity: sha512-2eh+uA543brfeG5HILXmtNKA7E2/pfywKzNumzy3Ef6OtDjYy6zJUGNSbhnZRbVEjUZo3/QNRs0JRBfY80okZg==}
4488
4186
peerDependencies:
4489
4187
expo: '*'
4490
4188
4491
-
expo-sqlite@15.0.3:
4492
-
resolution: {integrity: sha512-Vu4dzkf/TKE+G5m7M0HTz2DP3ef/f5Wh7tpRU9hLonL58LkajFTpQbzKlwEWdb8UEW/c2GqPrV9j8Os6JMbxZg==}
4189
+
expo-sqlite@15.2.9:
4190
+
resolution: {integrity: sha512-i21AQtzNC1aqXC5Ee/R3OGkkRLALfxWB27vIv3ae7gQfJKdr9jJbmRqd+jymPfXXy7f2EugFDEdLN8C6jWAD1A==}
4493
4191
peerDependencies:
4494
4192
expo: '*'
4495
4193
react: '*'
4496
4194
react-native: '*'
4497
4195
4498
-
expo-status-bar@2.0.0:
4499
-
resolution: {integrity: sha512-vxxdpvpNDMTEc5uTiIrbTvySKKUsOACmfl8OZuUdjNle05oGqwtq3v5YObwym/njSByjoyuZX8UpXBZnxvarwQ==}
4196
+
expo-status-bar@2.2.3:
4197
+
resolution: {integrity: sha512-+c8R3AESBoduunxTJ8353SqKAKpxL6DvcD8VKBuh81zzJyUUbfB4CVjr1GufSJEKsMzNPXZU+HJwXx7Xh7lx8Q==}
4500
4198
peerDependencies:
4501
4199
react: '*'
4502
4200
react-native: '*'
4503
4201
4504
-
expo-system-ui@4.0.6:
4505
-
resolution: {integrity: sha512-JWmw0aaNIB8YxA6bXgH6nClyledZaAG5VNzoRvmXT4+j3MY4waAHSSSdVV71bUgjchT/2KOAcibZ/EeosJONug==}
4202
+
expo-system-ui@5.0.7:
4203
+
resolution: {integrity: sha512-ijSnSFA4VfuQc84N6WyCUNsKKTIyQb6QuC8q2zGvYC/sBXTMrOtZg0zrisQGzCRW+WhritQTiVqHlp3Ix9xDmQ==}
4506
4204
peerDependencies:
4507
4205
expo: '*'
4508
4206
react-native: '*'
···
4511
4209
react-native-web:
4512
4210
optional: true
4513
4211
4514
-
expo-web-browser@14.0.1:
4515
-
resolution: {integrity: sha512-QM9F3ie+UyIOoBvqFmT6CZojb1vMc2H+7ZlMT5dEu1PL2jtYyOeK2hLfbt/EMt7CBm/w+P29H9W9Y9gdebOkuQ==}
4212
+
expo-web-browser@14.1.6:
4213
+
resolution: {integrity: sha512-/4P8eWqRyfXIMZna3acg320LXNA+P2cwyEVbjDX8vHnWU+UnOtyRKWy3XaAIyMPQ9hVjBNUQTh4MPvtnPRzakw==}
4516
4214
peerDependencies:
4517
4215
expo: '*'
4518
4216
react-native: '*'
4519
4217
4520
-
expo@52.0.27:
4521
-
resolution: {integrity: sha512-PxIS8JRTegUNYq4vNeP0eCqm7p17oGNYjJ/9x207zkwVlklywD9LYIckGojXEY5JPW/DwhbhtO6E2hMgdQQugg==}
4218
+
expo@53.0.7:
4219
+
resolution: {integrity: sha512-ghX529ZG/PnDtSQTzcl3qtt6/i9ktW1Ie8BE5u936MWCiPMwydxzZ/bilM3XlckLqKEsGsqmmpA1eVcWxkm1Ow==}
4522
4220
hasBin: true
4523
4221
peerDependencies:
4524
4222
'@expo/dom-webview': '*'
···
4564
4262
fast-levenshtein@2.0.6:
4565
4263
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
4566
4264
4567
-
fast-loops@1.1.4:
4568
-
resolution: {integrity: sha512-8dbd3XWoKCTms18ize6JmQF1SFnnfj5s0B7rRry22EofgMu7B6LKHVh+XfFqFGsqnbH54xgeO83PzpKI+ODhlg==}
4569
-
4570
4265
fast-redact@3.5.0:
4571
4266
resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==}
4572
4267
engines: {node: '>=6'}
···
4583
4278
fb-watchman@2.0.2:
4584
4279
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
4585
4280
4586
-
fbemitter@3.0.0:
4587
-
resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==}
4588
-
4589
4281
fbjs-css-vars@1.0.2:
4590
4282
resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==}
4591
4283
···
4604
4296
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
4605
4297
engines: {node: ^12.20 || >= 14.13}
4606
4298
4607
-
fetch-retry@4.1.1:
4608
-
resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==}
4609
-
4610
4299
figures@1.7.0:
4611
4300
resolution: {integrity: sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ==}
4612
4301
engines: {node: '>=0.10.0'}
···
4634
4323
find-babel-config@2.1.2:
4635
4324
resolution: {integrity: sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==}
4636
4325
4637
-
find-cache-dir@2.1.0:
4638
-
resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==}
4639
-
engines: {node: '>=6'}
4640
-
4641
4326
find-up@3.0.0:
4642
4327
resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
4643
4328
engines: {node: '>=6'}
···
4660
4345
flow-enums-runtime@0.0.6:
4661
4346
resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==}
4662
4347
4663
-
flow-parser@0.256.0:
4664
-
resolution: {integrity: sha512-HFb/GgB7hq+TYosLJuMLdLp8aGlyAVfrJaTvcM0w2rz2T33PjkVbRU419ncK/69cjowUksewuspkBheq9ZX9Hw==}
4665
-
engines: {node: '>=0.4.0'}
4666
-
4667
4348
fontfaceobserver@2.3.0:
4668
4349
resolution: {integrity: sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==}
4669
4350
4670
4351
for-each@0.3.3:
4671
4352
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
4353
+
4354
+
for-each@0.3.5:
4355
+
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
4356
+
engines: {node: '>= 0.4'}
4672
4357
4673
4358
foreground-child@3.3.0:
4674
4359
resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
···
4681
4366
resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==}
4682
4367
engines: {node: '>= 0.12'}
4683
4368
4684
-
form-data@3.0.2:
4685
-
resolution: {integrity: sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==}
4686
-
engines: {node: '>= 6'}
4687
-
4688
4369
formdata-polyfill@4.0.10:
4689
4370
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
4690
4371
engines: {node: '>=12.20.0'}
···
4704
4385
fs-extra@0.26.7:
4705
4386
resolution: {integrity: sha512-waKu+1KumRhYv8D8gMRCKJGAMI9pRnPuEb1mvgYD0f7wBscg+h6bW4FDTmEZhB9VKxvoTtxW+Y7bnIlB7zja6Q==}
4706
4387
4707
-
fs-extra@8.1.0:
4708
-
resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==}
4709
-
engines: {node: '>=6 <7 || >=8'}
4710
-
4711
-
fs-extra@9.0.0:
4712
-
resolution: {integrity: sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==}
4713
-
engines: {node: '>=10'}
4714
-
4715
-
fs-extra@9.1.0:
4716
-
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
4717
-
engines: {node: '>=10'}
4718
-
4719
-
fs-minipass@2.1.0:
4720
-
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
4721
-
engines: {node: '>= 8'}
4722
-
4723
-
fs-minipass@3.0.3:
4724
-
resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==}
4725
-
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4726
-
4727
4388
fs-promise@0.5.0:
4728
4389
resolution: {integrity: sha512-Y+4F4ujhEcayCJt6JmzcOun9MYGQwz+bVUiuBmTkJImhBHKpBvmVPZR9wtfiF7k3ffwAOAuurygQe+cPLSFQhw==}
4729
4390
deprecated: Use mz or fs-extra^3.0 with Promise Support
···
4741
4402
4742
4403
function.prototype.name@1.1.6:
4743
4404
resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
4405
+
engines: {node: '>= 0.4'}
4406
+
4407
+
function.prototype.name@1.1.8:
4408
+
resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==}
4744
4409
engines: {node: '>= 0.4'}
4745
4410
4746
4411
functions-have-names@1.2.3:
···
4759
4424
4760
4425
get-intrinsic@1.2.6:
4761
4426
resolution: {integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==}
4427
+
engines: {node: '>= 0.4'}
4428
+
4429
+
get-intrinsic@1.3.0:
4430
+
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
4762
4431
engines: {node: '>= 0.4'}
4763
4432
4764
4433
get-nonce@1.0.1:
···
4773
4442
resolution: {integrity: sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==}
4774
4443
engines: {node: '>=4'}
4775
4444
4776
-
get-stream@4.1.0:
4777
-
resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==}
4778
-
engines: {node: '>=6'}
4779
-
4780
-
get-stream@6.0.1:
4781
-
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
4782
-
engines: {node: '>=10'}
4445
+
get-proto@1.0.1:
4446
+
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
4447
+
engines: {node: '>= 0.4'}
4783
4448
4784
4449
get-symbol-description@1.0.2:
4785
4450
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
4451
+
engines: {node: '>= 0.4'}
4452
+
4453
+
get-symbol-description@1.1.0:
4454
+
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
4786
4455
engines: {node: '>= 0.4'}
4787
4456
4788
4457
get-tsconfig@4.8.1:
···
4831
4500
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
4832
4501
engines: {node: '>=8'}
4833
4502
4503
+
globals@16.0.0:
4504
+
resolution: {integrity: sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==}
4505
+
engines: {node: '>=18'}
4506
+
4834
4507
globalthis@1.0.4:
4835
4508
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
4836
4509
engines: {node: '>= 0.4'}
4837
4510
4838
-
globby@11.1.0:
4839
-
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
4840
-
engines: {node: '>=10'}
4841
-
4842
4511
gopd@1.2.0:
4843
4512
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
4844
4513
engines: {node: '>= 0.4'}
···
4899
4568
help-me@5.0.0:
4900
4569
resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==}
4901
4570
4902
-
hermes-estree@0.23.1:
4903
-
resolution: {integrity: sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==}
4904
-
4905
-
hermes-estree@0.24.0:
4906
-
resolution: {integrity: sha512-LyoXLB7IFzeZW0EvAbGZacbxBN7t6KKSDqFJPo3Ydow7wDlrDjXwsdiAHV6XOdvEN9MEuWXsSIFN4tzpyrXIHw==}
4907
-
4908
4571
hermes-estree@0.25.1:
4909
4572
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
4910
4573
4911
-
hermes-parser@0.23.1:
4912
-
resolution: {integrity: sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==}
4913
-
4914
-
hermes-parser@0.24.0:
4915
-
resolution: {integrity: sha512-IJooSvvu2qNRe7oo9Rb04sUT4omtZqZqf9uq9WM25Tb6v3usmvA93UqfnnoWs5V0uYjEl9Al6MNU10MCGKLwpg==}
4574
+
hermes-estree@0.28.1:
4575
+
resolution: {integrity: sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==}
4916
4576
4917
4577
hermes-parser@0.25.1:
4918
4578
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
4919
4579
4580
+
hermes-parser@0.28.1:
4581
+
resolution: {integrity: sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==}
4582
+
4920
4583
hoist-non-react-statics@3.3.2:
4921
4584
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
4922
4585
···
4945
4608
resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==}
4946
4609
engines: {node: '>=0.8', npm: '>=1.3.7'}
4947
4610
4948
-
human-signals@2.1.0:
4949
-
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
4950
-
engines: {node: '>=10.17.0'}
4611
+
https-proxy-agent@7.0.6:
4612
+
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
4613
+
engines: {node: '>= 14'}
4951
4614
4952
4615
hyphenate-style-name@1.1.0:
4953
4616
resolution: {integrity: sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==}
···
4980
4643
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
4981
4644
engines: {node: '>=0.8.19'}
4982
4645
4983
-
indent-string@4.0.0:
4984
-
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
4985
-
engines: {node: '>=8'}
4986
-
4987
4646
inflight@1.0.6:
4988
4647
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
4989
4648
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
···
4994
4653
ini@1.3.8:
4995
4654
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
4996
4655
4997
-
inline-style-prefixer@6.0.4:
4998
-
resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==}
4656
+
inline-style-prefixer@7.0.1:
4657
+
resolution: {integrity: sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw==}
4999
4658
5000
4659
inquirer-promise@0.0.3:
5001
4660
resolution: {integrity: sha512-82CQX586JAV9GAgU9yXZsMDs+NorjA0nLhkfFx9+PReyOnuoHRbHrC1Z90sS95bFJI1Tm1gzMObuE0HabzkJpg==}
5002
4661
5003
4662
inquirer@0.11.4:
5004
4663
resolution: {integrity: sha512-QR+2TW90jnKk9LUUtbcA3yQXKt2rDEKMh6+BAZQIeumtzHexnwVLdPakSslGijXYLJCzFv7GMXbFCn0pA00EUw==}
5005
-
5006
-
internal-ip@4.3.0:
5007
-
resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==}
5008
-
engines: {node: '>=6'}
5009
4664
5010
4665
internal-slot@1.1.0:
5011
4666
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
···
5014
4669
invariant@2.2.4:
5015
4670
resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
5016
4671
5017
-
ip-regex@2.1.0:
5018
-
resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==}
5019
-
engines: {node: '>=4'}
5020
-
5021
4672
ipaddr.js@1.9.1:
5022
4673
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
5023
4674
engines: {node: '>= 0.10'}
···
5032
4683
5033
4684
is-array-buffer@3.0.4:
5034
4685
resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==}
4686
+
engines: {node: '>= 0.4'}
4687
+
4688
+
is-array-buffer@3.0.5:
4689
+
resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
5035
4690
engines: {node: '>= 0.4'}
5036
4691
5037
4692
is-arrayish@0.2.1:
···
5055
4710
is-boolean-object@1.2.1:
5056
4711
resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==}
5057
4712
engines: {node: '>= 0.4'}
5058
-
5059
-
is-buffer@1.1.6:
5060
-
resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==}
5061
4713
5062
4714
is-bun-module@1.3.0:
5063
4715
resolution: {integrity: sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==}
···
5123
4775
resolution: {integrity: sha512-KVSZV0Dunv9DTPkhXwcZ3Q+tUc9TsaE1ZwX5J2WMvsSGS6Md8TFPun5uwh0yRdrNerI6vf/tbJxqSx4c1ZI1Lw==}
5124
4776
engines: {node: '>= 0.4'}
5125
4777
4778
+
is-number-object@1.1.1:
4779
+
resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==}
4780
+
engines: {node: '>= 0.4'}
4781
+
5126
4782
is-number@7.0.0:
5127
4783
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
5128
4784
engines: {node: '>=0.12.0'}
5129
-
5130
-
is-path-cwd@2.2.0:
5131
-
resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==}
5132
-
engines: {node: '>=6'}
5133
4785
5134
4786
is-path-inside@3.0.3:
5135
4787
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
···
5139
4791
resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
5140
4792
engines: {node: '>=8'}
5141
4793
5142
-
is-plain-object@2.0.4:
5143
-
resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
5144
-
engines: {node: '>=0.10.0'}
5145
-
5146
4794
is-regex@1.2.1:
5147
4795
resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==}
5148
4796
engines: {node: '>= 0.4'}
···
5155
4803
resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==}
5156
4804
engines: {node: '>= 0.4'}
5157
4805
5158
-
is-stream@1.1.0:
5159
-
resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==}
5160
-
engines: {node: '>=0.10.0'}
5161
-
5162
-
is-stream@2.0.1:
5163
-
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
5164
-
engines: {node: '>=8'}
4806
+
is-shared-array-buffer@1.0.4:
4807
+
resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==}
4808
+
engines: {node: '>= 0.4'}
5165
4809
5166
4810
is-string@1.1.0:
5167
4811
resolution: {integrity: sha512-PlfzajuF9vSo5wErv3MJAKD/nqf9ngAs1NFQYm16nUYFO2IzxJ2hcm+IOCg+EEopdykNNUhVq5cz35cAUxU8+g==}
4812
+
engines: {node: '>= 0.4'}
4813
+
4814
+
is-string@1.1.1:
4815
+
resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==}
5168
4816
engines: {node: '>= 0.4'}
5169
4817
5170
4818
is-symbol@1.1.1:
···
5175
4823
resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==}
5176
4824
engines: {node: '>= 0.4'}
5177
4825
4826
+
is-typed-array@1.1.15:
4827
+
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
4828
+
engines: {node: '>= 0.4'}
4829
+
5178
4830
is-typedarray@1.0.0:
5179
4831
resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==}
5180
4832
···
5194
4846
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
5195
4847
engines: {node: '>=8'}
5196
4848
5197
-
isarray@1.0.0:
5198
-
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
5199
-
5200
4849
isarray@2.0.5:
5201
4850
resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
5202
4851
···
5205
4854
5206
4855
iso-datestring-validator@2.2.2:
5207
4856
resolution: {integrity: sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==}
5208
-
5209
-
isobject@3.0.1:
5210
-
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
5211
-
engines: {node: '>=0.10.0'}
5212
4857
5213
4858
isstream@0.1.2:
5214
4859
resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==}
···
5279
4924
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
5280
4925
hasBin: true
5281
4926
5282
-
join-component@1.1.0:
5283
-
resolution: {integrity: sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==}
5284
-
5285
4927
jose@5.9.6:
5286
4928
resolution: {integrity: sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==}
5287
4929
···
5306
4948
jsbn@0.1.1:
5307
4949
resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==}
5308
4950
5309
-
jsc-android@250231.0.0:
5310
-
resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==}
5311
-
5312
4951
jsc-safe-url@0.2.4:
5313
4952
resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==}
5314
4953
5315
-
jscodeshift@0.14.0:
5316
-
resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==}
5317
-
hasBin: true
5318
-
peerDependencies:
5319
-
'@babel/preset-env': ^7.1.6
5320
-
5321
4954
jsesc@3.0.2:
5322
4955
resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
5323
4956
engines: {node: '>=6'}
···
5364
4997
jsonfile@2.4.0:
5365
4998
resolution: {integrity: sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==}
5366
4999
5367
-
jsonfile@4.0.0:
5368
-
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
5369
-
5370
-
jsonfile@6.1.0:
5371
-
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
5372
-
5373
5000
jsprim@1.4.2:
5374
5001
resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==}
5375
5002
engines: {node: '>=0.6.0'}
···
5384
5011
keyv@4.5.4:
5385
5012
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
5386
5013
5387
-
kind-of@6.0.3:
5388
-
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
5389
-
engines: {node: '>=0.10.0'}
5390
-
5391
5014
klaw@1.3.1:
5392
5015
resolution: {integrity: sha512-TED5xi9gGQjGpNnvRWknrwAB1eL5GciPfVFOt3Vk1OJCVDQbzuSfrF3hkUQKlsgKrG1F+0t5W0m+Fje1jIt8rw==}
5393
5016
5394
5017
kleur@3.0.3:
5395
5018
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
5396
5019
engines: {node: '>=6'}
5020
+
5021
+
lan-network@0.1.5:
5022
+
resolution: {integrity: sha512-CV3k7l8jW0Z1b+G41tB7JInVyJEKQzh/YPl2v9uXpZMusp0aa+rh3OqG77xWuX7+eVBa8PsdTuMznTAssF4qwg==}
5023
+
hasBin: true
5397
5024
5398
5025
leven@3.1.0:
5399
5026
resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
···
5542
5169
lru-cache@5.1.1:
5543
5170
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
5544
5171
5545
-
lucide-react-native@0.460.0:
5546
-
resolution: {integrity: sha512-Z43BbteT398BMNcqkZWGc+lKUgERPo5oVV+2NYlGUF+vP2xtckO4tJKcuF+jR+wrLyxrAFfTHetfz80aNryWMw==}
5172
+
lucide-react-native@0.507.0:
5173
+
resolution: {integrity: sha512-rAtgSbILIUna0ZONF2IZPDN4Up8an4htrXvUV0vIPIQcwRInwc0r7M0d6QlRvP1A1rofSbRqqdBO4tduEELbwg==}
5547
5174
peerDependencies:
5548
5175
react: ^16.5.1 || ^17.0.0 || ^18.0.0
5549
5176
react-native: '*'
5550
5177
react-native-svg: ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0
5551
-
5552
-
make-dir@2.1.0:
5553
-
resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
5554
-
engines: {node: '>=6'}
5555
5178
5556
5179
make-error@1.3.6:
5557
5180
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
···
5566
5189
resolution: {integrity: sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==}
5567
5190
engines: {node: '>= 0.4'}
5568
5191
5569
-
md5-file@3.2.3:
5570
-
resolution: {integrity: sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw==}
5571
-
engines: {node: '>=0.10'}
5572
-
hasBin: true
5573
-
5574
-
md5@2.3.0:
5575
-
resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
5192
+
math-intrinsics@1.1.0:
5193
+
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
5194
+
engines: {node: '>= 0.4'}
5576
5195
5577
5196
mdn-data@2.0.14:
5578
5197
resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
···
5605
5224
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
5606
5225
engines: {node: '>= 0.6'}
5607
5226
5608
-
metro-babel-transformer@0.81.0:
5609
-
resolution: {integrity: sha512-Dc0QWK4wZIeHnyZ3sevWGTnnSkIDDn/SWyfrn99zbKbDOCoCYy71PAn9uCRrP/hduKLJQOy+tebd63Rr9D8tXg==}
5227
+
metro-babel-transformer@0.82.2:
5228
+
resolution: {integrity: sha512-c2gesA7/B4dovPmmYC2HziNXb4XFG3YkQ9FjEzwRnR6KH2hT7nJn6mkcri1h85r3sMttpnmoBuZ8WDz980Zhlw==}
5610
5229
engines: {node: '>=18.18'}
5611
5230
5612
-
metro-cache-key@0.81.0:
5613
-
resolution: {integrity: sha512-qX/IwtknP9bQZL78OK9xeSvLM/xlGfrs6SlUGgHvrxtmGTRSsxcyqxR+c+7ch1xr05n62Gin/O44QKg5V70rNQ==}
5231
+
metro-cache-key@0.82.2:
5232
+
resolution: {integrity: sha512-lfjC9zzSri+rS7lkoCh04LniFga8JQVUqSuscD9KraIm9zRzwIwvaMx8V6Oogiezs+FAJUOSnVNhHcHc9l8H2Q==}
5614
5233
engines: {node: '>=18.18'}
5615
5234
5616
-
metro-cache@0.81.0:
5617
-
resolution: {integrity: sha512-DyuqySicHXkHUDZFVJmh0ygxBSx6pCKUrTcSgb884oiscV/ROt1Vhye+x+OIHcsodyA10gzZtrVtxIFV4l9I4g==}
5235
+
metro-cache@0.82.2:
5236
+
resolution: {integrity: sha512-MxY4xvPKuE68NYpKJjH8YvVVugDL2QcuTracHsV5/30ZIaRr0v1QuAX5vt45OCQDQQWeh1rDv3E4JB6AbIvnZQ==}
5618
5237
engines: {node: '>=18.18'}
5619
5238
5620
-
metro-config@0.81.0:
5621
-
resolution: {integrity: sha512-6CinEaBe3WLpRlKlYXXu8r1UblJhbwD6Gtnoib5U8j6Pjp7XxMG9h/DGMeNp9aGLDu1OieUqiXpFo7O0/rR5Kg==}
5239
+
metro-config@0.82.2:
5240
+
resolution: {integrity: sha512-0dG3qCFLoE3ddNexAxSLJ7FbGjEbwUjDNOgYeCLoPSkKB01k5itvvr2HFfl2HisOCfLcpjpVzF5NtB/O71lxfA==}
5622
5241
engines: {node: '>=18.18'}
5623
5242
5624
-
metro-core@0.81.0:
5625
-
resolution: {integrity: sha512-CVkM5YCOAFkNMvJai6KzA0RpztzfEKRX62/PFMOJ9J7K0uq/UkOFLxcgpcncMIrfy0PbfEj811b69tjULUQe1Q==}
5243
+
metro-core@0.82.2:
5244
+
resolution: {integrity: sha512-d2XMkWbRh6PdPV1OZ8OyUyDWrtEbQ1m5ASpKtemLPbujfoE4RlwFZdl4ljfBNVVZ1s0z7tgsSFwKMyTeXgjtSg==}
5626
5245
engines: {node: '>=18.18'}
5627
5246
5628
-
metro-file-map@0.81.0:
5629
-
resolution: {integrity: sha512-zMDI5uYhQCyxbye/AuFx/pAbsz9K+vKL7h1ShUXdN2fz4VUPiyQYRsRqOoVG1DsiCgzd5B6LW0YW77NFpjDQeg==}
5247
+
metro-file-map@0.82.2:
5248
+
resolution: {integrity: sha512-pax0WA80eRH096YO0kwox+ZD5im3V0Vswr2x1YqdMcZVWlr6uwXgQdo9q+mpcvJ1k77J+hmY5HIg71bqrUptVg==}
5630
5249
engines: {node: '>=18.18'}
5631
5250
5632
-
metro-minify-terser@0.81.0:
5633
-
resolution: {integrity: sha512-U2ramh3W822ZR1nfXgIk+emxsf5eZSg10GbQrT0ZizImK8IZ5BmJY+BHRIkQgHzWFpExOVxC7kWbGL1bZALswA==}
5251
+
metro-minify-terser@0.82.2:
5252
+
resolution: {integrity: sha512-+nveaEdQUvsoi0OSr4Cp+btevZsg2DKsu8kUJsvyLIcRRFPUw9CwzF3V2cA5b55DY5LcIJyAcZf4D9ARKfoilQ==}
5634
5253
engines: {node: '>=18.18'}
5635
5254
5636
-
metro-resolver@0.81.0:
5637
-
resolution: {integrity: sha512-Uu2Q+buHhm571cEwpPek8egMbdSTqmwT/5U7ZVNpK6Z2ElQBBCxd7HmFAslKXa7wgpTO2FAn6MqGeERbAtVDUA==}
5255
+
metro-resolver@0.82.2:
5256
+
resolution: {integrity: sha512-Who2hGzq2aCGSsBaQBU0L3SADiy/kj/gv0coujNWziRY4SKq7ECKzWqtVk1JlEF7IGXDDRDxEgFuLmPV6mZGVQ==}
5638
5257
engines: {node: '>=18.18'}
5639
5258
5640
-
metro-runtime@0.81.0:
5641
-
resolution: {integrity: sha512-6oYB5HOt37RuGz2eV4A6yhcl+PUTwJYLDlY9vhT+aVjbUWI6MdBCf69vc4f5K5Vpt+yOkjy+2LDwLS0ykWFwYw==}
5259
+
metro-runtime@0.82.2:
5260
+
resolution: {integrity: sha512-gEcb2AfDs3GRs2SFjtEmG0k61B/cZEVCbh6cSmkjJpyHr+VRjw77MnDpX9AUcJYa4bCT63E7IEySOMM0Z8p87g==}
5642
5261
engines: {node: '>=18.18'}
5643
5262
5644
-
metro-source-map@0.81.0:
5645
-
resolution: {integrity: sha512-TzsVxhH83dyxg4A4+L1nzNO12I7ps5IHLjKGZH3Hrf549eiZivkdjYiq/S5lOB+p2HiQ+Ykcwtmcja95LIC62g==}
5263
+
metro-source-map@0.82.2:
5264
+
resolution: {integrity: sha512-S26xPdz1/EeAY0HqaPXfny8CeiY0Dvl4sBLQiXGXhoES4gUDAuMhA1tioKrv5F+x68Sod8cp8Js6EGqbMXeqMA==}
5646
5265
engines: {node: '>=18.18'}
5647
5266
5648
-
metro-symbolicate@0.81.0:
5649
-
resolution: {integrity: sha512-C/1rWbNTPYp6yzID8IPuQPpVGzJ2rbWYBATxlvQ9dfK5lVNoxcwz77hjcY8ISLsRRR15hyd/zbjCNKPKeNgE1Q==}
5267
+
metro-symbolicate@0.82.2:
5268
+
resolution: {integrity: sha512-iheanMnOMned6gjt6sKSfU5AoNyV6pJyQAWydwuHcjhGpa/kiAM0kKmw23qHejELK89Yw8HDZ3Fd/5l1jxpFVA==}
5650
5269
engines: {node: '>=18.18'}
5651
5270
hasBin: true
5652
5271
5653
-
metro-transform-plugins@0.81.0:
5654
-
resolution: {integrity: sha512-uErLAPBvttGCrmGSCa0dNHlOTk3uJFVEVWa5WDg6tQ79PRmuYRwzUgLhVzn/9/kyr75eUX3QWXN79Jvu4txt6Q==}
5272
+
metro-transform-plugins@0.82.2:
5273
+
resolution: {integrity: sha512-kEveuEVxghTEXkDiyY0MT5QRqei092KJG46nduo0VghFgI6QFodbAjFit1ULyWsn2VOTGSUDJ3VgHBMy7MaccA==}
5655
5274
engines: {node: '>=18.18'}
5656
5275
5657
-
metro-transform-worker@0.81.0:
5658
-
resolution: {integrity: sha512-HrQ0twiruhKy0yA+9nK5bIe3WQXZcC66PXTvRIos61/EASLAP2DzEmW7IxN/MGsfZegN2UzqL2CG38+mOB45vg==}
5276
+
metro-transform-worker@0.82.2:
5277
+
resolution: {integrity: sha512-MJQNz6cGjqewCRqFmPrsHu6Oe93v2B6zgHkrNxQ6XdPMJz5VHD33m8q+8UsNJOH8wUMoRu5JmYtuUTIVIFxh2A==}
5659
5278
engines: {node: '>=18.18'}
5660
5279
5661
-
metro@0.81.0:
5662
-
resolution: {integrity: sha512-kzdzmpL0gKhEthZ9aOV7sTqvg6NuTxDV8SIm9pf9sO8VVEbKrQk5DNcwupOUjgPPFAuKUc2NkT0suyT62hm2xg==}
5280
+
metro@0.82.2:
5281
+
resolution: {integrity: sha512-hOBd4O4Cn/tLf3jz7IjSgD/A66MqMzgZuyF1I/pmNwYcY3q3j2vbh7Fa09KIbvUq5Yz7BewU356XboaEtEXPgA==}
5663
5282
engines: {node: '>=18.18'}
5664
5283
hasBin: true
5665
5284
···
5688
5307
resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==}
5689
5308
engines: {node: '>=4'}
5690
5309
5691
-
mimic-fn@2.1.0:
5692
-
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
5693
-
engines: {node: '>=6'}
5694
-
5695
5310
minimatch@10.0.1:
5696
5311
resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
5697
5312
engines: {node: 20 || >=22}
···
5713
5328
5714
5329
minimist@1.2.8:
5715
5330
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
5716
-
5717
-
minipass-collect@2.0.1:
5718
-
resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==}
5719
-
engines: {node: '>=16 || 14 >=14.17'}
5720
-
5721
-
minipass-flush@1.0.5:
5722
-
resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
5723
-
engines: {node: '>= 8'}
5724
-
5725
-
minipass-pipeline@1.2.4:
5726
-
resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
5727
-
engines: {node: '>=8'}
5728
-
5729
-
minipass@3.3.6:
5730
-
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
5731
-
engines: {node: '>=8'}
5732
5331
5733
5332
minipass@4.2.8:
5734
5333
resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
5735
5334
engines: {node: '>=8'}
5736
5335
5737
-
minipass@5.0.0:
5738
-
resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
5739
-
engines: {node: '>=8'}
5740
-
5741
5336
minipass@7.1.2:
5742
5337
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
5743
5338
engines: {node: '>=16 || 14 >=14.17'}
5744
5339
5745
-
minizlib@2.1.2:
5746
-
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
5747
-
engines: {node: '>= 8'}
5340
+
minizlib@3.0.2:
5341
+
resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==}
5342
+
engines: {node: '>= 18'}
5748
5343
5749
5344
mkdirp@0.5.6:
5750
5345
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
···
5755
5350
engines: {node: '>=10'}
5756
5351
hasBin: true
5757
5352
5758
-
mrmime@1.0.1:
5759
-
resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==}
5353
+
mkdirp@3.0.1:
5354
+
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
5760
5355
engines: {node: '>=10'}
5356
+
hasBin: true
5761
5357
5762
5358
ms@2.0.0:
5763
5359
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
···
5774
5370
mz@2.7.0:
5775
5371
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
5776
5372
5373
+
nanoid@3.3.11:
5374
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
5375
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
5376
+
hasBin: true
5377
+
5777
5378
nanoid@3.3.8:
5778
5379
resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
5779
5380
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
···
5802
5403
nested-error-stacks@2.0.1:
5803
5404
resolution: {integrity: sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==}
5804
5405
5805
-
nice-try@1.0.5:
5806
-
resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==}
5807
-
5808
-
node-abort-controller@3.1.1:
5809
-
resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==}
5810
-
5811
-
node-dir@0.1.17:
5812
-
resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==}
5813
-
engines: {node: '>= 0.10.5'}
5814
-
5815
5406
node-domexception@1.0.0:
5816
5407
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
5817
5408
engines: {node: '>=10.5.0'}
5409
+
deprecated: Use your platform's native DOMException instead
5818
5410
5819
5411
node-fetch@2.7.0:
5820
5412
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
···
5851
5443
resolution: {integrity: sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==}
5852
5444
engines: {node: ^16.14.0 || >=18.0.0}
5853
5445
5854
-
npm-run-path@2.0.2:
5855
-
resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==}
5856
-
engines: {node: '>=4'}
5857
-
5858
-
npm-run-path@4.0.1:
5859
-
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
5860
-
engines: {node: '>=8'}
5861
-
5862
5446
nth-check@2.1.1:
5863
5447
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
5864
5448
···
5872
5456
oauth-sign@0.9.0:
5873
5457
resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==}
5874
5458
5875
-
ob1@0.81.0:
5876
-
resolution: {integrity: sha512-6Cvrkxt1tqaRdWqTAMcVYEiO5i1xcF9y7t06nFdjFqkfPsEloCf8WwhXdwBpNUkVYSQlSGS7cDgVQR86miBfBQ==}
5459
+
ob1@0.82.2:
5460
+
resolution: {integrity: sha512-sfUaYpjkAdHgu8cXLAyWXO98jW1EUOStTDNslfC9eb3tBLExe67PRqh09J0xdD6AlFKHFGTvXPbuHGvlrZNJNA==}
5877
5461
engines: {node: '>=18.18'}
5878
5462
5879
5463
object-assign@4.1.1:
···
5896
5480
resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
5897
5481
engines: {node: '>= 0.4'}
5898
5482
5899
-
object.entries@1.1.8:
5900
-
resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==}
5483
+
object.assign@4.1.7:
5484
+
resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==}
5485
+
engines: {node: '>= 0.4'}
5486
+
5487
+
object.entries@1.1.9:
5488
+
resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==}
5901
5489
engines: {node: '>= 0.4'}
5902
5490
5903
5491
object.fromentries@2.0.8:
···
5910
5498
5911
5499
object.values@1.2.0:
5912
5500
resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==}
5501
+
engines: {node: '>= 0.4'}
5502
+
5503
+
object.values@1.2.1:
5504
+
resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==}
5913
5505
engines: {node: '>= 0.4'}
5914
5506
5915
5507
on-exit-leak-free@2.1.2:
···
5939
5531
resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==}
5940
5532
engines: {node: '>=4'}
5941
5533
5942
-
onetime@5.1.2:
5943
-
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
5944
-
engines: {node: '>=6'}
5945
-
5946
5534
open@7.4.2:
5947
5535
resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==}
5948
5536
engines: {node: '>=8'}
···
5967
5555
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
5968
5556
engines: {node: '>=0.10.0'}
5969
5557
5558
+
own-keys@1.0.1:
5559
+
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
5560
+
engines: {node: '>= 0.4'}
5561
+
5970
5562
p-finally@1.0.0:
5971
5563
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
5972
5564
engines: {node: '>=4'}
···
5991
5583
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
5992
5584
engines: {node: '>=10'}
5993
5585
5994
-
p-map@4.0.0:
5995
-
resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==}
5996
-
engines: {node: '>=10'}
5997
-
5998
5586
p-queue@6.6.2:
5999
5587
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
6000
5588
engines: {node: '>=8'}
···
6044
5632
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
6045
5633
engines: {node: '>=0.10.0'}
6046
5634
6047
-
path-key@2.0.1:
6048
-
resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==}
6049
-
engines: {node: '>=4'}
6050
-
6051
5635
path-key@3.1.1:
6052
5636
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
6053
5637
engines: {node: '>=8'}
···
6066
5650
path-to-regexp@0.1.12:
6067
5651
resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==}
6068
5652
6069
-
path-type@4.0.0:
6070
-
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
6071
-
engines: {node: '>=8'}
6072
-
6073
5653
performance-now@2.1.0:
6074
5654
resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==}
6075
5655
···
6091
5671
pify@2.3.0:
6092
5672
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
6093
5673
engines: {node: '>=0.10.0'}
6094
-
6095
-
pify@4.0.1:
6096
-
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
6097
-
engines: {node: '>=6'}
6098
5674
6099
5675
pino-abstract-transport@1.2.0:
6100
5676
resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==}
···
6123
5699
pirates@4.0.6:
6124
5700
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
6125
5701
engines: {node: '>= 6'}
6126
-
6127
-
pkg-dir@3.0.0:
6128
-
resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==}
6129
-
engines: {node: '>=6'}
6130
5702
6131
5703
pkg-up@3.1.0:
6132
5704
resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
···
6228
5800
resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==}
6229
5801
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
6230
5802
6231
-
process-nextick-args@2.0.1:
6232
-
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
6233
-
6234
5803
process-warning@3.0.0:
6235
5804
resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==}
6236
5805
···
6323
5892
peerDependencies:
6324
5893
react: ^17.0.0 || ^18.0.0 || ^19.0.0
6325
5894
6326
-
react-devtools-core@5.3.2:
6327
-
resolution: {integrity: sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg==}
5895
+
react-devtools-core@6.1.1:
5896
+
resolution: {integrity: sha512-TFo1MEnkqE6hzAbaztnyR5uLTMoz6wnEWwWBsCUzNt+sVXJycuRJdDqvL078M4/h65BI/YO5XWTaxZDWVsW0fw==}
6328
5897
6329
-
react-dom@18.3.1:
6330
-
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
5898
+
react-dom@19.0.0:
5899
+
resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==}
6331
5900
peerDependencies:
6332
-
react: ^18.3.1
5901
+
react: ^19.0.0
6333
5902
6334
5903
react-fast-compare@3.2.2:
6335
5904
resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
···
6339
5908
engines: {node: '>=10'}
6340
5909
peerDependencies:
6341
5910
react: '>=17.0.0'
6342
-
6343
-
react-helmet-async@1.3.0:
6344
-
resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==}
6345
-
peerDependencies:
6346
-
react: ^16.6.0 || ^17.0.0 || ^18.0.0
6347
-
react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0
6348
5911
6349
5912
react-is@16.13.1:
6350
5913
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
···
6352
5915
react-is@18.3.1:
6353
5916
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
6354
5917
5918
+
react-is@19.1.0:
5919
+
resolution: {integrity: sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==}
5920
+
6355
5921
react-native-css-interop@0.1.22:
6356
5922
resolution: {integrity: sha512-Mu01e+H9G+fxSWvwtgWlF5MJBJC4VszTCBXopIpeR171lbeBInHb8aHqoqRPxmJpi3xIHryzqKFOJYAdk7PBxg==}
6357
5923
engines: {node: '>=18'}
···
6368
5934
react-native-svg:
6369
5935
optional: true
6370
5936
6371
-
react-native-gesture-handler@2.20.2:
6372
-
resolution: {integrity: sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==}
5937
+
react-native-edge-to-edge@1.6.0:
5938
+
resolution: {integrity: sha512-2WCNdE3Qd6Fwg9+4BpbATUxCLcouF6YRY7K+J36KJ4l3y+tWN6XCqAC4DuoGblAAbb2sLkhEDp4FOlbOIot2Og==}
6373
5939
peerDependencies:
6374
5940
react: '*'
6375
5941
react-native: '*'
6376
5942
6377
-
react-native-helmet-async@2.0.4:
6378
-
resolution: {integrity: sha512-m3CkXWss6B1dd6mCMleLpzDCJJGGaHOLQsUzZv8kAASJmMfmVT4d2fx375iXKTRWT25ThBfae3dECuX5cq/8hg==}
5943
+
react-native-gesture-handler@2.24.0:
5944
+
resolution: {integrity: sha512-ZdWyOd1C8axKJHIfYxjJKCcxjWEpUtUWgTOVY2wynbiveSQDm8X/PDyAKXSer/GOtIpjudUbACOndZXCN3vHsw==}
6379
5945
peerDependencies:
6380
-
react: ^16.6.0 || ^17.0.0 || ^18.0.0
5946
+
react: '*'
5947
+
react-native: '*'
6381
5948
6382
5949
react-native-is-edge-to-edge@1.1.6:
6383
5950
resolution: {integrity: sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w==}
···
6385
5952
react: '>=18.2.0'
6386
5953
react-native: '>=0.73.0'
6387
5954
5955
+
react-native-is-edge-to-edge@1.1.7:
5956
+
resolution: {integrity: sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==}
5957
+
peerDependencies:
5958
+
react: '*'
5959
+
react-native: '*'
5960
+
6388
5961
react-native-quick-base64@2.1.2:
6389
5962
resolution: {integrity: sha512-xghaXpWdB0ji8OwYyo0fWezRroNxiNFCNFpGUIyE7+qc4gA/IGWnysIG5L0MbdoORv8FkTKUvfd6yCUN5R2VFA==}
6390
5963
peerDependencies:
···
6397
5970
react: '*'
6398
5971
react-native: '*'
6399
5972
6400
-
react-native-reanimated@3.16.7:
6401
-
resolution: {integrity: sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==}
5973
+
react-native-reanimated@3.17.5:
5974
+
resolution: {integrity: sha512-SxBK7wQfJ4UoWoJqQnmIC7ZjuNgVb9rcY5Xc67upXAFKftWg0rnkknTw6vgwnjRcvYThrjzUVti66XoZdDJGtw==}
6402
5975
peerDependencies:
6403
5976
'@babel/core': ^7.0.0-0
6404
5977
react: '*'
6405
5978
react-native: '*'
6406
5979
6407
-
react-native-safe-area-context@4.12.0:
6408
-
resolution: {integrity: sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==}
5980
+
react-native-safe-area-context@5.4.0:
5981
+
resolution: {integrity: sha512-JaEThVyJcLhA+vU0NU8bZ0a1ih6GiF4faZ+ArZLqpYbL6j7R3caRqj+mE3lEtKCuHgwjLg3bCxLL1GPUJZVqUA==}
6409
5982
peerDependencies:
6410
5983
react: '*'
6411
5984
react-native: '*'
6412
5985
6413
-
react-native-screens@4.4.0:
6414
-
resolution: {integrity: sha512-c7zc7Zwjty6/pGyuuvh9gK3YBYqHPOxrhXfG1lF4gHlojQSmIx2piNbNaV+Uykj+RDTmFXK0e/hA+fucw/Qozg==}
5986
+
react-native-screens@4.10.0:
5987
+
resolution: {integrity: sha512-Tw21NGuXm3PbiUGtZd0AnXirUixaAbPXDjNR0baBH7/WJDaDTTELLcQ7QRXuqAWbmr/EVCrKj1348ei1KFIr8A==}
6415
5988
peerDependencies:
6416
5989
react: '*'
6417
5990
react-native: '*'
6418
5991
6419
-
react-native-svg@15.8.0:
6420
-
resolution: {integrity: sha512-KHJzKpgOjwj1qeZzsBjxNdoIgv2zNCO9fVcoq2TEhTRsVV5DGTZ9JzUZwybd7q4giT/H3RdtqC3u44dWdO0Ffw==}
5992
+
react-native-svg@15.11.2:
5993
+
resolution: {integrity: sha512-+YfF72IbWQUKzCIydlijV1fLuBsQNGMT6Da2kFlo1sh+LE3BIm/2Q7AR1zAAR6L0BFLi1WaQPLfFUC9bNZpOmw==}
6421
5994
peerDependencies:
6422
5995
react: '*'
6423
5996
react-native: '*'
6424
5997
6425
-
react-native-web@0.19.13:
6426
-
resolution: {integrity: sha512-etv3bN8rJglrRCp/uL4p7l8QvUNUC++QwDbdZ8CB7BvZiMvsxfFIRM1j04vxNldG3uo2puRd6OSWR3ibtmc29A==}
5998
+
react-native-web@0.20.0:
5999
+
resolution: {integrity: sha512-OOSgrw+aON6R3hRosCau/xVxdLzbjEcsLysYedka0ZON4ZZe6n9xgeN9ZkoejhARM36oTlUgHIQqxGutEJ9Wxg==}
6427
6000
peerDependencies:
6428
-
react: ^18.0.0
6429
-
react-dom: ^18.0.0
6001
+
react: ^18.0.0 || ^19.0.0
6002
+
react-dom: ^18.0.0 || ^19.0.0
6430
6003
6431
-
react-native@0.76.6:
6432
-
resolution: {integrity: sha512-AsRi+ud6v6ADH7ZtSOY42kRB4nbM0KtSu450pGO4pDudl4AEK/AF96ai88snb2/VJJSGGa/49QyJVFXxz/qoFg==}
6004
+
react-native@0.79.2:
6005
+
resolution: {integrity: sha512-AnGzb56JvU5YCL7cAwg10+ewDquzvmgrMddiBM0GAWLwQM/6DJfGd2ZKrMuKKehHerpDDZgG+EY64gk3x3dEkw==}
6433
6006
engines: {node: '>=18'}
6434
6007
hasBin: true
6435
6008
peerDependencies:
6436
-
'@types/react': ^18.2.6
6437
-
react: ^18.2.0
6009
+
'@types/react': ^19.0.0
6010
+
react: ^19.0.0
6438
6011
peerDependenciesMeta:
6439
6012
'@types/react':
6440
6013
optional: true
···
6467
6040
'@types/react':
6468
6041
optional: true
6469
6042
6470
-
react-server-dom-webpack@19.0.0-rc-6230622a1a-20240610:
6471
-
resolution: {integrity: sha512-nr+IsOVD07QdeCr4BLvR5TALfLaZLi9AIaoa6vXymBc051iDPWedJujYYrjRJy5+9jp9oCx3G8Tt/Bs//TckJw==}
6472
-
engines: {node: '>=0.10.0'}
6473
-
peerDependencies:
6474
-
react: 19.0.0-rc-6230622a1a-20240610
6475
-
react-dom: 19.0.0-rc-6230622a1a-20240610
6476
-
webpack: ^5.59.0
6477
-
6478
6043
react-style-singleton@2.2.1:
6479
6044
resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
6480
6045
engines: {node: '>=10'}
···
6485
6050
'@types/react':
6486
6051
optional: true
6487
6052
6488
-
react@18.3.1:
6489
-
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
6053
+
react@19.0.0:
6054
+
resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==}
6490
6055
engines: {node: '>=0.10.0'}
6491
6056
6492
6057
read-cache@1.0.0:
6493
6058
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
6494
6059
6495
-
readable-stream@2.3.8:
6496
-
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
6497
-
6498
6060
readable-stream@4.5.2:
6499
6061
resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==}
6500
6062
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
···
6510
6072
readline2@1.0.1:
6511
6073
resolution: {integrity: sha512-8/td4MmwUB6PkZUbV25uKz7dfrmjYWxsW8DVfibWdlHRk/l/DfHKn4pU+dfcoGLFgWOdyGCzINRQD7jn+Bv+/g==}
6512
6074
6513
-
readline@1.3.0:
6514
-
resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==}
6515
-
6516
6075
real-require@0.2.0:
6517
6076
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
6518
6077
engines: {node: '>= 12.13.0'}
6519
6078
6520
-
recast@0.21.5:
6521
-
resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==}
6522
-
engines: {node: '>= 4'}
6079
+
reflect.getprototypeof@1.0.10:
6080
+
resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
6081
+
engines: {node: '>= 0.4'}
6523
6082
6524
6083
reflect.getprototypeof@1.0.8:
6525
6084
resolution: {integrity: sha512-B5dj6usc5dkk8uFliwjwDHM8To5/QwdKz9JcBZ8Ic4G1f0YmeeJTtE/ZTdgRFPAfxZFiUaPhZ1Jcs4qeagItGQ==}
···
6558
6117
regjsparser@0.12.0:
6559
6118
resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==}
6560
6119
hasBin: true
6561
-
6562
-
remove-trailing-slash@0.1.1:
6563
-
resolution: {integrity: sha512-o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==}
6564
6120
6565
6121
repeat-string@1.6.1:
6566
6122
resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
···
6669
6225
resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==}
6670
6226
engines: {node: '>=0.4'}
6671
6227
6672
-
safe-buffer@5.1.2:
6673
-
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
6674
-
6675
6228
safe-buffer@5.2.1:
6676
6229
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
6677
6230
6231
+
safe-push-apply@1.0.0:
6232
+
resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==}
6233
+
engines: {node: '>= 0.4'}
6234
+
6678
6235
safe-regex-test@1.1.0:
6679
6236
resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==}
6680
6237
engines: {node: '>= 0.4'}
···
6689
6246
sax@1.4.1:
6690
6247
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
6691
6248
6692
-
scheduler@0.23.2:
6693
-
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
6694
-
6695
-
scheduler@0.24.0-canary-efb381bbf-20230505:
6696
-
resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==}
6249
+
scheduler@0.25.0:
6250
+
resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==}
6697
6251
6698
6252
schema-utils@3.3.0:
6699
6253
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
···
6706
6260
secure-json-parse@2.7.0:
6707
6261
resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==}
6708
6262
6709
-
selfsigned@2.4.1:
6710
-
resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==}
6711
-
engines: {node: '>=10'}
6712
-
6713
-
semver@5.7.2:
6714
-
resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
6715
-
hasBin: true
6716
-
6717
6263
semver@6.3.1:
6718
6264
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
6719
6265
hasBin: true
···
6745
6291
server-only@0.0.1:
6746
6292
resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==}
6747
6293
6748
-
set-cookie-parser@2.7.1:
6749
-
resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==}
6750
-
6751
6294
set-function-length@1.2.2:
6752
6295
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
6753
6296
engines: {node: '>= 0.4'}
6754
6297
6755
6298
set-function-name@2.0.2:
6756
6299
resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
6300
+
engines: {node: '>= 0.4'}
6301
+
6302
+
set-proto@1.0.0:
6303
+
resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==}
6757
6304
engines: {node: '>= 0.4'}
6758
6305
6759
6306
setimmediate@1.0.5:
···
6761
6308
6762
6309
setprototypeof@1.2.0:
6763
6310
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
6764
-
6765
-
shallow-clone@3.0.1:
6766
-
resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
6767
-
engines: {node: '>=8'}
6768
6311
6769
6312
shallowequal@1.1.0:
6770
6313
resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==}
6771
6314
6772
-
shebang-command@1.2.0:
6773
-
resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
6774
-
engines: {node: '>=0.10.0'}
6775
-
6776
6315
shebang-command@2.0.0:
6777
6316
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
6778
6317
engines: {node: '>=8'}
6779
-
6780
-
shebang-regex@1.0.0:
6781
-
resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==}
6782
-
engines: {node: '>=0.10.0'}
6783
6318
6784
6319
shebang-regex@3.0.0:
6785
6320
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
···
6866
6401
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
6867
6402
engines: {node: '>= 10.x'}
6868
6403
6869
-
split@1.0.1:
6870
-
resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==}
6871
-
6872
6404
sprintf-js@1.0.3:
6873
6405
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
6874
6406
···
6877
6409
engines: {node: '>=0.10.0'}
6878
6410
hasBin: true
6879
6411
6880
-
ssri@10.0.6:
6881
-
resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==}
6882
-
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
6883
-
6884
6412
stable-hash@0.0.4:
6885
6413
resolution: {integrity: sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==}
6886
6414
···
6907
6435
resolution: {integrity: sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==}
6908
6436
engines: {node: '>= 0.10.0'}
6909
6437
6910
-
stream-slice@0.1.2:
6911
-
resolution: {integrity: sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==}
6912
-
6913
6438
strict-uri-encode@2.0.0:
6914
6439
resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==}
6915
6440
engines: {node: '>=4'}
···
6926
6451
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
6927
6452
engines: {node: '>=12'}
6928
6453
6929
-
string.prototype.matchall@4.0.11:
6930
-
resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==}
6454
+
string.prototype.matchall@4.0.12:
6455
+
resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==}
6931
6456
engines: {node: '>= 0.4'}
6932
6457
6933
6458
string.prototype.repeat@1.0.0:
···
6944
6469
string.prototype.trimstart@1.0.8:
6945
6470
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
6946
6471
engines: {node: '>= 0.4'}
6947
-
6948
-
string_decoder@1.1.1:
6949
-
resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
6950
6472
6951
6473
string_decoder@1.3.0:
6952
6474
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
···
6971
6493
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
6972
6494
engines: {node: '>=4'}
6973
6495
6974
-
strip-eof@1.0.0:
6975
-
resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==}
6976
-
engines: {node: '>=0.10.0'}
6977
-
6978
-
strip-final-newline@2.0.0:
6979
-
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
6980
-
engines: {node: '>=6'}
6981
-
6982
6496
strip-json-comments@2.0.1:
6983
6497
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
6984
6498
engines: {node: '>=0.10.0'}
···
7000
6514
7001
6515
sudo-prompt@8.2.5:
7002
6516
resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==}
7003
-
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
7004
-
7005
-
sudo-prompt@9.1.1:
7006
-
resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==}
7007
6517
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
7008
6518
7009
6519
supports-color@2.0.0:
···
7047
6557
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
7048
6558
engines: {node: '>=6'}
7049
6559
7050
-
tar@6.2.1:
7051
-
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
7052
-
engines: {node: '>=10'}
6560
+
tar@7.4.3:
6561
+
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
6562
+
engines: {node: '>=18'}
7053
6563
7054
6564
temp-dir@2.0.0:
7055
6565
resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==}
7056
6566
engines: {node: '>=8'}
7057
6567
7058
-
temp@0.8.4:
7059
-
resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==}
7060
-
engines: {node: '>=6.0.0'}
7061
-
7062
-
tempy@0.7.1:
7063
-
resolution: {integrity: sha512-vXPxwOyaNVi9nyczO16mxmHGpl6ASC5/TVhRRHpqeYHvKQm58EaWNvZXxAhR0lYYnBOQFjXjhzeLsaXdjxLjRg==}
7064
-
engines: {node: '>=10'}
7065
-
7066
6568
terminal-link@2.1.1:
7067
6569
resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==}
7068
6570
engines: {node: '>=8'}
···
7111
6613
throat@5.0.0:
7112
6614
resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==}
7113
6615
7114
-
through2@2.0.5:
7115
-
resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==}
7116
-
7117
6616
through@2.3.8:
7118
6617
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
7119
6618
···
7157
6656
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
7158
6657
hasBin: true
7159
6658
7160
-
ts-api-utils@1.4.3:
7161
-
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
7162
-
engines: {node: '>=16'}
6659
+
ts-api-utils@2.1.0:
6660
+
resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
6661
+
engines: {node: '>=18.12'}
7163
6662
peerDependencies:
7164
-
typescript: '>=4.2.0'
6663
+
typescript: '>=4.8.4'
7165
6664
7166
6665
ts-interface-checker@0.1.13:
7167
6666
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
7168
6667
7169
6668
ts-morph@16.0.0:
7170
6669
resolution: {integrity: sha512-jGNF0GVpFj0orFw55LTsQxVYEUOCWBAbR5Ls7fTYE5pQsbW18ssTb/6UXx/GYAEjS+DQTp8VoTw0vqYMiaaQuw==}
6670
+
6671
+
ts-morph@24.0.0:
6672
+
resolution: {integrity: sha512-2OAOg/Ob5yx9Et7ZX4CvTCc0UFoZHwLEJ+dpDPSUi5TgwwlTlX47w+iFRrEwzUZwYACjq83cgjS/Da50Ga37uw==}
7171
6673
7172
6674
ts-node@10.9.2:
7173
6675
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
···
7239
6741
cpu: [arm64]
7240
6742
os: [linux]
7241
6743
7242
-
turbo-stream@2.4.0:
7243
-
resolution: {integrity: sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==}
7244
-
7245
6744
turbo-windows-64@2.3.3:
7246
6745
resolution: {integrity: sha512-O2+BS4QqjK3dOERscXqv7N2GXNcqHr9hXumkMxDj/oGx9oCatIwnnwx34UmzodloSnJpgSqjl8iRWiY65SmYoQ==}
7247
6746
cpu: [x64]
···
7267
6766
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
7268
6767
engines: {node: '>=4'}
7269
6768
7270
-
type-fest@0.16.0:
7271
-
resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==}
7272
-
engines: {node: '>=10'}
7273
-
7274
6769
type-fest@0.20.2:
7275
6770
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
7276
6771
engines: {node: '>=10'}
···
7291
6786
resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==}
7292
6787
engines: {node: '>= 0.4'}
7293
6788
6789
+
typed-array-buffer@1.0.3:
6790
+
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
6791
+
engines: {node: '>= 0.4'}
6792
+
7294
6793
typed-array-byte-length@1.0.1:
7295
6794
resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
6795
+
engines: {node: '>= 0.4'}
6796
+
6797
+
typed-array-byte-length@1.0.3:
6798
+
resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==}
7296
6799
engines: {node: '>= 0.4'}
7297
6800
7298
6801
typed-array-byte-offset@1.0.3:
7299
6802
resolution: {integrity: sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw==}
6803
+
engines: {node: '>= 0.4'}
6804
+
6805
+
typed-array-byte-offset@1.0.4:
6806
+
resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==}
7300
6807
engines: {node: '>= 0.4'}
7301
6808
7302
6809
typed-array-length@1.0.7:
···
7308
6815
engines: {node: '>=14.17'}
7309
6816
hasBin: true
7310
6817
6818
+
typescript@5.8.3:
6819
+
resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
6820
+
engines: {node: '>=14.17'}
6821
+
hasBin: true
6822
+
7311
6823
ua-parser-js@1.0.39:
7312
6824
resolution: {integrity: sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==}
7313
6825
hasBin: true
···
7323
6835
7324
6836
unbox-primitive@1.0.2:
7325
6837
resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
6838
+
6839
+
unbox-primitive@1.1.0:
6840
+
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
6841
+
engines: {node: '>= 0.4'}
7326
6842
7327
6843
undici-types@6.19.8:
7328
6844
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
···
7350
6866
resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
7351
6867
engines: {node: '>=4'}
7352
6868
7353
-
unique-filename@3.0.0:
7354
-
resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==}
7355
-
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
7356
-
7357
-
unique-slug@4.0.0:
7358
-
resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==}
7359
-
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
7360
-
7361
6869
unique-string@2.0.0:
7362
6870
resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
7363
6871
engines: {node: '>=8'}
7364
6872
7365
-
universalify@0.1.2:
7366
-
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
7367
-
engines: {node: '>= 4.0.0'}
7368
-
7369
-
universalify@1.0.0:
7370
-
resolution: {integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==}
7371
-
engines: {node: '>= 10.0.0'}
7372
-
7373
-
universalify@2.0.1:
7374
-
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
7375
-
engines: {node: '>= 10.0.0'}
7376
-
7377
6873
unpipe@1.0.0:
7378
6874
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
7379
6875
engines: {node: '>= 0.8'}
···
7416
6912
'@types/react':
7417
6913
optional: true
7418
6914
7419
-
use-sync-external-store@1.2.2:
7420
-
resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==}
6915
+
use-sync-external-store@1.4.0:
6916
+
resolution: {integrity: sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==}
7421
6917
peerDependencies:
7422
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
6918
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
7423
6919
7424
-
use-sync-external-store@1.4.0:
7425
-
resolution: {integrity: sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==}
6920
+
use-sync-external-store@1.5.0:
6921
+
resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==}
7426
6922
peerDependencies:
7427
6923
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
7428
6924
···
7449
6945
resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==}
7450
6946
hasBin: true
7451
6947
7452
-
uuid@8.3.2:
7453
-
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
7454
-
hasBin: true
7455
-
7456
6948
v8-compile-cache-lib@3.0.1:
7457
6949
resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
7458
6950
···
7486
6978
7487
6979
wcwidth@1.0.1:
7488
6980
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
7489
-
7490
-
web-encoding@1.1.5:
7491
-
resolution: {integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==}
7492
6981
7493
6982
web-streams-polyfill@3.3.3:
7494
6983
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
···
7535
7024
resolution: {integrity: sha512-Ei7Miu/AXe2JJ4iNF5j/UphAgRoma4trE6PtisM09bPygb3egMH3YLW/befsWb1A1AxvNSFidOFTB18XtnIIng==}
7536
7025
engines: {node: '>= 0.4'}
7537
7026
7027
+
which-boxed-primitive@1.1.1:
7028
+
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
7029
+
engines: {node: '>= 0.4'}
7030
+
7538
7031
which-builtin-type@1.2.1:
7539
7032
resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==}
7540
7033
engines: {node: '>= 0.4'}
···
7547
7040
resolution: {integrity: sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==}
7548
7041
engines: {node: '>= 0.4'}
7549
7042
7550
-
which@1.3.1:
7551
-
resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
7552
-
hasBin: true
7043
+
which-typed-array@1.1.19:
7044
+
resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==}
7045
+
engines: {node: '>= 0.4'}
7553
7046
7554
7047
which@2.0.2:
7555
7048
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
···
7574
7067
wrappy@1.0.2:
7575
7068
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
7576
7069
7577
-
write-file-atomic@2.4.3:
7578
-
resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==}
7579
-
7580
7070
write-file-atomic@4.0.2:
7581
7071
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
7582
7072
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
···
7628
7118
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
7629
7119
engines: {node: '>=4.0'}
7630
7120
7631
-
xmlbuilder@14.0.0:
7632
-
resolution: {integrity: sha512-ts+B2rSe4fIckR6iquDjsKbQFK2NlUk6iG5nf14mDEyldgoc2nEKZ3jZWMPTxGQwVgToSjt6VGIho1H8/fNFTg==}
7633
-
engines: {node: '>=8.0'}
7634
-
7635
7121
xmlbuilder@15.1.1:
7636
7122
resolution: {integrity: sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==}
7637
7123
engines: {node: '>=8.0'}
7638
7124
7639
-
xtend@4.0.2:
7640
-
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
7641
-
engines: {node: '>=0.4'}
7642
-
7643
7125
y18n@5.0.8:
7644
7126
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
7645
7127
engines: {node: '>=10'}
···
7647
7129
yallist@3.1.1:
7648
7130
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
7649
7131
7650
-
yallist@4.0.0:
7651
-
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
7132
+
yallist@5.0.0:
7133
+
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
7134
+
engines: {node: '>=18'}
7652
7135
7653
7136
yaml@2.6.1:
7654
7137
resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
···
7683
7166
zod@3.24.1:
7684
7167
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
7685
7168
7686
-
zustand@4.5.5:
7687
-
resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==}
7688
-
engines: {node: '>=12.7.0'}
7689
-
peerDependencies:
7690
-
'@types/react': '>=16.8'
7691
-
immer: '>=9.0.6'
7692
-
react: '>=16.8'
7693
-
peerDependenciesMeta:
7694
-
'@types/react':
7695
-
optional: true
7696
-
immer:
7697
-
optional: true
7698
-
react:
7699
-
optional: true
7700
-
7701
-
zustand@5.0.2:
7702
-
resolution: {integrity: sha512-8qNdnJVJlHlrKXi50LDqqUNmUbuBjoKLrYQBnoChIbVph7vni+sY+YpvdjXG9YLd/Bxr6scMcR+rm5H3aSqPaw==}
7169
+
zustand@5.0.4:
7170
+
resolution: {integrity: sha512-39VFTN5InDtMd28ZhjLyuTnlytDr9HfwO512Ai4I8ZABCoyAj4F1+sr7sD1jP/+p7k77Iko0Pb5NhgBFDCX0kQ==}
7703
7171
engines: {node: '>=12.20.0'}
7704
7172
peerDependencies:
7705
7173
'@types/react': '>=18.0.0'
···
7727
7195
'@jridgewell/gen-mapping': 0.3.8
7728
7196
'@jridgewell/trace-mapping': 0.3.25
7729
7197
7730
-
'@aquareum/atproto-oauth-client-react-native@0.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
7198
+
'@aquareum/atproto-oauth-client-react-native@0.0.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
7731
7199
dependencies:
7732
7200
'@atproto-labs/did-resolver': 0.1.5
7733
7201
'@atproto-labs/handle-resolver-node': 0.1.7
···
7742
7210
'@atproto/oauth-types': 0.2.1
7743
7211
abortcontroller-polyfill: 1.7.8
7744
7212
event-target-shim: 6.0.2
7745
-
expo-sqlite: 15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
7213
+
expo-sqlite: 15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
7746
7214
jose: 5.9.6
7747
-
react-native-quick-crypto: 0.7.10(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
7215
+
react-native-quick-crypto: 0.7.10(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
7748
7216
transitivePeerDependencies:
7749
7217
- expo
7750
7218
- react
7751
7219
- react-native
7220
+
7221
+
'@atproto-labs/did-resolver@0.1.12':
7222
+
dependencies:
7223
+
'@atproto-labs/fetch': 0.2.2
7224
+
'@atproto-labs/pipe': 0.1.0
7225
+
'@atproto-labs/simple-store': 0.2.0
7226
+
'@atproto-labs/simple-store-memory': 0.1.3
7227
+
'@atproto/did': 0.1.5
7228
+
zod: 3.24.1
7752
7229
7753
7230
'@atproto-labs/did-resolver@0.1.5':
7754
7231
dependencies:
···
7805
7282
optionalDependencies:
7806
7283
zod: 3.24.1
7807
7284
7285
+
'@atproto-labs/fetch@0.2.2':
7286
+
dependencies:
7287
+
'@atproto-labs/pipe': 0.1.0
7288
+
7808
7289
'@atproto-labs/handle-resolver-node@0.1.11':
7809
7290
dependencies:
7810
7291
'@atproto-labs/fetch-node': 0.1.6
···
7838
7319
'@atproto/did': 0.1.4
7839
7320
zod: 3.24.1
7840
7321
7322
+
'@atproto-labs/handle-resolver@0.1.8':
7323
+
dependencies:
7324
+
'@atproto-labs/simple-store': 0.2.0
7325
+
'@atproto-labs/simple-store-memory': 0.1.3
7326
+
'@atproto/did': 0.1.5
7327
+
zod: 3.24.1
7328
+
7841
7329
'@atproto-labs/identity-resolver@0.1.10':
7842
7330
dependencies:
7843
7331
'@atproto-labs/did-resolver': 0.1.8
···
7850
7338
'@atproto-labs/handle-resolver': 0.1.6
7851
7339
'@atproto/syntax': 0.3.1
7852
7340
7341
+
'@atproto-labs/identity-resolver@0.1.16':
7342
+
dependencies:
7343
+
'@atproto-labs/did-resolver': 0.1.12
7344
+
'@atproto-labs/handle-resolver': 0.1.8
7345
+
'@atproto/syntax': 0.4.0
7346
+
7853
7347
'@atproto-labs/identity-resolver@0.1.6':
7854
7348
dependencies:
7855
7349
'@atproto-labs/did-resolver': 0.1.5
···
7863
7357
'@atproto-labs/simple-store': 0.1.1
7864
7358
lru-cache: 10.4.3
7865
7359
7360
+
'@atproto-labs/simple-store-memory@0.1.3':
7361
+
dependencies:
7362
+
'@atproto-labs/simple-store': 0.2.0
7363
+
lru-cache: 10.4.3
7364
+
7866
7365
'@atproto-labs/simple-store@0.1.1': {}
7366
+
7367
+
'@atproto-labs/simple-store@0.2.0': {}
7867
7368
7868
7369
'@atproto/api@0.13.20':
7869
7370
dependencies:
···
7876
7377
tlds: 1.255.0
7877
7378
zod: 3.24.1
7878
7379
7380
+
'@atproto/api@0.15.5':
7381
+
dependencies:
7382
+
'@atproto/common-web': 0.4.1
7383
+
'@atproto/lexicon': 0.4.10
7384
+
'@atproto/syntax': 0.4.0
7385
+
'@atproto/xrpc': 0.6.12
7386
+
await-lock: 2.2.2
7387
+
multiformats: 9.9.0
7388
+
tlds: 1.255.0
7389
+
zod: 3.24.1
7390
+
7879
7391
'@atproto/common-web@0.3.1':
7880
7392
dependencies:
7881
7393
graphemer: 1.4.0
···
7884
7396
zod: 3.24.1
7885
7397
7886
7398
'@atproto/common-web@0.3.2':
7399
+
dependencies:
7400
+
graphemer: 1.4.0
7401
+
multiformats: 9.9.0
7402
+
uint8arrays: 3.0.0
7403
+
zod: 3.24.1
7404
+
7405
+
'@atproto/common-web@0.4.1':
7887
7406
dependencies:
7888
7407
graphemer: 1.4.0
7889
7408
multiformats: 9.9.0
···
7913
7432
dependencies:
7914
7433
zod: 3.24.1
7915
7434
7435
+
'@atproto/did@0.1.5':
7436
+
dependencies:
7437
+
zod: 3.24.1
7438
+
7916
7439
'@atproto/identity@0.4.5':
7917
7440
dependencies:
7918
7441
'@atproto/common-web': 0.3.2
···
7949
7472
multiformats: 9.9.0
7950
7473
zod: 3.24.1
7951
7474
7475
+
'@atproto/jwk@0.1.5':
7476
+
dependencies:
7477
+
multiformats: 9.9.0
7478
+
zod: 3.24.1
7479
+
7952
7480
'@atproto/lex-cli@0.5.6':
7953
7481
dependencies:
7954
7482
'@atproto/lexicon': 0.4.5
···
7960
7488
yesno: 0.4.0
7961
7489
zod: 3.24.1
7962
7490
7491
+
'@atproto/lex-cli@0.8.0':
7492
+
dependencies:
7493
+
'@atproto/lexicon': 0.4.10
7494
+
'@atproto/syntax': 0.4.0
7495
+
chalk: 4.1.2
7496
+
commander: 9.5.0
7497
+
prettier: 3.4.2
7498
+
ts-morph: 24.0.0
7499
+
yesno: 0.4.0
7500
+
zod: 3.24.1
7501
+
7502
+
'@atproto/lexicon@0.4.10':
7503
+
dependencies:
7504
+
'@atproto/common-web': 0.4.1
7505
+
'@atproto/syntax': 0.4.0
7506
+
iso-datestring-validator: 2.2.2
7507
+
multiformats: 9.9.0
7508
+
zod: 3.24.1
7509
+
7963
7510
'@atproto/lexicon@0.4.4':
7964
7511
dependencies:
7965
7512
'@atproto/common-web': 0.3.1
···
7999
7546
'@atproto/oauth-client': 0.3.7
8000
7547
'@atproto/oauth-types': 0.2.2
8001
7548
7549
+
'@atproto/oauth-client@0.3.15':
7550
+
dependencies:
7551
+
'@atproto-labs/did-resolver': 0.1.12
7552
+
'@atproto-labs/fetch': 0.2.2
7553
+
'@atproto-labs/handle-resolver': 0.1.8
7554
+
'@atproto-labs/identity-resolver': 0.1.16
7555
+
'@atproto-labs/simple-store': 0.2.0
7556
+
'@atproto-labs/simple-store-memory': 0.1.3
7557
+
'@atproto/did': 0.1.5
7558
+
'@atproto/jwk': 0.1.5
7559
+
'@atproto/oauth-types': 0.2.6
7560
+
'@atproto/xrpc': 0.6.12
7561
+
multiformats: 9.9.0
7562
+
zod: 3.24.1
7563
+
8002
7564
'@atproto/oauth-client@0.3.2':
8003
7565
dependencies:
8004
7566
'@atproto-labs/did-resolver': 0.1.5
···
8052
7614
'@atproto/oauth-types@0.2.2':
8053
7615
dependencies:
8054
7616
'@atproto/jwk': 0.1.2
7617
+
zod: 3.24.1
7618
+
7619
+
'@atproto/oauth-types@0.2.6':
7620
+
dependencies:
7621
+
'@atproto/jwk': 0.1.5
8055
7622
zod: 3.24.1
8056
7623
8057
7624
'@atproto/repo@0.6.2':
···
8084
7651
8085
7652
'@atproto/syntax@0.3.1': {}
8086
7653
7654
+
'@atproto/syntax@0.4.0': {}
7655
+
8087
7656
'@atproto/xrpc-server@0.7.8':
8088
7657
dependencies:
8089
7658
'@atproto/common': 0.4.6
···
8103
7672
- supports-color
8104
7673
- utf-8-validate
8105
7674
7675
+
'@atproto/xrpc@0.6.12':
7676
+
dependencies:
7677
+
'@atproto/lexicon': 0.4.10
7678
+
zod: 3.24.1
7679
+
8106
7680
'@atproto/xrpc@0.6.4':
8107
7681
dependencies:
8108
-
'@atproto/lexicon': 0.4.4
7682
+
'@atproto/lexicon': 0.4.5
8109
7683
zod: 3.24.1
8110
7684
8111
7685
'@atproto/xrpc@0.6.5':
···
8235
7809
8236
7810
'@babel/helper-plugin-utils@7.25.9': {}
8237
7811
7812
+
'@babel/helper-plugin-utils@7.27.1': {}
7813
+
8238
7814
'@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.0)':
8239
7815
dependencies:
8240
7816
'@babel/core': 7.26.0
···
8290
7866
dependencies:
8291
7867
'@babel/types': 7.26.3
8292
7868
8293
-
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.0)':
8294
-
dependencies:
8295
-
'@babel/core': 7.26.0
8296
-
'@babel/helper-plugin-utils': 7.25.9
8297
-
'@babel/traverse': 7.26.4
8298
-
transitivePeerDependencies:
8299
-
- supports-color
8300
-
8301
-
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.0)':
8302
-
dependencies:
8303
-
'@babel/core': 7.26.0
8304
-
'@babel/helper-plugin-utils': 7.25.9
8305
-
8306
-
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.0)':
8307
-
dependencies:
8308
-
'@babel/core': 7.26.0
8309
-
'@babel/helper-plugin-utils': 7.25.9
8310
-
8311
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.0)':
8312
-
dependencies:
8313
-
'@babel/core': 7.26.0
8314
-
'@babel/helper-plugin-utils': 7.25.9
8315
-
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
8316
-
'@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.0)
8317
-
transitivePeerDependencies:
8318
-
- supports-color
8319
-
8320
-
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.0)':
8321
-
dependencies:
8322
-
'@babel/core': 7.26.0
8323
-
'@babel/helper-plugin-utils': 7.25.9
8324
-
'@babel/traverse': 7.26.4
8325
-
transitivePeerDependencies:
8326
-
- supports-color
8327
-
8328
-
'@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.0)':
8329
-
dependencies:
8330
-
'@babel/core': 7.26.0
8331
-
'@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
8332
-
'@babel/helper-plugin-utils': 7.25.9
8333
-
transitivePeerDependencies:
8334
-
- supports-color
8335
-
8336
7869
'@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.0)':
8337
7870
dependencies:
8338
7871
'@babel/core': 7.26.0
···
8347
7880
'@babel/core': 7.26.0
8348
7881
'@babel/helper-plugin-utils': 7.25.9
8349
7882
8350
-
'@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.26.0)':
8351
-
dependencies:
8352
-
'@babel/core': 7.26.0
8353
-
'@babel/helper-plugin-utils': 7.25.9
8354
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0)
8355
-
8356
-
'@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.26.0)':
8357
-
dependencies:
8358
-
'@babel/core': 7.26.0
8359
-
'@babel/helper-plugin-utils': 7.25.9
8360
-
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
8361
-
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0)
8362
-
transitivePeerDependencies:
8363
-
- supports-color
8364
-
8365
7883
'@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.0)':
8366
7884
dependencies:
8367
7885
'@babel/core': 7.26.0
···
8369
7887
'@babel/helper-plugin-utils': 7.25.9
8370
7888
transitivePeerDependencies:
8371
7889
- supports-color
8372
-
8373
-
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0)':
8374
-
dependencies:
8375
-
'@babel/core': 7.26.0
8376
7890
8377
7891
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)':
8378
7892
dependencies:
···
8410
7924
'@babel/helper-plugin-utils': 7.25.9
8411
7925
8412
7926
'@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0)':
8413
-
dependencies:
8414
-
'@babel/core': 7.26.0
8415
-
'@babel/helper-plugin-utils': 7.25.9
8416
-
8417
-
'@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0)':
8418
7927
dependencies:
8419
7928
'@babel/core': 7.26.0
8420
7929
'@babel/helper-plugin-utils': 7.25.9
···
8484
7993
'@babel/core': 7.26.0
8485
7994
'@babel/helper-plugin-utils': 7.25.9
8486
7995
8487
-
'@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0)':
8488
-
dependencies:
8489
-
'@babel/core': 7.26.0
8490
-
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8491
-
'@babel/helper-plugin-utils': 7.25.9
8492
-
8493
7996
'@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.0)':
8494
7997
dependencies:
8495
7998
'@babel/core': 7.26.0
···
8513
8016
transitivePeerDependencies:
8514
8017
- supports-color
8515
8018
8516
-
'@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.26.0)':
8517
-
dependencies:
8518
-
'@babel/core': 7.26.0
8519
-
'@babel/helper-plugin-utils': 7.25.9
8520
-
8521
8019
'@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.0)':
8522
8020
dependencies:
8523
8021
'@babel/core': 7.26.0
···
8531
8029
transitivePeerDependencies:
8532
8030
- supports-color
8533
8031
8534
-
'@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.0)':
8535
-
dependencies:
8536
-
'@babel/core': 7.26.0
8537
-
'@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
8538
-
'@babel/helper-plugin-utils': 7.25.9
8539
-
transitivePeerDependencies:
8540
-
- supports-color
8541
-
8542
8032
'@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.0)':
8543
8033
dependencies:
8544
8034
'@babel/core': 7.26.0
···
8562
8052
'@babel/core': 7.26.0
8563
8053
'@babel/helper-plugin-utils': 7.25.9
8564
8054
8565
-
'@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.0)':
8055
+
'@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.0)':
8566
8056
dependencies:
8567
8057
'@babel/core': 7.26.0
8568
-
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8569
-
'@babel/helper-plugin-utils': 7.25.9
8570
-
8571
-
'@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.0)':
8572
-
dependencies:
8573
-
'@babel/core': 7.26.0
8574
-
'@babel/helper-plugin-utils': 7.25.9
8575
-
8576
-
'@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)':
8577
-
dependencies:
8578
-
'@babel/core': 7.26.0
8579
-
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8580
-
'@babel/helper-plugin-utils': 7.25.9
8581
-
8582
-
'@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.0)':
8583
-
dependencies:
8584
-
'@babel/core': 7.26.0
8585
-
'@babel/helper-plugin-utils': 7.25.9
8586
-
8587
-
'@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.0)':
8588
-
dependencies:
8589
-
'@babel/core': 7.26.0
8590
-
'@babel/helper-plugin-utils': 7.25.9
8591
-
8592
-
'@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.0)':
8593
-
dependencies:
8594
-
'@babel/core': 7.26.0
8595
-
'@babel/helper-plugin-utils': 7.25.9
8058
+
'@babel/helper-plugin-utils': 7.27.1
8596
8059
8597
8060
'@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.26.0)':
8598
8061
dependencies:
···
8617
8080
transitivePeerDependencies:
8618
8081
- supports-color
8619
8082
8620
-
'@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.0)':
8621
-
dependencies:
8622
-
'@babel/core': 7.26.0
8623
-
'@babel/helper-plugin-utils': 7.25.9
8624
-
8625
8083
'@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.0)':
8626
8084
dependencies:
8627
8085
'@babel/core': 7.26.0
···
8632
8090
'@babel/core': 7.26.0
8633
8091
'@babel/helper-plugin-utils': 7.25.9
8634
8092
8635
-
'@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.0)':
8636
-
dependencies:
8637
-
'@babel/core': 7.26.0
8638
-
'@babel/helper-plugin-utils': 7.25.9
8639
-
8640
-
'@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.0)':
8641
-
dependencies:
8642
-
'@babel/core': 7.26.0
8643
-
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
8644
-
'@babel/helper-plugin-utils': 7.25.9
8645
-
transitivePeerDependencies:
8646
-
- supports-color
8647
-
8648
8093
'@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.0)':
8649
8094
dependencies:
8650
8095
'@babel/core': 7.26.0
···
8653
8098
transitivePeerDependencies:
8654
8099
- supports-color
8655
8100
8656
-
'@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.0)':
8657
-
dependencies:
8658
-
'@babel/core': 7.26.0
8659
-
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
8660
-
'@babel/helper-plugin-utils': 7.25.9
8661
-
'@babel/helper-validator-identifier': 7.25.9
8662
-
'@babel/traverse': 7.26.4
8663
-
transitivePeerDependencies:
8664
-
- supports-color
8665
-
8666
-
'@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.0)':
8667
-
dependencies:
8668
-
'@babel/core': 7.26.0
8669
-
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
8670
-
'@babel/helper-plugin-utils': 7.25.9
8671
-
transitivePeerDependencies:
8672
-
- supports-color
8673
-
8674
8101
'@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)':
8675
8102
dependencies:
8676
8103
'@babel/core': 7.26.0
8677
8104
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8678
8105
'@babel/helper-plugin-utils': 7.25.9
8679
8106
8680
-
'@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.0)':
8681
-
dependencies:
8682
-
'@babel/core': 7.26.0
8683
-
'@babel/helper-plugin-utils': 7.25.9
8684
-
8685
8107
'@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.26.0)':
8686
8108
dependencies:
8687
8109
'@babel/core': 7.26.0
···
8699
8121
'@babel/helper-plugin-utils': 7.25.9
8700
8122
'@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
8701
8123
8702
-
'@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.0)':
8703
-
dependencies:
8704
-
'@babel/core': 7.26.0
8705
-
'@babel/helper-plugin-utils': 7.25.9
8706
-
'@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0)
8707
-
transitivePeerDependencies:
8708
-
- supports-color
8709
-
8710
8124
'@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.0)':
8711
8125
dependencies:
8712
8126
'@babel/core': 7.26.0
···
8741
8155
'@babel/helper-plugin-utils': 7.25.9
8742
8156
transitivePeerDependencies:
8743
8157
- supports-color
8744
-
8745
-
'@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.0)':
8746
-
dependencies:
8747
-
'@babel/core': 7.26.0
8748
-
'@babel/helper-plugin-utils': 7.25.9
8749
8158
8750
8159
'@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.0)':
8751
8160
dependencies:
···
8792
8201
'@babel/helper-plugin-utils': 7.25.9
8793
8202
regenerator-transform: 0.15.2
8794
8203
8795
-
'@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.0)':
8796
-
dependencies:
8797
-
'@babel/core': 7.26.0
8798
-
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8799
-
'@babel/helper-plugin-utils': 7.25.9
8800
-
8801
-
'@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.0)':
8802
-
dependencies:
8803
-
'@babel/core': 7.26.0
8804
-
'@babel/helper-plugin-utils': 7.25.9
8805
-
8806
8204
'@babel/plugin-transform-runtime@7.25.9(@babel/core@7.26.0)':
8807
8205
dependencies:
8808
8206
'@babel/core': 7.26.0
···
8838
8236
'@babel/core': 7.26.0
8839
8237
'@babel/helper-plugin-utils': 7.25.9
8840
8238
8841
-
'@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.26.0)':
8842
-
dependencies:
8843
-
'@babel/core': 7.26.0
8844
-
'@babel/helper-plugin-utils': 7.25.9
8845
-
8846
8239
'@babel/plugin-transform-typescript@7.26.3(@babel/core@7.26.0)':
8847
8240
dependencies:
8848
8241
'@babel/core': 7.26.0
···
8854
8247
transitivePeerDependencies:
8855
8248
- supports-color
8856
8249
8857
-
'@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.0)':
8858
-
dependencies:
8859
-
'@babel/core': 7.26.0
8860
-
'@babel/helper-plugin-utils': 7.25.9
8861
-
8862
-
'@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.0)':
8863
-
dependencies:
8864
-
'@babel/core': 7.26.0
8865
-
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8866
-
'@babel/helper-plugin-utils': 7.25.9
8867
-
8868
8250
'@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.0)':
8869
8251
dependencies:
8870
8252
'@babel/core': 7.26.0
8871
8253
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8872
8254
'@babel/helper-plugin-utils': 7.25.9
8873
8255
8874
-
'@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.0)':
8875
-
dependencies:
8876
-
'@babel/core': 7.26.0
8877
-
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0)
8878
-
'@babel/helper-plugin-utils': 7.25.9
8879
-
8880
-
'@babel/preset-env@7.26.0(@babel/core@7.26.0)':
8881
-
dependencies:
8882
-
'@babel/compat-data': 7.26.3
8883
-
'@babel/core': 7.26.0
8884
-
'@babel/helper-compilation-targets': 7.25.9
8885
-
'@babel/helper-plugin-utils': 7.25.9
8886
-
'@babel/helper-validator-option': 7.25.9
8887
-
'@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.0)
8888
-
'@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.0)
8889
-
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.0)
8890
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.0)
8891
-
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.0)
8892
-
'@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0)
8893
-
'@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.0)
8894
-
'@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0)
8895
-
'@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.0)
8896
-
'@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0)
8897
-
'@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.26.0)
8898
-
'@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.0)
8899
-
'@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.26.0)
8900
-
'@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.0)
8901
-
'@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0)
8902
-
'@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.0)
8903
-
'@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.0)
8904
-
'@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.0)
8905
-
'@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.0)
8906
-
'@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.0)
8907
-
'@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.0)
8908
-
'@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0)
8909
-
'@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.0)
8910
-
'@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.26.0)
8911
-
'@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0)
8912
-
'@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.0)
8913
-
'@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.0)
8914
-
'@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.0)
8915
-
'@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.0)
8916
-
'@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.0)
8917
-
'@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.0)
8918
-
'@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.0)
8919
-
'@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.0)
8920
-
'@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.0)
8921
-
'@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.0)
8922
-
'@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0)
8923
-
'@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.0)
8924
-
'@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.26.0)
8925
-
'@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.0)
8926
-
'@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0)
8927
-
'@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.0)
8928
-
'@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.0)
8929
-
'@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.0)
8930
-
'@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
8931
-
'@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.0)
8932
-
'@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.0)
8933
-
'@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.0)
8934
-
'@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.0)
8935
-
'@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.0)
8936
-
'@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.0)
8937
-
'@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.0)
8938
-
'@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.0)
8939
-
'@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.0)
8940
-
'@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.26.0)
8941
-
'@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.26.0)
8942
-
'@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.0)
8943
-
'@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.0)
8944
-
'@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.0)
8945
-
'@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.0)
8946
-
'@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.0)
8947
-
babel-plugin-polyfill-corejs2: 0.4.12(@babel/core@7.26.0)
8948
-
babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0)
8949
-
babel-plugin-polyfill-regenerator: 0.6.3(@babel/core@7.26.0)
8950
-
core-js-compat: 3.39.0
8951
-
semver: 6.3.1
8952
-
transitivePeerDependencies:
8953
-
- supports-color
8954
-
8955
-
'@babel/preset-flow@7.25.9(@babel/core@7.26.0)':
8956
-
dependencies:
8957
-
'@babel/core': 7.26.0
8958
-
'@babel/helper-plugin-utils': 7.25.9
8959
-
'@babel/helper-validator-option': 7.25.9
8960
-
'@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.26.0)
8961
-
8962
-
'@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.0)':
8963
-
dependencies:
8964
-
'@babel/core': 7.26.0
8965
-
'@babel/helper-plugin-utils': 7.25.9
8966
-
'@babel/types': 7.26.3
8967
-
esutils: 2.0.3
8968
-
8969
8256
'@babel/preset-react@7.26.3(@babel/core@7.26.0)':
8970
8257
dependencies:
8971
8258
'@babel/core': 7.26.0
···
8988
8275
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
8989
8276
transitivePeerDependencies:
8990
8277
- supports-color
8991
-
8992
-
'@babel/register@7.25.9(@babel/core@7.26.0)':
8993
-
dependencies:
8994
-
'@babel/core': 7.26.0
8995
-
clone-deep: 4.0.1
8996
-
find-cache-dir: 2.1.0
8997
-
make-dir: 2.1.0
8998
-
pirates: 4.0.6
8999
-
source-map-support: 0.5.21
9000
8278
9001
8279
'@babel/runtime@7.26.0':
9002
8280
dependencies:
···
9045
8323
'@cbor-extract/cbor-extract-win32-x64@2.2.0':
9046
8324
optional: true
9047
8325
9048
-
'@craftzdog/react-native-buffer@6.0.5(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
8326
+
'@craftzdog/react-native-buffer@6.0.5(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
9049
8327
dependencies:
9050
8328
ieee754: 1.2.1
9051
-
react-native-quick-base64: 2.1.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
8329
+
react-native-quick-base64: 2.1.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9052
8330
transitivePeerDependencies:
9053
8331
- react
9054
8332
- react-native
···
9378
8656
9379
8657
'@eslint/js@8.57.1': {}
9380
8658
9381
-
'@expo/bunyan@4.0.1':
9382
-
dependencies:
9383
-
uuid: 8.3.2
9384
-
9385
-
'@expo/cli@0.22.10':
8659
+
'@expo/cli@0.24.11':
9386
8660
dependencies:
9387
8661
'@0no-co/graphql.web': 1.0.12
9388
8662
'@babel/runtime': 7.26.0
9389
8663
'@expo/code-signing-certificates': 0.0.5
9390
-
'@expo/config': 10.0.8
9391
-
'@expo/config-plugins': 9.0.14
8664
+
'@expo/config': 11.0.8
8665
+
'@expo/config-plugins': 10.0.2
9392
8666
'@expo/devcert': 1.1.4
9393
-
'@expo/env': 0.4.1
9394
-
'@expo/image-utils': 0.6.4
9395
-
'@expo/json-file': 9.0.1
9396
-
'@expo/metro-config': 0.19.9
9397
-
'@expo/osascript': 2.1.5
9398
-
'@expo/package-manager': 1.7.1
9399
-
'@expo/plist': 0.2.1
9400
-
'@expo/prebuild-config': 8.0.25
9401
-
'@expo/rudder-sdk-node': 1.1.1
8667
+
'@expo/env': 1.0.5
8668
+
'@expo/image-utils': 0.7.4
8669
+
'@expo/json-file': 9.1.4
8670
+
'@expo/metro-config': 0.20.13
8671
+
'@expo/osascript': 2.2.4
8672
+
'@expo/package-manager': 1.8.4
8673
+
'@expo/plist': 0.3.4
8674
+
'@expo/prebuild-config': 9.0.5
9402
8675
'@expo/spawn-async': 1.7.2
8676
+
'@expo/ws-tunnel': 1.0.6
9403
8677
'@expo/xcpretty': 4.3.2
9404
-
'@react-native/dev-middleware': 0.76.6
8678
+
'@react-native/dev-middleware': 0.79.2
9405
8679
'@urql/core': 5.1.0
9406
8680
'@urql/exchange-retry': 1.3.0(@urql/core@5.1.0)
9407
8681
accepts: 1.3.8
9408
8682
arg: 5.0.2
9409
8683
better-opn: 3.0.2
9410
-
bplist-creator: 0.0.7
8684
+
bplist-creator: 0.1.0
9411
8685
bplist-parser: 0.3.2
9412
-
cacache: 18.0.4
9413
8686
chalk: 4.1.2
9414
8687
ci-info: 3.9.0
9415
8688
compression: 1.7.5
9416
8689
connect: 3.7.0
9417
8690
debug: 4.4.0
9418
8691
env-editor: 0.4.2
9419
-
fast-glob: 3.3.2
9420
-
form-data: 3.0.2
9421
8692
freeport-async: 2.0.0
9422
-
fs-extra: 8.1.0
9423
8693
getenv: 1.0.0
9424
8694
glob: 10.4.5
9425
-
internal-ip: 4.3.0
9426
-
is-docker: 2.2.1
9427
-
is-wsl: 2.2.0
9428
-
lodash.debounce: 4.0.8
9429
-
minimatch: 3.1.2
8695
+
lan-network: 0.1.5
8696
+
minimatch: 9.0.5
9430
8697
node-forge: 1.3.1
9431
8698
npm-package-arg: 11.0.3
9432
8699
ora: 3.4.0
···
9447
8714
source-map-support: 0.5.21
9448
8715
stacktrace-parser: 0.1.10
9449
8716
structured-headers: 0.4.1
9450
-
tar: 6.2.1
9451
-
temp-dir: 2.0.0
9452
-
tempy: 0.7.1
8717
+
tar: 7.4.3
9453
8718
terminal-link: 2.1.1
9454
8719
undici: 6.21.0
9455
-
unique-string: 2.0.0
9456
8720
wrap-ansi: 7.0.0
9457
8721
ws: 8.18.0
9458
8722
transitivePeerDependencies:
9459
8723
- bufferutil
9460
-
- encoding
9461
8724
- graphql
9462
8725
- supports-color
9463
8726
- utf-8-validate
···
9467
8730
node-forge: 1.3.1
9468
8731
nullthrows: 1.1.1
9469
8732
9470
-
'@expo/config-plugins@9.0.12':
9471
-
dependencies:
9472
-
'@expo/config-types': 52.0.1
9473
-
'@expo/json-file': 9.0.0
9474
-
'@expo/plist': 0.2.0
9475
-
'@expo/sdk-runtime-versions': 1.0.0
9476
-
chalk: 4.1.2
9477
-
debug: 4.4.0
9478
-
getenv: 1.0.0
9479
-
glob: 10.4.5
9480
-
resolve-from: 5.0.0
9481
-
semver: 7.6.3
9482
-
slash: 3.0.0
9483
-
slugify: 1.6.6
9484
-
xcode: 3.0.1
9485
-
xml2js: 0.6.0
9486
-
transitivePeerDependencies:
9487
-
- supports-color
9488
-
9489
-
'@expo/config-plugins@9.0.14':
8733
+
'@expo/config-plugins@10.0.2':
9490
8734
dependencies:
9491
-
'@expo/config-types': 52.0.3
9492
-
'@expo/json-file': 9.0.1
9493
-
'@expo/plist': 0.2.1
8735
+
'@expo/config-types': 53.0.3
8736
+
'@expo/json-file': 9.1.4
8737
+
'@expo/plist': 0.3.4
9494
8738
'@expo/sdk-runtime-versions': 1.0.0
9495
8739
chalk: 4.1.2
9496
8740
debug: 4.4.0
···
9505
8749
transitivePeerDependencies:
9506
8750
- supports-color
9507
8751
9508
-
'@expo/config-types@52.0.1': {}
8752
+
'@expo/config-types@53.0.3': {}
9509
8753
9510
-
'@expo/config-types@52.0.3': {}
9511
-
9512
-
'@expo/config@10.0.6':
8754
+
'@expo/config@11.0.8':
9513
8755
dependencies:
9514
8756
'@babel/code-frame': 7.10.4
9515
-
'@expo/config-plugins': 9.0.12
9516
-
'@expo/config-types': 52.0.1
9517
-
'@expo/json-file': 9.0.0
9518
-
deepmerge: 4.3.1
9519
-
getenv: 1.0.0
9520
-
glob: 10.4.5
9521
-
require-from-string: 2.0.2
9522
-
resolve-from: 5.0.0
9523
-
resolve-workspace-root: 2.0.0
9524
-
semver: 7.6.3
9525
-
slugify: 1.6.6
9526
-
sucrase: 3.35.0
9527
-
transitivePeerDependencies:
9528
-
- supports-color
9529
-
9530
-
'@expo/config@10.0.8':
9531
-
dependencies:
9532
-
'@babel/code-frame': 7.10.4
9533
-
'@expo/config-plugins': 9.0.14
9534
-
'@expo/config-types': 52.0.3
9535
-
'@expo/json-file': 9.0.1
8757
+
'@expo/config-plugins': 10.0.2
8758
+
'@expo/config-types': 53.0.3
8759
+
'@expo/json-file': 9.1.4
9536
8760
deepmerge: 4.3.1
9537
8761
getenv: 1.0.0
9538
8762
glob: 10.4.5
···
9562
8786
transitivePeerDependencies:
9563
8787
- supports-color
9564
8788
9565
-
'@expo/env@0.4.0':
9566
-
dependencies:
9567
-
chalk: 4.1.2
9568
-
debug: 4.4.0
9569
-
dotenv: 16.4.7
9570
-
dotenv-expand: 11.0.7
9571
-
getenv: 1.0.0
9572
-
transitivePeerDependencies:
9573
-
- supports-color
9574
-
9575
-
'@expo/env@0.4.1':
8789
+
'@expo/env@1.0.5':
9576
8790
dependencies:
9577
8791
chalk: 4.1.2
9578
8792
debug: 4.4.0
···
9582
8796
transitivePeerDependencies:
9583
8797
- supports-color
9584
8798
9585
-
'@expo/fingerprint@0.11.7':
8799
+
'@expo/fingerprint@0.12.4':
9586
8800
dependencies:
9587
8801
'@expo/spawn-async': 1.7.2
9588
8802
arg: 5.0.2
···
9590
8804
debug: 4.4.0
9591
8805
find-up: 5.0.0
9592
8806
getenv: 1.0.0
9593
-
minimatch: 3.1.2
8807
+
minimatch: 9.0.5
9594
8808
p-limit: 3.1.0
9595
8809
resolve-from: 5.0.0
9596
8810
semver: 7.6.3
9597
8811
transitivePeerDependencies:
9598
8812
- supports-color
9599
8813
9600
-
'@expo/image-utils@0.6.3':
8814
+
'@expo/image-utils@0.7.4':
9601
8815
dependencies:
9602
8816
'@expo/spawn-async': 1.7.2
9603
8817
chalk: 4.1.2
9604
-
fs-extra: 9.0.0
9605
8818
getenv: 1.0.0
9606
8819
jimp-compact: 0.16.1
9607
8820
parse-png: 2.1.0
···
9610
8823
temp-dir: 2.0.0
9611
8824
unique-string: 2.0.0
9612
8825
9613
-
'@expo/image-utils@0.6.4':
9614
-
dependencies:
9615
-
'@expo/spawn-async': 1.7.2
9616
-
chalk: 4.1.2
9617
-
fs-extra: 9.0.0
9618
-
getenv: 1.0.0
9619
-
jimp-compact: 0.16.1
9620
-
parse-png: 2.1.0
9621
-
resolve-from: 5.0.0
9622
-
semver: 7.6.3
9623
-
temp-dir: 2.0.0
9624
-
unique-string: 2.0.0
9625
-
9626
-
'@expo/json-file@9.0.0':
8826
+
'@expo/json-file@9.1.4':
9627
8827
dependencies:
9628
8828
'@babel/code-frame': 7.10.4
9629
8829
json5: 2.2.3
9630
-
write-file-atomic: 2.4.3
9631
8830
9632
-
'@expo/json-file@9.0.1':
9633
-
dependencies:
9634
-
'@babel/code-frame': 7.10.4
9635
-
json5: 2.2.3
9636
-
write-file-atomic: 2.4.3
9637
-
9638
-
'@expo/metro-config@0.19.9':
8831
+
'@expo/metro-config@0.20.13':
9639
8832
dependencies:
9640
8833
'@babel/core': 7.26.0
9641
8834
'@babel/generator': 7.26.3
9642
8835
'@babel/parser': 7.26.3
9643
8836
'@babel/types': 7.26.3
9644
-
'@expo/config': 10.0.8
9645
-
'@expo/env': 0.4.1
9646
-
'@expo/json-file': 9.0.1
8837
+
'@expo/config': 11.0.8
8838
+
'@expo/env': 1.0.5
8839
+
'@expo/json-file': 9.1.4
9647
8840
'@expo/spawn-async': 1.7.2
9648
8841
chalk: 4.1.2
9649
8842
debug: 4.4.0
9650
-
fs-extra: 9.1.0
8843
+
dotenv: 16.4.7
8844
+
dotenv-expand: 11.0.7
9651
8845
getenv: 1.0.0
9652
8846
glob: 10.4.5
9653
8847
jsc-safe-url: 0.2.4
9654
8848
lightningcss: 1.27.0
9655
-
minimatch: 3.1.2
8849
+
minimatch: 9.0.5
9656
8850
postcss: 8.4.49
9657
8851
resolve-from: 5.0.0
9658
8852
transitivePeerDependencies:
9659
8853
- supports-color
9660
8854
9661
-
'@expo/metro-runtime@4.0.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))':
8855
+
'@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))':
9662
8856
dependencies:
9663
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
8857
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9664
8858
9665
-
'@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))':
9666
-
dependencies:
9667
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
9668
-
9669
-
'@expo/osascript@2.1.5':
8859
+
'@expo/osascript@2.2.4':
9670
8860
dependencies:
9671
8861
'@expo/spawn-async': 1.7.2
9672
8862
exec-async: 2.2.0
9673
8863
9674
-
'@expo/package-manager@1.7.1':
8864
+
'@expo/package-manager@1.8.4':
9675
8865
dependencies:
9676
-
'@expo/json-file': 9.0.1
8866
+
'@expo/json-file': 9.1.4
9677
8867
'@expo/spawn-async': 1.7.2
9678
-
ansi-regex: 5.0.1
9679
8868
chalk: 4.1.2
9680
-
find-up: 5.0.0
9681
-
js-yaml: 3.14.1
9682
-
micromatch: 4.0.8
9683
8869
npm-package-arg: 11.0.3
9684
8870
ora: 3.4.0
9685
8871
resolve-workspace-root: 2.0.0
9686
-
split: 1.0.1
9687
-
sudo-prompt: 9.1.1
9688
8872
9689
-
'@expo/plist@0.2.0':
8873
+
'@expo/plist@0.3.4':
9690
8874
dependencies:
9691
-
'@xmldom/xmldom': 0.7.13
8875
+
'@xmldom/xmldom': 0.8.10
9692
8876
base64-js: 1.5.1
9693
-
xmlbuilder: 14.0.0
8877
+
xmlbuilder: 15.1.1
9694
8878
9695
-
'@expo/plist@0.2.1':
8879
+
'@expo/prebuild-config@9.0.5':
9696
8880
dependencies:
9697
-
'@xmldom/xmldom': 0.7.13
9698
-
base64-js: 1.5.1
9699
-
xmlbuilder: 14.0.0
9700
-
9701
-
'@expo/prebuild-config@8.0.23':
9702
-
dependencies:
9703
-
'@expo/config': 10.0.6
9704
-
'@expo/config-plugins': 9.0.12
9705
-
'@expo/config-types': 52.0.1
9706
-
'@expo/image-utils': 0.6.3
9707
-
'@expo/json-file': 9.0.0
9708
-
'@react-native/normalize-colors': 0.76.5
8881
+
'@expo/config': 11.0.8
8882
+
'@expo/config-plugins': 10.0.2
8883
+
'@expo/config-types': 53.0.3
8884
+
'@expo/image-utils': 0.7.4
8885
+
'@expo/json-file': 9.1.4
8886
+
'@react-native/normalize-colors': 0.79.2
9709
8887
debug: 4.4.0
9710
-
fs-extra: 9.1.0
9711
8888
resolve-from: 5.0.0
9712
8889
semver: 7.6.3
9713
8890
xml2js: 0.6.0
9714
8891
transitivePeerDependencies:
9715
8892
- supports-color
9716
8893
9717
-
'@expo/prebuild-config@8.0.25':
9718
-
dependencies:
9719
-
'@expo/config': 10.0.8
9720
-
'@expo/config-plugins': 9.0.14
9721
-
'@expo/config-types': 52.0.3
9722
-
'@expo/image-utils': 0.6.4
9723
-
'@expo/json-file': 9.0.1
9724
-
'@react-native/normalize-colors': 0.76.6
9725
-
debug: 4.4.0
9726
-
fs-extra: 9.1.0
9727
-
resolve-from: 5.0.0
9728
-
semver: 7.6.3
9729
-
xml2js: 0.6.0
9730
-
transitivePeerDependencies:
9731
-
- supports-color
9732
-
9733
-
'@expo/rudder-sdk-node@1.1.1':
9734
-
dependencies:
9735
-
'@expo/bunyan': 4.0.1
9736
-
'@segment/loosely-validate-event': 2.0.0
9737
-
fetch-retry: 4.1.1
9738
-
md5: 2.3.0
9739
-
node-fetch: 2.7.0
9740
-
remove-trailing-slash: 0.1.1
9741
-
uuid: 8.3.2
9742
-
transitivePeerDependencies:
9743
-
- encoding
9744
-
9745
8894
'@expo/sdk-runtime-versions@1.0.0': {}
9746
8895
9747
-
'@expo/server@0.5.0(typescript@5.7.3)':
8896
+
'@expo/server@0.6.2':
9748
8897
dependencies:
9749
-
'@remix-run/node': 2.15.1(typescript@5.7.3)
9750
8898
abort-controller: 3.0.0
9751
8899
debug: 4.4.0
9752
8900
source-map-support: 0.5.21
8901
+
undici: 6.21.0
9753
8902
transitivePeerDependencies:
9754
8903
- supports-color
9755
-
- typescript
9756
8904
9757
8905
'@expo/spawn-async@1.7.2':
9758
8906
dependencies:
9759
8907
cross-spawn: 7.0.6
9760
8908
9761
-
'@expo/vector-icons@14.0.4':
8909
+
'@expo/vector-icons@14.1.0(expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
8910
+
dependencies:
8911
+
expo-font: 13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
8912
+
react: 19.0.0
8913
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
8914
+
8915
+
'@expo/vector-icons@14.1.0(expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
9762
8916
dependencies:
9763
-
prop-types: 15.8.1
8917
+
expo-font: 13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
8918
+
react: 19.0.0
8919
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
8920
+
optional: true
8921
+
8922
+
'@expo/ws-tunnel@1.0.6': {}
9764
8923
9765
8924
'@expo/xcpretty@4.3.2':
9766
8925
dependencies:
···
9778
8937
'@floating-ui/core': 1.6.8
9779
8938
'@floating-ui/utils': 0.2.8
9780
8939
9781
-
'@floating-ui/react-dom@2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
8940
+
'@floating-ui/react-dom@2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
9782
8941
dependencies:
9783
8942
'@floating-ui/dom': 1.6.12
9784
-
react: 18.3.1
9785
-
react-dom: 18.3.1(react@18.3.1)
8943
+
react: 19.0.0
8944
+
react-dom: 19.0.0(react@19.0.0)
9786
8945
9787
8946
'@floating-ui/utils@0.2.8': {}
9788
8947
9789
-
'@gorhom/bottom-sheet@5.0.6(@types/react@18.3.12)(react-native-gesture-handler@2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
8948
+
'@gorhom/bottom-sheet@5.1.2(@types/react@19.0.14)(react-native-gesture-handler@2.24.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
9790
8949
dependencies:
9791
-
'@gorhom/portal': 1.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
8950
+
'@gorhom/portal': 1.0.14(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9792
8951
invariant: 2.2.4
9793
-
react: 18.3.1
9794
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
9795
-
react-native-gesture-handler: 2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
9796
-
react-native-reanimated: 3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
8952
+
react: 19.0.0
8953
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
8954
+
react-native-gesture-handler: 2.24.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
8955
+
react-native-reanimated: 3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9797
8956
optionalDependencies:
9798
-
'@types/react': 18.3.12
8957
+
'@types/react': 19.0.14
9799
8958
9800
-
'@gorhom/portal@1.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
8959
+
'@gorhom/portal@1.0.14(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
9801
8960
dependencies:
9802
-
nanoid: 3.3.8
9803
-
react: 18.3.1
9804
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
8961
+
nanoid: 3.3.11
8962
+
react: 19.0.0
8963
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9805
8964
9806
8965
'@hono/node-server@1.13.7(hono@4.6.17)':
9807
8966
dependencies:
···
9838
8997
strip-ansi-cjs: strip-ansi@6.0.1
9839
8998
wrap-ansi: 8.1.0
9840
8999
wrap-ansi-cjs: wrap-ansi@7.0.0
9000
+
9001
+
'@isaacs/fs-minipass@4.0.1':
9002
+
dependencies:
9003
+
minipass: 7.1.2
9841
9004
9842
9005
'@isaacs/ttlcache@1.4.1': {}
9843
9006
···
10009
9172
10010
9173
'@nolyfill/is-core-module@1.0.39': {}
10011
9174
10012
-
'@npmcli/fs@3.1.1':
10013
-
dependencies:
10014
-
semver: 7.6.3
10015
-
10016
9175
'@pkgjs/parseargs@0.11.0':
10017
9176
optional: true
10018
9177
···
10035
9194
10036
9195
'@radix-ui/primitive@1.1.1': {}
10037
9196
10038
-
'@radix-ui/react-arrow@1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9197
+
'@radix-ui/react-arrow@1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10039
9198
dependencies:
10040
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10041
-
react: 18.3.1
10042
-
react-dom: 18.3.1(react@18.3.1)
9199
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9200
+
react: 19.0.0
9201
+
react-dom: 19.0.0(react@19.0.0)
10043
9202
optionalDependencies:
10044
-
'@types/react': 18.3.12
9203
+
'@types/react': 19.0.14
10045
9204
'@types/react-dom': 18.3.1
10046
9205
10047
-
'@radix-ui/react-compose-refs@1.0.0(react@18.3.1)':
9206
+
'@radix-ui/react-compose-refs@1.1.1(@types/react@19.0.14)(react@19.0.0)':
10048
9207
dependencies:
10049
-
'@babel/runtime': 7.26.0
10050
-
react: 18.3.1
9208
+
react: 19.0.0
9209
+
optionalDependencies:
9210
+
'@types/react': 19.0.14
10051
9211
10052
-
'@radix-ui/react-compose-refs@1.1.1(@types/react@18.3.12)(react@18.3.1)':
9212
+
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.0.14)(react@19.0.0)':
10053
9213
dependencies:
10054
-
react: 18.3.1
9214
+
react: 19.0.0
10055
9215
optionalDependencies:
10056
-
'@types/react': 18.3.12
9216
+
'@types/react': 19.0.14
10057
9217
10058
-
'@radix-ui/react-context@1.1.1(@types/react@18.3.12)(react@18.3.1)':
9218
+
'@radix-ui/react-context@1.1.1(@types/react@19.0.14)(react@19.0.0)':
10059
9219
dependencies:
10060
-
react: 18.3.1
9220
+
react: 19.0.0
10061
9221
optionalDependencies:
10062
-
'@types/react': 18.3.12
9222
+
'@types/react': 19.0.14
10063
9223
10064
-
'@radix-ui/react-dismissable-layer@1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9224
+
'@radix-ui/react-dismissable-layer@1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10065
9225
dependencies:
10066
9226
'@radix-ui/primitive': 1.1.1
10067
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10068
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10069
-
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10070
-
'@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10071
-
react: 18.3.1
10072
-
react-dom: 18.3.1(react@18.3.1)
9227
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9228
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9229
+
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9230
+
'@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9231
+
react: 19.0.0
9232
+
react-dom: 19.0.0(react@19.0.0)
10073
9233
optionalDependencies:
10074
-
'@types/react': 18.3.12
9234
+
'@types/react': 19.0.14
10075
9235
'@types/react-dom': 18.3.1
10076
9236
10077
-
'@radix-ui/react-focus-guards@1.1.1(@types/react@18.3.12)(react@18.3.1)':
9237
+
'@radix-ui/react-focus-guards@1.1.1(@types/react@19.0.14)(react@19.0.0)':
10078
9238
dependencies:
10079
-
react: 18.3.1
9239
+
react: 19.0.0
10080
9240
optionalDependencies:
10081
-
'@types/react': 18.3.12
9241
+
'@types/react': 19.0.14
10082
9242
10083
-
'@radix-ui/react-focus-scope@1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9243
+
'@radix-ui/react-focus-scope@1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10084
9244
dependencies:
10085
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10086
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10087
-
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10088
-
react: 18.3.1
10089
-
react-dom: 18.3.1(react@18.3.1)
9245
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9246
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9247
+
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9248
+
react: 19.0.0
9249
+
react-dom: 19.0.0(react@19.0.0)
10090
9250
optionalDependencies:
10091
-
'@types/react': 18.3.12
9251
+
'@types/react': 19.0.14
10092
9252
'@types/react-dom': 18.3.1
10093
9253
10094
-
'@radix-ui/react-hover-card@1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9254
+
'@radix-ui/react-hover-card@1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10095
9255
dependencies:
10096
9256
'@radix-ui/primitive': 1.1.1
10097
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10098
-
'@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10099
-
'@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10100
-
'@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10101
-
'@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10102
-
'@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10103
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10104
-
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10105
-
react: 18.3.1
10106
-
react-dom: 18.3.1(react@18.3.1)
9257
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9258
+
'@radix-ui/react-context': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9259
+
'@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9260
+
'@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9261
+
'@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9262
+
'@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9263
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9264
+
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9265
+
react: 19.0.0
9266
+
react-dom: 19.0.0(react@19.0.0)
10107
9267
optionalDependencies:
10108
-
'@types/react': 18.3.12
9268
+
'@types/react': 19.0.14
10109
9269
'@types/react-dom': 18.3.1
10110
9270
10111
-
'@radix-ui/react-id@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9271
+
'@radix-ui/react-id@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10112
9272
dependencies:
10113
-
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10114
-
react: 18.3.1
9273
+
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9274
+
react: 19.0.0
10115
9275
optionalDependencies:
10116
-
'@types/react': 18.3.12
9276
+
'@types/react': 19.0.14
10117
9277
10118
-
'@radix-ui/react-popover@1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9278
+
'@radix-ui/react-popover@1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10119
9279
dependencies:
10120
9280
'@radix-ui/primitive': 1.1.1
10121
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10122
-
'@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10123
-
'@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10124
-
'@radix-ui/react-focus-guards': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10125
-
'@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10126
-
'@radix-ui/react-id': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10127
-
'@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10128
-
'@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10129
-
'@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10130
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10131
-
'@radix-ui/react-slot': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10132
-
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.12)(react@18.3.1)
9281
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9282
+
'@radix-ui/react-context': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9283
+
'@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9284
+
'@radix-ui/react-focus-guards': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9285
+
'@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9286
+
'@radix-ui/react-id': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9287
+
'@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9288
+
'@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9289
+
'@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9290
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9291
+
'@radix-ui/react-slot': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9292
+
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.14)(react@19.0.0)
10133
9293
aria-hidden: 1.2.4
10134
-
react: 18.3.1
10135
-
react-dom: 18.3.1(react@18.3.1)
10136
-
react-remove-scroll: 2.6.0(@types/react@18.3.12)(react@18.3.1)
9294
+
react: 19.0.0
9295
+
react-dom: 19.0.0(react@19.0.0)
9296
+
react-remove-scroll: 2.6.0(@types/react@19.0.14)(react@19.0.0)
10137
9297
optionalDependencies:
10138
-
'@types/react': 18.3.12
9298
+
'@types/react': 19.0.14
10139
9299
'@types/react-dom': 18.3.1
10140
9300
10141
-
'@radix-ui/react-popper@1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9301
+
'@radix-ui/react-popper@1.2.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10142
9302
dependencies:
10143
-
'@floating-ui/react-dom': 2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10144
-
'@radix-ui/react-arrow': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10145
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10146
-
'@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10147
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10148
-
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10149
-
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10150
-
'@radix-ui/react-use-rect': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10151
-
'@radix-ui/react-use-size': 1.1.0(@types/react@18.3.12)(react@18.3.1)
9303
+
'@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9304
+
'@radix-ui/react-arrow': 1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9305
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9306
+
'@radix-ui/react-context': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9307
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9308
+
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9309
+
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9310
+
'@radix-ui/react-use-rect': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9311
+
'@radix-ui/react-use-size': 1.1.0(@types/react@19.0.14)(react@19.0.0)
10152
9312
'@radix-ui/rect': 1.1.0
10153
-
react: 18.3.1
10154
-
react-dom: 18.3.1(react@18.3.1)
9313
+
react: 19.0.0
9314
+
react-dom: 19.0.0(react@19.0.0)
10155
9315
optionalDependencies:
10156
-
'@types/react': 18.3.12
9316
+
'@types/react': 19.0.14
10157
9317
'@types/react-dom': 18.3.1
10158
9318
10159
-
'@radix-ui/react-portal@1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9319
+
'@radix-ui/react-portal@1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10160
9320
dependencies:
10161
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10162
-
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10163
-
react: 18.3.1
10164
-
react-dom: 18.3.1(react@18.3.1)
9321
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9322
+
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9323
+
react: 19.0.0
9324
+
react-dom: 19.0.0(react@19.0.0)
10165
9325
optionalDependencies:
10166
-
'@types/react': 18.3.12
9326
+
'@types/react': 19.0.14
10167
9327
'@types/react-dom': 18.3.1
10168
9328
10169
-
'@radix-ui/react-presence@1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9329
+
'@radix-ui/react-presence@1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10170
9330
dependencies:
10171
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10172
-
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10173
-
react: 18.3.1
10174
-
react-dom: 18.3.1(react@18.3.1)
9331
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9332
+
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9333
+
react: 19.0.0
9334
+
react-dom: 19.0.0(react@19.0.0)
10175
9335
optionalDependencies:
10176
-
'@types/react': 18.3.12
9336
+
'@types/react': 19.0.14
10177
9337
'@types/react-dom': 18.3.1
10178
9338
10179
-
'@radix-ui/react-primitive@2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9339
+
'@radix-ui/react-primitive@2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10180
9340
dependencies:
10181
-
'@radix-ui/react-slot': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10182
-
react: 18.3.1
10183
-
react-dom: 18.3.1(react@18.3.1)
9341
+
'@radix-ui/react-slot': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9342
+
react: 19.0.0
9343
+
react-dom: 19.0.0(react@19.0.0)
10184
9344
optionalDependencies:
10185
-
'@types/react': 18.3.12
9345
+
'@types/react': 19.0.14
10186
9346
'@types/react-dom': 18.3.1
10187
9347
10188
-
'@radix-ui/react-progress@1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9348
+
'@radix-ui/react-progress@1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10189
9349
dependencies:
10190
-
'@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10191
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10192
-
react: 18.3.1
10193
-
react-dom: 18.3.1(react@18.3.1)
9350
+
'@radix-ui/react-context': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9351
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9352
+
react: 19.0.0
9353
+
react-dom: 19.0.0(react@19.0.0)
10194
9354
optionalDependencies:
10195
-
'@types/react': 18.3.12
9355
+
'@types/react': 19.0.14
10196
9356
'@types/react-dom': 18.3.1
10197
9357
10198
-
'@radix-ui/react-slot@1.0.1(react@18.3.1)':
9358
+
'@radix-ui/react-slot@1.1.1(@types/react@19.0.14)(react@19.0.0)':
10199
9359
dependencies:
10200
-
'@babel/runtime': 7.26.0
10201
-
'@radix-ui/react-compose-refs': 1.0.0(react@18.3.1)
10202
-
react: 18.3.1
9360
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9361
+
react: 19.0.0
9362
+
optionalDependencies:
9363
+
'@types/react': 19.0.14
10203
9364
10204
-
'@radix-ui/react-slot@1.1.1(@types/react@18.3.12)(react@18.3.1)':
9365
+
'@radix-ui/react-slot@1.2.0(@types/react@19.0.14)(react@19.0.0)':
10205
9366
dependencies:
10206
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10207
-
react: 18.3.1
9367
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.14)(react@19.0.0)
9368
+
react: 19.0.0
10208
9369
optionalDependencies:
10209
-
'@types/react': 18.3.12
9370
+
'@types/react': 19.0.14
10210
9371
10211
-
'@radix-ui/react-tooltip@1.1.5(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9372
+
'@radix-ui/react-tooltip@1.1.5(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10212
9373
dependencies:
10213
9374
'@radix-ui/primitive': 1.1.1
10214
-
'@radix-ui/react-compose-refs': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10215
-
'@radix-ui/react-context': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10216
-
'@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10217
-
'@radix-ui/react-id': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10218
-
'@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10219
-
'@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10220
-
'@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10221
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10222
-
'@radix-ui/react-slot': 1.1.1(@types/react@18.3.12)(react@18.3.1)
10223
-
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10224
-
'@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10225
-
react: 18.3.1
10226
-
react-dom: 18.3.1(react@18.3.1)
9375
+
'@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9376
+
'@radix-ui/react-context': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9377
+
'@radix-ui/react-dismissable-layer': 1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9378
+
'@radix-ui/react-id': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9379
+
'@radix-ui/react-popper': 1.2.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9380
+
'@radix-ui/react-portal': 1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9381
+
'@radix-ui/react-presence': 1.1.2(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9382
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9383
+
'@radix-ui/react-slot': 1.1.1(@types/react@19.0.14)(react@19.0.0)
9384
+
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9385
+
'@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9386
+
react: 19.0.0
9387
+
react-dom: 19.0.0(react@19.0.0)
10227
9388
optionalDependencies:
10228
-
'@types/react': 18.3.12
9389
+
'@types/react': 19.0.14
10229
9390
'@types/react-dom': 18.3.1
10230
9391
10231
-
'@radix-ui/react-use-callback-ref@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9392
+
'@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10232
9393
dependencies:
10233
-
react: 18.3.1
9394
+
react: 19.0.0
10234
9395
optionalDependencies:
10235
-
'@types/react': 18.3.12
9396
+
'@types/react': 19.0.14
10236
9397
10237
-
'@radix-ui/react-use-controllable-state@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9398
+
'@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10238
9399
dependencies:
10239
-
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10240
-
react: 18.3.1
9400
+
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9401
+
react: 19.0.0
10241
9402
optionalDependencies:
10242
-
'@types/react': 18.3.12
9403
+
'@types/react': 19.0.14
10243
9404
10244
-
'@radix-ui/react-use-escape-keydown@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9405
+
'@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10245
9406
dependencies:
10246
-
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10247
-
react: 18.3.1
9407
+
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9408
+
react: 19.0.0
10248
9409
optionalDependencies:
10249
-
'@types/react': 18.3.12
9410
+
'@types/react': 19.0.14
10250
9411
10251
-
'@radix-ui/react-use-layout-effect@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9412
+
'@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10252
9413
dependencies:
10253
-
react: 18.3.1
9414
+
react: 19.0.0
10254
9415
optionalDependencies:
10255
-
'@types/react': 18.3.12
9416
+
'@types/react': 19.0.14
10256
9417
10257
-
'@radix-ui/react-use-rect@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9418
+
'@radix-ui/react-use-rect@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10258
9419
dependencies:
10259
9420
'@radix-ui/rect': 1.1.0
10260
-
react: 18.3.1
9421
+
react: 19.0.0
10261
9422
optionalDependencies:
10262
-
'@types/react': 18.3.12
9423
+
'@types/react': 19.0.14
10263
9424
10264
-
'@radix-ui/react-use-size@1.1.0(@types/react@18.3.12)(react@18.3.1)':
9425
+
'@radix-ui/react-use-size@1.1.0(@types/react@19.0.14)(react@19.0.0)':
10265
9426
dependencies:
10266
-
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.12)(react@18.3.1)
10267
-
react: 18.3.1
9427
+
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.14)(react@19.0.0)
9428
+
react: 19.0.0
10268
9429
optionalDependencies:
10269
-
'@types/react': 18.3.12
9430
+
'@types/react': 19.0.14
10270
9431
10271
-
'@radix-ui/react-visually-hidden@1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
9432
+
'@radix-ui/react-visually-hidden@1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
10272
9433
dependencies:
10273
-
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10274
-
react: 18.3.1
10275
-
react-dom: 18.3.1(react@18.3.1)
9434
+
'@radix-ui/react-primitive': 2.0.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9435
+
react: 19.0.0
9436
+
react-dom: 19.0.0(react@19.0.0)
10276
9437
optionalDependencies:
10277
-
'@types/react': 18.3.12
9438
+
'@types/react': 19.0.14
10278
9439
'@types/react-dom': 18.3.1
10279
9440
10280
9441
'@radix-ui/rect@1.1.0': {}
10281
9442
10282
-
'@react-native-async-storage/async-storage@1.23.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))':
9443
+
'@react-native-async-storage/async-storage@2.1.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))':
10283
9444
dependencies:
10284
9445
merge-options: 3.0.4
10285
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
9446
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
10286
9447
10287
-
'@react-native-picker/picker@2.11.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9448
+
'@react-native-picker/picker@2.11.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10288
9449
dependencies:
10289
-
react: 18.3.1
10290
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
9450
+
react: 19.0.0
9451
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
10291
9452
10292
-
'@react-native/assets-registry@0.76.6': {}
9453
+
'@react-native/assets-registry@0.79.2': {}
10293
9454
10294
-
'@react-native/babel-plugin-codegen@0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))':
9455
+
'@react-native/babel-plugin-codegen@0.79.2(@babel/core@7.26.0)':
10295
9456
dependencies:
10296
-
'@react-native/codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))
9457
+
'@babel/traverse': 7.26.4
9458
+
'@react-native/codegen': 0.79.2(@babel/core@7.26.0)
10297
9459
transitivePeerDependencies:
10298
-
- '@babel/preset-env'
9460
+
- '@babel/core'
10299
9461
- supports-color
10300
9462
10301
-
'@react-native/babel-preset@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))':
9463
+
'@react-native/babel-preset@0.79.2(@babel/core@7.26.0)':
10302
9464
dependencies:
10303
9465
'@babel/core': 7.26.0
10304
9466
'@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.26.0)
···
10341
9503
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
10342
9504
'@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.0)
10343
9505
'@babel/template': 7.25.9
10344
-
'@react-native/babel-plugin-codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))
9506
+
'@react-native/babel-plugin-codegen': 0.79.2(@babel/core@7.26.0)
10345
9507
babel-plugin-syntax-hermes-parser: 0.25.1
10346
9508
babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.26.0)
10347
9509
react-refresh: 0.14.2
10348
9510
transitivePeerDependencies:
10349
-
- '@babel/preset-env'
10350
9511
- supports-color
10351
9512
10352
-
'@react-native/codegen@0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))':
9513
+
'@react-native/codegen@0.79.2(@babel/core@7.26.0)':
10353
9514
dependencies:
10354
-
'@babel/parser': 7.26.3
10355
-
'@babel/preset-env': 7.26.0(@babel/core@7.26.0)
9515
+
'@babel/core': 7.26.0
10356
9516
glob: 7.2.3
10357
-
hermes-parser: 0.23.1
9517
+
hermes-parser: 0.25.1
10358
9518
invariant: 2.2.4
10359
-
jscodeshift: 0.14.0(@babel/preset-env@7.26.0(@babel/core@7.26.0))
10360
-
mkdirp: 0.5.6
10361
9519
nullthrows: 1.1.1
10362
9520
yargs: 17.7.2
10363
-
transitivePeerDependencies:
10364
-
- supports-color
10365
9521
10366
-
'@react-native/community-cli-plugin@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))':
9522
+
'@react-native/community-cli-plugin@0.79.2':
10367
9523
dependencies:
10368
-
'@react-native/dev-middleware': 0.76.6
10369
-
'@react-native/metro-babel-transformer': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))
9524
+
'@react-native/dev-middleware': 0.79.2
10370
9525
chalk: 4.1.2
10371
-
execa: 5.1.1
9526
+
debug: 2.6.9
10372
9527
invariant: 2.2.4
10373
-
metro: 0.81.0
10374
-
metro-config: 0.81.0
10375
-
metro-core: 0.81.0
10376
-
node-fetch: 2.7.0
10377
-
readline: 1.3.0
9528
+
metro: 0.82.2
9529
+
metro-config: 0.82.2
9530
+
metro-core: 0.82.2
10378
9531
semver: 7.6.3
10379
9532
transitivePeerDependencies:
10380
-
- '@babel/core'
10381
-
- '@babel/preset-env'
10382
9533
- bufferutil
10383
-
- encoding
10384
9534
- supports-color
10385
9535
- utf-8-validate
10386
9536
10387
-
'@react-native/debugger-frontend@0.76.6': {}
9537
+
'@react-native/debugger-frontend@0.79.2': {}
10388
9538
10389
-
'@react-native/dev-middleware@0.76.6':
9539
+
'@react-native/dev-middleware@0.79.2':
10390
9540
dependencies:
10391
9541
'@isaacs/ttlcache': 1.4.1
10392
-
'@react-native/debugger-frontend': 0.76.6
9542
+
'@react-native/debugger-frontend': 0.79.2
10393
9543
chrome-launcher: 0.15.2
10394
9544
chromium-edge-launcher: 0.2.0
10395
9545
connect: 3.7.0
10396
9546
debug: 2.6.9
9547
+
invariant: 2.2.4
10397
9548
nullthrows: 1.1.1
10398
9549
open: 7.4.2
10399
-
selfsigned: 2.4.1
10400
9550
serve-static: 1.16.2
10401
9551
ws: 6.2.3
10402
9552
transitivePeerDependencies:
···
10404
9554
- supports-color
10405
9555
- utf-8-validate
10406
9556
10407
-
'@react-native/gradle-plugin@0.76.6': {}
9557
+
'@react-native/gradle-plugin@0.79.2': {}
10408
9558
10409
-
'@react-native/js-polyfills@0.76.6': {}
10410
-
10411
-
'@react-native/metro-babel-transformer@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))':
10412
-
dependencies:
10413
-
'@babel/core': 7.26.0
10414
-
'@react-native/babel-preset': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))
10415
-
hermes-parser: 0.23.1
10416
-
nullthrows: 1.1.1
10417
-
transitivePeerDependencies:
10418
-
- '@babel/preset-env'
10419
-
- supports-color
9559
+
'@react-native/js-polyfills@0.79.2': {}
10420
9560
10421
9561
'@react-native/normalize-colors@0.74.88': {}
10422
9562
10423
-
'@react-native/normalize-colors@0.76.5': {}
10424
-
10425
-
'@react-native/normalize-colors@0.76.6': {}
9563
+
'@react-native/normalize-colors@0.79.2': {}
10426
9564
10427
9565
'@react-native/typescript-config@0.76.5': {}
10428
9566
10429
-
'@react-native/virtualized-lists@0.76.6(@types/react@18.3.12)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9567
+
'@react-native/virtualized-lists@0.79.2(@types/react@19.0.14)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10430
9568
dependencies:
10431
9569
invariant: 2.2.4
10432
9570
nullthrows: 1.1.1
10433
-
react: 18.3.1
10434
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
9571
+
react: 19.0.0
9572
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
10435
9573
optionalDependencies:
10436
-
'@types/react': 18.3.12
9574
+
'@types/react': 19.0.14
10437
9575
10438
-
'@react-navigation/bottom-tabs@7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9576
+
'@react-navigation/bottom-tabs@7.3.11(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-screens@4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10439
9577
dependencies:
10440
-
'@react-navigation/elements': 2.2.5(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10441
-
'@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
9578
+
'@react-navigation/elements': 2.4.0(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9579
+
'@react-navigation/native': 7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
10442
9580
color: 4.2.3
10443
-
react: 18.3.1
10444
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10445
-
react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10446
-
react-native-screens: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
9581
+
react: 19.0.0
9582
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9583
+
react-native-safe-area-context: 5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9584
+
react-native-screens: 4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
10447
9585
transitivePeerDependencies:
10448
9586
- '@react-native-masked-view/masked-view'
10449
9587
10450
-
'@react-navigation/core@7.3.1(react@18.3.1)':
9588
+
'@react-navigation/core@7.3.1(react@19.0.0)':
10451
9589
dependencies:
10452
9590
'@react-navigation/routers': 7.1.2
10453
9591
escape-string-regexp: 4.0.0
10454
9592
nanoid: 3.3.8
10455
9593
query-string: 7.1.3
10456
-
react: 18.3.1
9594
+
react: 19.0.0
10457
9595
react-is: 18.3.1
10458
-
use-latest-callback: 0.2.3(react@18.3.1)
10459
-
use-sync-external-store: 1.4.0(react@18.3.1)
9596
+
use-latest-callback: 0.2.3(react@19.0.0)
9597
+
use-sync-external-store: 1.4.0(react@19.0.0)
10460
9598
10461
-
'@react-navigation/elements@2.2.5(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9599
+
'@react-navigation/core@7.9.0(react@19.0.0)':
10462
9600
dependencies:
10463
-
'@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
9601
+
'@react-navigation/routers': 7.3.6
9602
+
escape-string-regexp: 4.0.0
9603
+
nanoid: 3.3.11
9604
+
query-string: 7.1.3
9605
+
react: 19.0.0
9606
+
react-is: 19.1.0
9607
+
use-latest-callback: 0.2.3(react@19.0.0)
9608
+
use-sync-external-store: 1.5.0(react@19.0.0)
9609
+
9610
+
'@react-navigation/elements@2.4.0(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
9611
+
dependencies:
9612
+
'@react-navigation/native': 7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
10464
9613
color: 4.2.3
10465
-
react: 18.3.1
10466
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10467
-
react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
9614
+
react: 19.0.0
9615
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9616
+
react-native-safe-area-context: 5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
10468
9617
10469
-
'@react-navigation/native-stack@7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9618
+
'@react-navigation/native-stack@7.3.11(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-screens@4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10470
9619
dependencies:
10471
-
'@react-navigation/elements': 2.2.5(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10472
-
'@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10473
-
react: 18.3.1
10474
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10475
-
react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10476
-
react-native-screens: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
9620
+
'@react-navigation/elements': 2.4.0(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9621
+
'@react-navigation/native': 7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9622
+
react: 19.0.0
9623
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9624
+
react-native-safe-area-context: 5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9625
+
react-native-screens: 4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
10477
9626
warn-once: 0.1.1
10478
9627
transitivePeerDependencies:
10479
9628
- '@react-native-masked-view/masked-view'
10480
9629
10481
-
'@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9630
+
'@react-navigation/native@7.0.14(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10482
9631
dependencies:
10483
-
'@react-navigation/core': 7.3.1(react@18.3.1)
9632
+
'@react-navigation/core': 7.3.1(react@19.0.0)
10484
9633
escape-string-regexp: 4.0.0
10485
9634
fast-deep-equal: 3.1.3
10486
9635
nanoid: 3.3.8
10487
-
react: 18.3.1
10488
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10489
-
use-latest-callback: 0.2.3(react@18.3.1)
10490
-
10491
-
'@react-navigation/routers@7.1.2':
10492
-
dependencies:
10493
-
nanoid: 3.3.8
10494
-
10495
-
'@remix-run/node@2.15.1(typescript@5.7.3)':
10496
-
dependencies:
10497
-
'@remix-run/server-runtime': 2.15.1(typescript@5.7.3)
10498
-
'@remix-run/web-fetch': 4.4.2
10499
-
'@web3-storage/multipart-parser': 1.0.0
10500
-
cookie-signature: 1.2.2
10501
-
source-map-support: 0.5.21
10502
-
stream-slice: 0.1.2
10503
-
undici: 6.21.0
10504
-
optionalDependencies:
10505
-
typescript: 5.7.3
10506
-
10507
-
'@remix-run/router@1.21.0': {}
10508
-
10509
-
'@remix-run/server-runtime@2.15.1(typescript@5.7.3)':
10510
-
dependencies:
10511
-
'@remix-run/router': 1.21.0
10512
-
'@types/cookie': 0.6.0
10513
-
'@web3-storage/multipart-parser': 1.0.0
10514
-
cookie: 0.6.0
10515
-
set-cookie-parser: 2.7.1
10516
-
source-map: 0.7.4
10517
-
turbo-stream: 2.4.0
10518
-
optionalDependencies:
10519
-
typescript: 5.7.3
10520
-
10521
-
'@remix-run/web-blob@3.1.0':
10522
-
dependencies:
10523
-
'@remix-run/web-stream': 1.1.0
10524
-
web-encoding: 1.1.5
10525
-
10526
-
'@remix-run/web-fetch@4.4.2':
10527
-
dependencies:
10528
-
'@remix-run/web-blob': 3.1.0
10529
-
'@remix-run/web-file': 3.1.0
10530
-
'@remix-run/web-form-data': 3.1.0
10531
-
'@remix-run/web-stream': 1.1.0
10532
-
'@web3-storage/multipart-parser': 1.0.0
10533
-
abort-controller: 3.0.0
10534
-
data-uri-to-buffer: 3.0.1
10535
-
mrmime: 1.0.1
9636
+
react: 19.0.0
9637
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9638
+
use-latest-callback: 0.2.3(react@19.0.0)
10536
9639
10537
-
'@remix-run/web-file@3.1.0':
9640
+
'@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10538
9641
dependencies:
10539
-
'@remix-run/web-blob': 3.1.0
9642
+
'@react-navigation/core': 7.9.0(react@19.0.0)
9643
+
escape-string-regexp: 4.0.0
9644
+
fast-deep-equal: 3.1.3
9645
+
nanoid: 3.3.11
9646
+
react: 19.0.0
9647
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9648
+
use-latest-callback: 0.2.3(react@19.0.0)
10540
9649
10541
-
'@remix-run/web-form-data@3.1.0':
9650
+
'@react-navigation/routers@7.1.2':
10542
9651
dependencies:
10543
-
web-encoding: 1.1.5
9652
+
nanoid: 3.3.8
10544
9653
10545
-
'@remix-run/web-stream@1.1.0':
9654
+
'@react-navigation/routers@7.3.6':
10546
9655
dependencies:
10547
-
web-streams-polyfill: 3.3.3
9656
+
nanoid: 3.3.11
10548
9657
10549
-
'@rn-primitives/avatar@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9658
+
'@rn-primitives/avatar@1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10550
9659
dependencies:
10551
-
'@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10552
-
'@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10553
-
'@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10554
-
react: 18.3.1
9660
+
'@rn-primitives/hooks': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9661
+
'@rn-primitives/slot': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9662
+
'@rn-primitives/types': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9663
+
react: 19.0.0
10555
9664
optionalDependencies:
10556
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10557
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9665
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9666
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10558
9667
10559
-
'@rn-primitives/hooks@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9668
+
'@rn-primitives/hooks@1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10560
9669
dependencies:
10561
-
'@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10562
-
react: 18.3.1
9670
+
'@rn-primitives/types': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9671
+
react: 19.0.0
10563
9672
optionalDependencies:
10564
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10565
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9673
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9674
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10566
9675
10567
-
'@rn-primitives/hover-card@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9676
+
'@rn-primitives/hover-card@1.1.0(@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)))(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10568
9677
dependencies:
10569
-
'@radix-ui/react-hover-card': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10570
-
'@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10571
-
'@rn-primitives/popover': 1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10572
-
'@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10573
-
'@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10574
-
'@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10575
-
react: 18.3.1
9678
+
'@radix-ui/react-hover-card': 1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9679
+
'@rn-primitives/hooks': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9680
+
'@rn-primitives/popover': 1.1.0(@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)))(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9681
+
'@rn-primitives/portal': 1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))
9682
+
'@rn-primitives/slot': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9683
+
'@rn-primitives/types': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9684
+
react: 19.0.0
10576
9685
optionalDependencies:
10577
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10578
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9686
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9687
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10579
9688
transitivePeerDependencies:
10580
9689
- '@types/react'
10581
9690
- '@types/react-dom'
10582
9691
- react-dom
10583
9692
10584
-
'@rn-primitives/popover@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9693
+
'@rn-primitives/popover@1.1.0(@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)))(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10585
9694
dependencies:
10586
-
'@radix-ui/react-popover': 1.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10587
-
'@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10588
-
'@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10589
-
'@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10590
-
'@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10591
-
react: 18.3.1
9695
+
'@radix-ui/react-popover': 1.1.3(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9696
+
'@rn-primitives/hooks': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9697
+
'@rn-primitives/portal': 1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))
9698
+
'@rn-primitives/slot': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9699
+
'@rn-primitives/types': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9700
+
react: 19.0.0
10592
9701
optionalDependencies:
10593
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10594
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9702
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9703
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10595
9704
transitivePeerDependencies:
10596
9705
- '@types/react'
10597
9706
- '@types/react-dom'
10598
9707
- react-dom
10599
9708
10600
-
'@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9709
+
'@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))':
10601
9710
dependencies:
10602
-
react: 18.3.1
10603
-
zustand: 4.5.5(@types/react@18.3.12)(react@18.3.1)
9711
+
react: 19.0.0
9712
+
zustand: 5.0.4(@types/react@19.0.14)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))
10604
9713
optionalDependencies:
10605
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10606
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9714
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9715
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10607
9716
transitivePeerDependencies:
10608
9717
- '@types/react'
10609
9718
- immer
9719
+
- use-sync-external-store
10610
9720
10611
-
'@rn-primitives/progress@1.1.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9721
+
'@rn-primitives/progress@1.1.0(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10612
9722
dependencies:
10613
-
'@radix-ui/react-progress': 1.1.1(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10614
-
'@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10615
-
'@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10616
-
react: 18.3.1
9723
+
'@radix-ui/react-progress': 1.1.1(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9724
+
'@rn-primitives/slot': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9725
+
'@rn-primitives/types': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9726
+
react: 19.0.0
10617
9727
optionalDependencies:
10618
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10619
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9728
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9729
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10620
9730
transitivePeerDependencies:
10621
9731
- '@types/react'
10622
9732
- '@types/react-dom'
10623
9733
- react-dom
10624
9734
10625
-
'@rn-primitives/slot@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9735
+
'@rn-primitives/slot@1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10626
9736
dependencies:
10627
-
react: 18.3.1
9737
+
react: 19.0.0
10628
9738
optionalDependencies:
10629
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10630
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9739
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9740
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10631
9741
10632
-
'@rn-primitives/tooltip@1.1.0(@rn-primitives/portal@1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9742
+
'@rn-primitives/tooltip@1.1.0(@rn-primitives/portal@1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)))(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10633
9743
dependencies:
10634
-
'@radix-ui/react-tooltip': 1.1.5(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
10635
-
'@rn-primitives/hooks': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10636
-
'@rn-primitives/portal': 1.1.0(@types/react@18.3.12)(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10637
-
'@rn-primitives/slot': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10638
-
'@rn-primitives/types': 1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
10639
-
react: 18.3.1
9744
+
'@radix-ui/react-tooltip': 1.1.5(@types/react-dom@18.3.1)(@types/react@19.0.14)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
9745
+
'@rn-primitives/hooks': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9746
+
'@rn-primitives/portal': 1.2.0(@types/react@19.0.14)(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0))
9747
+
'@rn-primitives/slot': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9748
+
'@rn-primitives/types': 1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
9749
+
react: 19.0.0
10640
9750
optionalDependencies:
10641
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10642
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9751
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9752
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10643
9753
transitivePeerDependencies:
10644
9754
- '@types/react'
10645
9755
- '@types/react-dom'
10646
9756
- react-dom
10647
9757
10648
-
'@rn-primitives/types@1.1.0(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)':
9758
+
'@rn-primitives/types@1.1.0(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)':
10649
9759
dependencies:
10650
-
react: 18.3.1
9760
+
react: 19.0.0
10651
9761
optionalDependencies:
10652
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
10653
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
9762
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
9763
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
10654
9764
10655
9765
'@rollup/rollup-android-arm-eabi@4.31.0':
10656
9766
optional: true
···
10711
9821
10712
9822
'@rtsao/scc@1.1.0': {}
10713
9823
10714
-
'@segment/loosely-validate-event@2.0.0':
10715
-
dependencies:
10716
-
component-type: 1.2.2
10717
-
join-component: 1.1.0
10718
-
10719
9824
'@sinclair/typebox@0.27.8': {}
10720
9825
10721
9826
'@sinonjs/commons@3.0.1':
···
10733
9838
mkdirp: 1.0.4
10734
9839
path-browserify: 1.0.1
10735
9840
9841
+
'@ts-morph/common@0.25.0':
9842
+
dependencies:
9843
+
minimatch: 9.0.5
9844
+
path-browserify: 1.0.1
9845
+
tinyglobby: 0.2.10
9846
+
10736
9847
'@tsconfig/node10@1.0.11': {}
10737
9848
10738
9849
'@tsconfig/node12@1.0.11': {}
···
10762
9873
dependencies:
10763
9874
'@babel/types': 7.26.3
10764
9875
10765
-
'@types/cookie@0.6.0': {}
10766
-
10767
9876
'@types/eslint-scope@3.7.7':
10768
9877
dependencies:
10769
9878
'@types/eslint': 9.6.1
···
10795
9904
'@types/json-schema@7.0.15': {}
10796
9905
10797
9906
'@types/json5@0.0.29': {}
10798
-
10799
-
'@types/node-forge@1.3.11':
10800
-
dependencies:
10801
-
'@types/node': 20.17.14
10802
9907
10803
9908
'@types/node@20.17.14':
10804
9909
dependencies:
···
10808
9913
dependencies:
10809
9914
undici-types: 6.20.0
10810
9915
10811
-
'@types/prop-types@15.7.14': {}
10812
-
10813
9916
'@types/react-dom@18.3.1':
10814
9917
dependencies:
10815
-
'@types/react': 18.3.12
9918
+
'@types/react': 19.0.14
10816
9919
10817
-
'@types/react@18.3.12':
9920
+
'@types/react@19.0.14':
10818
9921
dependencies:
10819
-
'@types/prop-types': 15.7.14
10820
9922
csstype: 3.1.3
10821
9923
10822
9924
'@types/stack-utils@2.0.3': {}
···
10831
9933
dependencies:
10832
9934
'@types/yargs-parser': 21.0.3
10833
9935
10834
-
'@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)':
9936
+
'@typescript-eslint/eslint-plugin@8.31.1(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)':
10835
9937
dependencies:
10836
9938
'@eslint-community/regexpp': 4.12.1
10837
-
'@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
10838
-
'@typescript-eslint/scope-manager': 8.18.0
10839
-
'@typescript-eslint/type-utils': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
10840
-
'@typescript-eslint/utils': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
10841
-
'@typescript-eslint/visitor-keys': 8.18.0
9939
+
'@typescript-eslint/parser': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
9940
+
'@typescript-eslint/scope-manager': 8.31.1
9941
+
'@typescript-eslint/type-utils': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
9942
+
'@typescript-eslint/utils': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
9943
+
'@typescript-eslint/visitor-keys': 8.31.1
10842
9944
eslint: 8.57.1
10843
9945
graphemer: 1.4.0
10844
9946
ignore: 5.3.2
10845
9947
natural-compare: 1.4.0
10846
-
ts-api-utils: 1.4.3(typescript@5.7.3)
10847
-
typescript: 5.7.3
9948
+
ts-api-utils: 2.1.0(typescript@5.8.3)
9949
+
typescript: 5.8.3
10848
9950
transitivePeerDependencies:
10849
9951
- supports-color
10850
9952
10851
-
'@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3)':
9953
+
'@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3)':
10852
9954
dependencies:
10853
-
'@typescript-eslint/scope-manager': 8.18.0
10854
-
'@typescript-eslint/types': 8.18.0
10855
-
'@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.3)
10856
-
'@typescript-eslint/visitor-keys': 8.18.0
9955
+
'@typescript-eslint/scope-manager': 8.31.1
9956
+
'@typescript-eslint/types': 8.31.1
9957
+
'@typescript-eslint/typescript-estree': 8.31.1(typescript@5.8.3)
9958
+
'@typescript-eslint/visitor-keys': 8.31.1
10857
9959
debug: 4.4.0
10858
9960
eslint: 8.57.1
10859
-
typescript: 5.7.3
9961
+
typescript: 5.8.3
10860
9962
transitivePeerDependencies:
10861
9963
- supports-color
10862
9964
10863
-
'@typescript-eslint/scope-manager@8.18.0':
9965
+
'@typescript-eslint/scope-manager@8.31.1':
10864
9966
dependencies:
10865
-
'@typescript-eslint/types': 8.18.0
10866
-
'@typescript-eslint/visitor-keys': 8.18.0
9967
+
'@typescript-eslint/types': 8.31.1
9968
+
'@typescript-eslint/visitor-keys': 8.31.1
10867
9969
10868
-
'@typescript-eslint/type-utils@8.18.0(eslint@8.57.1)(typescript@5.7.3)':
9970
+
'@typescript-eslint/type-utils@8.31.1(eslint@8.57.1)(typescript@5.8.3)':
10869
9971
dependencies:
10870
-
'@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.3)
10871
-
'@typescript-eslint/utils': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
9972
+
'@typescript-eslint/typescript-estree': 8.31.1(typescript@5.8.3)
9973
+
'@typescript-eslint/utils': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
10872
9974
debug: 4.4.0
10873
9975
eslint: 8.57.1
10874
-
ts-api-utils: 1.4.3(typescript@5.7.3)
10875
-
typescript: 5.7.3
9976
+
ts-api-utils: 2.1.0(typescript@5.8.3)
9977
+
typescript: 5.8.3
10876
9978
transitivePeerDependencies:
10877
9979
- supports-color
10878
9980
10879
-
'@typescript-eslint/types@8.18.0': {}
9981
+
'@typescript-eslint/types@8.31.1': {}
10880
9982
10881
-
'@typescript-eslint/typescript-estree@8.18.0(typescript@5.7.3)':
9983
+
'@typescript-eslint/typescript-estree@8.31.1(typescript@5.8.3)':
10882
9984
dependencies:
10883
-
'@typescript-eslint/types': 8.18.0
10884
-
'@typescript-eslint/visitor-keys': 8.18.0
9985
+
'@typescript-eslint/types': 8.31.1
9986
+
'@typescript-eslint/visitor-keys': 8.31.1
10885
9987
debug: 4.4.0
10886
9988
fast-glob: 3.3.2
10887
9989
is-glob: 4.0.3
10888
9990
minimatch: 9.0.5
10889
9991
semver: 7.6.3
10890
-
ts-api-utils: 1.4.3(typescript@5.7.3)
10891
-
typescript: 5.7.3
9992
+
ts-api-utils: 2.1.0(typescript@5.8.3)
9993
+
typescript: 5.8.3
10892
9994
transitivePeerDependencies:
10893
9995
- supports-color
10894
9996
10895
-
'@typescript-eslint/utils@8.18.0(eslint@8.57.1)(typescript@5.7.3)':
9997
+
'@typescript-eslint/utils@8.31.1(eslint@8.57.1)(typescript@5.8.3)':
10896
9998
dependencies:
10897
9999
'@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
10898
-
'@typescript-eslint/scope-manager': 8.18.0
10899
-
'@typescript-eslint/types': 8.18.0
10900
-
'@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.3)
10000
+
'@typescript-eslint/scope-manager': 8.31.1
10001
+
'@typescript-eslint/types': 8.31.1
10002
+
'@typescript-eslint/typescript-estree': 8.31.1(typescript@5.8.3)
10901
10003
eslint: 8.57.1
10902
-
typescript: 5.7.3
10004
+
typescript: 5.8.3
10903
10005
transitivePeerDependencies:
10904
10006
- supports-color
10905
10007
10906
-
'@typescript-eslint/visitor-keys@8.18.0':
10008
+
'@typescript-eslint/visitor-keys@8.31.1':
10907
10009
dependencies:
10908
-
'@typescript-eslint/types': 8.18.0
10010
+
'@typescript-eslint/types': 8.31.1
10909
10011
eslint-visitor-keys: 4.2.0
10910
10012
10911
10013
'@ungap/structured-clone@1.2.1': {}
···
10921
10023
dependencies:
10922
10024
'@urql/core': 5.1.0
10923
10025
wonka: 6.3.4
10924
-
10925
-
'@web3-storage/multipart-parser@1.0.0': {}
10926
10026
10927
10027
'@webassemblyjs/ast@1.14.1':
10928
10028
dependencies:
···
11007
10107
dependencies:
11008
10108
domconstants: 1.1.6
11009
10109
11010
-
'@xmldom/xmldom@0.7.13': {}
11011
-
11012
10110
'@xmldom/xmldom@0.8.10': {}
11013
10111
11014
10112
'@xtuc/ieee754@1.2.0': {}
11015
10113
11016
10114
'@xtuc/long@4.2.2': {}
11017
-
11018
-
'@zxing/text-encoding@0.9.0':
11019
-
optional: true
11020
10115
11021
10116
abort-controller@3.0.0:
11022
10117
dependencies:
···
11033
10128
dependencies:
11034
10129
acorn: 8.14.0
11035
10130
11036
-
acorn-loose@8.4.0:
11037
-
dependencies:
11038
-
acorn: 8.14.0
11039
-
11040
10131
acorn-walk@8.3.4:
11041
10132
dependencies:
11042
10133
acorn: 8.14.0
11043
10134
11044
10135
acorn@8.14.0: {}
11045
10136
11046
-
aggregate-error@3.1.0:
11047
-
dependencies:
11048
-
clean-stack: 2.2.0
11049
-
indent-string: 4.0.0
10137
+
agent-base@7.1.3: {}
11050
10138
11051
10139
ajv-formats@2.1.1(ajv@8.17.1):
11052
10140
optionalDependencies:
···
11135
10223
call-bind: 1.0.8
11136
10224
is-array-buffer: 3.0.4
11137
10225
10226
+
array-buffer-byte-length@1.0.2:
10227
+
dependencies:
10228
+
call-bound: 1.0.4
10229
+
is-array-buffer: 3.0.5
10230
+
11138
10231
array-flatten@1.1.1: {}
11139
10232
11140
10233
array-includes@3.1.8:
···
11147
10240
is-string: 1.1.0
11148
10241
11149
10242
array-timsort@1.0.3: {}
11150
-
11151
-
array-union@2.1.0: {}
11152
10243
11153
10244
array.prototype.findlast@1.2.5:
11154
10245
dependencies:
···
11182
10273
es-abstract: 1.23.5
11183
10274
es-shim-unscopables: 1.0.2
11184
10275
10276
+
array.prototype.flatmap@1.3.3:
10277
+
dependencies:
10278
+
call-bind: 1.0.8
10279
+
define-properties: 1.2.1
10280
+
es-abstract: 1.23.5
10281
+
es-shim-unscopables: 1.0.2
10282
+
11185
10283
array.prototype.tosorted@1.1.4:
11186
10284
dependencies:
11187
10285
call-bind: 1.0.8
···
11201
10299
is-array-buffer: 3.0.4
11202
10300
is-shared-array-buffer: 1.0.3
11203
10301
10302
+
arraybuffer.prototype.slice@1.0.4:
10303
+
dependencies:
10304
+
array-buffer-byte-length: 1.0.2
10305
+
call-bind: 1.0.8
10306
+
define-properties: 1.2.1
10307
+
es-abstract: 1.23.9
10308
+
es-errors: 1.3.0
10309
+
get-intrinsic: 1.3.0
10310
+
is-array-buffer: 3.0.5
10311
+
11204
10312
asap@2.0.6: {}
11205
10313
11206
10314
asn1@0.2.6:
···
11208
10316
safer-buffer: 2.1.2
11209
10317
11210
10318
assert-plus@1.0.0: {}
11211
-
11212
-
ast-types@0.15.2:
11213
-
dependencies:
11214
-
tslib: 2.8.1
11215
10319
11216
10320
async-limiter@1.0.1: {}
11217
10321
11218
10322
asynckit@0.4.0: {}
11219
10323
11220
-
at-least-node@1.0.0: {}
11221
-
11222
10324
atomic-sleep@1.0.0: {}
11223
10325
11224
10326
available-typed-arrays@1.0.7:
···
11230
10332
aws-sign2@0.7.0: {}
11231
10333
11232
10334
aws4@1.13.2: {}
11233
-
11234
-
babel-core@7.0.0-bridge.0(@babel/core@7.26.0):
11235
-
dependencies:
11236
-
'@babel/core': 7.26.0
11237
10335
11238
10336
babel-jest@29.7.0(@babel/core@7.26.0):
11239
10337
dependencies:
···
11303
10401
11304
10402
babel-plugin-react-native-web@0.19.13: {}
11305
10403
11306
-
babel-plugin-syntax-hermes-parser@0.23.1:
11307
-
dependencies:
11308
-
hermes-parser: 0.23.1
11309
-
11310
10404
babel-plugin-syntax-hermes-parser@0.25.1:
11311
10405
dependencies:
11312
10406
hermes-parser: 0.25.1
···
11336
10430
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0)
11337
10431
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0)
11338
10432
11339
-
babel-preset-expo@12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1)):
10433
+
babel-preset-expo@13.1.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206):
11340
10434
dependencies:
10435
+
'@babel/helper-module-imports': 7.25.9
11341
10436
'@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
11342
-
'@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0)
10437
+
'@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.26.0)
10438
+
'@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.26.0)
10439
+
'@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.0)
10440
+
'@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.26.0)
10441
+
'@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.0)
11343
10442
'@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0)
11344
10443
'@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
10444
+
'@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.0)
10445
+
'@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.0)
10446
+
'@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0)
11345
10447
'@babel/preset-react': 7.26.3(@babel/core@7.26.0)
11346
10448
'@babel/preset-typescript': 7.26.0(@babel/core@7.26.0)
11347
-
'@react-native/babel-preset': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))
10449
+
'@react-native/babel-preset': 0.79.2(@babel/core@7.26.0)
11348
10450
babel-plugin-react-native-web: 0.19.13
10451
+
babel-plugin-syntax-hermes-parser: 0.25.1
10452
+
babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.26.0)
10453
+
debug: 4.4.0
11349
10454
react-refresh: 0.14.2
10455
+
resolve-from: 5.0.0
11350
10456
optionalDependencies:
11351
10457
babel-plugin-react-compiler: 19.0.0-beta-37ed2a7-20241206
11352
-
react-compiler-runtime: 19.0.0-beta-37ed2a7-20241206(react@18.3.1)
11353
10458
transitivePeerDependencies:
11354
10459
- '@babel/core'
11355
-
- '@babel/preset-env'
11356
10460
- supports-color
11357
10461
11358
10462
babel-preset-jest@29.6.3(@babel/core@7.26.0):
···
11412
10516
11413
10517
boolbase@1.0.0: {}
11414
10518
11415
-
bplist-creator@0.0.7:
11416
-
dependencies:
11417
-
stream-buffers: 2.2.0
11418
-
11419
10519
bplist-creator@0.1.0:
11420
10520
dependencies:
11421
10521
stream-buffers: 2.2.0
···
11452
10552
dependencies:
11453
10553
node-int64: 0.4.0
11454
10554
11455
-
buffer-alloc-unsafe@1.1.0: {}
11456
-
11457
-
buffer-alloc@1.2.0:
11458
-
dependencies:
11459
-
buffer-alloc-unsafe: 1.1.0
11460
-
buffer-fill: 1.0.0
11461
-
11462
-
buffer-fill@1.0.0: {}
11463
-
11464
10555
buffer-from@1.1.2: {}
11465
10556
11466
10557
buffer@5.7.1:
···
11482
10573
11483
10574
cac@6.7.14: {}
11484
10575
11485
-
cacache@18.0.4:
10576
+
call-bind-apply-helpers@1.0.1:
11486
10577
dependencies:
11487
-
'@npmcli/fs': 3.1.1
11488
-
fs-minipass: 3.0.3
11489
-
glob: 10.4.5
11490
-
lru-cache: 10.4.3
11491
-
minipass: 7.1.2
11492
-
minipass-collect: 2.0.1
11493
-
minipass-flush: 1.0.5
11494
-
minipass-pipeline: 1.2.4
11495
-
p-map: 4.0.0
11496
-
ssri: 10.0.6
11497
-
tar: 6.2.1
11498
-
unique-filename: 3.0.0
10578
+
es-errors: 1.3.0
10579
+
function-bind: 1.1.2
11499
10580
11500
-
call-bind-apply-helpers@1.0.1:
10581
+
call-bind-apply-helpers@1.0.2:
11501
10582
dependencies:
11502
10583
es-errors: 1.3.0
11503
10584
function-bind: 1.1.2
···
11513
10594
dependencies:
11514
10595
call-bind: 1.0.8
11515
10596
get-intrinsic: 1.2.6
10597
+
10598
+
call-bound@1.0.4:
10599
+
dependencies:
10600
+
call-bind-apply-helpers: 1.0.2
10601
+
get-intrinsic: 1.3.0
11516
10602
11517
10603
caller-callsite@2.0.0:
11518
10604
dependencies:
···
11573
10659
ansi-styles: 4.3.0
11574
10660
supports-color: 7.2.0
11575
10661
11576
-
charenc@0.0.2: {}
11577
-
11578
10662
chokidar@3.6.0:
11579
10663
dependencies:
11580
10664
anymatch: 3.1.3
···
11591
10675
dependencies:
11592
10676
readdirp: 4.1.1
11593
10677
11594
-
chownr@2.0.0: {}
10678
+
chownr@3.0.0: {}
11595
10679
11596
10680
chrome-launcher@0.15.2:
11597
10681
dependencies:
···
11623
10707
dependencies:
11624
10708
clsx: 2.1.1
11625
10709
11626
-
clean-stack@2.2.0: {}
11627
-
11628
10710
cli-cursor@1.0.2:
11629
10711
dependencies:
11630
10712
restore-cursor: 1.0.1
···
11645
10727
strip-ansi: 6.0.1
11646
10728
wrap-ansi: 7.0.0
11647
10729
11648
-
clone-deep@4.0.1:
11649
-
dependencies:
11650
-
is-plain-object: 2.0.4
11651
-
kind-of: 6.0.3
11652
-
shallow-clone: 3.0.1
11653
-
11654
10730
clone@1.0.4: {}
11655
10731
11656
10732
clsx@2.1.1: {}
11657
10733
11658
10734
code-block-writer@11.0.3: {}
10735
+
10736
+
code-block-writer@13.0.3: {}
11659
10737
11660
10738
code-point-at@1.1.0: {}
11661
10739
···
11706
10784
esprima: 4.0.1
11707
10785
has-own-prop: 2.0.0
11708
10786
repeat-string: 1.6.1
11709
-
11710
-
commondir@1.0.1: {}
11711
-
11712
-
component-type@1.2.2: {}
11713
10787
11714
10788
compressible@2.0.18:
11715
10789
dependencies:
···
11750
10824
11751
10825
cookie-signature@1.0.6: {}
11752
10826
11753
-
cookie-signature@1.2.2: {}
11754
-
11755
-
cookie@0.6.0: {}
11756
-
11757
10827
cookie@0.7.1: {}
11758
10828
11759
10829
core-js-compat@3.39.0:
···
11783
10853
transitivePeerDependencies:
11784
10854
- encoding
11785
10855
11786
-
cross-spawn@6.0.6:
11787
-
dependencies:
11788
-
nice-try: 1.0.5
11789
-
path-key: 2.0.1
11790
-
semver: 5.7.2
11791
-
shebang-command: 1.2.0
11792
-
which: 1.3.1
11793
-
11794
10856
cross-spawn@7.0.6:
11795
10857
dependencies:
11796
10858
path-key: 3.1.1
11797
10859
shebang-command: 2.0.0
11798
10860
which: 2.0.2
11799
-
11800
-
crypt@0.0.2: {}
11801
10861
11802
10862
crypto-random-string@2.0.0: {}
11803
10863
···
11830
10890
dependencies:
11831
10891
assert-plus: 1.0.0
11832
10892
11833
-
data-uri-to-buffer@3.0.1: {}
11834
-
11835
10893
data-uri-to-buffer@4.0.1: {}
11836
10894
11837
10895
data-view-buffer@1.0.1:
···
11840
10898
es-errors: 1.3.0
11841
10899
is-data-view: 1.0.2
11842
10900
10901
+
data-view-buffer@1.0.2:
10902
+
dependencies:
10903
+
call-bound: 1.0.4
10904
+
es-errors: 1.3.0
10905
+
is-data-view: 1.0.2
10906
+
11843
10907
data-view-byte-length@1.0.1:
11844
10908
dependencies:
11845
10909
call-bind: 1.0.8
10910
+
es-errors: 1.3.0
10911
+
is-data-view: 1.0.2
10912
+
10913
+
data-view-byte-length@1.0.2:
10914
+
dependencies:
10915
+
call-bound: 1.0.4
11846
10916
es-errors: 1.3.0
11847
10917
is-data-view: 1.0.2
11848
10918
···
11852
10922
es-errors: 1.3.0
11853
10923
is-data-view: 1.0.2
11854
10924
10925
+
data-view-byte-offset@1.0.1:
10926
+
dependencies:
10927
+
call-bound: 1.0.4
10928
+
es-errors: 1.3.0
10929
+
is-data-view: 1.0.2
10930
+
11855
10931
dateformat@4.6.3: {}
11856
10932
11857
10933
debug@2.6.9:
···
11874
10950
11875
10951
deepmerge@4.3.1: {}
11876
10952
11877
-
default-gateway@4.2.0:
11878
-
dependencies:
11879
-
execa: 1.0.0
11880
-
ip-regex: 2.1.0
11881
-
11882
10953
defaults@1.0.4:
11883
10954
dependencies:
11884
10955
clone: 1.0.4
···
11897
10968
has-property-descriptors: 1.0.2
11898
10969
object-keys: 1.1.1
11899
10970
11900
-
del@6.1.1:
11901
-
dependencies:
11902
-
globby: 11.1.0
11903
-
graceful-fs: 4.2.11
11904
-
is-glob: 4.0.3
11905
-
is-path-cwd: 2.2.0
11906
-
is-path-inside: 3.0.3
11907
-
p-map: 4.0.0
11908
-
rimraf: 3.0.2
11909
-
slash: 3.0.0
11910
-
11911
10971
delayed-stream@1.0.0: {}
11912
-
11913
-
denodeify@1.2.1: {}
11914
10972
11915
10973
depd@2.0.0: {}
11916
10974
···
11928
10986
didyoumean@1.2.2: {}
11929
10987
11930
10988
diff@4.0.2: {}
11931
-
11932
-
dir-glob@3.0.1:
11933
-
dependencies:
11934
-
path-type: 4.0.0
11935
10989
11936
10990
dlv@1.1.3: {}
11937
10991
···
11978
11032
transitivePeerDependencies:
11979
11033
- supports-color
11980
11034
11981
-
drizzle-orm@0.38.4(@libsql/client@0.14.0)(@types/react@18.3.12)(expo-sqlite@15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(postgres@3.4.5)(react@18.3.1):
11035
+
drizzle-orm@0.38.4(@libsql/client@0.14.0)(@types/react@19.0.14)(expo-sqlite@15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(postgres@3.4.5)(react@19.0.0):
11982
11036
optionalDependencies:
11983
11037
'@libsql/client': 0.14.0
11984
-
'@types/react': 18.3.12
11985
-
expo-sqlite: 15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11038
+
'@types/react': 19.0.14
11039
+
expo-sqlite: 15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11986
11040
postgres: 3.4.5
11987
-
react: 18.3.1
11041
+
react: 19.0.0
11988
11042
11989
11043
dunder-proto@1.0.0:
11044
+
dependencies:
11045
+
call-bind-apply-helpers: 1.0.1
11046
+
es-errors: 1.3.0
11047
+
gopd: 1.2.0
11048
+
11049
+
dunder-proto@1.0.1:
11990
11050
dependencies:
11991
11051
call-bind-apply-helpers: 1.0.1
11992
11052
es-errors: 1.3.0
···
12098
11158
unbox-primitive: 1.0.2
12099
11159
which-typed-array: 1.1.16
12100
11160
11161
+
es-abstract@1.23.9:
11162
+
dependencies:
11163
+
array-buffer-byte-length: 1.0.2
11164
+
arraybuffer.prototype.slice: 1.0.4
11165
+
available-typed-arrays: 1.0.7
11166
+
call-bind: 1.0.8
11167
+
call-bound: 1.0.4
11168
+
data-view-buffer: 1.0.2
11169
+
data-view-byte-length: 1.0.2
11170
+
data-view-byte-offset: 1.0.1
11171
+
es-define-property: 1.0.1
11172
+
es-errors: 1.3.0
11173
+
es-object-atoms: 1.0.0
11174
+
es-set-tostringtag: 2.1.0
11175
+
es-to-primitive: 1.3.0
11176
+
function.prototype.name: 1.1.8
11177
+
get-intrinsic: 1.3.0
11178
+
get-proto: 1.0.1
11179
+
get-symbol-description: 1.1.0
11180
+
globalthis: 1.0.4
11181
+
gopd: 1.2.0
11182
+
has-property-descriptors: 1.0.2
11183
+
has-proto: 1.2.0
11184
+
has-symbols: 1.1.0
11185
+
hasown: 2.0.2
11186
+
internal-slot: 1.1.0
11187
+
is-array-buffer: 3.0.5
11188
+
is-callable: 1.2.7
11189
+
is-data-view: 1.0.2
11190
+
is-regex: 1.2.1
11191
+
is-shared-array-buffer: 1.0.4
11192
+
is-string: 1.1.1
11193
+
is-typed-array: 1.1.15
11194
+
is-weakref: 1.1.0
11195
+
math-intrinsics: 1.1.0
11196
+
object-inspect: 1.13.3
11197
+
object-keys: 1.1.1
11198
+
object.assign: 4.1.7
11199
+
own-keys: 1.0.1
11200
+
regexp.prototype.flags: 1.5.3
11201
+
safe-array-concat: 1.1.3
11202
+
safe-push-apply: 1.0.0
11203
+
safe-regex-test: 1.1.0
11204
+
set-proto: 1.0.0
11205
+
string.prototype.trim: 1.2.10
11206
+
string.prototype.trimend: 1.0.9
11207
+
string.prototype.trimstart: 1.0.8
11208
+
typed-array-buffer: 1.0.3
11209
+
typed-array-byte-length: 1.0.3
11210
+
typed-array-byte-offset: 1.0.4
11211
+
typed-array-length: 1.0.7
11212
+
unbox-primitive: 1.1.0
11213
+
which-typed-array: 1.1.19
11214
+
12101
11215
es-define-property@1.0.1: {}
12102
11216
12103
11217
es-errors@1.3.0: {}
12104
11218
12105
-
es-iterator-helpers@1.2.0:
11219
+
es-iterator-helpers@1.2.1:
12106
11220
dependencies:
12107
11221
call-bind: 1.0.8
11222
+
call-bound: 1.0.4
12108
11223
define-properties: 1.2.1
12109
-
es-abstract: 1.23.5
11224
+
es-abstract: 1.23.9
12110
11225
es-errors: 1.3.0
12111
11226
es-set-tostringtag: 2.0.3
12112
11227
function-bind: 1.1.2
···
12126
11241
dependencies:
12127
11242
es-errors: 1.3.0
12128
11243
11244
+
es-object-atoms@1.1.1:
11245
+
dependencies:
11246
+
es-errors: 1.3.0
11247
+
12129
11248
es-set-tostringtag@2.0.3:
12130
11249
dependencies:
12131
11250
get-intrinsic: 1.2.6
11251
+
has-tostringtag: 1.0.2
11252
+
hasown: 2.0.2
11253
+
11254
+
es-set-tostringtag@2.1.0:
11255
+
dependencies:
11256
+
es-errors: 1.3.0
11257
+
get-intrinsic: 1.3.0
12132
11258
has-tostringtag: 1.0.2
12133
11259
hasown: 2.0.2
12134
11260
···
12265
11391
12266
11392
escape-string-regexp@4.0.0: {}
12267
11393
12268
-
eslint-config-expo@8.0.1(eslint@8.57.1)(typescript@5.7.3):
11394
+
eslint-config-expo@9.2.0(eslint@8.57.1)(typescript@5.8.3):
12269
11395
dependencies:
12270
-
'@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)
12271
-
'@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
11396
+
'@typescript-eslint/eslint-plugin': 8.31.1(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)
11397
+
'@typescript-eslint/parser': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
12272
11398
eslint: 8.57.1
12273
11399
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1)
12274
-
eslint-plugin-expo: 0.1.0(eslint@8.57.1)(typescript@5.7.3)
12275
-
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1)
12276
-
eslint-plugin-react: 7.37.2(eslint@8.57.1)
12277
-
eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1)
11400
+
eslint-plugin-expo: 0.1.4(eslint@8.57.1)(typescript@5.8.3)
11401
+
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1)
11402
+
eslint-plugin-react: 7.37.5(eslint@8.57.1)
11403
+
eslint-plugin-react-hooks: 5.2.0(eslint@8.57.1)
11404
+
globals: 16.0.0
12278
11405
transitivePeerDependencies:
12279
11406
- eslint-import-resolver-webpack
12280
11407
- eslint-plugin-import-x
···
12301
11428
is-glob: 4.0.3
12302
11429
stable-hash: 0.0.4
12303
11430
optionalDependencies:
12304
-
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1)
11431
+
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1)
12305
11432
transitivePeerDependencies:
12306
11433
- supports-color
12307
11434
12308
-
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1):
11435
+
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1):
12309
11436
dependencies:
12310
11437
debug: 3.2.7
12311
11438
optionalDependencies:
12312
-
'@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
11439
+
'@typescript-eslint/parser': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
12313
11440
eslint: 8.57.1
12314
11441
eslint-import-resolver-node: 0.3.9
12315
11442
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1)
12316
11443
transitivePeerDependencies:
12317
11444
- supports-color
12318
11445
12319
-
eslint-plugin-expo@0.1.0(eslint@8.57.1)(typescript@5.7.3):
11446
+
eslint-plugin-expo@0.1.4(eslint@8.57.1)(typescript@5.8.3):
12320
11447
dependencies:
12321
-
'@typescript-eslint/types': 8.18.0
12322
-
'@typescript-eslint/utils': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
11448
+
'@typescript-eslint/types': 8.31.1
11449
+
'@typescript-eslint/utils': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
12323
11450
eslint: 8.57.1
12324
11451
transitivePeerDependencies:
12325
11452
- supports-color
12326
11453
- typescript
12327
11454
12328
-
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1):
11455
+
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1):
12329
11456
dependencies:
12330
11457
'@rtsao/scc': 1.1.0
12331
11458
array-includes: 3.1.8
···
12336
11463
doctrine: 2.1.0
12337
11464
eslint: 8.57.1
12338
11465
eslint-import-resolver-node: 0.3.9
12339
-
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1)
11466
+
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.31.1(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1)
12340
11467
hasown: 2.0.2
12341
11468
is-core-module: 2.15.1
12342
11469
is-glob: 4.0.3
···
12348
11475
string.prototype.trimend: 1.0.9
12349
11476
tsconfig-paths: 3.15.0
12350
11477
optionalDependencies:
12351
-
'@typescript-eslint/parser': 8.18.0(eslint@8.57.1)(typescript@5.7.3)
11478
+
'@typescript-eslint/parser': 8.31.1(eslint@8.57.1)(typescript@5.8.3)
12352
11479
transitivePeerDependencies:
12353
11480
- eslint-import-resolver-typescript
12354
11481
- eslint-import-resolver-webpack
···
12366
11493
transitivePeerDependencies:
12367
11494
- supports-color
12368
11495
12369
-
eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
11496
+
eslint-plugin-react-hooks@5.2.0(eslint@8.57.1):
12370
11497
dependencies:
12371
11498
eslint: 8.57.1
12372
11499
12373
-
eslint-plugin-react@7.37.2(eslint@8.57.1):
11500
+
eslint-plugin-react@7.37.5(eslint@8.57.1):
12374
11501
dependencies:
12375
11502
array-includes: 3.1.8
12376
11503
array.prototype.findlast: 1.2.5
12377
-
array.prototype.flatmap: 1.3.2
11504
+
array.prototype.flatmap: 1.3.3
12378
11505
array.prototype.tosorted: 1.1.4
12379
11506
doctrine: 2.1.0
12380
-
es-iterator-helpers: 1.2.0
11507
+
es-iterator-helpers: 1.2.1
12381
11508
eslint: 8.57.1
12382
11509
estraverse: 5.3.0
12383
11510
hasown: 2.0.2
12384
11511
jsx-ast-utils: 3.3.5
12385
11512
minimatch: 3.1.2
12386
-
object.entries: 1.1.8
11513
+
object.entries: 1.1.9
12387
11514
object.fromentries: 2.0.8
12388
-
object.values: 1.2.0
11515
+
object.values: 1.2.1
12389
11516
prop-types: 15.8.1
12390
11517
resolve: 2.0.0-next.5
12391
11518
semver: 6.3.1
12392
-
string.prototype.matchall: 4.0.11
11519
+
string.prototype.matchall: 4.0.12
12393
11520
string.prototype.repeat: 1.0.0
12394
11521
12395
11522
eslint-scope@5.1.1:
···
12483
11610
12484
11611
exec-async@2.2.0: {}
12485
11612
12486
-
execa@1.0.0:
12487
-
dependencies:
12488
-
cross-spawn: 6.0.6
12489
-
get-stream: 4.1.0
12490
-
is-stream: 1.1.0
12491
-
npm-run-path: 2.0.2
12492
-
p-finally: 1.0.0
12493
-
signal-exit: 3.0.7
12494
-
strip-eof: 1.0.0
12495
-
12496
-
execa@5.1.1:
12497
-
dependencies:
12498
-
cross-spawn: 7.0.6
12499
-
get-stream: 6.0.1
12500
-
human-signals: 2.1.0
12501
-
is-stream: 2.0.1
12502
-
merge-stream: 2.0.0
12503
-
npm-run-path: 4.0.1
12504
-
onetime: 5.1.2
12505
-
signal-exit: 3.0.7
12506
-
strip-final-newline: 2.0.0
12507
-
12508
11613
exit-hook@1.1.1: {}
12509
11614
12510
-
expo-asset@11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11615
+
expo-asset@11.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12511
11616
dependencies:
12512
-
'@expo/image-utils': 0.6.4
12513
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12514
-
expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12515
-
invariant: 2.2.4
12516
-
md5-file: 3.2.3
12517
-
react: 18.3.1
12518
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11617
+
'@expo/image-utils': 0.7.4
11618
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11619
+
expo-constants: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11620
+
react: 19.0.0
11621
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12519
11622
transitivePeerDependencies:
12520
11623
- supports-color
12521
11624
12522
-
expo-asset@11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11625
+
expo-asset@11.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12523
11626
dependencies:
12524
-
'@expo/image-utils': 0.6.4
12525
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12526
-
expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12527
-
invariant: 2.2.4
12528
-
md5-file: 3.2.3
12529
-
react: 18.3.1
12530
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11627
+
'@expo/image-utils': 0.7.4
11628
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11629
+
expo-constants: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11630
+
react: 19.0.0
11631
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12531
11632
transitivePeerDependencies:
12532
11633
- supports-color
12533
11634
optional: true
12534
11635
12535
-
expo-constants@17.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
11636
+
expo-constants@17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)):
12536
11637
dependencies:
12537
-
'@expo/config': 10.0.6
12538
-
'@expo/env': 0.4.0
12539
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12540
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
12541
-
transitivePeerDependencies:
12542
-
- supports-color
12543
-
12544
-
expo-constants@17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
12545
-
dependencies:
12546
-
'@expo/config': 10.0.8
12547
-
'@expo/env': 0.4.1
12548
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12549
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11638
+
'@expo/config': 11.0.8
11639
+
'@expo/env': 1.0.5
11640
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11641
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12550
11642
transitivePeerDependencies:
12551
11643
- supports-color
12552
11644
12553
-
expo-constants@17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
11645
+
expo-constants@17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)):
12554
11646
dependencies:
12555
-
'@expo/config': 10.0.8
12556
-
'@expo/env': 0.4.1
12557
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12558
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11647
+
'@expo/config': 11.0.8
11648
+
'@expo/env': 1.0.5
11649
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11650
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12559
11651
transitivePeerDependencies:
12560
11652
- supports-color
12561
11653
optional: true
12562
11654
12563
-
expo-file-system@18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
11655
+
expo-file-system@18.1.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)):
12564
11656
dependencies:
12565
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12566
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
12567
-
web-streams-polyfill: 3.3.3
11657
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11658
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12568
11659
12569
-
expo-file-system@18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
11660
+
expo-file-system@18.1.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)):
12570
11661
dependencies:
12571
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12572
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
12573
-
web-streams-polyfill: 3.3.3
11662
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11663
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12574
11664
optional: true
12575
11665
12576
-
expo-font@13.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1):
11666
+
expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0):
12577
11667
dependencies:
12578
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11668
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12579
11669
fontfaceobserver: 2.3.0
12580
-
react: 18.3.1
11670
+
react: 19.0.0
12581
11671
12582
-
expo-font@13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1):
11672
+
expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0):
12583
11673
dependencies:
12584
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11674
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12585
11675
fontfaceobserver: 2.3.0
12586
-
react: 18.3.1
12587
-
12588
-
expo-font@13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1):
12589
-
dependencies:
12590
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12591
-
fontfaceobserver: 2.3.0
12592
-
react: 18.3.1
11676
+
react: 19.0.0
12593
11677
optional: true
12594
11678
12595
-
expo-image-loader@5.0.0(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)):
11679
+
expo-image-loader@5.1.0(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)):
12596
11680
dependencies:
12597
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11681
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12598
11682
12599
-
expo-image-picker@16.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)):
11683
+
expo-image-picker@16.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)):
12600
11684
dependencies:
12601
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12602
-
expo-image-loader: 5.0.0(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))
11685
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11686
+
expo-image-loader: 5.1.0(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))
12603
11687
12604
-
expo-keep-awake@14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1):
11688
+
expo-keep-awake@14.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0):
12605
11689
dependencies:
12606
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12607
-
react: 18.3.1
11690
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11691
+
react: 19.0.0
12608
11692
12609
-
expo-keep-awake@14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1):
11693
+
expo-keep-awake@14.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0):
12610
11694
dependencies:
12611
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12612
-
react: 18.3.1
11695
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11696
+
react: 19.0.0
12613
11697
optional: true
12614
11698
12615
-
expo-linking@7.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11699
+
expo-linking@7.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12616
11700
dependencies:
12617
-
expo-constants: 17.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
11701
+
expo-constants: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
12618
11702
invariant: 2.2.4
12619
-
react: 18.3.1
12620
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11703
+
react: 19.0.0
11704
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12621
11705
transitivePeerDependencies:
12622
11706
- expo
12623
11707
- supports-color
12624
11708
12625
-
expo-modules-autolinking@2.0.7:
11709
+
expo-modules-autolinking@2.1.9:
12626
11710
dependencies:
12627
11711
'@expo/spawn-async': 1.7.2
12628
11712
chalk: 4.1.2
12629
11713
commander: 7.2.0
12630
-
fast-glob: 3.3.2
12631
11714
find-up: 5.0.0
12632
-
fs-extra: 9.1.0
11715
+
glob: 10.4.5
12633
11716
require-from-string: 2.0.2
12634
11717
resolve-from: 5.0.0
12635
11718
12636
-
expo-modules-core@2.1.4:
11719
+
expo-modules-core@2.3.12:
12637
11720
dependencies:
12638
11721
invariant: 2.2.4
12639
11722
12640
-
expo-router@4.0.12(zbpkvbszkwibrk3find3fz46jq):
11723
+
expo-router@5.0.5(kv4fw3omscodrypffjuusio3fi):
12641
11724
dependencies:
12642
-
'@expo/metro-runtime': 4.0.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12643
-
'@expo/server': 0.5.0(typescript@5.7.3)
12644
-
'@radix-ui/react-slot': 1.0.1(react@18.3.1)
12645
-
'@react-navigation/bottom-tabs': 7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12646
-
'@react-navigation/native': 7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12647
-
'@react-navigation/native-stack': 7.2.0(@react-navigation/native@7.0.14(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11725
+
'@expo/metro-runtime': 5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11726
+
'@expo/server': 0.6.2
11727
+
'@radix-ui/react-slot': 1.2.0(@types/react@19.0.14)(react@19.0.0)
11728
+
'@react-navigation/bottom-tabs': 7.3.11(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-screens@4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11729
+
'@react-navigation/native': 7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11730
+
'@react-navigation/native-stack': 7.3.11(@react-navigation/native@7.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-screens@4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12648
11731
client-only: 0.0.1
12649
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12650
-
expo-constants: 17.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12651
-
expo-linking: 7.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12652
-
react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
12653
-
react-native-helmet-async: 2.0.4(react@18.3.1)
12654
-
react-native-is-edge-to-edge: 1.1.6(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12655
-
react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12656
-
react-native-screens: 4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12657
-
react-server-dom-webpack: 19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.97.1)
11732
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11733
+
expo-constants: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11734
+
expo-linking: 7.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11735
+
invariant: 2.2.4
11736
+
react-fast-compare: 3.2.2
11737
+
react-native-is-edge-to-edge: 1.1.6(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11738
+
react-native-safe-area-context: 5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11739
+
react-native-screens: 4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12658
11740
schema-utils: 4.3.0
12659
11741
semver: 7.6.3
12660
11742
server-only: 0.0.1
11743
+
shallowequal: 1.1.0
12661
11744
optionalDependencies:
12662
-
react-native-reanimated: 3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11745
+
react-native-reanimated: 3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12663
11746
transitivePeerDependencies:
12664
11747
- '@react-native-masked-view/masked-view'
11748
+
- '@types/react'
12665
11749
- react
12666
-
- react-dom
12667
11750
- react-native
12668
11751
- supports-color
12669
-
- typescript
12670
-
- webpack
12671
11752
12672
-
expo-splash-screen@0.29.21(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)):
11753
+
expo-splash-screen@0.30.8(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)):
12673
11754
dependencies:
12674
-
'@expo/prebuild-config': 8.0.25
12675
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
11755
+
'@expo/prebuild-config': 9.0.5
11756
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12676
11757
transitivePeerDependencies:
12677
11758
- supports-color
12678
11759
12679
-
expo-sqlite@15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11760
+
expo-sqlite@15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12680
11761
dependencies:
12681
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12682
-
react: 18.3.1
12683
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11762
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11763
+
react: 19.0.0
11764
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12684
11765
12685
-
expo-sqlite@15.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11766
+
expo-sqlite@15.2.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12686
11767
dependencies:
12687
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12688
-
react: 18.3.1
12689
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11768
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11769
+
react: 19.0.0
11770
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12690
11771
optional: true
12691
11772
12692
-
expo-status-bar@2.0.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11773
+
expo-status-bar@2.2.3(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12693
11774
dependencies:
12694
-
react: 18.3.1
12695
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11775
+
react: 19.0.0
11776
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
11777
+
react-native-edge-to-edge: 1.6.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11778
+
react-native-is-edge-to-edge: 1.1.6(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12696
11779
12697
-
expo-system-ui@4.0.6(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
11780
+
expo-system-ui@5.0.7(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)):
12698
11781
dependencies:
12699
-
'@react-native/normalize-colors': 0.76.5
11782
+
'@react-native/normalize-colors': 0.79.2
12700
11783
debug: 4.4.0
12701
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12702
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11784
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11785
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12703
11786
optionalDependencies:
12704
-
react-native-web: 0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
11787
+
react-native-web: 0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
12705
11788
transitivePeerDependencies:
12706
11789
- supports-color
12707
11790
12708
-
expo-web-browser@14.0.1(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)):
11791
+
expo-web-browser@14.1.6(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)):
12709
11792
dependencies:
12710
-
expo: 52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12711
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
11793
+
expo: 53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11794
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12712
11795
12713
-
expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11796
+
expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12714
11797
dependencies:
12715
11798
'@babel/runtime': 7.26.0
12716
-
'@expo/cli': 0.22.10
12717
-
'@expo/config': 10.0.8
12718
-
'@expo/config-plugins': 9.0.14
12719
-
'@expo/fingerprint': 0.11.7
12720
-
'@expo/metro-config': 0.19.9
12721
-
'@expo/vector-icons': 14.0.4
12722
-
babel-preset-expo: 12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))
12723
-
expo-asset: 11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12724
-
expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12725
-
expo-file-system: 18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12726
-
expo-font: 13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1)
12727
-
expo-keep-awake: 14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1)
12728
-
expo-modules-autolinking: 2.0.7
12729
-
expo-modules-core: 2.1.4
12730
-
fbemitter: 3.0.0
12731
-
react: 18.3.1
12732
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
12733
-
web-streams-polyfill: 3.3.3
11799
+
'@expo/cli': 0.24.11
11800
+
'@expo/config': 11.0.8
11801
+
'@expo/config-plugins': 10.0.2
11802
+
'@expo/fingerprint': 0.12.4
11803
+
'@expo/metro-config': 0.20.13
11804
+
'@expo/vector-icons': 14.1.0(expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11805
+
babel-preset-expo: 13.1.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)
11806
+
expo-asset: 11.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11807
+
expo-constants: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11808
+
expo-file-system: 18.1.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11809
+
expo-font: 13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
11810
+
expo-keep-awake: 14.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
11811
+
expo-modules-autolinking: 2.1.9
11812
+
expo-modules-core: 2.3.12
11813
+
react: 19.0.0
11814
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
11815
+
react-native-edge-to-edge: 1.6.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12734
11816
whatwg-url-without-unicode: 8.0.0-3
12735
11817
optionalDependencies:
12736
-
'@expo/metro-runtime': 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
11818
+
'@expo/metro-runtime': 5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
12737
11819
transitivePeerDependencies:
12738
11820
- '@babel/core'
12739
-
- '@babel/preset-env'
12740
11821
- babel-plugin-react-compiler
12741
11822
- bufferutil
12742
-
- encoding
12743
11823
- graphql
12744
-
- react-compiler-runtime
12745
11824
- supports-color
12746
11825
- utf-8-validate
12747
11826
12748
-
expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
11827
+
expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
12749
11828
dependencies:
12750
11829
'@babel/runtime': 7.26.0
12751
-
'@expo/cli': 0.22.10
12752
-
'@expo/config': 10.0.8
12753
-
'@expo/config-plugins': 9.0.14
12754
-
'@expo/fingerprint': 0.11.7
12755
-
'@expo/metro-config': 0.19.9
12756
-
'@expo/vector-icons': 14.0.4
12757
-
babel-preset-expo: 12.0.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)(react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1))
12758
-
expo-asset: 11.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
12759
-
expo-constants: 17.0.4(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12760
-
expo-file-system: 18.0.7(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
12761
-
expo-font: 13.0.3(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1)
12762
-
expo-keep-awake: 14.0.2(expo@52.0.27(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@expo/metro-runtime@4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react@18.3.1)
12763
-
expo-modules-autolinking: 2.0.7
12764
-
expo-modules-core: 2.1.4
12765
-
fbemitter: 3.0.0
12766
-
react: 18.3.1
12767
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
12768
-
web-streams-polyfill: 3.3.3
11830
+
'@expo/cli': 0.24.11
11831
+
'@expo/config': 11.0.8
11832
+
'@expo/config-plugins': 10.0.2
11833
+
'@expo/fingerprint': 0.12.4
11834
+
'@expo/metro-config': 0.20.13
11835
+
'@expo/vector-icons': 14.1.0(expo-font@13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11836
+
babel-preset-expo: 13.1.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-37ed2a7-20241206)
11837
+
expo-asset: 11.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
11838
+
expo-constants: 17.1.5(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11839
+
expo-file-system: 18.1.9(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
11840
+
expo-font: 13.3.1(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
11841
+
expo-keep-awake: 14.1.4(expo@53.0.7(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react@19.0.0)
11842
+
expo-modules-autolinking: 2.1.9
11843
+
expo-modules-core: 2.3.12
11844
+
react: 19.0.0
11845
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
11846
+
react-native-edge-to-edge: 1.6.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
12769
11847
whatwg-url-without-unicode: 8.0.0-3
12770
11848
optionalDependencies:
12771
-
'@expo/metro-runtime': 4.0.1(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))
11849
+
'@expo/metro-runtime': 5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))
12772
11850
transitivePeerDependencies:
12773
11851
- '@babel/core'
12774
-
- '@babel/preset-env'
12775
11852
- babel-plugin-react-compiler
12776
11853
- bufferutil
12777
-
- encoding
12778
11854
- graphql
12779
-
- react-compiler-runtime
12780
11855
- supports-color
12781
11856
- utf-8-validate
12782
11857
optional: true
···
12839
11914
12840
11915
fast-levenshtein@2.0.6: {}
12841
11916
12842
-
fast-loops@1.1.4: {}
12843
-
12844
11917
fast-redact@3.5.0: {}
12845
11918
12846
11919
fast-safe-stringify@2.1.1: {}
···
12854
11927
fb-watchman@2.0.2:
12855
11928
dependencies:
12856
11929
bser: 2.1.1
12857
-
12858
-
fbemitter@3.0.0:
12859
-
dependencies:
12860
-
fbjs: 3.0.5
12861
-
transitivePeerDependencies:
12862
-
- encoding
12863
11930
12864
11931
fbjs-css-vars@1.0.2: {}
12865
11932
···
12884
11951
node-domexception: 1.0.0
12885
11952
web-streams-polyfill: 3.3.3
12886
11953
12887
-
fetch-retry@4.1.1: {}
12888
-
12889
11954
figures@1.7.0:
12890
11955
dependencies:
12891
11956
escape-string-regexp: 1.0.5
···
12929
11994
dependencies:
12930
11995
json5: 2.2.3
12931
11996
12932
-
find-cache-dir@2.1.0:
12933
-
dependencies:
12934
-
commondir: 1.0.1
12935
-
make-dir: 2.1.0
12936
-
pkg-dir: 3.0.0
12937
-
12938
11997
find-up@3.0.0:
12939
11998
dependencies:
12940
11999
locate-path: 3.0.0
···
12958
12017
flatted@3.3.2: {}
12959
12018
12960
12019
flow-enums-runtime@0.0.6: {}
12961
-
12962
-
flow-parser@0.256.0: {}
12963
12020
12964
12021
fontfaceobserver@2.3.0: {}
12965
12022
···
12967
12024
dependencies:
12968
12025
is-callable: 1.2.7
12969
12026
12027
+
for-each@0.3.5:
12028
+
dependencies:
12029
+
is-callable: 1.2.7
12030
+
12970
12031
foreground-child@3.3.0:
12971
12032
dependencies:
12972
12033
cross-spawn: 7.0.6
···
12980
12041
combined-stream: 1.0.8
12981
12042
mime-types: 2.1.35
12982
12043
12983
-
form-data@3.0.2:
12984
-
dependencies:
12985
-
asynckit: 0.4.0
12986
-
combined-stream: 1.0.8
12987
-
mime-types: 2.1.35
12988
-
12989
12044
formdata-polyfill@4.0.10:
12990
12045
dependencies:
12991
12046
fetch-blob: 3.2.0
···
13004
12059
path-is-absolute: 1.0.1
13005
12060
rimraf: 2.6.3
13006
12061
13007
-
fs-extra@8.1.0:
13008
-
dependencies:
13009
-
graceful-fs: 4.2.11
13010
-
jsonfile: 4.0.0
13011
-
universalify: 0.1.2
13012
-
13013
-
fs-extra@9.0.0:
13014
-
dependencies:
13015
-
at-least-node: 1.0.0
13016
-
graceful-fs: 4.2.11
13017
-
jsonfile: 6.1.0
13018
-
universalify: 1.0.0
13019
-
13020
-
fs-extra@9.1.0:
13021
-
dependencies:
13022
-
at-least-node: 1.0.0
13023
-
graceful-fs: 4.2.11
13024
-
jsonfile: 6.1.0
13025
-
universalify: 2.0.1
13026
-
13027
-
fs-minipass@2.1.0:
13028
-
dependencies:
13029
-
minipass: 3.3.6
13030
-
13031
-
fs-minipass@3.0.3:
13032
-
dependencies:
13033
-
minipass: 7.1.2
13034
-
13035
12062
fs-promise@0.5.0:
13036
12063
dependencies:
13037
12064
any-promise: 1.3.0
···
13052
12079
define-properties: 1.2.1
13053
12080
es-abstract: 1.23.5
13054
12081
functions-have-names: 1.2.3
12082
+
12083
+
function.prototype.name@1.1.8:
12084
+
dependencies:
12085
+
call-bind: 1.0.8
12086
+
call-bound: 1.0.4
12087
+
define-properties: 1.2.1
12088
+
functions-have-names: 1.2.3
12089
+
hasown: 2.0.2
12090
+
is-callable: 1.2.7
13055
12091
13056
12092
functions-have-names@1.2.3: {}
13057
12093
···
13074
12110
hasown: 2.0.2
13075
12111
math-intrinsics: 1.0.0
13076
12112
12113
+
get-intrinsic@1.3.0:
12114
+
dependencies:
12115
+
call-bind-apply-helpers: 1.0.2
12116
+
es-define-property: 1.0.1
12117
+
es-errors: 1.3.0
12118
+
es-object-atoms: 1.1.1
12119
+
function-bind: 1.1.2
12120
+
get-proto: 1.0.1
12121
+
gopd: 1.2.0
12122
+
has-symbols: 1.1.0
12123
+
hasown: 2.0.2
12124
+
math-intrinsics: 1.1.0
12125
+
13077
12126
get-nonce@1.0.1: {}
13078
12127
13079
12128
get-package-type@0.1.0: {}
13080
12129
13081
12130
get-port@3.2.0: {}
13082
12131
13083
-
get-stream@4.1.0:
12132
+
get-proto@1.0.1:
13084
12133
dependencies:
13085
-
pump: 3.0.2
13086
-
13087
-
get-stream@6.0.1: {}
12134
+
dunder-proto: 1.0.1
12135
+
es-object-atoms: 1.0.0
13088
12136
13089
12137
get-symbol-description@1.0.2:
13090
12138
dependencies:
13091
12139
call-bind: 1.0.8
13092
12140
es-errors: 1.3.0
13093
12141
get-intrinsic: 1.2.6
12142
+
12143
+
get-symbol-description@1.1.0:
12144
+
dependencies:
12145
+
call-bound: 1.0.4
12146
+
es-errors: 1.3.0
12147
+
get-intrinsic: 1.3.0
13094
12148
13095
12149
get-tsconfig@4.8.1:
13096
12150
dependencies:
···
13152
12206
dependencies:
13153
12207
type-fest: 0.20.2
13154
12208
12209
+
globals@16.0.0: {}
12210
+
13155
12211
globalthis@1.0.4:
13156
12212
dependencies:
13157
12213
define-properties: 1.2.1
13158
12214
gopd: 1.2.0
13159
-
13160
-
globby@11.1.0:
13161
-
dependencies:
13162
-
array-union: 2.1.0
13163
-
dir-glob: 3.0.1
13164
-
fast-glob: 3.3.2
13165
-
ignore: 5.3.2
13166
-
merge2: 1.4.1
13167
-
slash: 3.0.0
13168
12215
13169
12216
gopd@1.2.0: {}
13170
12217
···
13211
12258
13212
12259
help-me@5.0.0: {}
13213
12260
13214
-
hermes-estree@0.23.1: {}
13215
-
13216
-
hermes-estree@0.24.0: {}
13217
-
13218
12261
hermes-estree@0.25.1: {}
13219
12262
13220
-
hermes-parser@0.23.1:
13221
-
dependencies:
13222
-
hermes-estree: 0.23.1
13223
-
13224
-
hermes-parser@0.24.0:
13225
-
dependencies:
13226
-
hermes-estree: 0.24.0
12263
+
hermes-estree@0.28.1: {}
13227
12264
13228
12265
hermes-parser@0.25.1:
13229
12266
dependencies:
13230
12267
hermes-estree: 0.25.1
12268
+
12269
+
hermes-parser@0.28.1:
12270
+
dependencies:
12271
+
hermes-estree: 0.28.1
13231
12272
13232
12273
hoist-non-react-statics@3.3.2:
13233
12274
dependencies:
···
13264
12305
jsprim: 1.4.2
13265
12306
sshpk: 1.18.0
13266
12307
13267
-
human-signals@2.1.0: {}
12308
+
https-proxy-agent@7.0.6:
12309
+
dependencies:
12310
+
agent-base: 7.1.3
12311
+
debug: 4.4.0
12312
+
transitivePeerDependencies:
12313
+
- supports-color
13268
12314
13269
12315
hyphenate-style-name@1.1.0: {}
13270
12316
···
13292
12338
13293
12339
imurmurhash@0.1.4: {}
13294
12340
13295
-
indent-string@4.0.0: {}
13296
-
13297
12341
inflight@1.0.6:
13298
12342
dependencies:
13299
12343
once: 1.4.0
···
13303
12347
13304
12348
ini@1.3.8: {}
13305
12349
13306
-
inline-style-prefixer@6.0.4:
12350
+
inline-style-prefixer@7.0.1:
13307
12351
dependencies:
13308
12352
css-in-js-utils: 3.1.0
13309
-
fast-loops: 1.1.4
13310
12353
13311
12354
inquirer-promise@0.0.3:
13312
12355
dependencies:
···
13329
12372
strip-ansi: 3.0.1
13330
12373
through: 2.3.8
13331
12374
13332
-
internal-ip@4.3.0:
13333
-
dependencies:
13334
-
default-gateway: 4.2.0
13335
-
ipaddr.js: 1.9.1
13336
-
13337
12375
internal-slot@1.1.0:
13338
12376
dependencies:
13339
12377
es-errors: 1.3.0
···
13344
12382
dependencies:
13345
12383
loose-envify: 1.4.0
13346
12384
13347
-
ip-regex@2.1.0: {}
13348
-
13349
12385
ipaddr.js@1.9.1: {}
13350
12386
13351
12387
ipaddr.js@2.2.0: {}
···
13360
12396
call-bind: 1.0.8
13361
12397
get-intrinsic: 1.2.6
13362
12398
12399
+
is-array-buffer@3.0.5:
12400
+
dependencies:
12401
+
call-bind: 1.0.8
12402
+
call-bound: 1.0.4
12403
+
get-intrinsic: 1.3.0
12404
+
13363
12405
is-arrayish@0.2.1: {}
13364
12406
13365
12407
is-arrayish@0.3.2: {}
···
13380
12422
dependencies:
13381
12423
call-bound: 1.0.2
13382
12424
has-tostringtag: 1.0.2
13383
-
13384
-
is-buffer@1.1.6: {}
13385
12425
13386
12426
is-bun-module@1.3.0:
13387
12427
dependencies:
···
13437
12477
call-bind: 1.0.8
13438
12478
has-tostringtag: 1.0.2
13439
12479
12480
+
is-number-object@1.1.1:
12481
+
dependencies:
12482
+
call-bound: 1.0.4
12483
+
has-tostringtag: 1.0.2
12484
+
13440
12485
is-number@7.0.0: {}
13441
12486
13442
-
is-path-cwd@2.2.0: {}
13443
-
13444
12487
is-path-inside@3.0.3: {}
13445
12488
13446
12489
is-plain-obj@2.1.0: {}
13447
-
13448
-
is-plain-object@2.0.4:
13449
-
dependencies:
13450
-
isobject: 3.0.1
13451
12490
13452
12491
is-regex@1.2.1:
13453
12492
dependencies:
···
13462
12501
dependencies:
13463
12502
call-bind: 1.0.8
13464
12503
13465
-
is-stream@1.1.0: {}
13466
-
13467
-
is-stream@2.0.1: {}
12504
+
is-shared-array-buffer@1.0.4:
12505
+
dependencies:
12506
+
call-bound: 1.0.4
13468
12507
13469
12508
is-string@1.1.0:
13470
12509
dependencies:
13471
12510
call-bind: 1.0.8
12511
+
has-tostringtag: 1.0.2
12512
+
12513
+
is-string@1.1.1:
12514
+
dependencies:
12515
+
call-bound: 1.0.4
13472
12516
has-tostringtag: 1.0.2
13473
12517
13474
12518
is-symbol@1.1.1:
···
13481
12525
dependencies:
13482
12526
which-typed-array: 1.1.16
13483
12527
12528
+
is-typed-array@1.1.15:
12529
+
dependencies:
12530
+
which-typed-array: 1.1.19
12531
+
13484
12532
is-typedarray@1.0.0: {}
13485
12533
13486
12534
is-weakmap@2.0.2: {}
···
13498
12546
dependencies:
13499
12547
is-docker: 2.2.1
13500
12548
13501
-
isarray@1.0.0: {}
13502
-
13503
12549
isarray@2.0.5: {}
13504
12550
13505
12551
isexe@2.0.0: {}
13506
12552
13507
12553
iso-datestring-validator@2.2.2: {}
13508
-
13509
-
isobject@3.0.1: {}
13510
12554
13511
12555
isstream@0.1.2: {}
13512
12556
···
13623
12667
13624
12668
jiti@1.21.6: {}
13625
12669
13626
-
join-component@1.1.0: {}
13627
-
13628
12670
jose@5.9.6: {}
13629
12671
13630
12672
joycon@3.1.1: {}
···
13644
12686
13645
12687
jsbn@0.1.1: {}
13646
12688
13647
-
jsc-android@250231.0.0: {}
13648
-
13649
12689
jsc-safe-url@0.2.4: {}
13650
12690
13651
-
jscodeshift@0.14.0(@babel/preset-env@7.26.0(@babel/core@7.26.0)):
13652
-
dependencies:
13653
-
'@babel/core': 7.26.0
13654
-
'@babel/parser': 7.26.3
13655
-
'@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.0)
13656
-
'@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.26.0)
13657
-
'@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.26.0)
13658
-
'@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.0)
13659
-
'@babel/preset-env': 7.26.0(@babel/core@7.26.0)
13660
-
'@babel/preset-flow': 7.25.9(@babel/core@7.26.0)
13661
-
'@babel/preset-typescript': 7.26.0(@babel/core@7.26.0)
13662
-
'@babel/register': 7.25.9(@babel/core@7.26.0)
13663
-
babel-core: 7.0.0-bridge.0(@babel/core@7.26.0)
13664
-
chalk: 4.1.2
13665
-
flow-parser: 0.256.0
13666
-
graceful-fs: 4.2.11
13667
-
micromatch: 4.0.8
13668
-
neo-async: 2.6.2
13669
-
node-dir: 0.1.17
13670
-
recast: 0.21.5
13671
-
temp: 0.8.4
13672
-
write-file-atomic: 2.4.3
13673
-
transitivePeerDependencies:
13674
-
- supports-color
13675
-
13676
12691
jsesc@3.0.2: {}
13677
12692
13678
12693
jsesc@3.1.0: {}
···
13700
12715
json5@2.2.3: {}
13701
12716
13702
12717
jsonfile@2.4.0:
13703
-
optionalDependencies:
13704
-
graceful-fs: 4.2.11
13705
-
13706
-
jsonfile@4.0.0:
13707
-
optionalDependencies:
13708
-
graceful-fs: 4.2.11
13709
-
13710
-
jsonfile@6.1.0:
13711
-
dependencies:
13712
-
universalify: 2.0.1
13713
12718
optionalDependencies:
13714
12719
graceful-fs: 4.2.11
13715
12720
···
13725
12730
array-includes: 3.1.8
13726
12731
array.prototype.flat: 1.3.2
13727
12732
object.assign: 4.1.5
13728
-
object.values: 1.2.0
12733
+
object.values: 1.2.1
13729
12734
13730
12735
kaiser@0.0.4:
13731
12736
dependencies:
···
13735
12740
dependencies:
13736
12741
json-buffer: 3.0.1
13737
12742
13738
-
kind-of@6.0.3: {}
13739
-
13740
12743
klaw@1.3.1:
13741
12744
optionalDependencies:
13742
12745
graceful-fs: 4.2.11
13743
12746
13744
12747
kleur@3.0.3: {}
12748
+
12749
+
lan-network@0.1.5: {}
13745
12750
13746
12751
leven@3.1.0: {}
13747
12752
···
13870
12875
dependencies:
13871
12876
yallist: 3.1.1
13872
12877
13873
-
lucide-react-native@0.460.0(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13874
-
dependencies:
13875
-
react: 18.3.1
13876
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13877
-
react-native-svg: 15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
13878
-
13879
-
make-dir@2.1.0:
12878
+
lucide-react-native@0.507.0(react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
13880
12879
dependencies:
13881
-
pify: 4.0.1
13882
-
semver: 5.7.2
12880
+
react: 19.0.0
12881
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
12882
+
react-native-svg: 15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
13883
12883
13884
12884
make-error@1.3.6: {}
13885
12885
···
13891
12891
13892
12892
math-intrinsics@1.0.0: {}
13893
12893
13894
-
md5-file@3.2.3:
13895
-
dependencies:
13896
-
buffer-alloc: 1.2.0
13897
-
13898
-
md5@2.3.0:
13899
-
dependencies:
13900
-
charenc: 0.0.2
13901
-
crypt: 0.0.2
13902
-
is-buffer: 1.1.6
12894
+
math-intrinsics@1.1.0: {}
13903
12895
13904
12896
mdn-data@2.0.14: {}
13905
12897
···
13921
12913
13922
12914
methods@1.1.2: {}
13923
12915
13924
-
metro-babel-transformer@0.81.0:
12916
+
metro-babel-transformer@0.82.2:
13925
12917
dependencies:
13926
12918
'@babel/core': 7.26.0
13927
12919
flow-enums-runtime: 0.0.6
13928
-
hermes-parser: 0.24.0
12920
+
hermes-parser: 0.28.1
13929
12921
nullthrows: 1.1.1
13930
12922
transitivePeerDependencies:
13931
12923
- supports-color
13932
12924
13933
-
metro-cache-key@0.81.0:
12925
+
metro-cache-key@0.82.2:
13934
12926
dependencies:
13935
12927
flow-enums-runtime: 0.0.6
13936
12928
13937
-
metro-cache@0.81.0:
12929
+
metro-cache@0.82.2:
13938
12930
dependencies:
13939
12931
exponential-backoff: 3.1.1
13940
12932
flow-enums-runtime: 0.0.6
13941
-
metro-core: 0.81.0
12933
+
https-proxy-agent: 7.0.6
12934
+
metro-core: 0.82.2
12935
+
transitivePeerDependencies:
12936
+
- supports-color
13942
12937
13943
-
metro-config@0.81.0:
12938
+
metro-config@0.82.2:
13944
12939
dependencies:
13945
12940
connect: 3.7.0
13946
12941
cosmiconfig: 5.2.1
13947
12942
flow-enums-runtime: 0.0.6
13948
12943
jest-validate: 29.7.0
13949
-
metro: 0.81.0
13950
-
metro-cache: 0.81.0
13951
-
metro-core: 0.81.0
13952
-
metro-runtime: 0.81.0
12944
+
metro: 0.82.2
12945
+
metro-cache: 0.82.2
12946
+
metro-core: 0.82.2
12947
+
metro-runtime: 0.82.2
13953
12948
transitivePeerDependencies:
13954
12949
- bufferutil
13955
12950
- supports-color
13956
12951
- utf-8-validate
13957
12952
13958
-
metro-core@0.81.0:
12953
+
metro-core@0.82.2:
13959
12954
dependencies:
13960
12955
flow-enums-runtime: 0.0.6
13961
12956
lodash.throttle: 4.1.1
13962
-
metro-resolver: 0.81.0
12957
+
metro-resolver: 0.82.2
13963
12958
13964
-
metro-file-map@0.81.0:
12959
+
metro-file-map@0.82.2:
13965
12960
dependencies:
13966
-
anymatch: 3.1.3
13967
-
debug: 2.6.9
12961
+
debug: 4.4.0
13968
12962
fb-watchman: 2.0.2
13969
12963
flow-enums-runtime: 0.0.6
13970
12964
graceful-fs: 4.2.11
13971
12965
invariant: 2.2.4
13972
12966
jest-worker: 29.7.0
13973
12967
micromatch: 4.0.8
13974
-
node-abort-controller: 3.1.1
13975
12968
nullthrows: 1.1.1
13976
12969
walker: 1.0.8
13977
-
optionalDependencies:
13978
-
fsevents: 2.3.3
13979
12970
transitivePeerDependencies:
13980
12971
- supports-color
13981
12972
13982
-
metro-minify-terser@0.81.0:
12973
+
metro-minify-terser@0.82.2:
13983
12974
dependencies:
13984
12975
flow-enums-runtime: 0.0.6
13985
12976
terser: 5.37.0
13986
12977
13987
-
metro-resolver@0.81.0:
12978
+
metro-resolver@0.82.2:
13988
12979
dependencies:
13989
12980
flow-enums-runtime: 0.0.6
13990
12981
13991
-
metro-runtime@0.81.0:
12982
+
metro-runtime@0.82.2:
13992
12983
dependencies:
13993
12984
'@babel/runtime': 7.26.0
13994
12985
flow-enums-runtime: 0.0.6
13995
12986
13996
-
metro-source-map@0.81.0:
12987
+
metro-source-map@0.82.2:
13997
12988
dependencies:
13998
12989
'@babel/traverse': 7.26.4
13999
12990
'@babel/traverse--for-generate-function-map': '@babel/traverse@7.26.4'
14000
12991
'@babel/types': 7.26.3
14001
12992
flow-enums-runtime: 0.0.6
14002
12993
invariant: 2.2.4
14003
-
metro-symbolicate: 0.81.0
12994
+
metro-symbolicate: 0.82.2
14004
12995
nullthrows: 1.1.1
14005
-
ob1: 0.81.0
12996
+
ob1: 0.82.2
14006
12997
source-map: 0.5.7
14007
12998
vlq: 1.0.1
14008
12999
transitivePeerDependencies:
14009
13000
- supports-color
14010
13001
14011
-
metro-symbolicate@0.81.0:
13002
+
metro-symbolicate@0.82.2:
14012
13003
dependencies:
14013
13004
flow-enums-runtime: 0.0.6
14014
13005
invariant: 2.2.4
14015
-
metro-source-map: 0.81.0
13006
+
metro-source-map: 0.82.2
14016
13007
nullthrows: 1.1.1
14017
13008
source-map: 0.5.7
14018
-
through2: 2.0.5
14019
13009
vlq: 1.0.1
14020
13010
transitivePeerDependencies:
14021
13011
- supports-color
14022
13012
14023
-
metro-transform-plugins@0.81.0:
13013
+
metro-transform-plugins@0.82.2:
14024
13014
dependencies:
14025
13015
'@babel/core': 7.26.0
14026
13016
'@babel/generator': 7.26.3
···
14031
13021
transitivePeerDependencies:
14032
13022
- supports-color
14033
13023
14034
-
metro-transform-worker@0.81.0:
13024
+
metro-transform-worker@0.82.2:
14035
13025
dependencies:
14036
13026
'@babel/core': 7.26.0
14037
13027
'@babel/generator': 7.26.3
14038
13028
'@babel/parser': 7.26.3
14039
13029
'@babel/types': 7.26.3
14040
13030
flow-enums-runtime: 0.0.6
14041
-
metro: 0.81.0
14042
-
metro-babel-transformer: 0.81.0
14043
-
metro-cache: 0.81.0
14044
-
metro-cache-key: 0.81.0
14045
-
metro-minify-terser: 0.81.0
14046
-
metro-source-map: 0.81.0
14047
-
metro-transform-plugins: 0.81.0
13031
+
metro: 0.82.2
13032
+
metro-babel-transformer: 0.82.2
13033
+
metro-cache: 0.82.2
13034
+
metro-cache-key: 0.82.2
13035
+
metro-minify-terser: 0.82.2
13036
+
metro-source-map: 0.82.2
13037
+
metro-transform-plugins: 0.82.2
14048
13038
nullthrows: 1.1.1
14049
13039
transitivePeerDependencies:
14050
13040
- bufferutil
14051
13041
- supports-color
14052
13042
- utf-8-validate
14053
13043
14054
-
metro@0.81.0:
13044
+
metro@0.82.2:
14055
13045
dependencies:
14056
13046
'@babel/code-frame': 7.26.2
14057
13047
'@babel/core': 7.26.0
···
14064
13054
chalk: 4.1.2
14065
13055
ci-info: 2.0.0
14066
13056
connect: 3.7.0
14067
-
debug: 2.6.9
14068
-
denodeify: 1.2.1
13057
+
debug: 4.4.0
14069
13058
error-stack-parser: 2.1.4
14070
13059
flow-enums-runtime: 0.0.6
14071
13060
graceful-fs: 4.2.11
14072
-
hermes-parser: 0.24.0
13061
+
hermes-parser: 0.28.1
14073
13062
image-size: 1.1.1
14074
13063
invariant: 2.2.4
14075
13064
jest-worker: 29.7.0
14076
13065
jsc-safe-url: 0.2.4
14077
13066
lodash.throttle: 4.1.1
14078
-
metro-babel-transformer: 0.81.0
14079
-
metro-cache: 0.81.0
14080
-
metro-cache-key: 0.81.0
14081
-
metro-config: 0.81.0
14082
-
metro-core: 0.81.0
14083
-
metro-file-map: 0.81.0
14084
-
metro-resolver: 0.81.0
14085
-
metro-runtime: 0.81.0
14086
-
metro-source-map: 0.81.0
14087
-
metro-symbolicate: 0.81.0
14088
-
metro-transform-plugins: 0.81.0
14089
-
metro-transform-worker: 0.81.0
13067
+
metro-babel-transformer: 0.82.2
13068
+
metro-cache: 0.82.2
13069
+
metro-cache-key: 0.82.2
13070
+
metro-config: 0.82.2
13071
+
metro-core: 0.82.2
13072
+
metro-file-map: 0.82.2
13073
+
metro-resolver: 0.82.2
13074
+
metro-runtime: 0.82.2
13075
+
metro-source-map: 0.82.2
13076
+
metro-symbolicate: 0.82.2
13077
+
metro-transform-plugins: 0.82.2
13078
+
metro-transform-worker: 0.82.2
14090
13079
mime-types: 2.1.35
14091
13080
nullthrows: 1.1.1
14092
13081
serialize-error: 2.1.0
14093
13082
source-map: 0.5.7
14094
-
strip-ansi: 6.0.1
14095
13083
throat: 5.0.0
14096
13084
ws: 7.5.10
14097
13085
yargs: 17.7.2
···
14116
13104
mime@1.6.0: {}
14117
13105
14118
13106
mimic-fn@1.2.0: {}
14119
-
14120
-
mimic-fn@2.1.0: {}
14121
13107
14122
13108
minimatch@10.0.1:
14123
13109
dependencies:
···
14140
13126
brace-expansion: 2.0.1
14141
13127
14142
13128
minimist@1.2.8: {}
14143
-
14144
-
minipass-collect@2.0.1:
14145
-
dependencies:
14146
-
minipass: 7.1.2
14147
-
14148
-
minipass-flush@1.0.5:
14149
-
dependencies:
14150
-
minipass: 3.3.6
14151
-
14152
-
minipass-pipeline@1.2.4:
14153
-
dependencies:
14154
-
minipass: 3.3.6
14155
-
14156
-
minipass@3.3.6:
14157
-
dependencies:
14158
-
yallist: 4.0.0
14159
13129
14160
13130
minipass@4.2.8: {}
14161
13131
14162
-
minipass@5.0.0: {}
14163
-
14164
13132
minipass@7.1.2: {}
14165
13133
14166
-
minizlib@2.1.2:
13134
+
minizlib@3.0.2:
14167
13135
dependencies:
14168
-
minipass: 3.3.6
14169
-
yallist: 4.0.0
13136
+
minipass: 7.1.2
14170
13137
14171
13138
mkdirp@0.5.6:
14172
13139
dependencies:
···
14174
13141
14175
13142
mkdirp@1.0.4: {}
14176
13143
14177
-
mrmime@1.0.1: {}
13144
+
mkdirp@3.0.1: {}
14178
13145
14179
13146
ms@2.0.0: {}
14180
13147
···
14190
13157
object-assign: 4.1.1
14191
13158
thenify-all: 1.6.0
14192
13159
13160
+
nanoid@3.3.11: {}
13161
+
14193
13162
nanoid@3.3.8: {}
14194
13163
14195
-
nativewind@4.1.23(react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))):
13164
+
nativewind@4.1.23(react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))):
14196
13165
dependencies:
14197
13166
comment-json: 4.2.5
14198
13167
debug: 4.4.0
14199
-
react-native-css-interop: 0.1.22(react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3)))
14200
-
tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))
13168
+
react-native-css-interop: 0.1.22(react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3)))
13169
+
tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))
14201
13170
transitivePeerDependencies:
14202
13171
- react
14203
13172
- react-native
···
14216
13185
14217
13186
nested-error-stacks@2.0.1: {}
14218
13187
14219
-
nice-try@1.0.5: {}
14220
-
14221
-
node-abort-controller@3.1.1: {}
14222
-
14223
-
node-dir@0.1.17:
14224
-
dependencies:
14225
-
minimatch: 3.1.2
14226
-
14227
13188
node-domexception@1.0.0: {}
14228
13189
14229
13190
node-fetch@2.7.0:
···
14256
13217
semver: 7.6.3
14257
13218
validate-npm-package-name: 5.0.1
14258
13219
14259
-
npm-run-path@2.0.2:
14260
-
dependencies:
14261
-
path-key: 2.0.1
14262
-
14263
-
npm-run-path@4.0.1:
14264
-
dependencies:
14265
-
path-key: 3.1.1
14266
-
14267
13220
nth-check@2.1.1:
14268
13221
dependencies:
14269
13222
boolbase: 1.0.0
···
14274
13227
14275
13228
oauth-sign@0.9.0: {}
14276
13229
14277
-
ob1@0.81.0:
13230
+
ob1@0.82.2:
14278
13231
dependencies:
14279
13232
flow-enums-runtime: 0.0.6
14280
13233
···
14293
13246
has-symbols: 1.1.0
14294
13247
object-keys: 1.1.1
14295
13248
14296
-
object.entries@1.1.8:
13249
+
object.assign@4.1.7:
14297
13250
dependencies:
14298
13251
call-bind: 1.0.8
13252
+
call-bound: 1.0.4
14299
13253
define-properties: 1.2.1
14300
13254
es-object-atoms: 1.0.0
13255
+
has-symbols: 1.1.0
13256
+
object-keys: 1.1.1
13257
+
13258
+
object.entries@1.1.9:
13259
+
dependencies:
13260
+
call-bind: 1.0.8
13261
+
call-bound: 1.0.4
13262
+
define-properties: 1.2.1
13263
+
es-object-atoms: 1.1.1
14301
13264
14302
13265
object.fromentries@2.0.8:
14303
13266
dependencies:
···
14318
13281
define-properties: 1.2.1
14319
13282
es-object-atoms: 1.0.0
14320
13283
13284
+
object.values@1.2.1:
13285
+
dependencies:
13286
+
call-bind: 1.0.8
13287
+
call-bound: 1.0.4
13288
+
define-properties: 1.2.1
13289
+
es-object-atoms: 1.0.0
13290
+
14321
13291
on-exit-leak-free@2.1.2: {}
14322
13292
14323
13293
on-finished@2.3.0:
···
14340
13310
dependencies:
14341
13311
mimic-fn: 1.2.0
14342
13312
14343
-
onetime@5.1.2:
14344
-
dependencies:
14345
-
mimic-fn: 2.1.0
14346
-
14347
13313
open@7.4.2:
14348
13314
dependencies:
14349
13315
is-docker: 2.2.1
···
14377
13343
14378
13344
os-tmpdir@1.0.2: {}
14379
13345
13346
+
own-keys@1.0.1:
13347
+
dependencies:
13348
+
get-intrinsic: 1.3.0
13349
+
object-keys: 1.1.1
13350
+
safe-push-apply: 1.0.0
13351
+
14380
13352
p-finally@1.0.0: {}
14381
13353
14382
13354
p-limit@2.3.0:
···
14399
13371
dependencies:
14400
13372
p-limit: 3.1.0
14401
13373
14402
-
p-map@4.0.0:
14403
-
dependencies:
14404
-
aggregate-error: 3.1.0
14405
-
14406
13374
p-queue@6.6.2:
14407
13375
dependencies:
14408
13376
eventemitter3: 4.0.7
···
14444
13412
14445
13413
path-is-absolute@1.0.1: {}
14446
13414
14447
-
path-key@2.0.1: {}
14448
-
14449
13415
path-key@3.1.1: {}
14450
13416
14451
13417
path-parse@1.0.7: {}
···
14462
13428
14463
13429
path-to-regexp@0.1.12: {}
14464
13430
14465
-
path-type@4.0.0: {}
14466
-
14467
13431
performance-now@2.1.0: {}
14468
13432
14469
13433
picocolors@1.1.1: {}
···
14475
13439
picomatch@4.0.2: {}
14476
13440
14477
13441
pify@2.3.0: {}
14478
-
14479
-
pify@4.0.1: {}
14480
13442
14481
13443
pino-abstract-transport@1.2.0:
14482
13444
dependencies:
···
14537
13499
14538
13500
pirates@4.0.6: {}
14539
13501
14540
-
pkg-dir@3.0.0:
14541
-
dependencies:
14542
-
find-up: 3.0.0
14543
-
14544
13502
pkg-up@3.1.0:
14545
13503
dependencies:
14546
13504
find-up: 3.0.0
···
14567
13525
camelcase-css: 2.0.1
14568
13526
postcss: 8.4.49
14569
13527
14570
-
postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3)):
13528
+
postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3)):
14571
13529
dependencies:
14572
13530
lilconfig: 3.1.3
14573
13531
yaml: 2.6.1
14574
13532
optionalDependencies:
14575
13533
postcss: 8.4.49
14576
-
ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.3)
13534
+
ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.8.3)
14577
13535
14578
13536
postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1):
14579
13537
dependencies:
···
14617
13575
react-is: 18.3.1
14618
13576
14619
13577
proc-log@4.2.0: {}
14620
-
14621
-
process-nextick-args@2.0.1: {}
14622
13578
14623
13579
process-warning@3.0.0: {}
14624
13580
···
14710
13666
minimist: 1.2.8
14711
13667
strip-json-comments: 2.0.1
14712
13668
14713
-
react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1):
13669
+
react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@19.0.0):
14714
13670
dependencies:
14715
-
react: 18.3.1
13671
+
react: 19.0.0
14716
13672
14717
-
react-devtools-core@5.3.2:
13673
+
react-devtools-core@6.1.1:
14718
13674
dependencies:
14719
13675
shell-quote: 1.8.2
14720
13676
ws: 7.5.10
···
14722
13678
- bufferutil
14723
13679
- utf-8-validate
14724
13680
14725
-
react-dom@18.3.1(react@18.3.1):
13681
+
react-dom@19.0.0(react@19.0.0):
14726
13682
dependencies:
14727
-
loose-envify: 1.4.0
14728
-
react: 18.3.1
14729
-
scheduler: 0.23.2
13683
+
react: 19.0.0
13684
+
scheduler: 0.25.0
14730
13685
14731
13686
react-fast-compare@3.2.2: {}
14732
13687
14733
-
react-freeze@1.0.4(react@18.3.1):
14734
-
dependencies:
14735
-
react: 18.3.1
14736
-
14737
-
react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
13688
+
react-freeze@1.0.4(react@19.0.0):
14738
13689
dependencies:
14739
-
'@babel/runtime': 7.26.0
14740
-
invariant: 2.2.4
14741
-
prop-types: 15.8.1
14742
-
react: 18.3.1
14743
-
react-dom: 18.3.1(react@18.3.1)
14744
-
react-fast-compare: 3.2.2
14745
-
shallowequal: 1.1.0
13690
+
react: 19.0.0
14746
13691
14747
13692
react-is@16.13.1: {}
14748
13693
14749
13694
react-is@18.3.1: {}
14750
13695
14751
-
react-native-css-interop@0.1.22(react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1))(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))):
13696
+
react-is@19.1.0: {}
13697
+
13698
+
react-native-css-interop@0.1.22(react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))):
14752
13699
dependencies:
14753
13700
'@babel/helper-module-imports': 7.25.9
14754
13701
'@babel/traverse': 7.26.4
14755
13702
'@babel/types': 7.26.3
14756
13703
debug: 4.4.0
14757
13704
lightningcss: 1.27.0
14758
-
react: 18.3.1
14759
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
14760
-
react-native-reanimated: 3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
13705
+
react: 19.0.0
13706
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
13707
+
react-native-reanimated: 3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
14761
13708
semver: 7.6.3
14762
-
tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))
13709
+
tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))
14763
13710
optionalDependencies:
14764
-
react-native-safe-area-context: 4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
14765
-
react-native-svg: 15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
13711
+
react-native-safe-area-context: 5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
13712
+
react-native-svg: 15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
14766
13713
transitivePeerDependencies:
14767
13714
- supports-color
14768
13715
14769
-
react-native-gesture-handler@2.20.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13716
+
react-native-edge-to-edge@1.6.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
13717
+
dependencies:
13718
+
react: 19.0.0
13719
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
13720
+
13721
+
react-native-gesture-handler@2.24.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14770
13722
dependencies:
14771
13723
'@egjs/hammerjs': 2.0.17
14772
13724
hoist-non-react-statics: 3.3.2
14773
13725
invariant: 2.2.4
14774
-
prop-types: 15.8.1
14775
-
react: 18.3.1
14776
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13726
+
react: 19.0.0
13727
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14777
13728
14778
-
react-native-helmet-async@2.0.4(react@18.3.1):
13729
+
react-native-is-edge-to-edge@1.1.6(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14779
13730
dependencies:
14780
-
invariant: 2.2.4
14781
-
react: 18.3.1
14782
-
react-fast-compare: 3.2.2
14783
-
shallowequal: 1.1.0
13731
+
react: 19.0.0
13732
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14784
13733
14785
-
react-native-is-edge-to-edge@1.1.6(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13734
+
react-native-is-edge-to-edge@1.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14786
13735
dependencies:
14787
-
react: 18.3.1
14788
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13736
+
react: 19.0.0
13737
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14789
13738
14790
-
react-native-quick-base64@2.1.2(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13739
+
react-native-quick-base64@2.1.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14791
13740
dependencies:
14792
13741
base64-js: 1.5.1
14793
-
react: 18.3.1
14794
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13742
+
react: 19.0.0
13743
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14795
13744
14796
-
react-native-quick-crypto@0.7.10(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13745
+
react-native-quick-crypto@0.7.10(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14797
13746
dependencies:
14798
-
'@craftzdog/react-native-buffer': 6.0.5(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
13747
+
'@craftzdog/react-native-buffer': 6.0.5(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
14799
13748
events: 3.3.0
14800
-
react: 18.3.1
14801
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13749
+
react: 19.0.0
13750
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14802
13751
readable-stream: 4.5.2
14803
13752
string_decoder: 1.3.0
14804
13753
util: 0.12.5
14805
13754
14806
-
react-native-reanimated@3.16.7(@babel/core@7.26.0)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13755
+
react-native-reanimated@3.17.5(@babel/core@7.26.0)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14807
13756
dependencies:
14808
13757
'@babel/core': 7.26.0
14809
13758
'@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0)
···
14817
13766
'@babel/preset-typescript': 7.26.0(@babel/core@7.26.0)
14818
13767
convert-source-map: 2.0.0
14819
13768
invariant: 2.2.4
14820
-
react: 18.3.1
14821
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13769
+
react: 19.0.0
13770
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
13771
+
react-native-is-edge-to-edge: 1.1.7(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
14822
13772
transitivePeerDependencies:
14823
13773
- supports-color
14824
13774
14825
-
react-native-safe-area-context@4.12.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13775
+
react-native-safe-area-context@5.4.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14826
13776
dependencies:
14827
-
react: 18.3.1
14828
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13777
+
react: 19.0.0
13778
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14829
13779
14830
-
react-native-screens@4.4.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13780
+
react-native-screens@4.10.0(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14831
13781
dependencies:
14832
-
react: 18.3.1
14833
-
react-freeze: 1.0.4(react@18.3.1)
14834
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13782
+
react: 19.0.0
13783
+
react-freeze: 1.0.4(react@19.0.0)
13784
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14835
13785
warn-once: 0.1.1
14836
13786
14837
-
react-native-svg@15.8.0(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1):
13787
+
react-native-svg@15.11.2(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0):
14838
13788
dependencies:
14839
13789
css-select: 5.1.0
14840
13790
css-tree: 1.1.3
14841
-
react: 18.3.1
14842
-
react-native: 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1)
13791
+
react: 19.0.0
13792
+
react-native: 0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0)
14843
13793
warn-once: 0.1.1
14844
13794
14845
-
react-native-web@0.19.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
13795
+
react-native-web@0.20.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
14846
13796
dependencies:
14847
13797
'@babel/runtime': 7.26.0
14848
13798
'@react-native/normalize-colors': 0.74.88
14849
13799
fbjs: 3.0.5
14850
-
inline-style-prefixer: 6.0.4
13800
+
inline-style-prefixer: 7.0.1
14851
13801
memoize-one: 6.0.0
14852
13802
nullthrows: 1.1.1
14853
13803
postcss-value-parser: 4.2.0
14854
-
react: 18.3.1
14855
-
react-dom: 18.3.1(react@18.3.1)
13804
+
react: 19.0.0
13805
+
react-dom: 19.0.0(react@19.0.0)
14856
13806
styleq: 0.1.3
14857
13807
transitivePeerDependencies:
14858
13808
- encoding
14859
13809
14860
-
react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1):
13810
+
react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0):
14861
13811
dependencies:
14862
13812
'@jest/create-cache-key-function': 29.7.0
14863
-
'@react-native/assets-registry': 0.76.6
14864
-
'@react-native/codegen': 0.76.6(@babel/preset-env@7.26.0(@babel/core@7.26.0))
14865
-
'@react-native/community-cli-plugin': 0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))
14866
-
'@react-native/gradle-plugin': 0.76.6
14867
-
'@react-native/js-polyfills': 0.76.6
14868
-
'@react-native/normalize-colors': 0.76.6
14869
-
'@react-native/virtualized-lists': 0.76.6(@types/react@18.3.12)(react-native@0.76.6(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)
13813
+
'@react-native/assets-registry': 0.79.2
13814
+
'@react-native/codegen': 0.79.2(@babel/core@7.26.0)
13815
+
'@react-native/community-cli-plugin': 0.79.2
13816
+
'@react-native/gradle-plugin': 0.79.2
13817
+
'@react-native/js-polyfills': 0.79.2
13818
+
'@react-native/normalize-colors': 0.79.2
13819
+
'@react-native/virtualized-lists': 0.79.2(@types/react@19.0.14)(react-native@0.79.2(@babel/core@7.26.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
14870
13820
abort-controller: 3.0.0
14871
13821
anser: 1.4.10
14872
13822
ansi-regex: 5.0.1
14873
13823
babel-jest: 29.7.0(@babel/core@7.26.0)
14874
-
babel-plugin-syntax-hermes-parser: 0.23.1
13824
+
babel-plugin-syntax-hermes-parser: 0.25.1
14875
13825
base64-js: 1.5.1
14876
13826
chalk: 4.1.2
14877
13827
commander: 12.1.0
···
14880
13830
glob: 7.2.3
14881
13831
invariant: 2.2.4
14882
13832
jest-environment-node: 29.7.0
14883
-
jsc-android: 250231.0.0
14884
13833
memoize-one: 5.2.1
14885
-
metro-runtime: 0.81.0
14886
-
metro-source-map: 0.81.0
14887
-
mkdirp: 0.5.6
13834
+
metro-runtime: 0.82.2
13835
+
metro-source-map: 0.82.2
14888
13836
nullthrows: 1.1.1
14889
13837
pretty-format: 29.7.0
14890
13838
promise: 8.3.0
14891
-
react: 18.3.1
14892
-
react-devtools-core: 5.3.2
13839
+
react: 19.0.0
13840
+
react-devtools-core: 6.1.1
14893
13841
react-refresh: 0.14.2
14894
13842
regenerator-runtime: 0.13.11
14895
-
scheduler: 0.24.0-canary-efb381bbf-20230505
13843
+
scheduler: 0.25.0
14896
13844
semver: 7.6.3
14897
13845
stacktrace-parser: 0.1.10
14898
13846
whatwg-fetch: 3.6.20
14899
13847
ws: 6.2.3
14900
13848
yargs: 17.7.2
14901
13849
optionalDependencies:
14902
-
'@types/react': 18.3.12
13850
+
'@types/react': 19.0.14
14903
13851
transitivePeerDependencies:
14904
13852
- '@babel/core'
14905
-
- '@babel/preset-env'
14906
-
- '@react-native-community/cli-server-api'
13853
+
- '@react-native-community/cli'
14907
13854
- bufferutil
14908
-
- encoding
14909
13855
- supports-color
14910
13856
- utf-8-validate
14911
13857
···
14913
13859
14914
13860
react-refresh@0.16.0: {}
14915
13861
14916
-
react-remove-scroll-bar@2.3.6(@types/react@18.3.12)(react@18.3.1):
13862
+
react-remove-scroll-bar@2.3.6(@types/react@19.0.14)(react@19.0.0):
14917
13863
dependencies:
14918
-
react: 18.3.1
14919
-
react-style-singleton: 2.2.1(@types/react@18.3.12)(react@18.3.1)
13864
+
react: 19.0.0
13865
+
react-style-singleton: 2.2.1(@types/react@19.0.14)(react@19.0.0)
14920
13866
tslib: 2.8.1
14921
13867
optionalDependencies:
14922
-
'@types/react': 18.3.12
13868
+
'@types/react': 19.0.14
14923
13869
14924
-
react-remove-scroll@2.6.0(@types/react@18.3.12)(react@18.3.1):
13870
+
react-remove-scroll@2.6.0(@types/react@19.0.14)(react@19.0.0):
14925
13871
dependencies:
14926
-
react: 18.3.1
14927
-
react-remove-scroll-bar: 2.3.6(@types/react@18.3.12)(react@18.3.1)
14928
-
react-style-singleton: 2.2.1(@types/react@18.3.12)(react@18.3.1)
13872
+
react: 19.0.0
13873
+
react-remove-scroll-bar: 2.3.6(@types/react@19.0.14)(react@19.0.0)
13874
+
react-style-singleton: 2.2.1(@types/react@19.0.14)(react@19.0.0)
14929
13875
tslib: 2.8.1
14930
-
use-callback-ref: 1.3.2(@types/react@18.3.12)(react@18.3.1)
14931
-
use-sidecar: 1.1.2(@types/react@18.3.12)(react@18.3.1)
13876
+
use-callback-ref: 1.3.2(@types/react@19.0.14)(react@19.0.0)
13877
+
use-sidecar: 1.1.2(@types/react@19.0.14)(react@19.0.0)
14932
13878
optionalDependencies:
14933
-
'@types/react': 18.3.12
13879
+
'@types/react': 19.0.14
14934
13880
14935
-
react-server-dom-webpack@19.0.0-rc-6230622a1a-20240610(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.97.1):
14936
-
dependencies:
14937
-
acorn-loose: 8.4.0
14938
-
neo-async: 2.6.2
14939
-
react: 18.3.1
14940
-
react-dom: 18.3.1(react@18.3.1)
14941
-
webpack: 5.97.1
14942
-
14943
-
react-style-singleton@2.2.1(@types/react@18.3.12)(react@18.3.1):
13881
+
react-style-singleton@2.2.1(@types/react@19.0.14)(react@19.0.0):
14944
13882
dependencies:
14945
13883
get-nonce: 1.0.1
14946
13884
invariant: 2.2.4
14947
-
react: 18.3.1
13885
+
react: 19.0.0
14948
13886
tslib: 2.8.1
14949
13887
optionalDependencies:
14950
-
'@types/react': 18.3.12
13888
+
'@types/react': 19.0.14
14951
13889
14952
-
react@18.3.1:
14953
-
dependencies:
14954
-
loose-envify: 1.4.0
13890
+
react@19.0.0: {}
14955
13891
14956
13892
read-cache@1.0.0:
14957
13893
dependencies:
14958
13894
pify: 2.3.0
14959
13895
14960
-
readable-stream@2.3.8:
14961
-
dependencies:
14962
-
core-util-is: 1.0.3
14963
-
inherits: 2.0.4
14964
-
isarray: 1.0.0
14965
-
process-nextick-args: 2.0.1
14966
-
safe-buffer: 5.1.2
14967
-
string_decoder: 1.1.1
14968
-
util-deprecate: 1.0.2
14969
-
14970
13896
readable-stream@4.5.2:
14971
13897
dependencies:
14972
13898
abort-controller: 3.0.0
···
14987
13913
is-fullwidth-code-point: 1.0.0
14988
13914
mute-stream: 0.0.5
14989
13915
14990
-
readline@1.3.0: {}
14991
-
14992
13916
real-require@0.2.0: {}
14993
13917
14994
-
recast@0.21.5:
13918
+
reflect.getprototypeof@1.0.10:
14995
13919
dependencies:
14996
-
ast-types: 0.15.2
14997
-
esprima: 4.0.1
14998
-
source-map: 0.6.1
14999
-
tslib: 2.8.1
13920
+
call-bind: 1.0.8
13921
+
define-properties: 1.2.1
13922
+
es-abstract: 1.23.9
13923
+
es-errors: 1.3.0
13924
+
es-object-atoms: 1.0.0
13925
+
get-intrinsic: 1.3.0
13926
+
get-proto: 1.0.1
13927
+
which-builtin-type: 1.2.1
15000
13928
15001
13929
reflect.getprototypeof@1.0.8:
15002
13930
dependencies:
15003
13931
call-bind: 1.0.8
15004
13932
define-properties: 1.2.1
15005
13933
dunder-proto: 1.0.0
15006
-
es-abstract: 1.23.5
13934
+
es-abstract: 1.23.9
15007
13935
es-errors: 1.3.0
15008
13936
get-intrinsic: 1.2.6
15009
13937
gopd: 1.2.0
···
15046
13974
regjsparser@0.12.0:
15047
13975
dependencies:
15048
13976
jsesc: 3.0.2
15049
-
15050
-
remove-trailing-slash@0.1.1: {}
15051
13977
15052
13978
repeat-string@1.6.1: {}
15053
13979
···
15183
14109
safe-array-concat@1.1.3:
15184
14110
dependencies:
15185
14111
call-bind: 1.0.8
15186
-
call-bound: 1.0.2
14112
+
call-bound: 1.0.4
15187
14113
get-intrinsic: 1.2.6
15188
14114
has-symbols: 1.1.0
15189
14115
isarray: 2.0.5
15190
14116
15191
-
safe-buffer@5.1.2: {}
14117
+
safe-buffer@5.2.1: {}
15192
14118
15193
-
safe-buffer@5.2.1: {}
14119
+
safe-push-apply@1.0.0:
14120
+
dependencies:
14121
+
es-errors: 1.3.0
14122
+
isarray: 2.0.5
15194
14123
15195
14124
safe-regex-test@1.1.0:
15196
14125
dependencies:
···
15204
14133
15205
14134
sax@1.4.1: {}
15206
14135
15207
-
scheduler@0.23.2:
15208
-
dependencies:
15209
-
loose-envify: 1.4.0
15210
-
15211
-
scheduler@0.24.0-canary-efb381bbf-20230505:
15212
-
dependencies:
15213
-
loose-envify: 1.4.0
14136
+
scheduler@0.25.0: {}
15214
14137
15215
14138
schema-utils@3.3.0:
15216
14139
dependencies:
···
15226
14149
ajv-keywords: 5.1.0(ajv@8.17.1)
15227
14150
15228
14151
secure-json-parse@2.7.0: {}
15229
-
15230
-
selfsigned@2.4.1:
15231
-
dependencies:
15232
-
'@types/node-forge': 1.3.11
15233
-
node-forge: 1.3.1
15234
-
15235
-
semver@5.7.2: {}
15236
14152
15237
14153
semver@6.3.1: {}
15238
14154
···
15291
14207
15292
14208
server-only@0.0.1: {}
15293
14209
15294
-
set-cookie-parser@2.7.1: {}
15295
-
15296
14210
set-function-length@1.2.2:
15297
14211
dependencies:
15298
14212
define-data-property: 1.1.4
···
15309
14223
functions-have-names: 1.2.3
15310
14224
has-property-descriptors: 1.0.2
15311
14225
14226
+
set-proto@1.0.0:
14227
+
dependencies:
14228
+
dunder-proto: 1.0.1
14229
+
es-errors: 1.3.0
14230
+
es-object-atoms: 1.0.0
14231
+
15312
14232
setimmediate@1.0.5: {}
15313
14233
15314
14234
setprototypeof@1.2.0: {}
15315
14235
15316
-
shallow-clone@3.0.1:
15317
-
dependencies:
15318
-
kind-of: 6.0.3
15319
-
15320
14236
shallowequal@1.1.0: {}
15321
14237
15322
-
shebang-command@1.2.0:
15323
-
dependencies:
15324
-
shebang-regex: 1.0.0
15325
-
15326
14238
shebang-command@2.0.0:
15327
14239
dependencies:
15328
14240
shebang-regex: 3.0.0
15329
-
15330
-
shebang-regex@1.0.0: {}
15331
14241
15332
14242
shebang-regex@3.0.0: {}
15333
14243
···
15409
14319
split-on-first@1.1.0: {}
15410
14320
15411
14321
split2@4.2.0: {}
15412
-
15413
-
split@1.0.1:
15414
-
dependencies:
15415
-
through: 2.3.8
15416
14322
15417
14323
sprintf-js@1.0.3: {}
15418
14324
···
15428
14334
safer-buffer: 2.1.2
15429
14335
tweetnacl: 0.14.5
15430
14336
15431
-
ssri@10.0.6:
15432
-
dependencies:
15433
-
minipass: 7.1.2
15434
-
15435
14337
stable-hash@0.0.4: {}
15436
14338
15437
14339
stack-utils@2.0.6:
···
15450
14352
15451
14353
stream-buffers@2.2.0: {}
15452
14354
15453
-
stream-slice@0.1.2: {}
15454
-
15455
14355
strict-uri-encode@2.0.0: {}
15456
14356
15457
14357
string-width@1.0.2:
···
15472
14372
emoji-regex: 9.2.2
15473
14373
strip-ansi: 7.1.0
15474
14374
15475
-
string.prototype.matchall@4.0.11:
14375
+
string.prototype.matchall@4.0.12:
15476
14376
dependencies:
15477
14377
call-bind: 1.0.8
14378
+
call-bound: 1.0.4
15478
14379
define-properties: 1.2.1
15479
-
es-abstract: 1.23.5
14380
+
es-abstract: 1.23.9
15480
14381
es-errors: 1.3.0
15481
14382
es-object-atoms: 1.0.0
15482
14383
get-intrinsic: 1.2.6
···
15515
14416
define-properties: 1.2.1
15516
14417
es-object-atoms: 1.0.0
15517
14418
15518
-
string_decoder@1.1.1:
15519
-
dependencies:
15520
-
safe-buffer: 5.1.2
15521
-
15522
14419
string_decoder@1.3.0:
15523
14420
dependencies:
15524
14421
safe-buffer: 5.2.1
···
15541
14438
15542
14439
strip-bom@3.0.0: {}
15543
14440
15544
-
strip-eof@1.0.0: {}
15545
-
15546
-
strip-final-newline@2.0.0: {}
15547
-
15548
14441
strip-json-comments@2.0.1: {}
15549
14442
15550
14443
strip-json-comments@3.1.1: {}
···
15564
14457
ts-interface-checker: 0.1.13
15565
14458
15566
14459
sudo-prompt@8.2.5: {}
15567
-
15568
-
sudo-prompt@9.1.1: {}
15569
14460
15570
14461
supports-color@2.0.0: {}
15571
14462
···
15590
14481
15591
14482
tailwind-merge@2.5.5: {}
15592
14483
15593
-
tailwindcss-animate@1.0.7(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))):
14484
+
tailwindcss-animate@1.0.7(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))):
15594
14485
dependencies:
15595
-
tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))
14486
+
tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))
15596
14487
15597
-
tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3)):
14488
+
tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3)):
15598
14489
dependencies:
15599
14490
'@alloc/quick-lru': 5.2.0
15600
14491
arg: 5.0.2
···
15613
14504
postcss: 8.4.49
15614
14505
postcss-import: 15.1.0(postcss@8.4.49)
15615
14506
postcss-js: 4.0.1(postcss@8.4.49)
15616
-
postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3))
14507
+
postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3))
15617
14508
postcss-nested: 6.2.0(postcss@8.4.49)
15618
14509
postcss-selector-parser: 6.1.2
15619
14510
resolve: 1.22.8
···
15623
14514
15624
14515
tapable@2.2.1: {}
15625
14516
15626
-
tar@6.2.1:
14517
+
tar@7.4.3:
15627
14518
dependencies:
15628
-
chownr: 2.0.0
15629
-
fs-minipass: 2.1.0
15630
-
minipass: 5.0.0
15631
-
minizlib: 2.1.2
15632
-
mkdirp: 1.0.4
15633
-
yallist: 4.0.0
14519
+
'@isaacs/fs-minipass': 4.0.1
14520
+
chownr: 3.0.0
14521
+
minipass: 7.1.2
14522
+
minizlib: 3.0.2
14523
+
mkdirp: 3.0.1
14524
+
yallist: 5.0.0
15634
14525
15635
14526
temp-dir@2.0.0: {}
15636
-
15637
-
temp@0.8.4:
15638
-
dependencies:
15639
-
rimraf: 2.6.3
15640
-
15641
-
tempy@0.7.1:
15642
-
dependencies:
15643
-
del: 6.1.1
15644
-
is-stream: 2.0.1
15645
-
temp-dir: 2.0.0
15646
-
type-fest: 0.16.0
15647
-
unique-string: 2.0.0
15648
14527
15649
14528
terminal-link@2.1.1:
15650
14529
dependencies:
···
15693
14572
15694
14573
throat@5.0.0: {}
15695
14574
15696
-
through2@2.0.5:
15697
-
dependencies:
15698
-
readable-stream: 2.3.8
15699
-
xtend: 4.0.2
15700
-
15701
14575
through@2.3.8: {}
15702
14576
15703
14577
tinyexec@0.3.2: {}
···
15734
14608
15735
14609
tree-kill@1.2.2: {}
15736
14610
15737
-
ts-api-utils@1.4.3(typescript@5.7.3):
14611
+
ts-api-utils@2.1.0(typescript@5.8.3):
15738
14612
dependencies:
15739
-
typescript: 5.7.3
14613
+
typescript: 5.8.3
15740
14614
15741
14615
ts-interface-checker@0.1.13: {}
15742
14616
···
15745
14619
'@ts-morph/common': 0.17.0
15746
14620
code-block-writer: 11.0.3
15747
14621
15748
-
ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.3):
14622
+
ts-morph@24.0.0:
14623
+
dependencies:
14624
+
'@ts-morph/common': 0.25.0
14625
+
code-block-writer: 13.0.3
14626
+
14627
+
ts-node@10.9.2(@types/node@22.10.2)(typescript@5.8.3):
15749
14628
dependencies:
15750
14629
'@cspotcode/source-map-support': 0.8.1
15751
14630
'@tsconfig/node10': 1.0.11
···
15759
14638
create-require: 1.1.1
15760
14639
diff: 4.0.2
15761
14640
make-error: 1.3.6
15762
-
typescript: 5.7.3
14641
+
typescript: 5.8.3
15763
14642
v8-compile-cache-lib: 3.0.1
15764
14643
yn: 3.1.1
15765
14644
···
15824
14703
turbo-linux-arm64@2.3.3:
15825
14704
optional: true
15826
14705
15827
-
turbo-stream@2.4.0: {}
15828
-
15829
14706
turbo-windows-64@2.3.3:
15830
14707
optional: true
15831
14708
···
15849
14726
15850
14727
type-detect@4.0.8: {}
15851
14728
15852
-
type-fest@0.16.0: {}
15853
-
15854
14729
type-fest@0.20.2: {}
15855
14730
15856
14731
type-fest@0.21.3: {}
···
15867
14742
call-bind: 1.0.8
15868
14743
es-errors: 1.3.0
15869
14744
is-typed-array: 1.1.13
14745
+
14746
+
typed-array-buffer@1.0.3:
14747
+
dependencies:
14748
+
call-bound: 1.0.4
14749
+
es-errors: 1.3.0
14750
+
is-typed-array: 1.1.15
15870
14751
15871
14752
typed-array-byte-length@1.0.1:
15872
14753
dependencies:
···
15876
14757
has-proto: 1.2.0
15877
14758
is-typed-array: 1.1.13
15878
14759
14760
+
typed-array-byte-length@1.0.3:
14761
+
dependencies:
14762
+
call-bind: 1.0.8
14763
+
for-each: 0.3.3
14764
+
gopd: 1.2.0
14765
+
has-proto: 1.2.0
14766
+
is-typed-array: 1.1.15
14767
+
15879
14768
typed-array-byte-offset@1.0.3:
15880
14769
dependencies:
15881
14770
available-typed-arrays: 1.0.7
···
15886
14775
is-typed-array: 1.1.13
15887
14776
reflect.getprototypeof: 1.0.8
15888
14777
14778
+
typed-array-byte-offset@1.0.4:
14779
+
dependencies:
14780
+
available-typed-arrays: 1.0.7
14781
+
call-bind: 1.0.8
14782
+
for-each: 0.3.3
14783
+
gopd: 1.2.0
14784
+
has-proto: 1.2.0
14785
+
is-typed-array: 1.1.15
14786
+
reflect.getprototypeof: 1.0.10
14787
+
15889
14788
typed-array-length@1.0.7:
15890
14789
dependencies:
15891
14790
call-bind: 1.0.8
···
15897
14796
15898
14797
typescript@5.7.3: {}
15899
14798
14799
+
typescript@5.8.3: {}
14800
+
15900
14801
ua-parser-js@1.0.39: {}
15901
14802
15902
14803
udomdiff@1.1.2: {}
···
15925
14826
has-symbols: 1.1.0
15926
14827
which-boxed-primitive: 1.1.0
15927
14828
14829
+
unbox-primitive@1.1.0:
14830
+
dependencies:
14831
+
call-bound: 1.0.4
14832
+
has-bigints: 1.0.2
14833
+
has-symbols: 1.1.0
14834
+
which-boxed-primitive: 1.1.1
14835
+
15928
14836
undici-types@6.19.8: {}
15929
14837
15930
14838
undici-types@6.20.0: {}
···
15942
14850
15943
14851
unicode-property-aliases-ecmascript@2.1.0: {}
15944
14852
15945
-
unique-filename@3.0.0:
15946
-
dependencies:
15947
-
unique-slug: 4.0.0
15948
-
15949
-
unique-slug@4.0.0:
15950
-
dependencies:
15951
-
imurmurhash: 0.1.4
15952
-
15953
14853
unique-string@2.0.0:
15954
14854
dependencies:
15955
14855
crypto-random-string: 2.0.0
15956
14856
15957
-
universalify@0.1.2: {}
15958
-
15959
-
universalify@1.0.0: {}
15960
-
15961
-
universalify@2.0.1: {}
15962
-
15963
14857
unpipe@1.0.0: {}
15964
14858
15965
14859
untildify@3.0.3: {}
···
15974
14868
dependencies:
15975
14869
punycode: 2.3.1
15976
14870
15977
-
use-callback-ref@1.3.2(@types/react@18.3.12)(react@18.3.1):
14871
+
use-callback-ref@1.3.2(@types/react@19.0.14)(react@19.0.0):
15978
14872
dependencies:
15979
-
react: 18.3.1
14873
+
react: 19.0.0
15980
14874
tslib: 2.8.1
15981
14875
optionalDependencies:
15982
-
'@types/react': 18.3.12
14876
+
'@types/react': 19.0.14
15983
14877
15984
-
use-latest-callback@0.2.3(react@18.3.1):
14878
+
use-latest-callback@0.2.3(react@19.0.0):
15985
14879
dependencies:
15986
-
react: 18.3.1
14880
+
react: 19.0.0
15987
14881
15988
-
use-sidecar@1.1.2(@types/react@18.3.12)(react@18.3.1):
14882
+
use-sidecar@1.1.2(@types/react@19.0.14)(react@19.0.0):
15989
14883
dependencies:
15990
14884
detect-node-es: 1.1.0
15991
-
react: 18.3.1
14885
+
react: 19.0.0
15992
14886
tslib: 2.8.1
15993
14887
optionalDependencies:
15994
-
'@types/react': 18.3.12
14888
+
'@types/react': 19.0.14
15995
14889
15996
-
use-sync-external-store@1.2.2(react@18.3.1):
14890
+
use-sync-external-store@1.4.0(react@19.0.0):
15997
14891
dependencies:
15998
-
react: 18.3.1
14892
+
react: 19.0.0
15999
14893
16000
-
use-sync-external-store@1.4.0(react@18.3.1):
14894
+
use-sync-external-store@1.5.0(react@19.0.0):
16001
14895
dependencies:
16002
-
react: 18.3.1
14896
+
react: 19.0.0
16003
14897
16004
14898
user-home@2.0.0:
16005
14899
dependencies:
···
16021
14915
16022
14916
uuid@7.0.3: {}
16023
14917
16024
-
uuid@8.3.2: {}
16025
-
16026
14918
v8-compile-cache-lib@3.0.1: {}
16027
14919
16028
14920
validate-npm-package-name@5.0.1: {}
···
16053
14945
wcwidth@1.0.1:
16054
14946
dependencies:
16055
14947
defaults: 1.0.4
16056
-
16057
-
web-encoding@1.1.5:
16058
-
dependencies:
16059
-
util: 0.12.5
16060
-
optionalDependencies:
16061
-
'@zxing/text-encoding': 0.9.0
16062
14948
16063
14949
web-streams-polyfill@3.3.3: {}
16064
14950
···
16127
15013
is-string: 1.1.0
16128
15014
is-symbol: 1.1.1
16129
15015
15016
+
which-boxed-primitive@1.1.1:
15017
+
dependencies:
15018
+
is-bigint: 1.1.0
15019
+
is-boolean-object: 1.2.1
15020
+
is-number-object: 1.1.1
15021
+
is-string: 1.1.1
15022
+
is-symbol: 1.1.1
15023
+
16130
15024
which-builtin-type@1.2.1:
16131
15025
dependencies:
16132
-
call-bound: 1.0.2
15026
+
call-bound: 1.0.4
16133
15027
function.prototype.name: 1.1.6
16134
15028
has-tostringtag: 1.0.2
16135
15029
is-async-function: 2.0.0
···
16158
15052
gopd: 1.2.0
16159
15053
has-tostringtag: 1.0.2
16160
15054
16161
-
which@1.3.1:
15055
+
which-typed-array@1.1.19:
16162
15056
dependencies:
16163
-
isexe: 2.0.0
15057
+
available-typed-arrays: 1.0.7
15058
+
call-bind: 1.0.8
15059
+
call-bound: 1.0.4
15060
+
for-each: 0.3.5
15061
+
get-proto: 1.0.1
15062
+
gopd: 1.2.0
15063
+
has-tostringtag: 1.0.2
16164
15064
16165
15065
which@2.0.2:
16166
15066
dependencies:
···
16184
15084
16185
15085
wrappy@1.0.2: {}
16186
15086
16187
-
write-file-atomic@2.4.3:
16188
-
dependencies:
16189
-
graceful-fs: 4.2.11
16190
-
imurmurhash: 0.1.4
16191
-
signal-exit: 3.0.7
16192
-
16193
15087
write-file-atomic@4.0.2:
16194
15088
dependencies:
16195
15089
imurmurhash: 0.1.4
···
16215
15109
16216
15110
xmlbuilder@11.0.1: {}
16217
15111
16218
-
xmlbuilder@14.0.0: {}
16219
-
16220
15112
xmlbuilder@15.1.1: {}
16221
15113
16222
-
xtend@4.0.2: {}
16223
-
16224
15114
y18n@5.0.8: {}
16225
15115
16226
15116
yallist@3.1.1: {}
16227
15117
16228
-
yallist@4.0.0: {}
15118
+
yallist@5.0.0: {}
16229
15119
16230
15120
yaml@2.6.1: {}
16231
15121
···
16253
15143
16254
15144
zod@3.24.1: {}
16255
15145
16256
-
zustand@4.5.5(@types/react@18.3.12)(react@18.3.1):
16257
-
dependencies:
16258
-
use-sync-external-store: 1.2.2(react@18.3.1)
15146
+
zustand@5.0.4(@types/react@19.0.14)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)):
16259
15147
optionalDependencies:
16260
-
'@types/react': 18.3.12
16261
-
react: 18.3.1
16262
-
16263
-
zustand@5.0.2(@types/react@18.3.12)(react@18.3.1)(use-sync-external-store@1.4.0(react@18.3.1)):
16264
-
optionalDependencies:
16265
-
'@types/react': 18.3.12
16266
-
react: 18.3.1
16267
-
use-sync-external-store: 1.4.0(react@18.3.1)
15148
+
'@types/react': 19.0.14
15149
+
react: 19.0.0
15150
+
use-sync-external-store: 1.5.0(react@19.0.0)