Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Sep 5, 2024
1 parent 793ee98 commit 85c7674
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 35 deletions.
7 changes: 1 addition & 6 deletions cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ code_quality() {
eslint .
}

update_deps() {
# shellcheck disable=SC2046
deno add $(jq -r '.imports | keys[]' < deno.json)
}

auto_fmt() {
deno fmt
}
Expand All @@ -26,7 +21,7 @@ update_lock() {
}

update_deps() {
deno run -A jsr:@wok/deup@1.2.0 update
deno run -A jsr:@wok/deup@1.3.0 update "$@"
}

run() {
Expand Down
12 changes: 6 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
}
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.3",
"@std/async": "jsr:@std/async@^1.0.4",
"@std/fmt": "jsr:@std/fmt@^1.0.1",
"@std/fs": "jsr:@std/fs@^1.0.2",
"@std/path": "jsr:@std/path@^1.0.3",
"@std/yaml": "jsr:@std/yaml@^1.0.4",
"@std/assert": "jsr:@std/assert@^1.0.4",
"@std/async": "jsr:@std/async@^1.0.5",
"@std/fmt": "jsr:@std/fmt@^1.0.2",
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/path": "jsr:@std/path@^1.0.4",
"@std/yaml": "jsr:@std/yaml@^1.0.5",
"@wok/typebox": "jsr:@wok/typebox@^0.33.7",
"@wok/utils": "jsr:@wok/utils@^1.12.0"
}
Expand Down
63 changes: 40 additions & 23 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85c7674

Please sign in to comment.