|
1 | 1 | { |
2 | 2 | "name": "@binarapps/baca-react-native-template", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.3.0", |
4 | 4 | "description": "Expo template ready to develop mobile apps", |
5 | 5 | "type": "commonjs", |
6 | 6 | "keywords": [ |
|
29 | 29 | "b": "yarn baca b", |
30 | 30 | "g": "yarn baca g", |
31 | 31 | "build:baca-cli": "npx tsc -p ./scripts/cli/tsconfig.cli.json", |
32 | | - "build:production:android": "yarnx prepare:production && eas build --platform android --profile production", |
| 32 | + "build:production:android": "yarn prepare:production && eas build --platform android --profile production", |
33 | 33 | "build:production:ios": "yarn prepare:production && eas build --platform ios --profile production", |
34 | 34 | "build:production": "yarn prepare:production && eas build --platform all --profile production", |
35 | 35 | "build:qa:android": "yarn prepare:qa && eas build --platform android --profile qa", |
|
108 | 108 | "@react-navigation/stack": "^6.3.20", |
109 | 109 | "@tanstack/react-query": "^4.29.19", |
110 | 110 | "axios": "^1.6.7", |
111 | | - "expo": "~50.0.13", |
| 111 | + "expo": "~50.0.17", |
112 | 112 | "expo-apple-authentication": "~6.3.0", |
113 | | - "expo-application": "~5.8.3", |
| 113 | + "expo-application": "~5.8.4", |
114 | 114 | "expo-asset": "~9.0.2", |
115 | 115 | "expo-build-properties": "~0.11.1", |
116 | 116 | "expo-clipboard": "~5.0.1", |
117 | | - "expo-constants": "~15.4.5", |
| 117 | + "expo-constants": "~15.4.6", |
118 | 118 | "expo-crypto": "~12.8.1", |
119 | 119 | "expo-dev-client": "~3.3.11", |
120 | | - "expo-device": "~5.9.3", |
| 120 | + "expo-device": "~5.9.4", |
121 | 121 | "expo-font": "~11.10.3", |
122 | 122 | "expo-haptics": "~12.8.1", |
123 | 123 | "expo-linear-gradient": "~12.7.2", |
124 | 124 | "expo-linking": "~6.2.2", |
125 | 125 | "expo-local-authentication": "~13.8.0", |
126 | | - "expo-localization": "~14.8.3", |
| 126 | + "expo-localization": "~14.8.4", |
127 | 127 | "expo-network": "~5.8.0", |
128 | | - "expo-notifications": "~0.27.6", |
129 | | - "expo-router": "~3.4.8", |
| 128 | + "expo-notifications": "~0.27.7", |
| 129 | + "expo-router": "~3.4.10", |
130 | 130 | "expo-screen-orientation": "~6.4.1", |
131 | 131 | "expo-secure-store": "~12.8.1", |
132 | | - "expo-splash-screen": "~0.26.4", |
| 132 | + "expo-splash-screen": "~0.26.5", |
133 | 133 | "expo-status-bar": "~1.11.1", |
134 | | - "expo-system-ui": "~2.9.3", |
| 134 | + "expo-system-ui": "~2.9.4", |
135 | 135 | "expo-updates": "~0.24.12", |
136 | 136 | "expo-web-browser": "~12.8.2", |
137 | 137 | "i18next": "^23.7.20", |
|
142 | 142 | "react-dom": "18.2.0", |
143 | 143 | "react-hook-form": "^7.49.3", |
144 | 144 | "react-i18next": "^14.0.1", |
145 | | - "react-native": "0.73.5", |
| 145 | + "react-native": "0.73.6", |
146 | 146 | "react-native-gesture-handler": "~2.14.0", |
147 | 147 | "react-native-keyboard-aware-scroll-view": "^0.9.5", |
148 | 148 | "react-native-notificated": "^0.0.1-beta.2", |
|
0 commit comments