fix(agent-service): add @types/multer to devDependencies

Fixes TS2307 build error: Cannot find module 'multer' or its type declarations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-06 07:03:54 -08:00
parent 2182149c4c
commit 07783ccad2
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/glob": "^8.1.0", "@types/glob": "^8.1.0",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/multer": "^1.4.11",
"@types/ws": "^8.5.0", "@types/ws": "^8.5.0",
"@types/node": "^20.11.0", "@types/node": "^20.11.0",
"jest": "^29.7.0", "jest": "^29.7.0",

View File

@ -99,6 +99,9 @@ importers:
'@types/jest': '@types/jest':
specifier: ^29.5.0 specifier: ^29.5.0
version: 29.5.14 version: 29.5.14
'@types/multer':
specifier: ^1.4.11
version: 1.4.13
'@types/node': '@types/node':
specifier: ^20.11.0 specifier: ^20.11.0
version: 20.19.33 version: 20.19.33