Skip to content

Commit

Permalink
chore: remove unused deps, upgrade mobx (#2543 by @frankcalise)
Browse files Browse the repository at this point in the history
* chore: remove unused deps, upgrade mobx

* chore: bump expo version

* fix(cli): remove expo-device from expo go compat
  • Loading branch information
frankcalise committed Nov 8, 2023
1 parent a75f321 commit b231ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
12 changes: 4 additions & 8 deletions boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,25 @@
},
"dependencies": {
"@expo-google-fonts/space-grotesk": "^0.2.2",
"@expo/metro-config": "~0.10.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.19.3",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.0.2",
"@shopify/flash-list": "^1.6.1",
"apisauce": "3.0.1",
"date-fns": "^2.30.0",
"expo": "^49.0.13",
"expo": "^49.0.16",
"expo-application": "~5.4.0",
"expo-build-properties": "~0.8.3",
"expo-device": "~5.6.0",
"expo-file-system": "~15.6.0",
"expo-font": "~11.6.0",
"expo-linking": "~5.0.2",
"expo-localization": "~14.5.0",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"i18n-js": "3.9.2",
"mobx": "6.6.0",
"mobx-react-lite": "3.4.0",
"mobx-state-tree": "5.1.5",
"mobx": "6.10.2",
"mobx-react-lite": "4.0.5",
"mobx-state-tree": "5.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
Expand Down
3 changes: 1 addition & 2 deletions src/tools/expoGoCompatibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
export const expoGoCompatExpectedVersions = {
"@react-native-async-storage/async-storage": "1.18.2",
"expo-application": "~5.3.0",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.4",
"expo-font": "~11.4.0",
"expo-localization": "~14.3.0",
"@shopify/flash-list": "1.4.3",
"react-native": "0.72.5",
}

// This function takes a package.json file as a string and updates the versions of the
Expand Down

0 comments on commit b231ae8

Please sign in to comment.