Skip to content

Commit

Permalink
deps: update packages as per expo-doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-chapin committed Aug 7, 2024
1 parent b700b49 commit beff410
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 317 deletions.
29 changes: 15 additions & 14 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@expo/metro-config": "~0.18.1",
"@expo/vector-icons": "^14.0.0",
"@expo/vector-icons": "^14.0.2",
"@livingsnow/logger": "*",
"@livingsnow/network": "*",
"@livingsnow/record": "*",
Expand All @@ -28,31 +28,31 @@
"@react-native-picker/picker": "2.7.5",
"@react-navigation/native": "^6.0.14",
"@react-navigation/native-stack": "^6.9.2",
"expo": "~51.0.2",
"expo": "~51.0.24",
"expo-background-fetch": "~12.0.1",
"expo-dev-client": "~4.0.13",
"expo-dev-client": "~4.0.21",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.4",
"expo-image-manipulator": "~12.0.3",
"expo-image-picker": "~15.0.4",
"expo-font": "~12.0.9",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.3",
"expo-splash-screen": "~0.27.4",
"expo-media-library": "~16.0.4",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.1",
"expo-updates": "~0.25.11",
"expo-task-manager": "~11.8.2",
"expo-updates": "~0.25.21",
"native-base": "^3.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "^17.0.1",
"react-native": "0.74.1",
"react-native": "0.74.3",
"react-native-avoid-softinput": "^5.0.0",
"react-native-calendars": "1.1293.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-picker-select": "^8.0.4",
"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.2.0",
"uuid": "^3.4.0"
Expand All @@ -69,9 +69,10 @@
"babel-jest": "^28.1.3",
"babel-preset-expo": "~11.0.0",
"jest": "^29.4.0",
"jest-expo": "~51.0.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "^18.2.0",
"undici": "^6.15.0"
"undici": "^6.15.0",
"update-browserslist-db": "1.0.13"
},
"resolutions": {
"@types/react": "^18.0.27"
Expand Down
Loading

0 comments on commit beff410

Please sign in to comment.