Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed May 8, 2023
1 parent eed8466 commit d789353
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export type {
Output,
Wrapper,
} from 'https://deno.land/x/solc@2.1.5/types.ts'
export { createRequire } from 'https://deno.land/std@0.177.0/node/module.ts'
export { createRequire } from 'node:module'
export { Command } from 'https://deno.land/x/cliffy@v0.25.7/command/command.ts'
export * as colors from 'https://deno.land/std@0.180.0/fmt/colors.ts'
export { ensureDir } from 'https://deno.land/std@0.180.0/fs/ensure_dir.ts'
export { walk } from 'https://deno.land/std@0.180.0/fs/walk.ts'
export * as colors from 'https://deno.land/std@0.186.0/fmt/colors.ts'
export { ensureDir } from 'https://deno.land/std@0.186.0/fs/ensure_dir.ts'
export { walk } from 'https://deno.land/std@0.186.0/fs/walk.ts'

0 comments on commit d789353

Please sign in to comment.