From 9259d1e5dacbaae8f6692d9e910c190e64f234a9 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:56:18 -0700 Subject: [PATCH] chore(desktop): sync package-lock version to apps/desktop 0.17.0 The apps/desktop workspace was bumped to 0.17.0 in apps/desktop/package.json but package-lock.json still recorded 0.15.1, so npm install reports the lock as out of date and rewrites it on every fresh install. Regenerate the lock (npm install --package-lock-only) to record the current 0.17.0; one-line change, no dependency resolution churn. --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index d5b79dac529..39a358ff685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ }, "apps/desktop": { "name": "hermes", - "version": "0.15.1", + "version": "0.17.0", "dependencies": { "@assistant-ui/react": "^0.12.28", "@assistant-ui/react-streamdown": "^0.1.11",