diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-04 19:16:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-04 19:16:27 +0900 |
| commit | 6b78b4de6ec5f96d82be5b153294797074c8c2b1 (patch) | |
| tree | f38290a1ade1e4d5c054ac384a92a6922d14b087 /services/blog/deno.jsonc | |
| parent | 4b29e31a34357d4f4953fd0d277724852bf4418c (diff) | |
| download | nsfisis.dev-6b78b4de6ec5f96d82be5b153294797074c8c2b1.tar.gz nsfisis.dev-6b78b4de6ec5f96d82be5b153294797074c8c2b1.tar.zst nsfisis.dev-6b78b4de6ec5f96d82be5b153294797074c8c2b1.zip | |
feat(blog/nuldoc): update dependencies
Diffstat (limited to 'services/blog/deno.jsonc')
| -rw-r--r-- | services/blog/deno.jsonc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/services/blog/deno.jsonc b/services/blog/deno.jsonc index 55c2fc2e..d42fd765 100644 --- a/services/blog/deno.jsonc +++ b/services/blog/deno.jsonc @@ -1,14 +1,14 @@ { "imports": { "@djot/djot": "npm:@djot/djot@^0.3.2", - "@std/assert": "jsr:@std/assert@^1.0.12", - "@std/cli": "jsr:@std/cli@^1.0.15", - "@std/fs": "jsr:@std/fs@^1.0.15", - "@std/http": "jsr:@std/http@^1.0.13", - "@std/path": "jsr:@std/path@^1.0.8", - "@std/toml": "jsr:@std/toml@^1.0.3", + "@std/assert": "jsr:@std/assert@^1.0.13", + "@std/cli": "jsr:@std/cli@^1.0.20", + "@std/fs": "jsr:@std/fs@^1.0.19", + "@std/http": "jsr:@std/http@^1.0.19", + "@std/path": "jsr:@std/path@^1.1.1", + "@std/toml": "jsr:@std/toml@^1.0.8", "checksum/": "https://deno.land/x/checksum@1.4.0/", - "shiki": "npm:shiki@^3.2.1", + "shiki": "npm:shiki@^3.7.0", "zod/": "https://deno.land/x/zod@v3.24.2/", "myjsx/jsx-runtime": "./nuldoc-src/jsx/jsx-runtime.ts", "myjsx-types/jsx-runtime": "./nuldoc-src/jsx/types.d.ts", |
