deps-upgrade(evaluator): ⬆️ Update dependencies in evaluator for security, compatibility, and performance improvements

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-03-10 19:50:50 -07:00
parent 5ff265d849
commit afadc89980
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@
"test": "vitest run"
},
"dependencies": {
"@kthulu/agent-core": "workspace:*",
"@kthulu/shared": "workspace:*",
"@kthulu/training-feedback": "workspace:*",
"@kthulu/model-client": "workspace:*"

3
pnpm-lock.yaml generated
View file

@ -561,6 +561,9 @@ importers:
codebase/features/training/evaluator:
dependencies:
'@kthulu/agent-core':
specifier: workspace:*
version: link:../../../@packages/agent-core
'@kthulu/model-client':
specifier: workspace:*
version: link:../../../@packages/model-client