Skip to content

Commit 47821c2

Browse files
chore(deps): update dependency react-native-safe-area-context to v4.5.1
1 parent a5ff808 commit 47821c2

File tree

6 files changed

+12
-27
lines changed

6 files changed

+12
-27
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.71.6",
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.5.1",
1616
"react-router-native": "^6.10.0",
1717
"uuid": "^9.0.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.0.0",
2727
"react-native": "0.71.6",
28-
"react-native-safe-area-context": "4.5.0",
28+
"react-native-safe-area-context": "4.5.1",
2929
"react-native-svg": "13.4.0",
3030
"react-native-web": "^0.19.2",
3131
"remark-emoji": "^3.1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-dom": "18.2.0",
5757
"react-native": "0.71.6",
5858
"react-native-builder-bob": "^0.20.4",
59-
"react-native-safe-area-context": "4.5.0",
59+
"react-native-safe-area-context": "4.5.1",
6060
"react-native-svg": "13.4.0",
6161
"react-native-web": "^0.19.2",
6262
"rimraf": "^5.0.0",

packages/navigation-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/react": "^18.0.34",
4848
"react": "18.2.0",
4949
"react-native": "0.71.6",
50-
"react-native-safe-area-context": "4.5.0"
50+
"react-native-safe-area-context": "4.5.1"
5151
},
5252
"peerDependencies": {
5353
"@types/react": "^18.0.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.0.34",
4545
"react": "18.2.0",
4646
"react-native": "0.71.6",
47-
"react-native-safe-area-context": "4.5.0"
47+
"react-native-safe-area-context": "4.5.1"
4848
},
4949
"peerDependencies": {
5050
"@types/react": "^18.0.0",

yarn.lock

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11738,7 +11738,7 @@ lru-cache@^6.0.0:
1173811738
dependencies:
1173911739
yallist "^4.0.0"
1174011740

11741-
lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
11741+
lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
1174211742
version "7.18.3"
1174311743
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
1174411744
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
@@ -13058,7 +13058,7 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
1305813058
dependencies:
1305913059
yallist "^4.0.0"
1306013060

13061-
minipass@^4.0.0, minipass@^4.0.2, minipass@^4.2.4:
13061+
minipass@^4.0.0, minipass@^4.2.4:
1306213062
version "4.2.5"
1306313063
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
1306413064
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
@@ -13236,13 +13236,6 @@ next-seo@^6.0.0:
1323613236
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-6.0.0.tgz#4568dc61a44dbdf5fe5ff44156cd0ff8804889a2"
1323713237
integrity sha512-jKKt1p1z4otMA28AyeoAONixVjdYmgFCWwpEFtu+DwRHQDllVX3RjtyXbuCQiUZEfQ9rFPBpAI90vDeLZlMBdg==
1323813238

13239-
next-transpile-modules@^10.0.0:
13240-
version "10.0.0"
13241-
resolved "https://registry.yarnpkg.com/next-transpile-modules/-/next-transpile-modules-10.0.0.tgz#7152880048835acb64d05fc7aa34910cbe7994da"
13242-
integrity sha512-FyeJ++Lm2Fq31gbThiRCrJlYpIY9QaI7A3TjuhQLzOix8ChQrvn5ny4MhfIthS5cy6+uK1AhDRvxVdW17y3Xdw==
13243-
dependencies:
13244-
enhanced-resolve "^5.10.0"
13245-
1324613239
next@^13.3.0:
1324713240
version "13.3.0"
1324813241
resolved "https://registry.yarnpkg.com/next/-/next-13.3.0.tgz#40632d303d74fc8521faa0a5bf4a033a392749b1"
@@ -14315,15 +14308,7 @@ path-parse@^1.0.5, path-parse@^1.0.7:
1431514308
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1431614309
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1431714310

14318-
path-scurry@^1.6.1:
14319-
version "1.6.3"
14320-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.3.tgz#4eba7183d64ef88b63c7d330bddc3ba279dc6c40"
14321-
integrity sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g==
14322-
dependencies:
14323-
lru-cache "^7.14.1"
14324-
minipass "^4.0.2"
14325-
14326-
path-scurry@^1.6.4:
14311+
path-scurry@^1.6.1, path-scurry@^1.6.4:
1432714312
version "1.6.4"
1432814313
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
1432914314
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
@@ -15030,10 +15015,10 @@ react-native-iphone-x-helper@^1.3.1:
1503015015
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010"
1503115016
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
1503215017

15033-
15034-
version "4.5.0"
15035-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284"
15036-
integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==
15018+
15019+
version "4.5.1"
15020+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.1.tgz#6651d216b86ce84a8e9399220a1010d3902d7a2e"
15021+
integrity sha512-bKcwk6zZvyz+VLoG6Uia1oiYU1jSbv1ysjEKSRLsLtPcDsbixsTc0UgfrPqjZxNTPzvYLMcr8ufA90UQauN4mw==
1503715022

1503815023
1503915024
version "13.4.0"

0 commit comments

Comments
 (0)