Skip to content

Commit

Permalink
Merge pull request #143 from caxewsh/bsr/fix-deps-and-builds
Browse files Browse the repository at this point in the history
fix expo install and build
  • Loading branch information
caxewsh authored Sep 6, 2024
2 parents 22a9ca0 + bec7927 commit 55a8c49
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 535 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"test": "maestro test .maestro/"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/progress-view": "^1.4.2",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.17",
"eas-cli": "^7.3.0",
"expo": "~50.0.15",
"expo-dev-client": "~2.4.13",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.20",
"expo-dev-client": "~3.3.12",
"expo-status-bar": "~1.11.1",
"mongodb": "^6.3.0",
"mongoose": "^8.2.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native": "0.73.6",
"react-native-dotenv": "^3.4.11",
"react-native-fs": "^2.20.0",
"react-native-heroicons": "^4.0.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 55a8c49

Please sign in to comment.