Upgrade Nostrify

This commit is contained in:
Alex Gleason 2025-05-10 10:00:02 -05:00
parent 69060820f8
commit 95eb9634b5
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", "version": "0.0.0",
"dependencies": { "dependencies": {
"@hookform/resolvers": "^3.9.0", "@hookform/resolvers": "^3.9.0",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.45.1", "@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.45.2",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.2", "@nostrify/react": "npm:@jsr/nostrify__react@^0.2.3",
"@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1", "@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0", "@radix-ui/react-aspect-ratio": "^1.1.0",
@ -821,9 +821,9 @@
} }
}, },
"node_modules/@jsr/nostrify__nostrify": { "node_modules/@jsr/nostrify__nostrify": {
"version": "0.45.1", "version": "0.45.2",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.45.1.tgz", "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.45.2.tgz",
"integrity": "sha512-S78A6+bv10YQS9tWniwwoDR117osc/M678adnVBu+gQbYK4FjSURKkxiyomF5h03Q4C9MeHLSA1uEHSPFSVuYg==", "integrity": "sha512-0eN+ceK79FcLDN6gJQd8GhM2UG09RVZBUDlveQqQMmNjuakvqLSE9Emg2i12EyEPOBa/yzCSiwkFFK2XzknH9Q==",
"dependencies": { "dependencies": {
"@jsr/nostrify__types": "^0.36.0", "@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4", "@jsr/scure__base": "^1.2.4",
@ -963,9 +963,9 @@
}, },
"node_modules/@nostrify/nostrify": { "node_modules/@nostrify/nostrify": {
"name": "@jsr/nostrify__nostrify", "name": "@jsr/nostrify__nostrify",
"version": "0.45.1", "version": "0.45.2",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.45.1.tgz", "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.45.2.tgz",
"integrity": "sha512-S78A6+bv10YQS9tWniwwoDR117osc/M678adnVBu+gQbYK4FjSURKkxiyomF5h03Q4C9MeHLSA1uEHSPFSVuYg==", "integrity": "sha512-0eN+ceK79FcLDN6gJQd8GhM2UG09RVZBUDlveQqQMmNjuakvqLSE9Emg2i12EyEPOBa/yzCSiwkFFK2XzknH9Q==",
"dependencies": { "dependencies": {
"@jsr/nostrify__types": "^0.36.0", "@jsr/nostrify__types": "^0.36.0",
"@jsr/scure__base": "^1.2.4", "@jsr/scure__base": "^1.2.4",
@ -979,11 +979,11 @@
}, },
"node_modules/@nostrify/react": { "node_modules/@nostrify/react": {
"name": "@jsr/nostrify__react", "name": "@jsr/nostrify__react",
"version": "0.2.2", "version": "0.2.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.2.tgz", "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.3.tgz",
"integrity": "sha512-ha+BD/QtPpEq2lBtxyvT6oAkXHOKakAu8w14X7iSIQiazFA/mrBn0hYs205T6v9gmwoOxEeXMrkWOg/OYwItRw==", "integrity": "sha512-XIa9aBhaSOe6AQWvKHYG3rq3+hTheWLd8kQM9SeyUQRpHM5RMlrmdrBKAXHCwt+/vZ9eOxM6nUq38C0hp4X6Bw==",
"dependencies": { "dependencies": {
"@jsr/nostrify__nostrify": "^0.45.1", "@jsr/nostrify__nostrify": "^0.45.2",
"nostr-tools": "^2.10.4", "nostr-tools": "^2.10.4",
"react": "^18.0.0" "react": "^18.0.0"
} }

View File

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