From 1b44ab9332254cec4ab2c4251a46b4275b3c332b Mon Sep 17 00:00:00 2001 From: Jacky Nguyen Date: Fri, 10 Jan 2025 10:31:10 -0500 Subject: [PATCH] Update dependencies --- cli.sh | 3 +-- deno.json | 12 ++++++------ deno.lock | 25 ++++++++++++------------- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/cli.sh b/cli.sh index 67c4ddb..2b0eb4f 100755 --- a/cli.sh +++ b/cli.sh @@ -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 } diff --git a/deno.json b/deno.json index 10f4f11..3b53724 100644 --- a/deno.json +++ b/deno.json @@ -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" } } diff --git a/deno.lock b/deno.lock index 6e2393b..812f889 100644 --- a/deno.lock +++ b/deno.lock @@ -6,19 +6,18 @@ "jsr:@std/cli@^1.0.7": "1.0.10", "jsr:@std/collections@^1.0.9": "1.0.9", "jsr:@std/fmt@^1.0.3": "1.0.4", - "jsr:@std/fs@^1.0.5": "1.0.9", + "jsr:@std/fmt@^1.0.4": "1.0.4", + "jsr:@std/fs@^1.0.9": "1.0.9", "jsr:@std/path@^1.0.8": "1.0.8", "jsr:@std/semver@^1.0.3": "1.0.3", "jsr:@std/streams@^1.0.7": "1.0.8", "jsr:@std/streams@^1.0.8": "1.0.8", "jsr:@std/yaml@^1.0.5": "1.0.5", - "jsr:@wok/case@^1.0.1": "1.0.2", "jsr:@wok/case@^1.0.2": "1.0.2", "jsr:@wok/k8s@^1.31.3": "1.31.3", "jsr:@wok/openapi-client@^1.0.2": "1.0.2", - "jsr:@wok/typebox@~0.33.15": "0.33.22", "jsr:@wok/typebox@~0.33.22": "0.33.22", - "jsr:@wok/utils@^3.5.2": "3.5.3", + "jsr:@wok/utils@^3.5.3": "3.5.3", "npm:@sinclair/typebox@~0.33.22": "0.33.22" }, "jsr": { @@ -83,11 +82,11 @@ "dependencies": [ "jsr:@std/assert", "jsr:@std/cli", - "jsr:@std/fmt", + "jsr:@std/fmt@^1.0.3", "jsr:@std/streams@^1.0.7", - "jsr:@wok/case@^1.0.2", + "jsr:@wok/case", "jsr:@wok/k8s", - "jsr:@wok/typebox@~0.33.22" + "jsr:@wok/typebox" ] } }, @@ -98,16 +97,16 @@ }, "workspace": { "dependencies": [ - "jsr:@std/assert@^1.0.8", - "jsr:@std/fmt@^1.0.3", - "jsr:@std/fs@^1.0.5", + "jsr:@std/assert@^1.0.10", + "jsr:@std/fmt@^1.0.4", + "jsr:@std/fs@^1.0.9", "jsr:@std/path@^1.0.8", "jsr:@std/semver@^1.0.3", "jsr:@std/streams@^1.0.8", "jsr:@std/yaml@^1.0.5", - "jsr:@wok/case@^1.0.1", - "jsr:@wok/typebox@~0.33.15", - "jsr:@wok/utils@^3.5.2" + "jsr:@wok/case@^1.0.2", + "jsr:@wok/typebox@~0.33.22", + "jsr:@wok/utils@^3.5.3" ] } }