Commit 271d9c4
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
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
| 722 | + | |
723 | 723 | | |
724 | 724 | | |
0 commit comments