diff --git a/src/cli.ts b/src/cli.ts index 02c1238..4047dfd 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -8,7 +8,7 @@ import { emptyDir } from "https://deno.land/std@0.197.0/fs/empty_dir.ts" import { ensureFile } from "https://deno.land/std@0.197.0/fs/ensure_file.ts" import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/command.ts" import { EnumType } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/types/enum.ts" -import { execa } from "https://deno.land/x/easy_std@v0.4.7/src/process.ts" +import { execa } from "https://deno.land/x/easy_std@v0.4.8/src/process.ts" import { type PM, pmLock, pms } from "./constant.ts" import { existsFile, findUp } from "./fs.ts" diff --git a/src/fs.ts b/src/fs.ts index cccb265..29d8bad 100644 --- a/src/fs.ts +++ b/src/fs.ts @@ -1,6 +1,6 @@ import { exists } from "https://deno.land/std@0.197.0/fs/exists.ts" import { join } from "https://deno.land/std@0.197.0/path/posix.ts" -import { createUpBases } from "https://deno.land/x/easy_std@v0.4.7/src/path.ts" +import { createUpBases } from "https://deno.land/x/easy_std@v0.4.8/src/path.ts" export function existsFile(path: string) { return exists(path, { diff --git a/src/pm.ts b/src/pm.ts index d8c33ab..d96a769 100644 --- a/src/pm.ts +++ b/src/pm.ts @@ -1,5 +1,5 @@ import type { PM } from "./constant.ts" -import { execa } from "https://deno.land/x/easy_std@v0.4.7/src/process.ts" +import { execa } from "https://deno.land/x/easy_std@v0.4.8/src/process.ts" export async function getPackageCommands() { try { diff --git a/src/version.ts b/src/version.ts index 90dd9c6..4c0ef4f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = "1.6.2" +export const version = "1.6.3"