|
14 | 14 | "postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@gorhom/bottom-sheet": "^4.6.0", |
| 17 | + "@gorhom/bottom-sheet": "^5.1.4", |
18 | 18 | "@hookform/resolvers": "^3.3.4",
|
19 |
| - "@react-native-community/slider": "4.5.5", |
| 19 | + "@react-native-community/slider": "4.5.6", |
20 | 20 | "@react-navigation/material-top-tabs": "^7.0.0",
|
21 | 21 | "@react-navigation/native": "^7.0.0",
|
22 | 22 | "@rn-primitives/aspect-ratio": "~1.1.0",
|
23 | 23 | "@rn-primitives/collapsible": "~1.1.0",
|
24 | 24 | "@rn-primitives/label": "~1.1.0",
|
25 |
| - "@rn-primitives/portal": "~1.1.0", |
| 25 | + "@rn-primitives/portal": "~1.2.0", |
26 | 26 | "@rn-primitives/slider": "~1.1.0",
|
27 | 27 | "@rn-primitives/toast": "~1.1.0",
|
28 | 28 | "@rn-primitives/toolbar": "~1.1.0",
|
29 | 29 | "@rn-primitives/types": "~1.1.0",
|
30 | 30 | "@rnr/reusables": "workspace:*",
|
31 |
| - "@shopify/flash-list": "1.7.1", |
| 31 | + "@shopify/flash-list": "1.7.6", |
32 | 32 | "@tanstack/react-table": "^8.11.7",
|
33 | 33 | "class-variance-authority": "^0.7.0",
|
34 | 34 | "clsx": "^2.1.0",
|
35 |
| - "expo": "^52.0.25", |
36 |
| - "expo-blur": "~14.0.2", |
37 |
| - "expo-clipboard": "~7.0.1", |
38 |
| - "expo-font": "~13.0.3", |
39 |
| - "expo-haptics": "~14.0.1", |
40 |
| - "expo-image": "~2.0.4", |
41 |
| - "expo-linear-gradient": "~14.0.2", |
42 |
| - "expo-linking": "~7.0.4", |
43 |
| - "expo-navigation-bar": "~4.0.7", |
44 |
| - "expo-router": "~4.0.16", |
45 |
| - "expo-splash-screen": "~0.29.20", |
46 |
| - "expo-status-bar": "~2.0.1", |
47 |
| - "expo-system-ui": "~4.0.7", |
48 |
| - "lucide-react-native": "^0.378.0", |
| 35 | + "expo": "^53.0.7", |
| 36 | + "expo-font": "~13.3.1", |
| 37 | + "expo-haptics": "~14.1.4", |
| 38 | + "expo-linking": "~7.1.4", |
| 39 | + "expo-navigation-bar": "~4.2.4", |
| 40 | + "expo-router": "~5.0.5", |
| 41 | + "expo-splash-screen": "~0.30.8", |
| 42 | + "expo-status-bar": "~2.2.3", |
| 43 | + "expo-system-ui": "~5.0.7", |
| 44 | + "lucide-react-native": "^0.507.0", |
49 | 45 | "nativewind": "^4.1.23",
|
50 |
| - "react": "18.3.1", |
51 |
| - "react-dom": "18.3.1", |
| 46 | + "react": "19.0.0", |
| 47 | + "react-dom": "19.0.0", |
52 | 48 | "react-hook-form": "^7.49.2",
|
53 |
| - "react-native": "0.76.6", |
| 49 | + "react-native": "0.79.2", |
54 | 50 | "react-native-calendars": "^1.1302.0",
|
55 |
| - "react-native-gesture-handler": "~2.20.2", |
56 |
| - "react-native-pager-view": "6.5.1", |
57 |
| - "react-native-reanimated": "~3.16.1", |
58 |
| - "react-native-safe-area-context": "4.12.0", |
59 |
| - "react-native-screens": "^4.4.0", |
60 |
| - "react-native-svg": "15.8.0", |
| 51 | + "react-native-gesture-handler": "~2.24.0", |
| 52 | + "react-native-reanimated": "~3.17.5", |
| 53 | + "react-native-safe-area-context": "5.4.0", |
| 54 | + "react-native-screens": "^4.10.0", |
| 55 | + "react-native-svg": "15.11.2", |
61 | 56 | "react-native-tab-view": "^3.5.2",
|
62 | 57 | "react-native-toast-message": "^2.2.0",
|
63 |
| - "react-native-web": "~0.19.13", |
| 58 | + "react-native-web": "~0.20.0", |
64 | 59 | "tailwind-merge": "^2.2.1",
|
65 | 60 | "tailwindcss-animate": "^1.0.7",
|
66 | 61 | "zod": "^3.22.4",
|
67 | 62 | "zustand": "^4.4.7"
|
68 | 63 | },
|
69 | 64 | "devDependencies": {
|
70 | 65 | "@babel/core": "^7.26.0",
|
71 |
| - "@types/react": "~18.3.12", |
| 66 | + "@types/react": "~19.0.14", |
72 | 67 | "tailwindcss": "3.3.5",
|
73 |
| - "typescript": "^5.3.3" |
| 68 | + "typescript": "^5.8.3" |
74 | 69 | },
|
75 | 70 | "private": true
|
76 | 71 | }
|
0 commit comments