Skip to content

Commit

Permalink
chore: upgrade expo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Nov 16, 2024
1 parent ab85db5 commit 186ed52
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 387 deletions.
11 changes: 5 additions & 6 deletions .github/scripts/expo-doctor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ output_file=".expo/expo-doctor.md"
if [ $exit_code -eq 0 ]; then
echo "✅ **Good news!** We ran Expo Doctor for this PR and everything looks good, Great job!" > "$output_file"
else
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"
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"
echo >> "$output_file" # Add blank line
echo "\`\`\`shell" >> "$output_file"
echo "$output" >> "$output_file"
echo "\`\`\`" >> "$output_file"
fi

echo >> "$output_file" # Add blank line
echo "\`\`\`shell" >> "$output_file"
echo "$output" >> "$output_file"
echo "\`\`\`" >> "$output_file"
}

# Show original output in terminal
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"axios": "^1.7.5",
"expo": "~52.0.7",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.1",
"expo-dev-client": "~5.0.2",
"expo-font": "~13.0.1",
"expo-image": "~2.0.0",
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-router": "~4.0.5",
"expo-splash-screen": "~0.29.9",
"expo-router": "~4.0.6",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"expo-system-ui": "~4.0.3",
"i18next": "^23.14.0",
"lodash.memoize": "^4.1.2",
"moti": "^0.29.0",
Expand All @@ -68,7 +68,7 @@
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",
"react-native": "0.76.1",
"react-native": "0.76.2",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-keyboard-controller": "^1.13.2",
Expand Down Expand Up @@ -115,7 +115,7 @@
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "~52.0.1",
"jest-expo": "~52.0.2",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.9",
"np": "^10.0.7",
Expand Down
Loading

0 comments on commit 186ed52

Please sign in to comment.