diff --git a/ios/Podfile.lock b/ios/Podfile.lock index e918f6284c1..c32de23288f 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -25,7 +25,7 @@ PODS: - ExpoModulesCore/Interfaces (0.2.0): - ExpoModulesCore/Core - UMCore - - EXScreenOrientation (3.2.1): + - EXScreenOrientation (3.3.0): - React-Core - UMCore - EXWebBrowser (9.2.0): @@ -641,7 +641,7 @@ SPEC CHECKSUMS: EXFileSystem: 0a04aba8da751b9ac954065911bcf166503f8267 EXImageLoader: d3531a3fe530b22925c19977cb53bb43e3821fe6 ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7 - EXScreenOrientation: d94f791c7ade3639352f34fcf5353f7c554b7d69 + EXScreenOrientation: 09fe6b6b87899ae0c9320255bda7b7513cdfc8ec EXWebBrowser: 76783ba5dcb8699237746ecf41a9643d428a4cc5 FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b FBReactNativeSpec: b96f20d2bcabd43e9acdeff6210208026a13633a diff --git a/package.json b/package.json index 5b920175219..11d5848cca5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "date-fns": "^2.23.0", "expo-apple-authentication": "^3.2.1", "expo-application": "^3.2.0", - "expo-screen-orientation": "^3.2.1", + "expo-screen-orientation": "^3.3.0", "expo-web-browser": "^9.1.0", "immutable": "^4.0.0-rc.12", "invariant": "^2.2.4", diff --git a/yarn.lock b/yarn.lock index ae130d6123f..83c67939b54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5008,10 +5008,10 @@ expo-modules-core@~0.2.0: resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.2.0.tgz#68e5b6e53d0afbf8d131578831aed657589a2d42" integrity sha512-inpfZ5X/BaTtbj2wG9PA9AC0MN8VyId6KSRlVuEg7+ziurHBy/kKDFxpOddUokhwiln2uhoYPSStJjR/tKypdw== -expo-screen-orientation@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-3.2.1.tgz#396684f5118de339f6effd878223ead59ef120ae" - integrity sha512-GIYZn+yiZKhalUIWv3RTl3ds0VXz8UXFm6VZeqw7Zl3BRCmwjR2tgikqCC6Eya64h81QwvuvmLeI+MSwRk3RQg== +expo-screen-orientation@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-3.3.0.tgz#790ca327af7d949e44734c861c09457fe1e00d52" + integrity sha512-J+VSqaMw65UNjavhIVbSNV8suzx7CzbvuuaPxbyqTzPejjlpcLpTFImS28Px58OXTkcMPky72vrj4KynLKsUNA== dependencies: "@expo/config-plugins" "^3.0.0"