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
+7 -3
View File
@@ -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"
}
}