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:*",