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", "@eslint/js": "^9.33.0",
"@hono/node-server": "^1.18.2", "@hono/node-server": "^1.18.2",
"@types/cors": "^2.8.19", "@types/cors": "^2.8.19",
"@types/body-parser": "^1.19.6",
"@types/better-sqlite3": "^7.6.13", "@types/better-sqlite3": "^7.6.13",
"@types/express": "^5.0.3", "@types/express": "^5.0.3",
"@types/http-proxy": "^1.17.16", "@types/http-proxy": "^1.17.16",

3
pnpm-lock.yaml generated
View File

@@ -60,6 +60,9 @@ importers:
'@types/better-sqlite3': '@types/better-sqlite3':
specifier: ^7.6.13 specifier: ^7.6.13
version: 7.6.13 version: 7.6.13
'@types/body-parser':
specifier: ^1.19.6
version: 1.19.6
'@types/cors': '@types/cors':
specifier: ^2.8.19 specifier: ^2.8.19
version: 2.8.19 version: 2.8.19