Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 30, 2024
1 parent 9dff6cd commit 246fa58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,28 @@
"commit-msg": "bun run commitlint --edit $1"
},
"dependencies": {
"@hono/node-server": "^1.8.2",
"@hono/zod-openapi": "^0.9.8",
"@hono/zod-validator": "^0.2.0",
"@scalar/hono-api-reference": "^0.4.13",
"hono": "^4.1.3",
"@hono/node-server": "^1.9.1",
"@hono/zod-openapi": "^0.9.10",
"@hono/zod-validator": "^0.2.1",
"@scalar/hono-api-reference": "^0.4.22",
"hono": "^4.1.5",
"node-forge": "^1.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@kolhe/eslint-config": "2.1.0",
"@types/bun": "^1.0.10",
"@types/node": "^20.11.30",
"@types/bun": "^1.0.12",
"@types/node": "^20.12.2",
"@types/node-forge": "^1.3.11",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
Expand Down

0 comments on commit 246fa58

Please sign in to comment.