Skip to content

Commit

Permalink
build: bump pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Jan 1, 2025
1 parent c8a06fc commit e0badf7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"author": "https://github.com/ghoshRitesh12",
"license": "MIT",
"dependencies": {
"@hono/node-server": "^1.13.1",
"@hono/node-server": "^1.13.7",
"aniwatch": "^2.18.1",
"dotenv": "^16.4.5",
"hono": "^4.6.3",
"hono-rate-limiter": "^0.4.0",
"ioredis": "^5.4.1"
"dotenv": "^16.4.7",
"hono": "^4.6.15",
"hono-rate-limiter": "^0.4.2",
"ioredis": "^5.4.2"
},
"devDependencies": {
"@types/node": "^22.7.4",
"husky": "^8.0.3",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
"@types/node": "^22.10.3",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}

0 comments on commit e0badf7

Please sign in to comment.