Skip to content

Commit a411c99

Browse files
chore(deps): update dependency react-native-safe-area-context to v4.7.0
1 parent 5b5f92c commit a411c99

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.0",
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.0",
1616
"react-router-native": "^6.13.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.0",
28-
"react-native-safe-area-context": "4.5.0",
28+
"react-native-safe-area-context": "4.7.0",
2929
"react-native-svg": "13.9.0",
3030
"react-native-web": "^0.19.5",
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.0",
5959
"react-native-builder-bob": "^0.20.4",
60-
"react-native-safe-area-context": "4.5.0",
60+
"react-native-safe-area-context": "4.7.0",
6161
"react-native-svg": "13.9.0",
6262
"react-native-web": "^0.19.5",
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.13",
4747
"react": "18.2.0",
4848
"react-native": "0.72.0",
49-
"react-native-safe-area-context": "4.5.0"
49+
"react-native-safe-area-context": "4.7.0"
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.13",
4545
"react": "18.2.0",
4646
"react-native": "0.72.0",
47-
"react-native-safe-area-context": "4.5.0"
47+
"react-native-safe-area-context": "4.7.0"
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
@@ -14553,10 +14553,10 @@ react-native-iphone-x-helper@^1.3.1:
1455314553
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010"
1455414554
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
1455514555

14556-
react-native-safe-area-context@4.5.0:
14557-
version "4.5.0"
14558-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284"
14559-
integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==
14556+
react-native-safe-area-context@4.7.0:
14557+
version "4.7.0"
14558+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.7.0.tgz#162939c5646b0bd88f6483168731f22f44de41d7"
14559+
integrity sha512-w1oqLSzq9Vq0oKs4Tj9w91aJcOoBvLZ68CWNjumSkWmfTPFWpR0lY0HmSaroSlPRFeBtsOImrZ6I900X5RRugQ==
1456014560

1456114561
1456214562
version "13.9.0"

0 commit comments

Comments
 (0)