Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit cf049bb

Browse files
author
Je
committed
chore: update deps
1 parent 66d1af0 commit cf049bb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

deps.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
export { Tar, Untar } from 'https://deno.land/std@0.70.0/archive/tar.ts'
2-
export * as colors from 'https://deno.land/std@0.70.0/fmt/colors.ts'
3-
export { ensureDir } from 'https://deno.land/std@0.70.0/fs/ensure_dir.ts'
4-
export { ensureFile } from 'https://deno.land/std@0.70.0/fs/ensure_file.ts'
5-
export { walk } from 'https://deno.land/std@0.70.0/fs/walk.ts'
6-
export { Sha1 } from 'https://deno.land/std@0.70.0/hash/sha1.ts'
7-
export * from 'https://deno.land/std@0.70.0/http/server.ts'
8-
export { fromStreamReader } from 'https://deno.land/std@0.70.0/io/mod.ts'
9-
export * as path from 'https://deno.land/std@0.70.0/path/mod.ts'
10-
export * as ws from 'https://deno.land/std@0.70.0/ws/mod.ts'
1+
export { Tar, Untar } from 'https://deno.land/std@0.71.0/archive/tar.ts'
2+
export * as colors from 'https://deno.land/std@0.71.0/fmt/colors.ts'
3+
export { ensureDir } from 'https://deno.land/std@0.71.0/fs/ensure_dir.ts'
4+
export { ensureFile } from 'https://deno.land/std@0.71.0/fs/ensure_file.ts'
5+
export { walk } from 'https://deno.land/std@0.71.0/fs/walk.ts'
6+
export { Sha1 } from 'https://deno.land/std@0.71.0/hash/sha1.ts'
7+
export * from 'https://deno.land/std@0.71.0/http/server.ts'
8+
export { fromStreamReader } from 'https://deno.land/std@0.71.0/io/mod.ts'
9+
export * as path from 'https://deno.land/std@0.71.0/path/mod.ts'
10+
export * as ws from 'https://deno.land/std@0.71.0/ws/mod.ts'
1111
export { gzipDecode, gzipEncode } from 'https://deno.land/x/[email protected]/mod.ts'
1212
export { minify } from 'https://esm.sh/[[email protected],[email protected]]/terser'
1313
export { default as ts } from 'https://esm.sh/[[email protected],[email protected]]/typescript'

0 commit comments

Comments
 (0)