From f7c96128fcd4c2f7024a4902748020bf465bffa7 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:58:54 +0100 Subject: [PATCH] chore(wisekeep): add shared package dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- apps/wisekeep/apps/web/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/wisekeep/apps/web/package.json b/apps/wisekeep/apps/web/package.json index 9fe339b19..9f6d885cd 100644 --- a/apps/wisekeep/apps/web/package.json +++ b/apps/wisekeep/apps/web/package.json @@ -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",