Skip to content

Commit

Permalink
expo-updates ios crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Sep 29, 2020
1 parent c4438fb commit 0049cb4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PODS:
- EXSQLite (8.4.0):
- UMCore
- UMFileSystemInterface
- EXUpdates (0.3.3):
- EXUpdates (0.3.4):
- React
- UMCore
- FBLazyVector (0.63.2)
Expand Down Expand Up @@ -587,7 +587,7 @@ SPEC CHECKSUMS:
EXNetwork: 05c1b87ba7077cb3eea7a3968640e5007e32eb6b
EXPermissions: 30cbe5b72bd209b65c00884180ad058a60bb413d
EXSQLite: d0d8677c13e60d5db2812387f059c697be27d3fb
EXUpdates: 8f04b8b093e4eff4c893591cc170be898e6357b4
EXUpdates: 9ed0693ab1c8df9f0472cfb4549d5edccdf05849
FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37
FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a
Flipper: 33585e2d9810fe5528346be33bcf71b37bb7ae13
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.0",
"expo": "^39.0.2",
"expo": "^39.0.3",
"expo-network": "^2.3.0",
"expo-updates": "^0.3.3",
"expo-updates": "^0.3.4",
"hermes-engine": "0.5.2-rc1",
"lodash": "^4.17.20",
"mobx": "^5.15.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4600,19 +4600,19 @@ expo-sqlite@~8.4.0:
"@expo/websql" "^1.0.1"
lodash "^4.17.15"

expo-updates@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.3.3.tgz#0855ac8ccdc66e94b5fdbc09e04192570968f20b"
integrity sha512-8GIuxhS40Lj5J0fd7Kv8uhbAg6L4AzVVVKz0sdnaO7gO1Db9vSxgYfswb4NS5sXF9NEn/ReTJJJG09PnMdtZJw==
expo-updates@^0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.3.4.tgz#6892bd244ec3f4fd07041d5a7175ab484c1c4d11"
integrity sha512-8/V0v1gp4elQvhBp8N40h+L0k5ldaHxmEKDJinQgn5NBi6YZ53MVNA3QjGhAfhKLUkrlCyaLt4RKUk5o1cvtZw==
dependencies:
"@expo/metro-config" "^0.1.16"
fbemitter "^2.1.1"
uuid "^3.4.0"

expo@^39.0.2:
version "39.0.2"
resolved "https://registry.yarnpkg.com/expo/-/expo-39.0.2.tgz#81bbfe10ea3446c313e6b742689765fc213fe34d"
integrity sha512-WKSsyyv818wRLMxB8jOpuGzXtsh3ZMl/c3SfAb5hgVkaD/8NDqCOLJ/yGe0W64FLzOsTHh0QEM1cdyQirlbCYw==
expo@^39.0.3:
version "39.0.3"
resolved "https://registry.yarnpkg.com/expo/-/expo-39.0.3.tgz#55d10609b2df9b8d511acb4f3e72e4dc162e6b27"
integrity sha512-pbLlkq43XDViEQpzgIW8hEPRibwjSml1uZQ3imPpCDfjMGlq7J6+IIN7q4kd+Hp+W0J6w6INYPR0E/dxdEBkSw==
dependencies:
"@babel/runtime" "^7.1.2"
"@expo/vector-icons" "^10.0.2"
Expand Down

0 comments on commit 0049cb4

Please sign in to comment.