Skip to content

Commit

Permalink
✨ feat: Update dependencies and scripts in package.json; add pre-buil…
Browse files Browse the repository at this point in the history
…d script for Expo app
  • Loading branch information
baronha committed Jan 22, 2025
1 parent 65fb240 commit 1aa0d2f
Show file tree
Hide file tree
Showing 3 changed files with 4,043 additions and 3,497 deletions.
53 changes: 27 additions & 26 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,48 @@
"android": "npx expo run:android",
"ios": "yarn fix-xcode-env && npx expo run:ios",
"eject": "npx expo eject",
"fix-xcode-env": "node scripts/fix-xcode-env.mjs"
"fix-xcode-env": "node scripts/fix-xcode-env.mjs",
"prebuild": "yarn expo prebuild"
},
"dependencies": {
"@babel/runtime": "^7.24.6",
"@expo/config-plugins": "~8.0.4",
"@babel/runtime": "^7.26.0",
"@expo/config-plugins": "9.0.14",
"@my/ui": "0.0.1",
"app": "0.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"burnt": "^0.12.2",
"expo": "^51.0.9",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.15",
"expo-font": "~12.0.6",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-router": "3.5.15",
"expo-splash-screen": "0.27.4",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.15",
"expo": "52.0.27",
"expo-constants": "~17.0.4",
"expo-dev-client": "5.0.10",
"expo-font": "13.0.3",
"expo-linear-gradient": "14.0.2",
"expo-linking": "~7.0.4",
"expo-router": "~4.0.17",
"expo-splash-screen": "0.29.21",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.26.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.2",
"react-native-safe-area-context": "4.10.4",
"react-native-screens": "~3.31.1",
"react-native-svg": "15.3.0",
"react-native-web": "~0.19.12"
"react-native": "0.77.0",
"react-native-gesture-handler": "2.22.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.11.1",
"react-native-web": "0.19.13"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@expo/metro-config": "~0.18.4",
"@expo/metro-config": "0.19.9",
"@tamagui/babel-plugin": "^1.122.7",
"metro-minify-terser": "^0.80.9",
"typescript": "^5.6.2"
"metro-minify-terser": "^0.81.0",
"typescript": "^5.7.3"
},
"resolutions": {
"metro": "0.76.0",
"metro-resolver": "0.76.0"
"metro": "0.81.0",
"metro-resolver": "0.81.0"
},
"overrides": {
"metro": "0.80.9",
"metro-resolver": "0.80.9"
"metro": "0.81.0",
"metro-resolver": "0.81.0"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
],
"scripts": {
"native": "cd apps/expo && yarn start",
"native:prebuild": "cd apps/expo && yarn prebuild",
"ios": "cd apps/expo && yarn ios",
"android": "cd apps/expo && yarn android",
"watch": "yarn workspaces foreach -pi run watch",
"vercel:install": "yarn set version 3.5 && yarn install",
"web": "yarn build && cd apps/next && yarn next",
Expand Down
Loading

0 comments on commit 1aa0d2f

Please sign in to comment.