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/deno-itertools/deno-itertools/builtins.test.ts

/home/runner/work/deno-itertools/deno-itertools/types.ts

/home/runner/work/deno-itertools/deno-itertools/deps_test.ts
[1/2] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[1/2] Using latest: https://deno.land/x/[email protected]/mod.ts
[2/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
[2/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.175.0
[2/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.175.0

/home/runner/work/deno-itertools/deno-itertools/itertools.test.ts

/home/runner/work/deno-itertools/deno-itertools/mod.ts

/home/runner/work/deno-itertools/deno-itertools/builtins.ts

/home/runner/work/deno-itertools/deno-itertools/more-itertools.ts

/home/runner/work/deno-itertools/deno-itertools/custom.test.ts

/home/runner/work/deno-itertools/deno-itertools/itertools.ts

/home/runner/work/deno-itertools/deno-itertools/README.md

/home/runner/work/deno-itertools/deno-itertools/utils.ts

/home/runner/work/deno-itertools/deno-itertools/more-itertools.test.ts

/home/runner/work/deno-itertools/deno-itertools/custom.ts

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

Successfully updated:
https://deno.land/[email protected]/testing/asserts.ts 0.164.0 -> 0.175.0
make[1]: Entering directory '/home/runner/work/deno-itertools/deno-itertools'
make[1]: Leaving directory '/home/runner/work/deno-itertools/deno-itertools'
  • Loading branch information
lambdalisue committed Jan 29, 2023
1 parent 0f09c7b commit e088d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { expect } from "https://deno.land/x/[email protected]/mod.ts";
export * from "https://deno.land/std@0.164.0/testing/asserts.ts";
export * from "https://deno.land/std@0.175.0/testing/asserts.ts";

const currentScopes: string[] = [];

Expand Down

0 comments on commit e088d49

Please sign in to comment.