Upgrade Nostrify

This commit is contained in:
Alex Gleason 2025-07-12 18:56:22 -05:00
parent 39afb03570
commit f7736ddfb1
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 17 additions and 17 deletions

30
package-lock.json generated
View File

@ -9,8 +9,8 @@
"version": "0.0.0",
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.1",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.5",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.3",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
@ -1205,15 +1205,15 @@
}
},
"node_modules/@jsr/nostrify__nostrify": {
"version": "0.46.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.1.tgz",
"integrity": "sha512-7XSP4+kjcPgw937jQPUxf+qo1mWx7rbKUuA5ma0CofRQZa2v01IA4f+OfVGJbABxbJ8SC+8VdPkLqqUOJxeVPg==",
"version": "0.46.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.3.tgz",
"integrity": "sha512-zJpOrD8bbrJroLRJjESAJZX/ZKFCaGfoz5fSfLP+gIcTiPo8JpzlrFBF6mvaDI/Mdd+1WTBwlCcW9On8rUVH7w==",
"dependencies": {
"@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4",
"@jsr/std__encoding": "^0.224.1",
"lru-cache": "^10.2.0",
"nostr-tools": "^2.10.4",
"nostr-tools": "^2.13.0",
"websocket-ts": "^2.2.1",
"zod": "^3.23.8"
}
@ -1315,27 +1315,27 @@
},
"node_modules/@nostrify/nostrify": {
"name": "@jsr/nostrify__nostrify",
"version": "0.46.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.1.tgz",
"integrity": "sha512-7XSP4+kjcPgw937jQPUxf+qo1mWx7rbKUuA5ma0CofRQZa2v01IA4f+OfVGJbABxbJ8SC+8VdPkLqqUOJxeVPg==",
"version": "0.46.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.3.tgz",
"integrity": "sha512-zJpOrD8bbrJroLRJjESAJZX/ZKFCaGfoz5fSfLP+gIcTiPo8JpzlrFBF6mvaDI/Mdd+1WTBwlCcW9On8rUVH7w==",
"dependencies": {
"@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4",
"@jsr/std__encoding": "^0.224.1",
"lru-cache": "^10.2.0",
"nostr-tools": "^2.10.4",
"nostr-tools": "^2.13.0",
"websocket-ts": "^2.2.1",
"zod": "^3.23.8"
}
},
"node_modules/@nostrify/react": {
"name": "@jsr/nostrify__react",
"version": "0.2.5",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.5.tgz",
"integrity": "sha512-Hyi1N4hXa89gYsuk7fqGrWEzIzTp7md8hKog+D2DgpSqVwFQM1vw267Uv3rOieE/hPereD3gen9X88XkeAXP+Q==",
"version": "0.2.7",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.7.tgz",
"integrity": "sha512-36fAOOymf34KR2OfE4jXBojbZnPsrIzQDAXzE7dko8/Qj+0s8iKnZoZKg9DVIT2F6Lxhr6SUiTze8xBxuJbf1A==",
"dependencies": {
"@jsr/nostrify__nostrify": "^0.46.1",
"nostr-tools": "^2.10.4",
"@jsr/nostrify__nostrify": "^0.46.3",
"nostr-tools": "^2.13.0",
"react": "^18.0.0"
}
},

View File

@ -11,8 +11,8 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.1",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.5",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.3",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",