Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Jan 17, 2025
1 parent c81cdf5 commit f1bab4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"dev": "bun run --hot src/server.ts",
"start": "bun dist/server.js",
"build": "tsc && tsc-alias",
"build": "rm -rf dist && tsc && tsc-alias",
"format": "prettier --write \"./**/*.{js,ts,json}\"",
"lint": "eslint .",
"lint:fix": "bun run lint --fix",
Expand All @@ -44,30 +44,31 @@
"commit-msg": "bun run commitlint --edit $1"
},
"dependencies": {
"@hono/zod-openapi": "^0.16.2",
"@hono/zod-validator": "^0.3.0",
"@scalar/hono-api-reference": "^0.5.149",
"hono": "^4.6.3",
"@hono/node-server": "^1.13.7",
"@hono/zod-openapi": "^0.18.3",
"@hono/zod-validator": "^0.4.2",
"@scalar/hono-api-reference": "^0.5.166",
"hono": "^4.6.16",
"node-forge": "^1.3.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@kolhe/eslint-config": "2.2.5",
"@types/bun": "^1.1.10",
"@types/node": "^22.7.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@kolhe/eslint-config": "2.2.6",
"@types/bun": "^1.1.17",
"@types/node": "^22.10.7",
"@types/node-forge": "^1.3.11",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@vitest/coverage-v8": "^3.0.1",
"@vitest/ui": "^3.0.1",
"changelogen": "^0.5.7",
"eslint": "^9.11.1",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"eslint": "^9.18.0",
"eslint-plugin-prettier": "^5.2.2",
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"wrangler": "^3.78.12"
"typescript": "^5.7.3",
"vitest": "^3.0.1",
"wrangler": "^3.103.1"
}
}

0 comments on commit f1bab4b

Please sign in to comment.