Skip to content

Commit

Permalink
refactor(runtime): upgrade to Expo SDK 52.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Dec 4, 2024
1 parent 3a8f6de commit a0199eb
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 196 deletions.
26 changes: 13 additions & 13 deletions runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@
"canvaskit-wasm": "0.38.0",
"diff": "^5.0.0",
"escape-string-regexp": "^5.0.0",
"expo": "~52.0.2",
"expo": "~52.0.14",
"expo-asset": "~11.0.1",
"expo-camera": "~16.0.3",
"expo-constants": "~17.0.2",
"expo-camera": "~16.0.8",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-file-system": "~18.0.2",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-keep-awake": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.2",
"expo-splash-screen": "~0.29.6",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.11",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.5",
"expo-updates": "~0.26.9",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"pubnub": "^7.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "6.4.1",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-view-shot": "~4.0.0",
"react-native-screens": "~4.1.0",
"react-native-view-shot": "4.0.2",
"react-native-web": "~0.19.13",
"snack-babel-standalone": "file:../packages/snack-babel-standalone",
"snack-content": "file:../packages/snack-content",
Expand All @@ -75,7 +75,7 @@
"expo-atlas": "^0.3.27",
"getenv": "^1.0.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.0",
"jest-expo": "~52.0.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.4",
Expand Down
File renamed without changes.
Loading

0 comments on commit a0199eb

Please sign in to comment.