Skip to content

Commit 9ab1e6d

Browse files
pkg: Update react-native-safe-area-context to v5 (#3304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe8c7cb commit 9ab1e6d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"react": "19.0.0",
9292
"react-dom": "19.0.0",
9393
"react-native": "0.76.4",
94-
"react-native-safe-area-context": "^4.14.0",
94+
"react-native-safe-area-context": "^5.0.0",
9595
"react-native-screens": "^4.1.0",
9696
"react-test-renderer": "^19.0.0",
9797
"rimraf": "^6.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25404,13 +25404,13 @@ __metadata:
2540425404
languageName: node
2540525405
linkType: hard
2540625406

25407-
"react-native-safe-area-context@npm:^4.14.0":
25408-
version: 4.14.1
25409-
resolution: "react-native-safe-area-context@npm:4.14.1"
25407+
"react-native-safe-area-context@npm:^5.0.0":
25408+
version: 5.0.0
25409+
resolution: "react-native-safe-area-context@npm:5.0.0"
2541025410
peerDependencies:
2541125411
react: "*"
2541225412
react-native: "*"
25413-
checksum: 10c0/c34c6fe9002a89c80ddb206fc68db99f1e432e19c7cf5aaa93b430584051b7e7caf889093224029437dc5b66fe434b09e9950d755aa40b58e1e3a1f976c2fec1
25413+
checksum: 10c0/6b25f0e596ee439dc3c239bb69d193cac690de80513a2b735c9d6a1dc76ec8c60775f4e41f51b3bb78e473a5e60b095300a627a1b8aaae00425f7c36e489b69c
2541425414
languageName: node
2541525415
linkType: hard
2541625416

@@ -26763,7 +26763,7 @@ __metadata:
2676326763
react: "npm:19.0.0"
2676426764
react-dom: "npm:19.0.0"
2676526765
react-native: "npm:0.76.4"
26766-
react-native-safe-area-context: "npm:^4.14.0"
26766+
react-native-safe-area-context: "npm:^5.0.0"
2676726767
react-native-screens: "npm:^4.1.0"
2676826768
react-test-renderer: "npm:^19.0.0"
2676926769
rimraf: "npm:^6.0.0"

0 commit comments

Comments
 (0)