Skip to content

Commit 766cd48

Browse files
yjoseasdolo
authored andcommitted
chore: upgrade expo deps
1 parent 48601b6 commit 766cd48

File tree

3 files changed

+256
-392
lines changed

3 files changed

+256
-392
lines changed

.github/scripts/expo-doctor.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ output_file=".expo/expo-doctor.md"
1111
if [ $exit_code -eq 0 ]; then
1212
echo "✅ **Good news!** We ran Expo Doctor for this PR and everything looks good, Great job!" > "$output_file"
1313
else
14-
echo "❌ **Action Required:** We ran Expo Doctor for this PR and found some issues that need to be addressed. Please review the complete report below." > "$output_file"
14+
echo "❌ **Action Required:** We ran Expo Doctor for this PR and found some issues that need to be addressed. Please review the complete report below 👇" > "$output_file"
15+
echo >> "$output_file" # Add blank line
16+
echo "\`\`\`shell" >> "$output_file"
17+
echo "$output" >> "$output_file"
18+
echo "\`\`\`" >> "$output_file"
1519
fi
16-
17-
echo >> "$output_file" # Add blank line
18-
echo "\`\`\`shell" >> "$output_file"
19-
echo "$output" >> "$output_file"
20-
echo "\`\`\`" >> "$output_file"
2120
}
2221

2322
# Show original output in terminal

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
"dayjs": "^1.11.13",
7474
"expo": "~52.0.7",
7575
"expo-constants": "~17.0.3",
76-
"expo-dev-client": "~5.0.1",
76+
"expo-dev-client": "~5.0.2",
7777
"expo-font": "~13.0.1",
7878
"expo-image": "~2.0.0",
7979
"expo-linking": "~7.0.2",
8080
"expo-localization": "~16.0.0",
81-
"expo-router": "~4.0.5",
82-
"expo-splash-screen": "~0.29.9",
81+
"expo-router": "~4.0.6",
82+
"expo-splash-screen": "~0.29.11",
8383
"expo-status-bar": "~2.0.0",
84-
"expo-system-ui": "~4.0.2",
84+
"expo-system-ui": "~4.0.3",
8585
"i18next": "^23.14.0",
8686
"lodash.memoize": "^4.1.2",
8787
"moti": "^0.29.0",
@@ -91,7 +91,7 @@
9191
"react-error-boundary": "^4.0.13",
9292
"react-hook-form": "^7.53.0",
9393
"react-i18next": "^15.0.1",
94-
"react-native": "0.76.1",
94+
"react-native": "0.76.2",
9595
"react-native-flash-message": "^0.4.2",
9696
"react-native-gesture-handler": "~2.20.2",
9797
"react-native-keyboard-controller": "^1.13.2",
@@ -143,7 +143,7 @@
143143
"husky": "^9.1.5",
144144
"jest": "^29.7.0",
145145
"jest-environment-jsdom": "^29.7.0",
146-
"jest-expo": "~52.0.1",
146+
"jest-expo": "~52.0.2",
147147
"jest-junit": "^16.0.0",
148148
"lint-staged": "^15.2.9",
149149
"np": "^10.0.7",

0 commit comments

Comments
 (0)