Skip to content

Commit

Permalink
📦 Update Deno dependencies
Browse files Browse the repository at this point in the history
Update dependencies by udd:

/home/runner/work/denops-silicon.vim/denops-silicon.vim/denops/silicon/deps.ts
[1/9] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[1/9] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.8.2
[1/9] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.8.2
[2/9] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
[2/9] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.8.2
[2/9] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.8.2
[3/9] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[3/9] Using latest: https://deno.land/x/[email protected]/mod.ts
[4/9] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
[4/9] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.155.0
[4/9] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.155.0
[5/9] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[5/9] Using latest: https://deno.land/x/[email protected]/mod.ts
[6/9] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
[6/9] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.8.2
[6/9] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.8.2
[7/9] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[7/9] Using latest: https://deno.land/x/[email protected]/mod.ts
[8/9] Looking for releases: https://deno.land/x/[email protected]/mapping/mod.ts
[8/9] Attempting update: https://deno.land/x/[email protected]/mapping/mod.ts -> v3.8.2
[8/9] Update successful: https://deno.land/x/[email protected]/mapping/mod.ts -> v3.8.2
[9/9] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
[9/9] Attempting update: https://deno.land/x/[email protected]/test/mod.ts -> v3.8.2
[9/9] Update successful: https://deno.land/x/[email protected]/test/mod.ts -> v3.8.2

Already latest version:
https://deno.land/x/[email protected]/mod.ts == v2.0.0
https://deno.land/x/[email protected]/mod.ts == v0.0.2
https://deno.land/x/[email protected]/mod.ts == v0.1.0

Successfully updated:
https://deno.land/x/[email protected]/mod.ts v3.8.1 -> v3.8.2
https://deno.land/x/[email protected]/variable/mod.ts v3.8.1 -> v3.8.2
https://deno.land/[email protected]/testing/asserts.ts 0.154.0 -> 0.155.0
https://deno.land/x/[email protected]/variable/mod.ts v3.8.1 -> v3.8.2
https://deno.land/x/[email protected]/mapping/mod.ts v3.8.1 -> v3.8.2
https://deno.land/x/[email protected]/test/mod.ts v3.8.1 -> v3.8.2
  • Loading branch information
skanehira committed Sep 10, 2022
1 parent ba851a9 commit de952b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions denops/silicon/deps.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export * from "https://deno.land/x/[email protected].1/mod.ts";
export * from "https://deno.land/x/[email protected].1/variable/mod.ts";
export * from "https://deno.land/x/[email protected].2/mod.ts";
export * from "https://deno.land/x/[email protected].2/variable/mod.ts";
export * from "https://deno.land/x/[email protected]/mod.ts";
export * from "https://deno.land/std@0.154.0/testing/asserts.ts";
export * from "https://deno.land/std@0.155.0/testing/asserts.ts";
export * as silicon from "https://deno.land/x/[email protected]/mod.ts";
export * as vars from "https://deno.land/x/[email protected].1/variable/mod.ts";
export * as vars from "https://deno.land/x/[email protected].2/variable/mod.ts";
export * as clippy from "https://deno.land/x/[email protected]/mod.ts";
export * as mapping from "https://deno.land/x/[email protected].1/mapping/mod.ts";
export * from "https://deno.land/x/[email protected].1/test/mod.ts";
export * as mapping from "https://deno.land/x/[email protected].2/mapping/mod.ts";
export * from "https://deno.land/x/[email protected].2/test/mod.ts";

0 comments on commit de952b2

Please sign in to comment.