-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from syfxlin/renovate/https-deno.land-std-0.x
chore(deps): update dependency https://deno.land/std to v0.212.0
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|