Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 23, 2024
1 parent 96a2492 commit 3fdbffb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@gluestack-ui/themed": "^1.1.61",
"@ledgerhq/react-native-hid": "^6.32.4",
"@mempool/mempool.js": "^2.2.4",
"@nostr-dev-kit/ndk": "^2.10.6",
"@nostr-dev-kit/ndk": "^2.10.7",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/native": "^7.0.4",
Expand Down Expand Up @@ -75,7 +75,7 @@
"prettier": "3.3.3",
"react-test-renderer": "18.3.1",
"rn-nodeify": "^10.3.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"engines": {
"node": ">=18"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2222,10 +2222,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@nostr-dev-kit/ndk@^2.10.6":
version "2.10.6"
resolved "https://registry.npmjs.org/@nostr-dev-kit/ndk/-/ndk-2.10.6.tgz"
integrity sha512-fDAMpHAQ8l2mZFXHqlBJxytcv0IaKQvNYQbOMy8T+cZxbcpT7SkRS1YBZO4TrkQ9gyhmOpNYDQZ3rTecWPpqoA==
"@nostr-dev-kit/ndk@^2.10.7":
version "2.10.7"
resolved "https://registry.npmjs.org/@nostr-dev-kit/ndk/-/ndk-2.10.7.tgz"
integrity sha512-cylva8jsaAGMijxAI32CnJWlzvwD4sWyl86/+RMS6xpZn4MIgeVUfBFc/pYkcfZzDP3v1Z9mIPsuiICRyvu9yQ==
dependencies:
"@noble/curves" "^1.6.0"
"@noble/hashes" "^1.5.0"
Expand Down Expand Up @@ -10669,10 +10669,10 @@ typescript-lru-cache@^2.0.0:
resolved "https://registry.npmjs.org/typescript-lru-cache/-/typescript-lru-cache-2.0.0.tgz"
integrity sha512-Jp57Qyy8wXeMkdNuZiglE6v2Cypg13eDA1chHwDG6kq51X7gk4K7P7HaDdzZKCxkegXkVHNcPD0n5aW6OZH3aA==

typescript@^5.6.3, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4.2.0, typescript@>=5, typescript@>=5.0.0, typescript@5.6.3:
version "5.6.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
typescript@^5.6.3, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4.2.0, typescript@>=5, typescript@>=5.0.0, typescript@5.7.2:
version "5.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

ua-parser-js@^1.0.35, ua-parser-js@^1.0.37:
version "1.0.38"
Expand Down

0 comments on commit 3fdbffb

Please sign in to comment.