chore: upgrade pkgs

This commit is contained in:
kieran 2024-07-11 11:25:21 +01:00
parent 1716c021ef
commit c1a018820f
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941
4 changed files with 32 additions and 11 deletions

View File

@ -8,8 +8,8 @@
"@noble/hashes": "^1.4.0",
"@scure/base": "^1.1.6",
"@snort/shared": "^1.0.16",
"@snort/system": "^1.3.8",
"@snort/system-react": "^1.3.8",
"@snort/system": "^1.4.0",
"@snort/system-react": "^1.4.0",
"@snort/system-wasm": "^1.0.4",
"@snort/wallet": "^0.1.6",
"@snort/worker-relay": "^1.1.0",

View File

@ -56,7 +56,7 @@ export function ChatMessage({
const profile = useUserProfile(ev.pubkey);
const shouldShowMuteButton = ev.pubkey !== streamer && ev.pubkey !== login?.pubkey;
const zapTarget = profile?.lud16 ?? profile?.lud06;
const related = useReactions("reactions", [link], undefined, true);
const related = useReactions("reactions", [link], undefined, false);
const { zaps, reactions } = useEventReactions(link, related);
const emojiNames = emojiPacks.map(p => p.emojis).flat();

View File

@ -33,7 +33,7 @@ export function RootPage() {
}}
/>
</div>
<div className="min-w-0 w-[calc(100dvw-2rem)] overflow-x-scroll scrollbar-hidden">
<div className="min-w-0 overflow-x-scroll scrollbar-hidden">
<div className="flex gap-4 ">
{AllCategories.filter(a => a.priority === 0).map(a => (
<CategoryLink key={a.id} name={a.name} id={a.id} icon={a.icon} />

View File

@ -2644,14 +2644,14 @@ __metadata:
languageName: node
linkType: hard
"@snort/system-react@npm:^1.3.8":
version: 1.3.8
resolution: "@snort/system-react@npm:1.3.8"
"@snort/system-react@npm:^1.4.0":
version: 1.4.0
resolution: "@snort/system-react@npm:1.4.0"
dependencies:
"@snort/shared": "npm:^1.0.16"
"@snort/system": "npm:^1.3.8"
"@snort/system": "npm:^1.4.0"
react: "npm:^18.2.0"
checksum: 10c0/d0299513c72212cd68be7d9e269cbc05e72908f589b62fe8b4c24742b167a631deca7a6071c0422cadd043c3eb595310514180618080d8a5862db66885b9e73f
checksum: 10c0/6ab54cf979e3135d896f74737be8314cf9924ade0657b0d43fb2b382e68a8025e7c20ce9e7608214accaeb854885b34f26d145b40ac8e37f0fbf453260d0cb63
languageName: node
linkType: hard
@ -2683,6 +2683,27 @@ __metadata:
languageName: node
linkType: hard
"@snort/system@npm:^1.4.0":
version: 1.4.0
resolution: "@snort/system@npm:1.4.0"
dependencies:
"@noble/curves": "npm:^1.4.0"
"@noble/hashes": "npm:^1.4.0"
"@nostr-dev-kit/ndk": "npm:^2.8.2"
"@scure/base": "npm:^1.1.6"
"@snort/shared": "npm:^1.0.16"
"@stablelib/xchacha20": "npm:^1.0.1"
debug: "npm:^4.3.4"
eventemitter3: "npm:^5.0.1"
isomorphic-ws: "npm:^5.0.0"
lokijs: "npm:^1.5.12"
lru-cache: "npm:^10.2.0"
uuid: "npm:^9.0.0"
ws: "npm:^8.14.0"
checksum: 10c0/655b3da80815a4494ba5ea3d6f390d8344b2e9e14a3b59cdef39dee6666d01788811dddf0641a76538964b0168201d2e142ee744c296eee4af29bb7f5c36310d
languageName: node
linkType: hard
"@snort/wallet@npm:^0.1.6":
version: 0.1.6
resolution: "@snort/wallet@npm:0.1.6"
@ -7614,8 +7635,8 @@ __metadata:
"@noble/hashes": "npm:^1.4.0"
"@scure/base": "npm:^1.1.6"
"@snort/shared": "npm:^1.0.16"
"@snort/system": "npm:^1.3.8"
"@snort/system-react": "npm:^1.3.8"
"@snort/system": "npm:^1.4.0"
"@snort/system-react": "npm:^1.4.0"
"@snort/system-wasm": "npm:^1.0.4"
"@snort/wallet": "npm:^0.1.6"
"@snort/worker-relay": "npm:^1.1.0"