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/ddc-filter_editdistance/ddc-filter_editdistance/denops/@editdistance/test.ts

/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance/denops/@editdistance/benchmark.ts
[1/1] Looking for releases: https://deno.land/std@0.161.0/testing/bench.ts
[1/1] Attempting update: https://deno.land/std@0.161.0/testing/bench.ts -> 0.165.0
[1/1] Update successful: https://deno.land/std@0.161.0/testing/bench.ts -> 0.165.0

/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance/denops/@editdistance/editDistance.ts

/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance/denops/@editdistance/deps.ts
[1/2] Looking for releases: https://deno.land/x/ddc_vim@v3.1.0/types.ts
[1/2] Attempting update: https://deno.land/x/ddc_vim@v3.1.0/types.ts -> v3.2.0
[1/2] Update successful: https://deno.land/x/ddc_vim@v3.1.0/types.ts -> v3.2.0
[2/2] Looking for releases: https://deno.land/x/ddc_vim@v3.1.0/deps.ts
[2/2] Attempting update: https://deno.land/x/ddc_vim@v3.1.0/deps.ts -> v3.2.0
[2/2] Update successful: https://deno.land/x/ddc_vim@v3.1.0/deps.ts -> v3.2.0

/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance/denops/@ddc-filters/matcher_editdistance.ts

/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance/denops/@ddc-filters/sorter_editdistance.ts

/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance/README.md

Successfully updated:
https://deno.land/std@0.161.0/testing/bench.ts 0.161.0 -> 0.165.0
https://deno.land/x/ddc_vim@v3.1.0/types.ts v3.1.0 -> v3.2.0
https://deno.land/x/ddc_vim@v3.1.0/deps.ts v3.1.0 -> v3.2.0
make[1]: Entering directory '/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance'
make[1]: Leaving directory '/home/runner/work/ddc-filter_editdistance/ddc-filter_editdistance'
  • Loading branch information
matsui54 committed Nov 19, 2022
1 parent cf46c20 commit 3b54c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion denops/@editdistance/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Candidate } from "./deps.ts";
import {
bench,
runBenchmarks,
} from "https://deno.land/std@0.161.0/testing/bench.ts";
} from "https://deno.land/std@0.165.0/testing/bench.ts";
import { filterWrapper } from "./test.ts";

function gatherCandidates(
Expand Down
4 changes: 2 additions & 2 deletions denops/@editdistance/deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/x/ddc_vim@v3.1.0/types.ts";
export * from "https://deno.land/x/ddc_vim@v3.1.0/deps.ts";
export * from "https://deno.land/x/ddc_vim@v3.2.0/types.ts";
export * from "https://deno.land/x/ddc_vim@v3.2.0/deps.ts";

0 comments on commit 3b54c28

Please sign in to comment.