mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-27 11:22:03 +00:00
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:
parent
c42d44cb2f
commit
9259d1e5da
1 changed files with 1 additions and 1 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue