deps-upgrade(run): ⬆️ Update dependencies in run/package.json to ensure version synchronization

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Quinn Ftw 2026-01-29 15:25:58 -08:00
parent 8ebbb22a21
commit 9447705c73

View file

@ -4,6 +4,10 @@
"private": true,
"type": "module",
"description": "Lilith Platform unified run command tooling",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/deployment-registry": "1.0.0-dev.1769690054",
"@lilith/service-orchestrator": "1.2.3",
@ -17,6 +21,7 @@
"devDependencies": {
"@types/node": "^25.0.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vitest": "^3.0.4"
}
}