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/8] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[1/8] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v6.2.0
[1/8] Update successful: https://deno.land/x/[email protected]/mod.ts -> v6.2.0
[2/8] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[2/8] Using latest: https://deno.land/x/[email protected]/mod.ts
[3/8] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
[3/8] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v6.2.0
[3/8] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v6.2.0
[4/8] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
[4/8] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v6.2.0
[4/8] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v6.2.0
[5/8] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
[5/8] Attempting update: https://deno.land/x/[email protected]/option/mod.ts -> v6.2.0
[5/8] Update successful: https://deno.land/x/[email protected]/option/mod.ts -> v6.2.0
[6/8] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
[6/8] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v6.2.0
[6/8] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v6.2.0
[7/8] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[7/8] Using latest: https://deno.land/x/[email protected]/mod.ts
[8/8] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[8/8] Using latest: https://deno.land/x/[email protected]/mod.ts

Already latest version:
https://deno.land/x/[email protected]/mod.ts == v3.16.3
https://deno.land/x/[email protected]/mod.ts == v1.0.0
https://deno.land/x/[email protected]/mod.ts == v1.0.0

Successfully updated:
https://deno.land/x/[email protected]/mod.ts v6.0.1 -> v6.2.0
https://deno.land/x/[email protected]/batch/mod.ts v6.0.1 -> v6.2.0
https://deno.land/x/[email protected]/function/mod.ts v6.0.1 -> v6.2.0
https://deno.land/x/[email protected]/option/mod.ts v6.0.1 -> v6.2.0
https://deno.land/x/[email protected]/variable/mod.ts v6.0.1 -> v6.2.0
/home/runner/work/denops-silicon.vim/denops-silicon.vim/denops/silicon/deps_test.ts
[1/2] Looking for releases: https://deno.land/[email protected]/assert/mod.ts
[1/2] Attempting update: https://deno.land/[email protected]/assert/mod.ts -> 0.218.0
[1/2] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.218.0
[2/2] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[2/2] Using latest: https://deno.land/x/[email protected]/mod.ts

Already latest version:
https://deno.land/x/[email protected]/mod.ts == v1.6.2

Successfully updated:
https://deno.land/[email protected]/assert/mod.ts 0.216.0 -> 0.218.0
  • Loading branch information
skanehira committed Mar 1, 2024
1 parent 37c0b32 commit 53da2f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions denops/silicon/deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export * from "https://deno.land/x/denops_std@v6.0.1/mod.ts";
export * from "https://deno.land/x/denops_std@v6.2.0/mod.ts";
export * from "https://deno.land/x/[email protected]/mod.ts";
export * as batch from "https://deno.land/x/denops_std@v6.0.1/batch/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.0.1/function/mod.ts";
export * as opts from "https://deno.land/x/denops_std@v6.0.1/option/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v6.0.1/variable/mod.ts";
export * as batch from "https://deno.land/x/denops_std@v6.2.0/batch/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.2.0/function/mod.ts";
export * as opts from "https://deno.land/x/denops_std@v6.2.0/option/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v6.2.0/variable/mod.ts";
export * as clippy from "https://deno.land/x/[email protected]/mod.ts";
export * as silicon from "https://deno.land/x/[email protected]/mod.ts";
2 changes: 1 addition & 1 deletion denops/silicon/deps_test.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.216.0/assert/mod.ts";
export * from "https://deno.land/std@0.218.0/assert/mod.ts";
export * from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit 53da2f2

Please sign in to comment.