Skip to content

Commit

Permalink
Merge pull request #49 from syfxlin/renovate/https-deno.land-std-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency https://deno.land/std to v0.212.0
  • Loading branch information
syfxlin authored Jan 13, 2024
2 parents 35b0789 + 3dec1e5 commit cad5623
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import * as fs from "https://deno.land/std@0.211.0/fs/mod.ts";
import * as fs from "https://deno.land/std@0.212.0/fs/mod.ts";
import * as dax from "https://deno.land/x/[email protected]/mod.ts";
import * as path from "https://deno.land/std@0.211.0/path/mod.ts";
import * as yaml from "https://deno.land/std@0.211.0/yaml/mod.ts";
import * as path from "https://deno.land/std@0.212.0/path/mod.ts";
import * as yaml from "https://deno.land/std@0.212.0/yaml/mod.ts";
import * as date from "https://deno.land/x/[email protected]/mod.ts";
import * as ansi from "https://deno.land/x/[email protected]/ansi/mod.ts";
import * as table from "https://deno.land/x/[email protected]/table/mod.ts";
import * as event from "https://deno.land/x/[email protected]/mod.ts";
import * as dotenv from "https://deno.land/std@0.211.0/dotenv/mod.ts";
import * as dotenv from "https://deno.land/std@0.212.0/dotenv/mod.ts";
import * as prompt from "https://deno.land/x/[email protected]/prompt/mod.ts";
import * as command from "https://deno.land/x/[email protected]/command/mod.ts";
import * as collections from "https://deno.land/std@0.211.0/collections/mod.ts";
import * as collections from "https://deno.land/std@0.212.0/collections/mod.ts";
import hash from "https://deno.land/x/[email protected]/mod.ts";
import ignore from "https://esm.sh/v128/[email protected]/deno/ignore.mjs";
import nunjucks from "https://deno.land/x/[email protected]/mod.js";

export { fs, dax, path, yaml, hash, date, ansi, table, event, dotenv, prompt, command, ignore, nunjucks, collections };
export { isSubdir } from "https://deno.land/std@0.211.0/fs/_is_subdir.ts";
export { toPathString } from "https://deno.land/std@0.211.0/fs/_to_path_string.ts";
export { getFileInfoType } from "https://deno.land/std@0.211.0/fs/_get_file_info_type.ts";
export { isSubdir } from "https://deno.land/std@0.212.0/fs/_is_subdir.ts";
export { toPathString } from "https://deno.land/std@0.212.0/fs/_to_path_string.ts";
export { getFileInfoType } from "https://deno.land/std@0.212.0/fs/_get_file_info_type.ts";

declare module "https://deno.land/x/[email protected]/mod.ts" {
// @ts-expect-error
Expand Down

0 comments on commit cad5623

Please sign in to comment.