From c076d37e4a5f40a5112c99f6412b3e99f83aa0e6 Mon Sep 17 00:00:00 2001 From: cpacker Date: Fri, 24 Oct 2025 22:39:49 -0700 Subject: [PATCH] fix: patch deps --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7d4cb6f..6a27b7b 100644 --- a/package.json +++ b/package.json @@ -21,14 +21,13 @@ "publishConfig": { "access": "public" }, + "dependencies": {}, "devDependencies": { "@types/bun": "latest", "@types/diff": "^8.0.0", "typescript": "^5.0.0", "husky": "9.1.7", - "lint-staged": "16.2.4" - }, - "dependencies": { + "lint-staged": "16.2.4", "@letta-ai/letta-client": "1.0.0-alpha.2", "diff": "^8.0.2", "ink": "^5.0.0",