|
4 | 4 | "private": true,
|
5 | 5 | "main": "src/index.ts",
|
6 | 6 | "scripts": {
|
7 |
| - "clean": "git clean -xdf .expo .turbo node_modules", |
| 7 | + "clean": "git clean -xdf .cache .expo .turbo android ios node_modules", |
8 | 8 | "dev": "expo start -c",
|
9 | 9 | "dev:android": "expo start --android",
|
10 | 10 | "dev:ios": "expo start --ios",
|
|
35 | 35 | "@react-native-google-signin/google-signin": "^12.2.1",
|
36 | 36 | "@react-navigation/drawer": "^6.7.2",
|
37 | 37 | "@react-navigation/native": "^6.1.18",
|
38 |
| - "@rn-primitives/avatar": "^1.0.3", |
| 38 | + "@rn-primitives/avatar": "^1.0.4", |
39 | 39 | "@rn-primitives/dialog": "^1.0.3",
|
40 | 40 | "@rn-primitives/hooks": "^1.0.3",
|
41 | 41 | "@rn-primitives/label": "^1.0.3",
|
|
58 | 58 | "class-variance-authority": "^0.7.0",
|
59 | 59 | "clsx": "^2.1.1",
|
60 | 60 | "date-fns": "^3.6.0",
|
61 |
| - "expo": "^51.0.26", |
| 61 | + "expo": "^51.0.31", |
62 | 62 | "expo-apple-authentication": "~6.4.2",
|
63 |
| - "expo-av": "~14.0.6", |
| 63 | + "expo-av": "~14.0.7", |
64 | 64 | "expo-build-properties": "~0.12.5",
|
65 | 65 | "expo-clipboard": "~6.0.3",
|
66 | 66 | "expo-constants": "~16.0.2",
|
67 | 67 | "expo-crypto": "~13.0.2",
|
68 |
| - "expo-dev-client": "~4.0.22", |
| 68 | + "expo-dev-client": "~4.0.25", |
69 | 69 | "expo-file-system": "~17.0.1",
|
70 | 70 | "expo-font": "~12.0.9",
|
71 | 71 | "expo-haptics": "~13.0.1",
|
72 |
| - "expo-image": "~1.12.13", |
| 72 | + "expo-image": "~1.12.15", |
73 | 73 | "expo-keep-awake": "~13.0.2",
|
74 | 74 | "expo-linear-gradient": "~13.0.2",
|
75 | 75 | "expo-linking": "~6.3.1",
|
76 | 76 | "expo-navigation-bar": "~3.0.7",
|
77 |
| - "expo-notifications": "~0.28.15", |
78 |
| - "expo-router": "~3.5.21", |
| 77 | + "expo-notifications": "~0.28.16", |
| 78 | + "expo-router": "~3.5.23", |
79 | 79 | "expo-secure-store": "~13.0.2",
|
80 | 80 | "expo-sharing": "~12.0.1",
|
81 | 81 | "expo-splash-screen": "~0.27.5",
|
82 | 82 | "expo-status-bar": "~1.12.1",
|
83 | 83 | "expo-system-ui": "~3.0.7",
|
84 |
| - "expo-updates": "~0.25.22", |
| 84 | + "expo-updates": "~0.25.24", |
85 | 85 | "expo-web-browser": "~13.0.3",
|
86 |
| - "lucide-react-native": "^0.426.0", |
87 |
| - "nativewind": "^4.0.36", |
88 |
| - "openai": "^4.55.3", |
| 86 | + "lucide-react-native": "^0.436.0", |
| 87 | + "nativewind": "4.0.36", |
| 88 | + "openai": "^4.56.0", |
89 | 89 | "react": "catalog:react18",
|
90 | 90 | "react-dom": "catalog:react18",
|
91 | 91 | "react-hook-form": "^7.52.2",
|
|
107 | 107 | "react-native-root-toast": "^3.6.0",
|
108 | 108 | "react-native-safe-area-context": "~4.10.8",
|
109 | 109 | "react-native-screens": "~3.34.0",
|
110 |
| - "react-native-svg": "^15.5.0", |
| 110 | + "react-native-svg": "^15.6.0", |
111 | 111 | "react-native-url-polyfill": "^2.0.0",
|
112 |
| - "react-native-vision-camera": "^4.5.1", |
| 112 | + "react-native-vision-camera": "^4.5.2", |
113 | 113 | "react-native-web": "~0.19.12",
|
114 | 114 | "superjson": "catalog:",
|
115 |
| - "tailwind-merge": "^2.4.0", |
| 115 | + "tailwind-merge": "^2.5.2", |
116 | 116 | "tailwindcss": "catalog:tailwind",
|
117 | 117 | "tailwindcss-animate": "catalog:tailwind",
|
118 |
| - "victory-native": "^41.0.2", |
| 118 | + "victory-native": "^41.1.0", |
119 | 119 | "zeego": "^1.10.0",
|
120 |
| - "zustand": "^4.5.4" |
| 120 | + "zustand": "^4.5.5" |
121 | 121 | },
|
122 | 122 | "devDependencies": {
|
123 | 123 | "@babel/core": "^7.25.2",
|
|
134 | 134 | "@types/aes-js": "^3.1.4",
|
135 | 135 | "@types/babel__core": "^7.20.5",
|
136 | 136 | "@types/jest": "^29.5.12",
|
137 |
| - "@types/node": "^20.14.10", |
| 137 | + "@types/node": "^20.14.15", |
138 | 138 | "@types/react": "catalog:react18",
|
139 | 139 | "eslint": "catalog:",
|
140 | 140 | "jest": "^29.7.0",
|
|
0 commit comments