Skip to content

Commit 925f24c

Browse files
committed
Update deps
1 parent 0b6707f commit 925f24c

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@ledgerhq/react-native-hid": "^6.32.4",
2323
"@mempool/mempool.js": "^3.0.0",
2424
"@nostr-dev-kit/ndk": "^2.11.0",
25-
"@react-native-async-storage/async-storage": "^2.1.0",
25+
"@react-native-async-storage/async-storage": "^2.1.1",
2626
"@react-native-picker/picker": "2.11.0",
2727
"@react-navigation/native": "^7.0.14",
2828
"@react-navigation/native-stack": "^7.2.0",
@@ -52,7 +52,7 @@
5252
"react-native-crypto": "^2.2.0",
5353
"react-native-qrcode-svg": "^6.3.14",
5454
"react-native-randombytes": "^3.6.1",
55-
"react-native-safe-area-context": "5.1.0",
55+
"react-native-safe-area-context": "5.2.0",
5656
"react-native-screens": "^4.6.0",
5757
"react-native-storage": "^1.0.1",
5858
"react-native-svg": "15.11.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,10 +2635,10 @@
26352635
"@react-aria/ssr" "^3.0.1"
26362636
"@react-aria/utils" "^3.3.0"
26372637

2638-
"@react-native-async-storage/async-storage@^2.1.0":
2639-
version "2.1.0"
2640-
resolved "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.1.0.tgz"
2641-
integrity sha512-eAGQGPTAuFNEoIQSB5j2Jh1zm5NPyBRTfjRMfCN0W1OakC5WIB5vsDyIQhUweKN9XOE2/V07lqTMGsL0dGXNkA==
2638+
"@react-native-async-storage/async-storage@^2.1.1":
2639+
version "2.1.1"
2640+
resolved "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.1.1.tgz"
2641+
integrity sha512-UqlnxddwM3rlCHvteFz+HpIXjqhQM7GkBgVQ9sMvMdl8QVOJQDjG7BODCUvabysMDw+9QfMFlLiOI8U6c0VzzQ==
26422642
dependencies:
26432643
merge-options "^3.0.4"
26442644

@@ -10204,10 +10204,10 @@ react-native-reanimated@>=3.6.2:
1020410204
convert-source-map "^2.0.0"
1020510205
invariant "^2.2.4"
1020610206

10207-
"react-native-safe-area-context@>= 4.0.0", react-native-safe-area-context@5.1.0:
10208-
version "5.1.0"
10209-
resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.1.0.tgz"
10210-
integrity sha512-Y4vyJX+0HPJUQNVeIJTj2/UOjbSJcB09OEwirAWDrOZ67Lz5p43AmjxSy8nnZft1rMzoh3rcPuonB6jJyHTfCw==
10207+
"react-native-safe-area-context@>= 4.0.0", react-native-safe-area-context@5.2.0:
10208+
version "5.2.0"
10209+
resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.2.0.tgz"
10210+
integrity sha512-QpcGA6MRKe8Zbpf1hirCBudNQYGsMv0n/CTTROMOFcXbqRUoEXLCsYxUmYKi7JJb3ziL2DbyzWXyH2/gw4Tkfw==
1021110211

1021210212
react-native-screens@^4.6.0, "react-native-screens@>= 4.0.0":
1021310213
version "4.6.0"

0 commit comments

Comments
 (0)