From 7a7ab3ad2e6ab1d1600e54db468d243b25bb0075 Mon Sep 17 00:00:00 2001 From: Alois Date: Wed, 3 Jun 2026 15:25:30 +0200 Subject: [PATCH] (fix): dependency issue --- bun.lock | 3 +-- packages/tauth/package.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index a1d9171..2e3a763 100644 --- a/bun.lock +++ b/bun.lock @@ -103,7 +103,6 @@ "dependencies": { "@livekit/components-react": "^2.9.20", "@tanstack/react-router": "^1.169.1", - "@tanstack/react-virtual": "^3.13.24", "@tauri-apps/api": "^2", "@tensamin/crypto": "workspace:*", "@tensamin/shared": "workspace:*", @@ -213,13 +212,13 @@ "@tensamin/crypto": "workspace:*", "@tensamin/shared": "workspace:*", "@tensamin/storage": "workspace:*", + "@tensamin/tauri": "workspace:*", "@tensamin/ttp": "workspace:*", "@tensamin/ui": "*", "@tensamin/user": "workspace:*", "lucide-react": "^1.8.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "zod": "^4.3.6", }, }, "packages/ttp": { diff --git a/packages/tauth/package.json b/packages/tauth/package.json index 2dd2329..2e9adf2 100644 --- a/packages/tauth/package.json +++ b/packages/tauth/package.json @@ -17,6 +17,7 @@ "@tensamin/crypto": "workspace:*", "@tensamin/shared": "workspace:*", "@tensamin/storage": "workspace:*", + "@tensamin/tauri": "workspace:*", "@tensamin/ttp": "workspace:*", "@tensamin/ui": "*", "@tensamin/user": "workspace:*",