Bump Flipper + Bump hermes (#31872)

* Bump Flipper to 0.93 (#31708)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/31708

Changelog:
[general][changed] - [iOS] Update Flipper to 0.93.0

Reviewed By: PeteTheHeat

Differential Revision: D29060305

fbshipit-source-id: 2ff109930437bfc90e8ce441fa681de867206397

* Update Podfile.lock

* bump(hermes): bumped hermes to 0.8.1

While current dependencies included the new version in the range, bumping it make sure that no one use the old one because of a lock file

Co-authored-by: Michel Weststrate <mweststrate@fb.com>
This commit is contained in:
Thibault Malbranche
2021-07-20 21:50:57 +02:00
committed by GitHub
parent 4476fbc66c
commit e53745ef9a
4 changed files with 269 additions and 269 deletions
+2 -2
View File
@@ -63,13 +63,13 @@ def use_react_native! (options={})
if hermes_enabled
pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes"
pod 'hermes-engine', '~> 0.8.0'
pod 'hermes-engine', '~> 0.8.1'
pod 'libevent', '~> 2.1.12'
end
end
def use_flipper!(versions = {}, configurations: ['Debug'])
versions['Flipper'] ||= '0.91.1'
versions['Flipper'] ||= '0.93.0'
versions['Flipper-Boost-iOSX'] ||= '1.76.0.1.11'
versions['Flipper-DoubleConversion'] ||= '3.1.7'
versions['Flipper-Fmt'] ||= '7.1.7'