Skip to content

Commit

Permalink
update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Apr 19, 2024
1 parent c7199c0 commit 9c32a82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deps.deno_ext.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {Logger, ConsoleHandler, FileHandler} from "https://deno.land/std@0.221.0/log/mod.ts";
export {format} from "https://deno.land/std@0.221.0/datetime/mod.ts";
export {Logger, ConsoleHandler, FileHandler} from "https://deno.land/std@0.223.0/log/mod.ts";
export {format} from "https://deno.land/std@0.223.0/datetime/mod.ts";

export {type Element, DOMParser} from "https://deno.land/x/[email protected]/deno-dom-wasm.ts";

Expand Down
4 changes: 2 additions & 2 deletions deps.pure_ext.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @deno-types="https://deno.land/std@0.221.0/csv/mod.ts"
export {parse, stringify} from "https://esm.sh/gh/denoland/deno_std@0.221.0/csv/mod.ts?bundle&target=esnext";
// @deno-types="https://deno.land/std@0.223.0/csv/mod.ts"
export {parse, stringify} from "https://esm.sh/gh/denoland/deno_std@0.223.0/csv/mod.ts?bundle&target=esnext";
// @deno-types="https://deno.land/x/[email protected]/index.d.ts"
export {ZipReader, ZipWriter, Uint8ArrayReader, Uint8ArrayWriter} from "https://esm.sh/gh/gildas-lormeau/[email protected]/index.js?bundle&target=esnext";

Expand Down
8 changes: 4 additions & 4 deletions deps.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export {assertEquals} from "https://deno.land/std@0.221.0/assert/mod.ts";
export {dirname, fromFileUrl} from "https://deno.land/std@0.221.0/path/mod.ts";
export {exists} from "https://deno.land/std@0.221.0/fs/mod.ts";
export {delay} from "https://deno.land/std@0.221.0/async/mod.ts";
export {assertEquals} from "https://deno.land/std@0.223.0/assert/mod.ts";
export {dirname, fromFileUrl} from "https://deno.land/std@0.223.0/path/mod.ts";
export {exists} from "https://deno.land/std@0.223.0/fs/mod.ts";
export {delay} from "https://deno.land/std@0.223.0/async/mod.ts";

export {DOMParser} from "https://deno.land/x/[email protected]/deno-dom-wasm.ts";

Expand Down

0 comments on commit 9c32a82

Please sign in to comment.