updated to latest messaging package to resolve peer dep issue

This commit is contained in:
sam
2026-04-27 18:44:30 +07:00
parent 89a3562a1e
commit 50637a4dc1
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -95,7 +95,7 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.2.8",
"@samthomson/nostr-messaging": "^0.16.2",
"@samthomson/nostr-messaging": "^0.16.3",
"@scure/bip39": "^1.6.0",
"@sentry/react": "^10.42.0",
"@tanstack/react-query": "^5.56.2",
@@ -6171,9 +6171,9 @@
]
},
"node_modules/@samthomson/nostr-messaging": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@samthomson/nostr-messaging/-/nostr-messaging-0.16.2.tgz",
"integrity": "sha512-kqkcuItvuvYFYVbmpgp8MsaQv3d87Dtra0lRcmIFXlMa8kOCMsQKyGSRayvr5HW82PKquNXF7ICNz3oJvDcpcw==",
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@samthomson/nostr-messaging/-/nostr-messaging-0.16.3.tgz",
"integrity": "sha512-9G3sL+m1GbErYgvxDV1TasgStgPidrRdBa8nwlcS+KEHRSL5OdX18SsmaBK1AGV492sdwJvjJDAq9rs/dKQ9WA==",
"license": "MIT",
"dependencies": {
"blurhash": "^2.0.5",
@@ -6185,7 +6185,7 @@
},
"peerDependencies": {
"@nostrify/nostrify": ">=0.47.0",
"@nostrify/react": "^0.2.0",
"@nostrify/react": ">=0.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.0",
+1 -1
View File
@@ -102,7 +102,7 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.2.8",
"@samthomson/nostr-messaging": "^0.16.2",
"@samthomson/nostr-messaging": "^0.16.3",
"@scure/bip39": "^1.6.0",
"@sentry/react": "^10.42.0",
"@tanstack/react-query": "^5.56.2",