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:
parent
5ff265d849
commit
afadc89980
2 changed files with 4 additions and 0 deletions
|
|
@ -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
3
pnpm-lock.yaml
generated
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue