move to bun

This commit is contained in:
2025-08-26 18:44:33 +02:00
parent 3fe9fc7142
commit 049ed4b956
3 changed files with 398 additions and 2747 deletions

View File

@ -22,18 +22,18 @@
"@types/bcrypt": "^6.0.0",
"@types/node": "^24.2.1",
"@types/pg": "^8.15.5",
"oxlint": "^1.11.1",
"oxlint": "^1.12.0",
"prettier": "3.6.2",
"rolldown": "^1.0.0-beta.32",
"tsx": "^4.20.3",
"rolldown": "^1.0.0-beta.33",
"tsx": "^4.20.4",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"dependencies": {
"@hono/node-server": "^1.18.1",
"@hono/node-server": "^1.19.0",
"@hono/zod-validator": "^0.7.2",
"bcrypt": "^6.0.0",
"hono": "^4.9.0",
"hono": "^4.9.2",
"pg": "^8.16.3",
"zod": "^4.0.17"
}