Skip to content

Commit 9dab921

Browse files
committed
tests: switch express to hono
1 parent b95e5dd commit 9dab921

5 files changed

Lines changed: 406 additions & 954 deletions

File tree

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"license": "MIT",
4444
"description": "Fast way to send synchronous web requests in NodeJS. API is a subset of sync-request. Leverages node-libcurl for high performance. Cannot be used in a browser.",
4545
"devDependencies": {
46-
"@types/body-parser": "^1.19.5",
47-
"@types/express": "^5.0.1",
46+
"@hono/node-server": "^1.14.1",
4847
"@types/http-errors": "^2.0.4",
4948
"@types/jest": "^29.5.14",
5049
"@types/morgan": "^1.9.9",
@@ -54,16 +53,15 @@
5453
"body-parser": "^1.20.3",
5554
"eslint": "^9.24.0",
5655
"eslint-plugin-jest": "^28.11.0",
57-
"express": "^5.1.0",
5856
"globals": "^16.0.0",
57+
"hono": "^4.7.7",
5958
"http-errors": "^2.0.0",
6059
"jest": "^29.7.0",
61-
"morgan": "^1.10.0",
6260
"sync-dev-server": "^1.0.4",
6361
"ts-jest": "^29.3.2",
6462
"ts-node": "^10.9.2",
6563
"ts-node-dev": "^2.0.0",
66-
"typescript": "^5.8.3"
64+
"typescript": "^5.7.3"
6765
},
6866
"packageManager": "pnpm@10.8.1",
6967
"dependencies": {

0 commit comments

Comments
 (0)