mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
GitHub
parent
4476fbc66c
commit
e53745ef9a
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user