diff options
Diffstat (limited to '')
-rw-r--r-- | examples/hono/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/hono/package.json b/examples/hono/package.json index 5ac888fb7..e9929247c 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -1,12 +1,12 @@ { - "version": "1.0.1", + "version": "1.0.2", "name": "@bun-examples/hono", "main": "src/index.js", "devDependencies": { - "bun-types": "^0.0.83" + "bun-types": "latest" }, "dependencies": { - "hono": "^1.6.4" + "hono": "^2.0.0" }, "scripts": { "start": "bun run src/index.ts" |