Skip to content

Commit d699f61

Browse files
chore: update expo libraries
1 parent 80e9e8b commit d699f61

2 files changed

Lines changed: 197 additions & 85 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@binarapps/baca-react-native-template",
3-
"version": "2.1.0",
3+
"version": "2.3.0",
44
"description": "Expo template ready to develop mobile apps",
55
"type": "commonjs",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"b": "yarn baca b",
3030
"g": "yarn baca g",
3131
"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",
3333
"build:production:ios": "yarn prepare:production && eas build --platform ios --profile production",
3434
"build:production": "yarn prepare:production && eas build --platform all --profile production",
3535
"build:qa:android": "yarn prepare:qa && eas build --platform android --profile qa",
@@ -108,30 +108,30 @@
108108
"@react-navigation/stack": "^6.3.20",
109109
"@tanstack/react-query": "^4.29.19",
110110
"axios": "^1.6.7",
111-
"expo": "~50.0.13",
111+
"expo": "~50.0.17",
112112
"expo-apple-authentication": "~6.3.0",
113-
"expo-application": "~5.8.3",
113+
"expo-application": "~5.8.4",
114114
"expo-asset": "~9.0.2",
115115
"expo-build-properties": "~0.11.1",
116116
"expo-clipboard": "~5.0.1",
117-
"expo-constants": "~15.4.5",
117+
"expo-constants": "~15.4.6",
118118
"expo-crypto": "~12.8.1",
119119
"expo-dev-client": "~3.3.11",
120-
"expo-device": "~5.9.3",
120+
"expo-device": "~5.9.4",
121121
"expo-font": "~11.10.3",
122122
"expo-haptics": "~12.8.1",
123123
"expo-linear-gradient": "~12.7.2",
124124
"expo-linking": "~6.2.2",
125125
"expo-local-authentication": "~13.8.0",
126-
"expo-localization": "~14.8.3",
126+
"expo-localization": "~14.8.4",
127127
"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",
130130
"expo-screen-orientation": "~6.4.1",
131131
"expo-secure-store": "~12.8.1",
132-
"expo-splash-screen": "~0.26.4",
132+
"expo-splash-screen": "~0.26.5",
133133
"expo-status-bar": "~1.11.1",
134-
"expo-system-ui": "~2.9.3",
134+
"expo-system-ui": "~2.9.4",
135135
"expo-updates": "~0.24.12",
136136
"expo-web-browser": "~12.8.2",
137137
"i18next": "^23.7.20",
@@ -142,7 +142,7 @@
142142
"react-dom": "18.2.0",
143143
"react-hook-form": "^7.49.3",
144144
"react-i18next": "^14.0.1",
145-
"react-native": "0.73.5",
145+
"react-native": "0.73.6",
146146
"react-native-gesture-handler": "~2.14.0",
147147
"react-native-keyboard-aware-scroll-view": "^0.9.5",
148148
"react-native-notificated": "^0.0.1-beta.2",

0 commit comments

Comments
 (0)