chore(wisekeep): add shared package dependencies

Add workspace dependencies for auth and UI integration:
- @manacore/shared-auth
- @manacore/shared-auth-ui
- @manacore/shared-branding
- @manacore/shared-ui

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-11-28 20:58:54 +01:00
parent eae083a2be
commit f7c96128fc

View file

@ -11,6 +11,12 @@
"lint": "eslint .",
"type-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@manacore/shared-auth": "workspace:*",
"@manacore/shared-auth-ui": "workspace:*",
"@manacore/shared-branding": "workspace:*",
"@manacore/shared-ui": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.0",