Skip to content

Commit d789353

Browse files
author
v1rtl
committed
bump deps
1 parent eed8466 commit d789353

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
@@ -7,8 +7,8 @@ export type {
77
Output,
88
Wrapper,
99
} from 'https://deno.land/x/solc@2.1.5/types.ts'
10-
export { createRequire } from 'https://deno.land/std@0.177.0/node/module.ts'
10+
export { createRequire } from 'node:module'
1111
export { Command } from 'https://deno.land/x/cliffy@v0.25.7/command/command.ts'
12-
export * as colors from 'https://deno.land/std@0.180.0/fmt/colors.ts'
13-
export { ensureDir } from 'https://deno.land/std@0.180.0/fs/ensure_dir.ts'
14-
export { walk } from 'https://deno.land/std@0.180.0/fs/walk.ts'
12+
export * as colors from 'https://deno.land/std@0.186.0/fmt/colors.ts'
13+
export { ensureDir } from 'https://deno.land/std@0.186.0/fs/ensure_dir.ts'
14+
export { walk } from 'https://deno.land/std@0.186.0/fs/walk.ts'

0 commit comments

Comments
 (0)