Upgrade @nostrify/react

This commit is contained in:
Alex Gleason 2025-05-04 18:40:41 -05:00
parent a7fcaaf1f3
commit cac4ae6b93
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 14 additions and 14 deletions

24
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.44.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.1",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.45.1",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
@ -821,9 +821,9 @@
}
},
"node_modules/@jsr/nostrify__nostrify": {
"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==",
"version": "0.45.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.45.1.tgz",
"integrity": "sha512-S78A6+bv10YQS9tWniwwoDR117osc/M678adnVBu+gQbYK4FjSURKkxiyomF5h03Q4C9MeHLSA1uEHSPFSVuYg==",
"dependencies": {
"@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4",
@ -963,9 +963,9 @@
},
"node_modules/@nostrify/nostrify": {
"name": "@jsr/nostrify__nostrify",
"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==",
"version": "0.45.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.45.1.tgz",
"integrity": "sha512-S78A6+bv10YQS9tWniwwoDR117osc/M678adnVBu+gQbYK4FjSURKkxiyomF5h03Q4C9MeHLSA1uEHSPFSVuYg==",
"dependencies": {
"@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4",
@ -979,11 +979,11 @@
},
"node_modules/@nostrify/react": {
"name": "@jsr/nostrify__react",
"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==",
"version": "0.2.2",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.2.tgz",
"integrity": "sha512-ha+BD/QtPpEq2lBtxyvT6oAkXHOKakAu8w14X7iSIQiazFA/mrBn0hYs205T6v9gmwoOxEeXMrkWOg/OYwItRw==",
"dependencies": {
"@jsr/nostrify__nostrify": "^0.44.0",
"@jsr/nostrify__nostrify": "^0.45.1",
"nostr-tools": "^2.10.4",
"react": "^18.0.0"
}

View File

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