chore: explicitly declare body-parser dependency for pnpm #2873

Merged
Sainan merged 3 commits from MindXL/SpaceNinjaServer:main into main 2025-10-07 23:21:18 -07:00
Showing only changes of commit edb42cee0d - Show all commits

View File

@ -27,6 +27,7 @@
"license": "GNU", "license": "GNU",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"body-parser": "^2.2.0",
"chokidar": "^4.0.3", "chokidar": "^4.0.3",
"crc-32": "^1.2.2", "crc-32": "^1.2.2",
"express": "^5", "express": "^5",
@ -50,6 +51,7 @@
"typescript": "^5.7" "typescript": "^5.7"
}, },
"devDependencies": { "devDependencies": {
"@types/body-parser": "^1.19.6",
"@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0", "@typescript-eslint/parser": "^8.28.0",
"eslint": "^8", "eslint": "^8",