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 11a3d29 commit 1b44ab9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
3 changes: 1 addition & 2 deletions cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ ENTRY_FILE="./src/cli.ts"
MOD_FILE="./src/mod.ts"

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

Expand Down
12 changes: 6 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
}
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.8",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/fs": "jsr:@std/fs@^1.0.5",
"@std/assert": "jsr:@std/assert@^1.0.10",
"@std/fmt": "jsr:@std/fmt@^1.0.4",
"@std/fs": "jsr:@std/fs@^1.0.9",
"@std/path": "jsr:@std/path@^1.0.8",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.8",
"@std/yaml": "jsr:@std/yaml@^1.0.5",
"@wok/case": "jsr:@wok/case@^1.0.1",
"@wok/typebox": "jsr:@wok/typebox@^0.33.15",
"@wok/utils": "jsr:@wok/utils@^3.5.2"
"@wok/case": "jsr:@wok/case@^1.0.2",
"@wok/typebox": "jsr:@wok/typebox@^0.33.22",
"@wok/utils": "jsr:@wok/utils@^3.5.3"
}
}
25 changes: 12 additions & 13 deletions deno.lock

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

0 comments on commit 1b44ab9

Please sign in to comment.