Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Aug 1, 2024
1 parent 69dbf82 commit 0818ab7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
4 changes: 4 additions & 0 deletions cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ update_lock() {
deno cache --reload "${SCRIPT_DIR}"/src/deps.ts "${SCRIPT_DIR}"/src/app.ts --lock ./deno.lock --frozen=false
}

update_deps() {
deno run -A jsr:@wok/[email protected]
}

run() {
export JETSKI_ENABLE_STACKTRACE=${JETSKI_ENABLE_STACKTRACE:-"0"}
deno run -A --check "${SCRIPT_DIR}"/src/app.ts "$@"
Expand Down
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@std/fs": "jsr:@std/fs@^1.0.0",
"@std/path": "jsr:@std/path@^1.0.2",
"@std/yaml": "jsr:@std/yaml@^1.0.0",
"@wok/utils": "jsr:@wok/utils@^1.3.6"
"@wok/typebox": "jsr:@wok/typebox@^0.32.36",
"@wok/utils": "jsr:@wok/utils@^1.4.0"
}
}
17 changes: 9 additions & 8 deletions deno.lock

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

6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion src/deps/typebox.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "@wok/utils/typebox";
export * from "@wok/typebox";

0 comments on commit 0818ab7

Please sign in to comment.