diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 08c80b0e444..a316d807e41 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - boost-for-react-native (1.63.0) - DoubleConversion (1.1.6) - - EXApplication (2.1.0): + - EXApplication (2.1.1): - UMCore - EXAppLoaderProvider (7.0.0) - EXConstants (7.0.1): @@ -292,7 +292,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd - EXApplication: 777c2f1742b381725b3e8c1da41f0113ebfd4694 + EXApplication: 7cf81de6fafccff42f5d1caa5c24a159db6b9437 EXAppLoaderProvider: 5d348813a9cf09b03bbe5b8b55437bc1bfbddbd1 EXConstants: 857aa7b1c84e2878f8402d712061860bca16a697 EXFileSystem: 7e53a2c30a2eb6987ba6d5158ab908f947523228 diff --git a/package.json b/package.json index bdb87d700c8..31d8be6d6fe 100644 --- a/package.json +++ b/package.json @@ -35,13 +35,14 @@ "@react-native-community/async-storage": "^1.6.3", "@react-native-community/netinfo": "^3.2.1", "@sentry/react-native": "^1.0.9", + "@unimodules/core": "4.0.0", "@zulip/shared": "^0.0.2", "base-64": "^0.1.0", "blueimp-md5": "^2.10.0", "color": "^3.0.0", "date-fns": "^1.29.0", + "expo-application": "^2.1.1", "katex": "^0.11.1", - "expo-application": "^2.1.0", "lodash.escape": "^4.0.1", "lodash.isequal": "^4.4.0", "lodash.omit": "^4.5.0", diff --git a/yarn.lock b/yarn.lock index ade22a9c16f..e4cee675678 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1463,7 +1463,7 @@ lodash.unescape "4.0.1" semver "5.5.0" -"@unimodules/core@~4.0.0": +"@unimodules/core@4.0.0", "@unimodules/core@~4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@unimodules/core/-/core-4.0.0.tgz#898dafa5a121e7d6d7d4acd9c0c38d12f7da5b19" integrity sha512-lHxRmCG9DK3/aA2lnBKPS32K95NpYE10mZQRp5dycSptgN0DIeWWHuE01SndcSUACGyEP+tDO+DnGo8mhLlt4Q== @@ -3627,10 +3627,10 @@ expo-app-loader-provider@~7.0.0: resolved "https://registry.yarnpkg.com/expo-app-loader-provider/-/expo-app-loader-provider-7.0.0.tgz#9bfff831a204d0a8896e0120bce2209c4304ef03" integrity sha512-C+5zpZN2T7PCj7weLs/ZgAC+y9dvu0VdTXD00Jf9Wo7Pxu/lsLh6ljg9JL91c+2tYDzMEODPNmT+JOUIxAr5zQ== -expo-application@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-2.1.0.tgz#ce5b13f025643e26478e5f7e4a89f21e96b2f908" - integrity sha512-JuWpToRjx81mNwJCL80Rf7wbEcNgyapqcfB3Iz1kqDSK8mF7ZmLL05dmdvPrqfGdhJImbMlDS4MTZU9ArUTZuQ== +expo-application@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-2.1.1.tgz#7cd61ccc53d7a0c85c8aac64b5ea59b20a1cb803" + integrity sha512-iq24Zgd4EmbFakHL2saVdA2zexhRX80RSbAtrWrp3BaVDd7yFNAtcwjW4r1Oyhm00YEREWp70sTaXrWs6jKHQA== expo-asset@~7.0.0: version "7.0.0"