WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 186ed52

Browse files
committed
chore: upgrade expo deps
1 parent ab85db5 commit 186ed52

File tree

3 files changed

+251
-387
lines changed

3 files changed

+251
-387
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
@@ -50,15 +50,15 @@
5050
"axios": "^1.7.5",
5151
"expo": "~52.0.7",
5252
"expo-constants": "~17.0.3",
53-
"expo-dev-client": "~5.0.1",
53+
"expo-dev-client": "~5.0.2",
5454
"expo-font": "~13.0.1",
5555
"expo-image": "~2.0.0",
5656
"expo-linking": "~7.0.2",
5757
"expo-localization": "~16.0.0",
58-
"expo-router": "~4.0.5",
59-
"expo-splash-screen": "~0.29.9",
58+
"expo-router": "~4.0.6",
59+
"expo-splash-screen": "~0.29.11",
6060
"expo-status-bar": "~2.0.0",
61-
"expo-system-ui": "~4.0.2",
61+
"expo-system-ui": "~4.0.3",
6262
"i18next": "^23.14.0",
6363
"lodash.memoize": "^4.1.2",
6464
"moti": "^0.29.0",
@@ -68,7 +68,7 @@
6868
"react-error-boundary": "^4.0.13",
6969
"react-hook-form": "^7.53.0",
7070
"react-i18next": "^15.0.1",
71-
"react-native": "0.76.1",
71+
"react-native": "0.76.2",
7272
"react-native-flash-message": "^0.4.2",
7373
"react-native-gesture-handler": "~2.20.2",
7474
"react-native-keyboard-controller": "^1.13.2",
@@ -115,7 +115,7 @@
115115
"husky": "^9.1.5",
116116
"jest": "^29.7.0",
117117
"jest-environment-jsdom": "^29.7.0",
118-
"jest-expo": "~52.0.1",
118+
"jest-expo": "~52.0.2",
119119
"jest-junit": "^16.0.0",
120120
"lint-staged": "^15.2.9",
121121
"np": "^10.0.7",

0 commit comments

Comments
 (0)