Skip to content

Commit

Permalink
chore(deps): Update dependencies (#5)
Browse files Browse the repository at this point in the history
- deno.land/std 0.219.0 => 0.219.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and 5ouma committed Mar 9, 2024
1 parent 0d00c41 commit 799df66
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 168 deletions.
48 changes: 0 additions & 48 deletions .pre-commit-config.yml

This file was deleted.

8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"update": "deno run --allow-env --allow-read --allow-write --allow-run=git,deno --allow-net=deno.land https://deno.land/x/molt/cli.ts deno.json"
},
"imports": {
"assert": "https://deno.land/[email protected].0/assert/mod.ts",
"path": "https://deno.land/[email protected].0/path/mod.ts",
"toml": "https://deno.land/[email protected].0/toml/mod.ts",
"parse_args": "https://deno.land/[email protected].0/cli/parse_args.ts",
"assert": "https://deno.land/[email protected].1/assert/mod.ts",
"path": "https://deno.land/[email protected].1/path/mod.ts",
"toml": "https://deno.land/[email protected].1/toml/mod.ts",
"parse_args": "https://deno.land/[email protected].1/cli/parse_args.ts",
"case": "https://deno.land/x/[email protected]/mod.ts",
"xml": "https://deno.land/x/[email protected]/mod.ts"
}
Expand Down
Loading

0 comments on commit 799df66

Please sign in to comment.