Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ PODS:
- ExpoModulesCore
- EXLocalAuthentication (12.2.0):
- ExpoModulesCore
- Expo (45.0.5):
- Expo (46.0.9):
- ExpoModulesCore
- ExpoHaptics (11.2.0):
- ExpoModulesCore
- ExpoKeepAwake (10.1.1):
- ExpoModulesCore
- ExpoModulesCore (0.9.2):
- ExpoModulesCore (0.11.4):
- React-Core
- ReactCommon/turbomodule/core
- ExpoWebBrowser (10.2.1):
Expand Down Expand Up @@ -592,7 +592,7 @@ DEPENDENCIES:
- EXAV (from `../node_modules/expo-av/ios`)
- EXFileSystem (from `../node_modules/expo-file-system/ios`)
- EXLocalAuthentication (from `../node_modules/expo-local-authentication/ios`)
- Expo (from `../node_modules/expo/ios`)
- Expo (from `../node_modules/expo`)
- ExpoHaptics (from `../node_modules/expo-haptics/ios`)
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core/ios`)
Expand Down Expand Up @@ -719,7 +719,7 @@ EXTERNAL SOURCES:
EXLocalAuthentication:
:path: "../node_modules/expo-local-authentication/ios"
Expo:
:path: "../node_modules/expo/ios"
:path: "../node_modules/expo"
ExpoHaptics:
:path: "../node_modules/expo-haptics/ios"
ExpoKeepAwake:
Expand Down Expand Up @@ -894,10 +894,10 @@ SPEC CHECKSUMS:
EXAV: 88f61c5af8415715b7ee51f084c1020235b85c56
EXFileSystem: 2aa2d9289f84bca9532b9ccbd81504fa31eb1ded
EXLocalAuthentication: 7f37b242eae73f9acf111d39bdee3f1379e68902
Expo: b9fff0a1eac0f424fc68ea49b4347fb308e52e17
Expo: 73412414e62f5cbc6e713def821de70b92cd3ad6
ExpoHaptics: ad58ec96a25e57579c14a47c7d71f0de0de8656a
ExpoKeepAwake: c0c494b442ecd8122974c13b93ccfb57bd408e88
ExpoModulesCore: e4278a668e8c13c0269ed8b8a4200989deea2973
ExpoModulesCore: e281bb7b78ea47e227dd5af94d04b24d8b2e1255
ExpoWebBrowser: 4b5f9633e5f169dc948587cb6d26d2d1d1406187
EXVideoThumbnails: 19e055dc3245b53c536da9e0ef9c618fd2118297
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git",
"dequal": "^2.0.2",
"ejson": "2.2.1",
"expo": "^45.0.5",
"expo": "^46.0.9",
"expo-apple-authentication": "4.2.1",
"expo-av": "11.2.3",
"expo-file-system": "14.0.0",
Expand Down
Loading