Skip to content

Commit 271d9c4

Browse files
committed
ios: Bump some Flipper-related deps for previous Flipper upgrade.
When React Native upgraded its main Flipper dependency for iOS to 0.36.0, in facebook/react-native@27ccc6019, it also bumped these two related dependencies. Since we've upgraded to v0.39.0 (we did that in f7005c5), we might as well follow React Native's lead. It probably would have been best to do these at the same time, but better late than never. When looking at facebook/react-native@27ccc6019, note that it comes after facebook/react-native@619d5d60d, in which React Native stopped pushing lots of Flipper configuration code out to the consumer's Podfile. So we'll eventually get to stop making changes like this one, but not until we've upgraded to React Native v0.63. That's why this commit touches our Podfile while the RN upstream commit doesn't.
1 parent 48b2237 commit 271d9c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ require_relative '../node_modules/react-native-unimodules/cocoapods.rb'
99
def add_flipper_pods!(versions = {})
1010
versions['Flipper'] ||= '~> 0.39.0'
1111
versions['DoubleConversion'] ||= '1.1.7'
12-
versions['Flipper-Folly'] ||= '~> 2.1'
12+
versions['Flipper-Folly'] ||= '~> 2.2'
1313
versions['Flipper-Glog'] ||= '0.3.6'
1414
versions['Flipper-PeerTalk'] ||= '~> 0.0.4'
15-
versions['Flipper-RSocket'] ||= '~> 1.0'
15+
versions['Flipper-RSocket'] ||= '~> 1.1'
1616

1717
pod 'FlipperKit', versions['Flipper'], :configuration => 'Debug'
1818
pod 'FlipperKit/FlipperKitLayoutPlugin', versions['Flipper'], :configuration => 'Debug'

ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,10 @@ DEPENDENCIES:
410410
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
411411
- Flipper (~> 0.39.0)
412412
- Flipper-DoubleConversion (= 1.1.7)
413-
- Flipper-Folly (~> 2.1)
413+
- Flipper-Folly (~> 2.2)
414414
- Flipper-Glog (= 0.3.6)
415415
- Flipper-PeerTalk (~> 0.0.4)
416-
- Flipper-RSocket (~> 1.0)
416+
- Flipper-RSocket (~> 1.1)
417417
- FlipperKit (~> 0.39.0)
418418
- FlipperKit/Core (~> 0.39.0)
419419
- FlipperKit/CppBridge (~> 0.39.0)
@@ -719,6 +719,6 @@ SPEC CHECKSUMS:
719719
Yoga: 3ebccbdd559724312790e7742142d062476b698e
720720
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
721721

722-
PODFILE CHECKSUM: 225a865018bba07be314e8afa4e91319ab40adac
722+
PODFILE CHECKSUM: 23199ae4da3e497acab65de2acdb3fbe33df422a
723723

724724
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)