Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade expo
Browse files Browse the repository at this point in the history
theo-mesnil committed Oct 18, 2024
1 parent 71f5c1c commit add45cf
Showing 3 changed files with 346 additions and 176 deletions.
3 changes: 2 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 0.43.0"
"version": ">= 0.43.0",
"appVersionSource": "remote"
},
"build": {
"development": {
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -36,26 +36,26 @@
"@tanstack/react-query": "^5.36.2",
"axios": "^1.7.3",
"date-fns": "^3.6.0",
"expo": "~51.0.24",
"expo": "~51.0.38",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.4",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.21",
"expo-font": "~12.0.9",
"expo-dev-client": "~4.0.28",
"expo-font": "~12.0.10",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-router": "~3.5.20",
"expo-router": "~3.5.23",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.21",
"expo-updates": "~0.25.27",
"intl": "^1.2.5",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "^6.6.4",
"react-is": "18.3.1",
"react-native": "0.74.3",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "4.10.5",
@@ -90,7 +90,7 @@
"extract-react-intl-messages": "^4.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-expo": "^51.0.3",
"jest-expo": "~51.0.4",
"prettier": "^3.2.5",
"typescript": "~5.3.3"
},
503 changes: 336 additions & 167 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit add45cf

Please sign in to comment.