Skip to content

Commit

Permalink
bump example app packages
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Jan 10, 2025
1 parent ec0a838 commit 9a668af
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 1,188 deletions.
1 change: 0 additions & 1 deletion example/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default ({ config }) => ({
version: '0.0.1',
orientation: 'portrait',
icon: './assets/icon.png',
sdkVersion: '51.0.0',
splash: {
image: './assets/splash.png',
resizeMode: 'cover',
Expand Down
33 changes: 16 additions & 17 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"postinstall": "patch-package && expo prebuild"
},
"dependencies": {
"@expo/metro-config": "~0.18.11",
"@expo/metro-runtime": "~3.2.3",
"@expo/metro-config": "~0.19.0",
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.2",
"@react-native-community/slider": "4.5.5",
"@react-native-community/viewpager": "^5.0.11",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/elements": "^1.3.7",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@swmansion/icons": "^0.0.1",
"expo": "^52.0.24",
"expo-build-properties": "^0.12.5",
"expo-camera": "~15.0.16",
"expo-font": "~12.0.10",
"expo-build-properties": "~0.13.1",
"expo-camera": "~16.0.10",
"expo-font": "~13.0.2",
"hoist-non-react-statics": "^3.3.2",
"invariant": "^2.2.4",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
Expand All @@ -49,8 +49,7 @@
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/metro-config": "^0.76.3",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 9a668af

Please sign in to comment.