Skip to content

Commit 5e16d17

Browse files
authored
chore(FabricExample): bump react-native-safe-area-context (#3175)
## Description Somehow it got downgraded in #3102
1 parent 7f3daac commit 5e16d17

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

FabricExample/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ PODS:
17211721
- SocketRocket
17221722
- react-native-restart (0.0.27):
17231723
- React-Core
1724-
- react-native-safe-area-context (5.4.0):
1724+
- react-native-safe-area-context (5.6.0):
17251725
- boost
17261726
- DoubleConversion
17271727
- fast_float
@@ -1739,8 +1739,8 @@ PODS:
17391739
- React-graphics
17401740
- React-ImageManager
17411741
- React-jsi
1742-
- react-native-safe-area-context/common (= 5.4.0)
1743-
- react-native-safe-area-context/fabric (= 5.4.0)
1742+
- react-native-safe-area-context/common (= 5.6.0)
1743+
- react-native-safe-area-context/fabric (= 5.6.0)
17441744
- React-NativeModulesApple
17451745
- React-RCTFabric
17461746
- React-renderercss
@@ -1751,7 +1751,7 @@ PODS:
17511751
- ReactCommon/turbomodule/core
17521752
- SocketRocket
17531753
- Yoga
1754-
- react-native-safe-area-context/common (5.4.0):
1754+
- react-native-safe-area-context/common (5.6.0):
17551755
- boost
17561756
- DoubleConversion
17571757
- fast_float
@@ -1779,7 +1779,7 @@ PODS:
17791779
- ReactCommon/turbomodule/core
17801780
- SocketRocket
17811781
- Yoga
1782-
- react-native-safe-area-context/fabric (5.4.0):
1782+
- react-native-safe-area-context/fabric (5.6.0):
17831783
- boost
17841784
- DoubleConversion
17851785
- fast_float
@@ -2830,7 +2830,7 @@ SPEC CHECKSUMS:
28302830
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
28312831
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
28322832
hermes-engine: 8b7ef0f4e8363c2dfd6fd133979dd58f57b95825
2833-
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
2833+
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
28342834
RCTDeprecation: 3a51da4c0e2a533c893971c2171d164974bc5214
28352835
RCTRequired: d26a2245fa986ca16a6c93d91e41beeeb7a8aa3f
28362836
RCTTypeSafety: e9598921dd4338d6dcb7b4ba0b7b92f84cdcc25e
@@ -2864,7 +2864,7 @@ SPEC CHECKSUMS:
28642864
React-Mapbuffer: 48d6d8d0361ab4be5a7b4825006ddfff5e3686ec
28652865
React-microtasksnativemodule: bd7cfbd456840ebd272edad86b0e09595f2c80d5
28662866
react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162
2867-
react-native-safe-area-context: 8f42f887d6b7aabe67548e6f1128e194d609107e
2867+
react-native-safe-area-context: 2249e17382bd5a97cbccaa89e22af8756188c0fb
28682868
React-NativeModulesApple: b7c71399d5a301dab362289d68747ff8c9b84c19
28692869
React-oscompat: e324ee1ba89eb09d59c8e346748c758cb87a2ce3
28702870
React-perflogger: 1a98c4a181ab1cf9e8cf955dae867abfac59a50d
@@ -2897,7 +2897,7 @@ SPEC CHECKSUMS:
28972897
ReactCommon: 3c95b5086d10c5da3d6d0fc920fc1ce6c984a496
28982898
RNGestureHandler: 4f7cc97a71d4fe0fcba38c94acdd969f5f17c91c
28992899
RNReanimated: eb8245407bc79563368560b53c1faa465fa5c019
2900-
RNScreens: 5c7f22b19ee2e900e5de2c578471aeb153d1e502
2900+
RNScreens: 118046a1c2a3678cd7e4d45316c870a63f190b22
29012901
RNWorklets: 495cac412b655d1ac1e25677e04ceebcf41a6279
29022902
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
29032903
Yoga: 72ab8318e9f1910fbdd236b045eb5455c8415d92

FabricExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-native-gesture-handler": "^2.28.0",
3131
"react-native-reanimated": "^4.0.1",
3232
"react-native-restart": "^0.0.27",
33-
"react-native-safe-area-context": "5.4.0",
33+
"react-native-safe-area-context": "5.6.0",
3434
"react-native-screens": "link:../",
3535
"react-native-worklets": "^0.4.1"
3636
},

FabricExample/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3382,7 +3382,7 @@ __metadata:
33823382
react-native-gesture-handler: "npm:^2.28.0"
33833383
react-native-reanimated: "npm:^4.0.1"
33843384
react-native-restart: "npm:^0.0.27"
3385-
react-native-safe-area-context: "npm:5.4.0"
3385+
react-native-safe-area-context: "npm:5.6.0"
33863386
react-native-screens: "link:../"
33873387
react-native-worklets: "npm:^0.4.1"
33883388
react-test-renderer: "npm:19.1.0"
@@ -8985,13 +8985,13 @@ __metadata:
89858985
languageName: node
89868986
linkType: hard
89878987

8988-
"react-native-safe-area-context@npm:5.4.0":
8989-
version: 5.4.0
8990-
resolution: "react-native-safe-area-context@npm:5.4.0"
8988+
"react-native-safe-area-context@npm:5.6.0":
8989+
version: 5.6.0
8990+
resolution: "react-native-safe-area-context@npm:5.6.0"
89918991
peerDependencies:
89928992
react: "*"
89938993
react-native: "*"
8994-
checksum: 10c0/729fef1f768d57b905f51882374aa93b209d54576b8a0cf328e0a349c8dc9705ae8f9032e572fd7a7c9e94b588105f44760c0bb15ab9911b7977073d6754b54d
8994+
checksum: 10c0/17877475217e3b9fc75afcd28bfa287cc996e4eb8cfc698f825670596d3e93d38d28aabc32a038f5167932412c6ef632a749b1c5fe49e15bd863326643740108
89958995
languageName: node
89968996
linkType: hard
89978997

0 commit comments

Comments
 (0)