From e3beb995663ab3dc95d34d445ad53c9baa10fa0e Mon Sep 17 00:00:00 2001 From: zhangfuxing Date: Wed, 30 Oct 2024 17:04:22 +0800 Subject: [PATCH] fix: resolved publishing failure due to missing version constraint --- deps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index ff3e3b7..bca0f94 100644 --- a/deps.ts +++ b/deps.ts @@ -1,3 +1,3 @@ -export { bgGreen, bgWhite, stripAnsiCode } from "jsr:@std/fmt/colors"; -export { writeAll } from "jsr:@std/io/write-all"; -// export type { Writer } from "jsr:@std/io/types"; \ No newline at end of file +export { bgGreen, bgWhite, stripAnsiCode } from "jsr:@std/fmt@1.0.3/colors"; +export { writeAll } from "jsr:@std/io@0.225.0/write-all"; +// export type { Writer } from "jsr:@std/io@0.225.0/types"; \ No newline at end of file