Skip to content

Commit f6388c2

Browse files
committed
📦 Update Deno dependencies
Update dependencies by udd: ./utils.ts ./types.ts ./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.110.0 [2/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.110.0 ./itertools.test.ts ./more-itertools.ts ./mod.ts ./builtins.test.ts ./custom.test.ts ./custom.ts ./itertools.ts ./more-itertools.test.ts ./builtins.ts Already latest version: https://deno.land/x/[email protected]/mod.ts == v0.2.9 Successfully updated: https://deno.land/[email protected]/testing/asserts.ts 0.109.0 -> 0.110.0 make[1]: Entering directory '/home/runner/work/deno-itertools/deno-itertools' make[1]: Leaving directory '/home/runner/work/deno-itertools/deno-itertools'
1 parent b6f90fd commit f6388c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { expect } from "https://deno.land/x/[email protected]/mod.ts";
2-
export * from "https://deno.land/std@0.109.0/testing/asserts.ts";
2+
export * from "https://deno.land/std@0.110.0/testing/asserts.ts";
33

44
const currentScopes: string[] = [];
55

0 commit comments

Comments
 (0)