Make it easier to link nostr editor

This commit is contained in:
Jon Staab
2025-11-25 16:32:59 -08:00
parent 52785afb10
commit 6da8e6c654
4 changed files with 1432 additions and 391 deletions
+14 -14
View File
@@ -26,22 +26,22 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@tiptap/core": "^2.11.5",
"@tiptap/extension-code": "^2.11.5",
"@tiptap/extension-code-block": "^2.11.5",
"@tiptap/extension-document": "^2.11.5",
"@tiptap/extension-dropcursor": "^2.11.5",
"@tiptap/extension-gapcursor": "^2.11.5",
"@tiptap/extension-hard-break": "^2.11.5",
"@tiptap/extension-history": "^2.11.5",
"@tiptap/extension-paragraph": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-text": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@tiptap/core": "^2.11.7",
"@tiptap/extension-code": "^2.11.7",
"@tiptap/extension-code-block": "^2.11.7",
"@tiptap/extension-document": "^2.11.7",
"@tiptap/extension-dropcursor": "^2.11.7",
"@tiptap/extension-gapcursor": "^2.11.7",
"@tiptap/extension-hard-break": "^2.11.7",
"@tiptap/extension-history": "^2.11.7",
"@tiptap/extension-paragraph": "^2.11.7",
"@tiptap/extension-placeholder": "^2.11.7",
"@tiptap/extension-text": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/suggestion": "^2.11.7",
"@welshman/lib": "workspace:*",
"@welshman/util": "workspace:*",
"nostr-editor": "^1.0.0",
"nostr-editor": "^1.0.2",
"nostr-tools": "^2.14.2",
"tippy.js": "^6.3.7"
},