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.
This commit is contained in:
Teknium 2026-06-23 23:56:18 -07:00 committed by ethernet
parent c42d44cb2f
commit 9259d1e5da

2
package-lock.json generated
View file

@ -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",