diff --git a/example/bun-hono/bun.lockb b/example/bun-hono/bun.lockb index 8166eb1..2bf3621 100755 Binary files a/example/bun-hono/bun.lockb and b/example/bun-hono/bun.lockb differ diff --git a/example/bun-hono/package.json b/example/bun-hono/package.json index 4975c3c..e8ff493 100644 --- a/example/bun-hono/package.json +++ b/example/bun-hono/package.json @@ -4,8 +4,8 @@ "type": "module", "//": "Change treeder/rend to file:../.. for local dev", "dependencies": { - "rend": "file:../..", - "loco": "treeder/loco", + "rend": "treeder/rend#v0.0.83", + "loco": "treeder/loco#v0.0.12", "hono": "^3.6.0" }, "devDependencies": {}