Skip to content

Commit

Permalink
Update library version to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-Hirose committed Jul 8, 2022
1 parent b7fba7a commit b452150
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
export { download } from "https://deno.land/x/download@v1.0.1/mod.ts";
export type { DownlodedFile } from "https://deno.land/x/download@v1.0.1/mod.ts";
export { Command } from "https://deno.land/x/cliffy@v0.19.5/command/mod.ts";
export { Command } from "https://deno.land/x/cliffy@v0.24.2/command/mod.ts";
export {
DenoLandProvider,
GithubProvider,
UpgradeCommand,
} from "https://deno.land/x/cliffy@v0.19.5/command/upgrade/mod.ts";
} from "https://deno.land/x/cliffy@v0.24.2/command/upgrade/mod.ts";

export { CompletionsCommand } from "https://deno.land/x/cliffy@v0.19.5/command/completions/mod.ts";
export { HelpCommand } from "https://deno.land/x/cliffy@v0.19.5/command/help/mod.ts";
export { CompletionsCommand } from "https://deno.land/x/cliffy@v0.24.2/command/completions/mod.ts";
export { HelpCommand } from "https://deno.land/x/cliffy@v0.24.2/command/help/mod.ts";

export {
ensureDir,
ensureDirSync,
ensureFile,
existsSync,
} from "https://deno.land/std@0.105.0/fs/mod.ts";
} from "https://deno.land/std@0.146.0/fs/mod.ts";

export * as Colors from "https://deno.land/std@0.105.0/fmt/colors.ts";
export * as Colors from "https://deno.land/std@0.146.0/fmt/colors.ts";

export * as encoding from "https://cdn.skypack.dev/encoding-japanese";

export { decompress } from "https://deno.land/x/zip@v1.2.0/mod.ts";
export { decompress } from "https://deno.land/x/zip@v1.2.3/mod.ts";

export { readXLSX, xlsx } from "https://deno.land/x/flat@0.0.14/mod.ts";

0 comments on commit b452150

Please sign in to comment.