Clean up migrations

This commit is contained in:
Jon Staab
2025-01-02 12:03:16 -08:00
parent 420dfc41f3
commit 9e96d5e483
3 changed files with 56 additions and 122 deletions
+6 -6
View File
@@ -33,7 +33,7 @@
"@welshman/app": "~0.0.36",
"@welshman/content": "~0.0.15",
"@welshman/dvm": "~0.0.13",
"@welshman/editor": "~0.0.3",
"@welshman/editor": "~0.0.4",
"@welshman/feeds": "~0.0.29",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
@@ -4749,9 +4749,9 @@
}
},
"node_modules/@welshman/editor": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@welshman/editor/-/editor-0.0.3.tgz",
"integrity": "sha512-H0P4yktjoivyWATaAcaWM0LQ124Yrj9h9J27MD+kTingcF1aWegTnQ7lPlozIJEhuit6P8G7ASzENW+BKBwKpA==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@welshman/editor/-/editor-0.0.4.tgz",
"integrity": "sha512-tcMwLuBaBtT2JgON5f+Fd4Cg9oM7QMnXW9voGP+RqH1gJt0W6rjjQCtpqEcgdVtHhmaSL1P+tM4ORmOinoCv+A==",
"peerDependencies": {
"@tiptap/core": "^2.9.1",
"@tiptap/extension-code": "^2.9.1",
@@ -4766,8 +4766,8 @@
"@tiptap/extension-text": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/suggestion": "^2.9.1",
"@welshman/lib": "^0.0.36",
"@welshman/util": "^0.0.53",
"@welshman/lib": "~0.0.36",
"@welshman/util": "~0.0.53",
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
"nostr-tools": "^2.8.1",
"svelte": "^4.0.0",