example: bump @nostr-connect/connect

This commit is contained in:
tiero
2023-01-26 15:00:46 +03:00
parent 04b9af0579
commit 71bbf5b836
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"build": "parcel build --public-url /connect index.html" "build": "parcel build --public-url /connect index.html"
}, },
"dependencies": { "dependencies": {
"@nostr-connect/connect": "^0.2.1", "@nostr-connect/connect": "^0.2.2",
"nostr-tools": "^1.1.1", "nostr-tools": "^1.1.1",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"react": "^18.2.0", "react": "^18.2.0",

View File

@@ -159,10 +159,10 @@
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.0.tgz#d15357f7c227e751d90aa06b05a0e5cf993ba8c1" resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.0.tgz#d15357f7c227e751d90aa06b05a0e5cf993ba8c1"
integrity sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw== integrity sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==
"@nostr-connect/connect@^0.2.1": "@nostr-connect/connect@^0.2.2":
version "0.2.1" version "0.2.2"
resolved "https://registry.yarnpkg.com/@nostr-connect/connect/-/connect-0.2.1.tgz#e3950a2fe0d964b64e33bf29670f3af680f965c2" resolved "https://registry.yarnpkg.com/@nostr-connect/connect/-/connect-0.2.2.tgz#c29ddbc35935acb85f39b2d9fcbc2c1c31a75aeb"
integrity sha512-lwPTSBaJH0NUKtI0VcJIFPrTia9B96kNULme1RcGiW894yJLDeaIn5RsuoBe0gkkKl74xwEJu91/MzjVtd3GGg== integrity sha512-nZmEKFH85kk+76/63TdlAgQ/okmcF9VJjGY8D+r/efbZ9vpDJTYhctQIIds1OULGQXDn6Drp3vus82wRn4shPA==
dependencies: dependencies:
events "^3.3.0" events "^3.3.0"
nostr-tools "^1.0.1" nostr-tools "^1.0.1"