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-template.vim/denops-template.vim/denops/template/deps.ts
[1/4] Looking for releases: https://deno.land/x/denops_std@v5.0.0/mod.ts
[1/4] Using latest: https://deno.land/x/denops_std@v5.0.0/mod.ts
[2/4] Looking for releases: https://deno.land/x/denops_std@v5.0.0/variable/mod.ts
[2/4] Using latest: https://deno.land/x/denops_std@v5.0.0/variable/mod.ts
[3/4] Looking for releases: https://deno.land/x/unknownutil@v2.1.1/mod.ts
[3/4] Using latest: https://deno.land/x/unknownutil@v2.1.1/mod.ts
[4/4] Looking for releases: https://deno.land/std@0.190.0/testing/asserts.ts
[4/4] Attempting update: https://deno.land/std@0.190.0/testing/asserts.ts -> 0.191.0
[4/4] Update successful: https://deno.land/std@0.190.0/testing/asserts.ts -> 0.191.0

Already latest version:
https://deno.land/x/denops_std@v5.0.0/mod.ts == v5.0.0
https://deno.land/x/denops_std@v5.0.0/variable/mod.ts == v5.0.0
https://deno.land/x/unknownutil@v2.1.1/mod.ts == v2.1.1

Successfully updated:
https://deno.land/std@0.190.0/testing/asserts.ts 0.190.0 -> 0.191.0
  • Loading branch information
skanehira committed Jun 9, 2023
1 parent e50f410 commit 9197247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/template/deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "https://deno.land/x/denops_std@v5.0.0/mod.ts";
export * from "https://deno.land/x/denops_std@v5.0.0/variable/mod.ts";
export * from "https://deno.land/x/unknownutil@v2.1.1/mod.ts";
export * from "https://deno.land/std@0.190.0/testing/asserts.ts";
export * from "https://deno.land/std@0.191.0/testing/asserts.ts";

0 comments on commit 9197247

Please sign in to comment.