From 76c427f71ebcaa02de054431f62526ce07964a02 Mon Sep 17 00:00:00 2001 From: Sprite Date: Sun, 8 Feb 2026 04:41:24 +0000 Subject: [PATCH] chore: Update dependencies to latest versions - Update @clack/prompts from ^0.10.0 to ^1.0.0 - Update @types/bun from ^1.2.0 to ^1.3.8 - All tests pass with updated dependencies --- cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index 5d308abc..eacd2965 100644 --- a/cli/package.json +++ b/cli/package.json @@ -13,10 +13,10 @@ "test:watch": "bun test --watch" }, "dependencies": { - "@clack/prompts": "^0.10.0", + "@clack/prompts": "^1.0.0", "picocolors": "^1.1.1" }, "devDependencies": { - "@types/bun": "^1.2.0" + "@types/bun": "^1.3.8" } }