Skip to content

Commit 81d3325

Browse files
committed
Update dependencies
1 parent fc35eb3 commit 81d3325

File tree

4 files changed

+65
-63
lines changed

4 files changed

+65
-63
lines changed

cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ update_lock() {
2929
}
3030

3131
update_deps() {
32-
deno run -A jsr:@wok/[email protected] update "$@"
32+
deno outdated --update "$@"
3333
"$0" update_lock
3434
}
3535

deno.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
}
3333
},
3434
"imports": {
35-
"@std/assert": "jsr:@std/assert@^1.0.6",
36-
"@std/async": "jsr:@std/async@^1.0.6",
37-
"@std/fmt": "jsr:@std/fmt@^1.0.2",
38-
"@std/fs": "jsr:@std/fs@^1.0.4",
39-
"@std/path": "jsr:@std/path@^1.0.6",
35+
"@std/assert": "jsr:@std/assert@^1.0.10",
36+
"@std/async": "jsr:@std/async@^1.0.9",
37+
"@std/fmt": "jsr:@std/fmt@^1.0.4",
38+
"@std/fs": "jsr:@std/fs@^1.0.9",
39+
"@std/path": "jsr:@std/path@^1.0.8",
4040
"@std/yaml": "jsr:@std/yaml@^1.0.5",
41-
"@wok/typebox": "jsr:@wok/typebox@^0.33.15",
42-
"@wok/utils": "jsr:@wok/utils@^3.5.2"
41+
"@wok/typebox": "jsr:@wok/typebox@^0.33.22",
42+
"@wok/utils": "jsr:@wok/utils@^3.5.3"
4343
}
4444
}

deno.lock

+47-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)