Skip to content

Commit

Permalink
Merge pull request #101 from skanehira/automation/update-dependencies
Browse files Browse the repository at this point in the history
📦 Update Deno dependencies
  • Loading branch information
skanehira authored Jul 4, 2024
2 parents 75bdd64 + fbd9128 commit 383b47c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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@v6.4.0/mod.ts";
export * from "https://deno.land/x/denops_std@v6.4.0/variable/mod.ts";
export * from "https://deno.land/x/unknownutil@v3.17.3/mod.ts";
export * from "https://deno.land/std@0.222.1/testing/asserts.ts";
export * from "https://deno.land/x/denops_std@v7.0.0-pre0/mod.ts";
export * from "https://deno.land/x/denops_std@v7.0.0-pre0/variable/mod.ts";
export * from "https://deno.land/x/unknownutil@v3.18.1/mod.ts";
export * from "https://deno.land/std@0.224.0/testing/asserts.ts";

0 comments on commit 383b47c

Please sign in to comment.