Upgrade @nostrify/react, downgrade to React 18

This commit is contained in:
Alex Gleason 2025-04-17 14:10:58 -05:00
parent 455a27893b
commit ca74936884
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 150 additions and 1282 deletions

1422
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.43.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.1.0",
"@nostrify/react": "npm:@jsr/nostrify__react@^0.2.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
@ -50,9 +50,9 @@
"input-otp": "^1.2.4",
"lucide-react": "^0.462.0",
"next-themes": "^0.3.0",
"react": "^19.1.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^19.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.26.2",
@ -67,8 +67,8 @@
"@eslint/js": "^9.9.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.5",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",