Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Jan 10, 2025
1 parent 5f3ba39 commit 11a3d29
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 43 deletions.
3 changes: 2 additions & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENTRY_FILE="./src/cli.ts"
MOD_FILE="./src/mod.ts"

update_deps() {
deno run -A jsr:@wok/deup@1.3.1 update "$@"
rm -f deno.lock
deno outdated --update "$@"
"$0" update_lock
}

Expand Down
80 changes: 38 additions & 42 deletions deno.lock

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

0 comments on commit 11a3d29

Please sign in to comment.