From 94dd75767ff69408317b6d7ebddc9854546f0cd8 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 9 Apr 2026 21:27:55 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(relationship-worker):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20in=20relationship-worker=20?= =?UTF-8?q?to=20ensure=20security,=20compatibility,=20and=20feature=20impr?= =?UTF-8?q?ovements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- imessage-sync/relationship-worker/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/imessage-sync/relationship-worker/package.json b/imessage-sync/relationship-worker/package.json index f7c94fc..632c7b3 100644 --- a/imessage-sync/relationship-worker/package.json +++ b/imessage-sync/relationship-worker/package.json @@ -10,16 +10,21 @@ "start:dev": "tsx watch src/main.ts", "typecheck": "tsc --noEmit", "test": "vitest run", - "test:watch": "vitest --watch" + "test:watch": "vitest --watch", + "lint": "eslint src" }, "dependencies": { "pg": "^8.17.1", "tsx": "^4.19.2" }, "devDependencies": { + "@eslint/js": "^10.0.1", + "@lilith/eslint-plugin-file-length": "^1.1.2", "@types/node": "^20.19.30", "@types/pg": "^8.11.10", + "eslint": "^10.1.0", "typescript": "^5.9.3", + "typescript-eslint": "^8.58.0", "vitest": "^3.2.4" } }