Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
- deno.land/std 0.216.0 => 0.218.2
  • Loading branch information
github-actions[bot] committed Mar 2, 2024
1 parent 645fea3 commit 2b56588
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 89 deletions.
16 changes: 11 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"fmt": {
"exclude": ["LICENSE", ".github/**/*.md"]
"exclude": [
"LICENSE",
".github/**/*.md"
]
},
"test": {
"include": ["src/", "test/"]
"include": [
"src/",
"test/"
]
},
"tasks": {
"clean": "deno fmt && deno cache --lock-write ./**/*.ts",
Expand All @@ -13,9 +19,9 @@
},
"imports": {
"assert": "https://deno.land/std@0.216.0/assert/mod.ts",
"path": "https://deno.land/std@0.216.0/path/mod.ts",
"toml": "https://deno.land/std@0.216.0/toml/mod.ts",
"parse_args": "https://deno.land/std@0.216.0/cli/parse_args.ts",
"path": "https://deno.land/std@0.218.2/path/mod.ts",
"toml": "https://deno.land/std@0.218.2/toml/mod.ts",
"parse_args": "https://deno.land/std@0.218.2/cli/parse_args.ts",
"case": "https://deno.land/x/case@2.2.0/mod.ts",
"xml": "https://deno.land/x/xml@2.1.3/mod.ts"
}
Expand Down
Loading

0 comments on commit 2b56588

Please sign in to comment.