Add @types/body-parser dependency to package.json and pnpm-lock.yaml for improved type definitions.

This commit is contained in:
Luke Hagar
2025-08-13 15:30:36 -05:00
parent b28c88565b
commit 19a9102ebe
2 changed files with 4 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
"@eslint/js": "^9.33.0",
"@hono/node-server": "^1.18.2",
"@types/cors": "^2.8.19",
"@types/body-parser": "^1.19.6",
"@types/better-sqlite3": "^7.6.13",
"@types/express": "^5.0.3",
"@types/http-proxy": "^1.17.16",