diff --git a/packages/app/package.json b/packages/app/package.json index 5b1691c..8984b3f 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -20,6 +20,24 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { + "fuse.js": "^7.0.0", + "throttle-debounce": "^5.0.2" + }, + "peerDependencies": { + "@pomade/core": "^0.0.5", + "@welshman/feeds": "workspace:*", + "@welshman/lib": "workspace:*", + "@welshman/net": "workspace:*", + "@welshman/router": "workspace:*", + "@welshman/signer": "workspace:*", + "@welshman/store": "workspace:*", + "@welshman/util": "workspace:*", + "svelte": "^4.2.18" + }, + "devDependencies": { + "rimraf": "~6.0.0", + "typescript": "~5.8.0", + "@pomade/core": "^0.0.5", "@types/throttle-debounce": "^5.0.2", "@welshman/feeds": "workspace:*", "@welshman/lib": "workspace:*", @@ -28,16 +46,6 @@ "@welshman/signer": "workspace:*", "@welshman/store": "workspace:*", "@welshman/util": "workspace:*", - "fuse.js": "^7.0.0", - "svelte": "^4.2.18", - "throttle-debounce": "^5.0.2" - }, - "peerDependencies": { - "@pomade/core": "^0.0.5" - }, - "devDependencies": { - "rimraf": "~6.0.0", - "typescript": "~5.8.0", - "@pomade/core": "^0.0.5" + "svelte": "^4.2.18" } } diff --git a/packages/content/package.json b/packages/content/package.json index 879ce2d..bbd7f72 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -20,11 +20,14 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@braintree/sanitize-url": "^7.0.2", - "nostr-tools": "^2.14.2" + "@braintree/sanitize-url": "^7.0.2" + }, + "peerDependencies": { + "nostr-tools": "^2.19.4" }, "devDependencies": { "rimraf": "~6.0.0", - "typescript": "~5.8.0" + "typescript": "~5.8.0", + "nostr-tools": "^2.19.4" } } diff --git a/packages/editor/package.json b/packages/editor/package.json index 622b331..1803bfd 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -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" } } diff --git a/packages/feeds/package.json b/packages/feeds/package.json index 5e45044..ef4b19a 100644 --- a/packages/feeds/package.json +++ b/packages/feeds/package.json @@ -20,15 +20,22 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { + "trava": "^1.2.1" + }, + "peerDependencies": { "@welshman/lib": "workspace:*", "@welshman/net": "workspace:*", "@welshman/router": "workspace:*", "@welshman/signer": "workspace:*", - "@welshman/util": "workspace:*", - "trava": "^1.2.1" + "@welshman/util": "workspace:*" }, "devDependencies": { "rimraf": "~6.0.0", - "typescript": "~5.8.0" + "typescript": "~5.8.0", + "@welshman/lib": "workspace:*", + "@welshman/net": "workspace:*", + "@welshman/router": "workspace:*", + "@welshman/signer": "workspace:*", + "@welshman/util": "workspace:*" } } diff --git a/packages/net/package.json b/packages/net/package.json index 1bab9ff..ed4c339 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -20,13 +20,17 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@welshman/lib": "workspace:*", - "@welshman/util": "workspace:*", "events": "^3.3.0", "isomorphic-ws": "^5.0.0" }, + "peerDependencies": { + "@welshman/lib": "workspace:*", + "@welshman/util": "workspace:*" + }, "devDependencies": { "rimraf": "~6.0.0", - "typescript": "~5.8.0" + "typescript": "~5.8.0", + "@welshman/lib": "workspace:*", + "@welshman/util": "workspace:*" } } diff --git a/packages/router/package.json b/packages/router/package.json index e199207..238a020 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -19,13 +19,16 @@ "compile": "tsc -b tsconfig.build.json", "prepublishOnly": "pnpm run build" }, - "dependencies": { + "peerDependencies": { "@welshman/lib": "workspace:*", - "@welshman/util": "workspace:*", - "@welshman/net": "workspace:*" + "@welshman/net": "workspace:*", + "@welshman/util": "workspace:*" }, "devDependencies": { "rimraf": "~6.0.0", - "typescript": "~5.8.0" + "typescript": "~5.8.0", + "@welshman/lib": "workspace:*", + "@welshman/net": "workspace:*", + "@welshman/util": "workspace:*" } } diff --git a/packages/signer/package.json b/packages/signer/package.json index a71f217..6cf6f9a 100644 --- a/packages/signer/package.json +++ b/packages/signer/package.json @@ -20,23 +20,29 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@jsr/fiatjaf__promenade-trusted-dealer": "^0.4.1", + "@jsr/fiatjaf__promenade-trusted-dealer": "^0.4.1" + }, + "peerDependencies": { "@noble/curves": "^1.9.7", "@noble/hashes": "^2.0.1", + "@pomade/core": "^0.0.5", "@welshman/lib": "workspace:*", "@welshman/net": "workspace:*", "@welshman/util": "workspace:*", - "nostr-tools": "^2.18.2" - }, - "peerDependencies": { "nostr-signer-capacitor-plugin": "~0.0.4", - "@pomade/core": "^0.0.5" + "nostr-tools": "^2.19.4" }, "devDependencies": { "@capacitor/core": "^7.2.0", + "@noble/curves": "^1.9.7", + "@noble/hashes": "^2.0.1", + "@pomade/core": "^0.0.5", + "@welshman/lib": "workspace:*", + "@welshman/net": "workspace:*", + "@welshman/util": "workspace:*", "nostr-signer-capacitor-plugin": "~0.0.4", + "nostr-tools": "^2.19.4", "rimraf": "~6.0.0", - "typescript": "~5.8.0", - "@pomade/core": "^0.0.5" + "typescript": "~5.8.0" } } diff --git a/packages/store/package.json b/packages/store/package.json index 194b0cb..7c0ad85 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -19,14 +19,18 @@ "compile": "tsc -b tsconfig.build.json", "prepublishOnly": "pnpm run build" }, - "dependencies": { + "peerDependencies": { "@welshman/lib": "workspace:*", - "@welshman/util": "workspace:*", "@welshman/net": "workspace:*", + "@welshman/util": "workspace:*", "svelte": "^4.2.18" }, "devDependencies": { "rimraf": "~6.0.0", - "typescript": "~5.8.0" + "typescript": "~5.8.0", + "@welshman/lib": "workspace:*", + "@welshman/net": "workspace:*", + "@welshman/util": "workspace:*", + "svelte": "^4.2.18" } } diff --git a/packages/util/package.json b/packages/util/package.json index 62e397d..f965666 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -20,14 +20,19 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@noble/curves": "^1.8.1", "@types/ws": "^8.5.13", - "@welshman/lib": "workspace:*", "js-base64": "^3.7.7", - "nostr-tools": "^2.14.2", "nostr-wasm": "^0.1.0" }, + "peerDependencies": { + "@noble/curves": "^1.9.7", + "@welshman/lib": "workspace:*", + "nostr-tools": "^2.19.4" + }, "devDependencies": { + "@noble/curves": "^1.9.7", + "@welshman/lib": "workspace:*", + "nostr-tools": "^2.19.4", "rimraf": "~6.0.0", "typescript": "~5.8.0" }