Switch stuff to peer dependencies

This commit is contained in:
Jon Staab
2026-01-09 09:06:14 -08:00
parent 2a4d28821c
commit 0728910d63
9 changed files with 86 additions and 41 deletions
+9 -4
View File
@@ -39,14 +39,19 @@
"@tiptap/extension-text": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/suggestion": "^2.11.7",
"nostr-editor": "^1.0.2",
"tippy.js": "^6.3.7"
},
"peerDependencies": {
"@welshman/lib": "workspace:*",
"@welshman/util": "workspace:*",
"nostr-editor": "^1.0.2",
"nostr-tools": "^2.14.2",
"tippy.js": "^6.3.7"
"nostr-tools": "^2.19.4"
},
"devDependencies": {
"rimraf": "~6.0.0",
"typescript": "~5.8.0"
"typescript": "~5.8.0",
"@welshman/lib": "workspace:*",
"@welshman/util": "workspace:*",
"nostr-tools": "^2.19.4"
}
}