diff --git a/deno.json b/deno.json index 328cb738a..6fe61d5ed 100644 --- a/deno.json +++ b/deno.json @@ -66,36 +66,36 @@ "imports": { "$fresh/": "https://denopkg.com/denoland/fresh@1.6.8/", "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", - "@core/asyncutil": "jsr:@core/asyncutil@^1.0.2", + "@core/asyncutil": "jsr:@core/asyncutil@^1.2.0", "@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@^0.3.4", "@deco/deno-ast-wasm": "jsr:@deco/deno-ast-wasm@^0.5.4", "@deco/durable": "jsr:@deco/durable@^0.5.3", "@deco/warp": "jsr:@deco/warp@^0.3.8", - "@hono/hono": "jsr:@hono/hono@^4.5.4", - "@std/assert": "jsr:@std/assert@^1.0.2", - "@std/async": "jsr:@std/async@^0.224.1", - "@std/cli": "jsr:@std/cli@^1.0.3", + "@hono/hono": "jsr:@hono/hono@^4.6.7", + "@std/assert": "jsr:@std/assert@^1.0.6", + "@std/async": "jsr:@std/async@^0.224.2", + "@std/cli": "jsr:@std/cli@^1.0.6", "@std/crypto": "jsr:@std/crypto@1.0.0-rc.1", - "@std/datetime": "jsr:@std/datetime@^0.224.0", + "@std/datetime": "jsr:@std/datetime@^0.225.2", "@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1", "@std/flags": "jsr:@std/flags@^0.224.0", - "@std/fmt": "jsr:@std/fmt@^0.225.3", - "@std/fs": "jsr:@std/fs@^0.229.1", - "@std/http": "jsr:@std/http@^1.0.0", - "@std/io": "jsr:@std/io@^0.224.4", - "@std/log": "jsr:@std/log@^0.224.5", + "@std/fmt": "jsr:@std/fmt@^0.225.6", + "@std/fs": "jsr:@std/fs@^0.229.3", + "@std/http": "jsr:@std/http@^1.0.9", + "@std/io": "jsr:@std/io@^0.225.0", + "@std/log": "jsr:@std/log@^0.224.9", "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", "@std/path": "jsr:@std/path@^0.225.2", "@std/semver": "jsr:@std/semver@^0.224.3", - "@std/streams": "jsr:@std/streams@^1.0.0", - "@std/testing": "jsr:@std/testing@^1.0.0", + "@std/streams": "jsr:@std/streams@^1.0.7", + "@std/testing": "jsr:@std/testing@^1.0.3", "@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2", "fast-json-patch": "npm:fast-json-patch@^3.1.1", - "partytown/": "https://deno.land/x/partytown@0.3.0/", + "partytown/": "https://deno.land/x/partytown@0.4.8/", "preact": "npm:preact@10.23.1", "preact-render-to-string": "npm:preact-render-to-string@6.4.0", "simple-git": "npm:simple-git@^3.25.0", - "std/": "https://deno.land/std@0.203.0/" + "std/": "https://deno.land/std@0.224.0/" }, "compilerOptions": { "jsx": "react-jsx", diff --git a/dev/deno.json b/dev/deno.json index b120f5d84..6bb2787ce 100644 --- a/dev/deno.json +++ b/dev/deno.json @@ -6,8 +6,8 @@ }, "imports": { "@deco/deco": "jsr:@deco/deco@^1.101.22-alpha.1", - "@std/fmt": "jsr:@std/fmt@^1.0.0", - "@std/fs": "jsr:@std/fs@^1.0.4", - "@std/path": "jsr:@std/path@^1.0.2" + "@std/fmt": "jsr:@std/fmt@^1.0.3", + "@std/fs": "jsr:@std/fs@^1.0.5", + "@std/path": "jsr:@std/path@^1.0.7" } } diff --git a/live.gen.ts b/live.gen.ts index eae4a973b..e4adfef7a 100644 --- a/live.gen.ts +++ b/live.gen.ts @@ -1 +1 @@ -export type { Manifest } from "https://denopkg.com/deco-cx/deco@1.50.3/live.gen.ts"; +export type { Manifest } from "https://denopkg.com/deco-cx/deco@1.106.2/live.gen.ts"; diff --git a/scripts/deno.json b/scripts/deno.json index fd0d1b4cf..f99e4a549 100644 --- a/scripts/deno.json +++ b/scripts/deno.json @@ -21,10 +21,10 @@ "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", "@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@^0.3.4", "@std/flags": "jsr:@std/flags@^0.224.0", - "@std/fmt": "jsr:@std/fmt@^1.0.0", - "@std/fs": "jsr:@std/fs@^1.0.1", - "@std/path": "jsr:@std/path@^1.0.2", - "@std/semver": "jsr:@std/semver@^1.0.1", - "@std/streams": "jsr:@std/streams@^1.0.1" + "@std/fmt": "jsr:@std/fmt@^1.0.3", + "@std/fs": "jsr:@std/fs@^1.0.5", + "@std/path": "jsr:@std/path@^1.0.7", + "@std/semver": "jsr:@std/semver@^1.0.3", + "@std/streams": "jsr:@std/streams@^1.0.7" } } diff --git a/scripts/init.ts b/scripts/init.ts index a9c373543..e4091ee13 100644 --- a/scripts/init.ts +++ b/scripts/init.ts @@ -5,7 +5,7 @@ import { join } from "@std/path"; import { BlobReader, ZipReader, -} from "https://deno.land/x/zipjs@v2.7.30/index.js"; +} from "https://deno.land/x/zipjs@v2.7.52/index.js"; import { getDecofileJSONFromDecofile } from "../engine/decofile/json.ts"; import { init as initApp } from "./apps/init.ts";