Skip to content

Commit 155b587

Browse files
chore(deps): update dependency react-native-safe-area-context to v4.7.2
1 parent 9579ad7 commit 155b587

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "18.2.0",
1313
"react-native": "0.72.4",
1414
"react-native-iphone-x-helper": "^1.3.1",
15-
"react-native-safe-area-context": "4.5.0",
15+
"react-native-safe-area-context": "4.7.2",
1616
"react-router-native": "^6.15.0",
1717
"uuid": "^3.4.0"
1818
},

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "18.2.0",
2626
"react-live": "^4.1.3",
2727
"react-native": "0.72.4",
28-
"react-native-safe-area-context": "4.5.0",
28+
"react-native-safe-area-context": "4.7.2",
2929
"react-native-svg": "13.9.0",
3030
"react-native-web": "^0.19.8",
3131
"remark-emoji": "^3.1.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-dom": "18.2.0",
5858
"react-native": "0.72.4",
5959
"react-native-builder-bob": "^0.21.3",
60-
"react-native-safe-area-context": "4.5.0",
60+
"react-native-safe-area-context": "4.7.2",
6161
"react-native-svg": "13.9.0",
6262
"react-native-web": "^0.19.8",
6363
"rimraf": "^5.0.1",

packages/navigation-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/react": "^18.2.21",
4747
"react": "18.2.0",
4848
"react-native": "0.72.4",
49-
"react-native-safe-area-context": "4.5.0"
49+
"react-native-safe-area-context": "4.7.2"
5050
},
5151
"peerDependencies": {
5252
"@types/react": "^18.2.0",

packages/snackbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/react": "^18.2.21",
4545
"react": "18.2.0",
4646
"react-native": "0.72.4",
47-
"react-native-safe-area-context": "4.5.0"
47+
"react-native-safe-area-context": "4.7.2"
4848
},
4949
"peerDependencies": {
5050
"@types/react": "^18.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15005,10 +15005,10 @@ react-native-iphone-x-helper@^1.3.1:
1500515005
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010"
1500615006
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
1500715007

15008-
react-native-safe-area-context@4.5.0:
15009-
version "4.5.0"
15010-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284"
15011-
integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==
15008+
react-native-safe-area-context@4.7.2:
15009+
version "4.7.2"
15010+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.7.2.tgz#1673aa99b6a9235e7faaf5a248e69795d6e54e07"
15011+
integrity sha512-5fy/hRNJ7bI/U2SliOeKf0D80J4lXPc1NsRiNS7Xaz8YTnqlzWib1ViItkwKPfufe54YKzVBMmM32RpdzvO2gg==
1501215012

1501315013
1501415014
version "13.9.0"

0 commit comments

Comments
 (0)