Skip to content

Commit

Permalink
🚀 feat: Build 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogomes18 committed Oct 30, 2024
1 parent 7578bcf commit 5ff0d29
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 411 deletions.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"ios": {
"bundleIdentifier": "com.selloutexpert.app",
"buildNumber": "8"
}
},
"plugins": [
"expo-font"
]
}
}
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": ">= 7.3.0"
"version": "12.6.2"
},
"build": {
"development": {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/ngrok": "^4.1.0",
"@expo/vector-icons": "^14.0.0",
"@expo/vector-icons": "14.0.3",
"@expo/webpack-config": "~19.0.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
Expand All @@ -36,27 +36,27 @@
"@react-navigation/native-stack": "^6.9.17",
"axios": "^1.6.7",
"date-fns": "^3.6.0",
"expo": "^51.0.0",
"expo-dev-client": "~4.0.13",
"expo-font": "~12.0.5",
"expo": "~51.0.38",
"expo-dev-client": "~4.0.28",
"expo-font": "~12.0.10",
"expo-linear-gradient": "~13.0.2",
"expo-splash-screen": "~0.27.4",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.12",
"expo-updates": "~0.25.27",
"moti": "^0.19.0",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native": "0.74.5",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.3.0",
"react-native-svg": "15.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-notifications": "^3.4.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"husky": "^8.0.1",
"lint-staged": "15.2.0",
"prettier": "^3.2.4",
"typescript": "3.9.10"
"typescript": "~5.3.3"
},
"private": true
}
Loading

0 comments on commit 5ff0d29

Please sign in to comment.