fix(@ml): 🐛 resolve file type changes and update dependencies
This commit is contained in:
parent
e720da4810
commit
dc1b01de0c
4 changed files with 17 additions and 17 deletions
|
|
@ -21,24 +21,24 @@
|
|||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^8.4.0",
|
||||
"@fastify/cors": "^8.5.0",
|
||||
"@lilith/ml-agent-claude": "workspace:*",
|
||||
"@lilith/ml-agent-core": "workspace:*",
|
||||
"@lilith/ml-agent-tts": "workspace:*",
|
||||
"@lilith/ml-directory-semantic": "workspace:*",
|
||||
"fastify": "^4.25.0",
|
||||
"ioredis": "^5.8.2",
|
||||
"zod": "^3.22.0"
|
||||
"fastify": "^4.29.1",
|
||||
"ioredis": "^5.9.1",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@lilith/ml-agent-knowledge": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"@vitest/coverage-v8": "^2.1.0",
|
||||
"typescript": "^5.3.0",
|
||||
"vitest": "^2.1.0",
|
||||
"@lilith/configs": "workspace:*"
|
||||
"@lilith/configs": "workspace:*",
|
||||
"@types/node": "^22.19.5",
|
||||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^2.1.9"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b4a71dc64fa272f75accb7caf9a9163d0fc4e462
|
||||
Subproject commit b422d6a381cf75818b0fb5d74869da455402713c
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"test:watch": "echo 'No tests yet'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.19.3",
|
||||
"@types/node": "^22.19.5",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -19,14 +19,14 @@
|
|||
"lint:check": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"ioredis": "^5.4.1",
|
||||
"uuid": "^9.0.0"
|
||||
"ioredis": "^5.9.1",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"typescript": "^5.7.2",
|
||||
"@lilith/typescript-config-base": "workspace:*"
|
||||
"@lilith/typescript-config-base": "workspace:*",
|
||||
"@types/node": "^22.19.5",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"keywords": [
|
||||
"gpu",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue