Bump @nostrify/react

This commit is contained in:
Alex Gleason 2025-04-23 15:06:19 -05:00
parent 646508aee8
commit 99970309e2
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.44.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
@ -414,9 +414,9 @@
}
},
"node_modules/@jsr/nostrify__nostrify": {
"version": "0.43.0",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.43.0.tgz",
"integrity": "sha512-rl4jDvxadeCjLsp78lpu8TtuQMiR80alTj4TF33puJgNlbJn0xW6pYWpkw6WOgsgjAvUeytMm3FvdFEnibr+iQ==",
"version": "0.44.0",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.44.0.tgz",
"integrity": "sha512-xkN00DJadsTZjhV7D3iQfU6NG9FCzZ/8nljzty5+BTeOyy/nNMLJo3vTrs/IG0dbutJrVn+g/fOjQ5WTW9J4kw==",
"dependencies": {
"@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4",
@ -568,11 +568,11 @@
},
"node_modules/@nostrify/react": {
"name": "@jsr/nostrify__react",
"version": "0.2.0",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.0.tgz",
"integrity": "sha512-zV3sMK0oKuwhzazr8C8cnyr6oemYVUoJ63Ik77MeANudto9EUPw8Hp/FtnMX4UDBjr8pU/JXxbEqilCz9CxHzA==",
"version": "0.2.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.1.tgz",
"integrity": "sha512-raKZLgyL07Mb+dtg+aPD8i3eWYMqyv/ko9MXliOvbAX1Ki5o4cBorjsGShT0LvOOgP+2l4e+ZMpl2mceVRjILQ==",
"dependencies": {
"@jsr/nostrify__nostrify": "^0.43.0",
"@jsr/nostrify__nostrify": "^0.44.0",
"nostr-tools": "^2.10.4",
"react": "^18.0.0"
}

View File

@ -14,7 +14,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.44.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",