build: bump pkg versions

This commit is contained in:
Ritesh Ghosh
2025-01-01 13:41:24 +05:30
parent c8a06fc115
commit e0badf7449
+11 -11
View File
@@ -33,19 +33,19 @@
"author": "https://github.com/ghoshRitesh12", "author": "https://github.com/ghoshRitesh12",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hono/node-server": "^1.13.1", "@hono/node-server": "^1.13.7",
"aniwatch": "^2.18.1", "aniwatch": "^2.18.1",
"dotenv": "^16.4.5", "dotenv": "^16.4.7",
"hono": "^4.6.3", "hono": "^4.6.15",
"hono-rate-limiter": "^0.4.0", "hono-rate-limiter": "^0.4.2",
"ioredis": "^5.4.1" "ioredis": "^5.4.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.7.4", "@types/node": "^22.10.3",
"husky": "^8.0.3", "husky": "^9.1.7",
"prettier": "^3.3.3", "prettier": "^3.4.2",
"tsx": "^4.19.1", "tsx": "^4.19.2",
"typescript": "^5.6.2", "typescript": "^5.7.2",
"vitest": "^2.1.2" "vitest": "^2.1.8"
} }
} }