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
+6
View File
@@ -33,5 +33,11 @@
"typescript-eslint": "~8.29.0", "typescript-eslint": "~8.29.0",
"vitepress": "^1.6.3", "vitepress": "^1.6.3",
"vitest": "^3.1.1" "vitest": "^3.1.1"
},
"pnpm": {
"overrides": {
"@tiptap/core": "^2.11.7",
"@tiptap/pm": "^2.11.7"
}
} }
} }
+14 -14
View File
@@ -26,22 +26,22 @@
"prepublishOnly": "pnpm run build" "prepublishOnly": "pnpm run build"
}, },
"dependencies": { "dependencies": {
"@tiptap/core": "^2.11.5", "@tiptap/core": "^2.11.7",
"@tiptap/extension-code": "^2.11.5", "@tiptap/extension-code": "^2.11.7",
"@tiptap/extension-code-block": "^2.11.5", "@tiptap/extension-code-block": "^2.11.7",
"@tiptap/extension-document": "^2.11.5", "@tiptap/extension-document": "^2.11.7",
"@tiptap/extension-dropcursor": "^2.11.5", "@tiptap/extension-dropcursor": "^2.11.7",
"@tiptap/extension-gapcursor": "^2.11.5", "@tiptap/extension-gapcursor": "^2.11.7",
"@tiptap/extension-hard-break": "^2.11.5", "@tiptap/extension-hard-break": "^2.11.7",
"@tiptap/extension-history": "^2.11.5", "@tiptap/extension-history": "^2.11.7",
"@tiptap/extension-paragraph": "^2.11.5", "@tiptap/extension-paragraph": "^2.11.7",
"@tiptap/extension-placeholder": "^2.11.5", "@tiptap/extension-placeholder": "^2.11.7",
"@tiptap/extension-text": "^2.11.5", "@tiptap/extension-text": "^2.11.7",
"@tiptap/pm": "^2.11.5", "@tiptap/pm": "^2.11.7",
"@tiptap/suggestion": "^2.11.5", "@tiptap/suggestion": "^2.11.7",
"@welshman/lib": "workspace:*", "@welshman/lib": "workspace:*",
"@welshman/util": "workspace:*", "@welshman/util": "workspace:*",
"nostr-editor": "^1.0.0", "nostr-editor": "^1.0.2",
"nostr-tools": "^2.14.2", "nostr-tools": "^2.14.2",
"tippy.js": "^6.3.7" "tippy.js": "^6.3.7"
}, },
+1411 -377
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1,2 +1,3 @@
packages: packages:
- 'packages/**' - 'packages/**'
- '../nostr-editor'