Skip to content

Commit cd1b226

Browse files
committed
Update deps.ts
1 parent f6c7d52 commit cd1b226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ export {
44
assertEquals,
55
assertStrictEquals,
66
equal,
7-
} from "https://deno.land/std@0.141.0/testing/asserts.ts";
7+
} from "https://deno.land/std@0.142.0/testing/asserts.ts";
88
export { default as random } from "https://cdn.skypack.dev/[email protected]/random?dts";
99

1010
export { default as uniqBy } from "https://cdn.skypack.dev/[email protected]/uniqBy?dts";
1111

1212
export { default as intersection } from "https://cdn.skypack.dev/[email protected]/intersection?dts";
1313

14-
export { walk } from "https://deno.land/std@0.141.0/fs/mod.ts";
15-
export { parse } from "https://deno.land/std@0.141.0/flags/mod.ts";
14+
export { walk } from "https://deno.land/std@0.142.0/fs/mod.ts";
15+
export { parse } from "https://deno.land/std@0.142.0/flags/mod.ts";
1616
export { combinations } from "https://deno.land/x/[email protected]/mod.ts";
17-
export { isIP } from "https://deno.land/std@0.141.0/node/internal/net.ts";
17+
export { isIP } from "https://deno.land/std@0.142.0/node/internal/net.ts";

0 commit comments

Comments
 (0)