Skip to content

Commit

Permalink
build(deps): update dependencies (#160)
Browse files Browse the repository at this point in the history
* build(deps): bump unknownutil from v3.11.0 to v3.13.0

* build(deps): bump std from 0.210.0 to 0.212.0

---------

Co-authored-by: denopendabot <[email protected]>
  • Loading branch information
github-actions[bot] and denopendabot authored Jan 13, 2024
1 parent 566eff3 commit 2528479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions denops/docker/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ export * from "https://deno.land/x/[email protected]/mod.ts";
export { isString } from "https://deno.land/x/[email protected]/mod.ts";
export * as autocmd from "https://deno.land/x/[email protected]/autocmd/mod.ts";
export { Table } from "https://deno.land/x/[email protected]/table/mod.ts";
export { assertEquals } from "https://deno.land/std@0.210.0/assert/assert_equals.ts";
export { assertEquals } from "https://deno.land/std@0.212.0/assert/assert_equals.ts";
export { datetime } from "https://deno.land/x/[email protected]/mod.ts";
export * as mapping from "https://deno.land/x/[email protected]/mapping/mod.ts";
export * as mapType from "https://deno.land/x/[email protected]/mapping/types.ts";
export * as vars from "https://deno.land/x/[email protected]/variable/mod.ts";
export * as path from "https://deno.land/std@0.210.0/path/mod.ts";
export * as fs from "https://deno.land/std@0.210.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.212.0/path/mod.ts";
export * as fs from "https://deno.land/std@0.212.0/fs/mod.ts";
export { open } from "https://deno.land/x/[email protected]/index.ts";
export { Buffer } from "https://deno.land/std@0.210.0/io/buffer.ts";
export { Buffer } from "https://deno.land/std@0.212.0/io/buffer.ts";
export * as dax from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit 2528479

Please sign in to comment.