From 1be0100911fed6cbba47491bcab213a36d06706d Mon Sep 17 00:00:00 2001 From: Jochem Hagenaars <33485182+LoiLock@users.noreply.github.com> Date: Sun, 24 Jul 2022 22:55:16 +0200 Subject: [PATCH] chore(examples/kingworld): Change bun-types to latest (#766) * Bumped hono version number * Changed bun-types version * Bumped bun-types --- examples/kingworld/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kingworld/package.json b/examples/kingworld/package.json index b9d2ce0e9f..92bef87840 100644 --- a/examples/kingworld/package.json +++ b/examples/kingworld/package.json @@ -10,7 +10,7 @@ "kingworld": "latest" }, "devDependencies": { - "bun-types": "^0.1.4", + "bun-types": "latest", "nodemon": "^2.0.19" } }