chore: force hono version in transitive deps
This commit is contained in:
parent
e138ab7738
commit
9c5f7d6516
1 changed files with 5 additions and 2 deletions
|
|
@ -55,14 +55,16 @@
|
|||
"dotenv": "^17.2.3",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"es-toolkit": "^1.42.0",
|
||||
"hono": "4.10.5",
|
||||
"hono": "^4.11.3",
|
||||
"hono-openapi": "^1.1.1",
|
||||
"hono-rate-limiter": "^0.5.3",
|
||||
"http-errors-enhanced": "^4.0.2",
|
||||
"input-otp": "^1.4.2",
|
||||
"isbot": "^5.1.32",
|
||||
"lucide-react": "^0.562.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"node-cron": "^4.2.1",
|
||||
"qrcode.react": "^4.2.0",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react-hook-form": "^7.70.0",
|
||||
|
|
@ -109,7 +111,8 @@
|
|||
"vite-tsconfig-paths": "^6.0.3"
|
||||
},
|
||||
"overrides": {
|
||||
"esbuild": "^0.27.2"
|
||||
"esbuild": "^0.27.2",
|
||||
"hono": "^4.11.3"
|
||||
},
|
||||
"packageManager": "bun@1.3.5"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue