Skip to content

Commit 3a1c3c7

Browse files
committed
chore(upgrade): deno/std0.95.0 and [email protected]
1 parent 610eca2 commit 3a1c3c7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

deps.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ export {
55
green,
66
red,
77
yellow,
8-
} from "https://deno.land/std@0.90.0/fmt/colors.ts";
9-
export { serve } from "https://deno.land/std@0.90.0/http/server.ts";
8+
} from "https://deno.land/std@0.95.0/fmt/colors.ts";
9+
export { serve } from "https://deno.land/std@0.95.0/http/server.ts";
1010
export type {
1111
Response,
1212
Server,
1313
ServerRequest,
14-
} from "https://deno.land/std@0.90.0/http/server.ts";
14+
} from "https://deno.land/std@0.95.0/http/server.ts";
1515

1616
/* 3rd party */
1717
export { Spinner, wait } from "https://deno.land/x/[email protected]/mod.ts";
1818
export { Webview } from "https://deno.land/x/[email protected]/mod.ts";
19-
export { Command } from "https://deno.land/x/[email protected].1/command/command.ts";
20-
export { Toggle } from "https://deno.land/x/[email protected].1/prompt/toggle.ts";
21-
export { relative, resolve } from "https://deno.land/std@0.90.0/path/mod.ts";
19+
export { Command } from "https://deno.land/x/[email protected].2/command/command.ts";
20+
export { Toggle } from "https://deno.land/x/[email protected].2/prompt/toggle.ts";
21+
export { relative, resolve } from "https://deno.land/std@0.95.0/path/mod.ts";

lcov.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { readLines } from "https://deno.land/std@0.90.0/io/bufio.ts";
1+
import { readLines } from "https://deno.land/std@0.95.0/io/bufio.ts";
22

33
export interface LineCoverage {
44
line: number;

0 commit comments

Comments
 (0)