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:
parent
8ebbb22a21
commit
9447705c73
1 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue