Skip to content

Commit 43702e8

Browse files
deno: update imports
1 parent fcefb9b commit 43702e8

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

deno.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -66,36 +66,36 @@
6666
"imports": {
6767
"$fresh/": "https://denopkg.com/denoland/[email protected]/",
6868
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
69-
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
69+
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
7070
"@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@^0.3.4",
7171
"@deco/deno-ast-wasm": "jsr:@deco/deno-ast-wasm@^0.5.4",
7272
"@deco/durable": "jsr:@deco/durable@^0.5.3",
7373
"@deco/warp": "jsr:@deco/warp@^0.3.8",
74-
"@hono/hono": "jsr:@hono/hono@^4.5.4",
75-
"@std/assert": "jsr:@std/assert@^1.0.2",
76-
"@std/async": "jsr:@std/async@^0.224.1",
77-
"@std/cli": "jsr:@std/cli@^1.0.3",
74+
"@hono/hono": "jsr:@hono/hono@^4.6.19",
75+
"@std/assert": "jsr:@std/assert@^1.0.11",
76+
"@std/async": "jsr:@std/async@^0.224.2",
77+
"@std/cli": "jsr:@std/cli@^1.0.11",
7878
"@std/crypto": "jsr:@std/[email protected]",
79-
"@std/datetime": "jsr:@std/datetime@^0.224.0",
79+
"@std/datetime": "jsr:@std/datetime@^0.225.3",
8080
"@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1",
8181
"@std/flags": "jsr:@std/flags@^0.224.0",
82-
"@std/fmt": "jsr:@std/fmt@^0.225.3",
83-
"@std/fs": "jsr:@std/fs@^0.229.1",
84-
"@std/http": "jsr:@std/http@^1.0.0",
85-
"@std/io": "jsr:@std/io@^0.224.4",
86-
"@std/log": "jsr:@std/log@^0.224.5",
82+
"@std/fmt": "jsr:@std/fmt@^0.225.6",
83+
"@std/fs": "jsr:@std/fs@^0.229.3",
84+
"@std/http": "jsr:@std/http@^1.0.12",
85+
"@std/io": "jsr:@std/io@^0.225.1",
86+
"@std/log": "jsr:@std/log@^0.224.13",
8787
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
8888
"@std/path": "jsr:@std/path@^0.225.2",
8989
"@std/semver": "jsr:@std/semver@^0.224.3",
90-
"@std/streams": "jsr:@std/streams@^1.0.0",
91-
"@std/testing": "jsr:@std/testing@^1.0.0",
90+
"@std/streams": "jsr:@std/streams@^1.0.8",
91+
"@std/testing": "jsr:@std/testing@^1.0.9",
9292
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2",
9393
"fast-json-patch": "npm:fast-json-patch@^3.1.1",
94-
"partytown/": "https://deno.land/x/partytown@0.3.0/",
94+
"partytown/": "https://deno.land/x/partytown@0.4.8/",
9595
"preact": "npm:[email protected]",
9696
"preact-render-to-string": "npm:[email protected]",
9797
"simple-git": "npm:simple-git@^3.25.0",
98-
"std/": "https://deno.land/std@0.203.0/"
98+
"std/": "https://deno.land/std@0.224.0/"
9999
},
100100
"compilerOptions": {
101101
"jsx": "react-jsx",

dev/deno.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"imports": {
88
"@deco/deco": "jsr:@deco/deco@^1.101.22-alpha.1",
9-
"@std/fmt": "jsr:@std/fmt@^1.0.0",
10-
"@std/fs": "jsr:@std/fs@^1.0.4",
11-
"@std/path": "jsr:@std/path@^1.0.2"
9+
"@std/fmt": "jsr:@std/fmt@^1.0.4",
10+
"@std/fs": "jsr:@std/fs@^1.0.10",
11+
"@std/path": "jsr:@std/path@^1.0.8"
1212
}
1313
}

live.gen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export type { Manifest } from "https://denopkg.com/deco-cx/deco@1.50.3/live.gen.ts";
1+
export type { Manifest } from "https://denopkg.com/deco-cx/deco@1.109.0/live.gen.ts";

scripts/deno.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
2222
"@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@^0.3.4",
2323
"@std/flags": "jsr:@std/flags@^0.224.0",
24-
"@std/fmt": "jsr:@std/fmt@^1.0.0",
25-
"@std/fs": "jsr:@std/fs@^1.0.1",
26-
"@std/path": "jsr:@std/path@^1.0.2",
27-
"@std/semver": "jsr:@std/semver@^1.0.1",
28-
"@std/streams": "jsr:@std/streams@^1.0.1"
24+
"@std/fmt": "jsr:@std/fmt@^1.0.4",
25+
"@std/fs": "jsr:@std/fs@^1.0.10",
26+
"@std/path": "jsr:@std/path@^1.0.8",
27+
"@std/semver": "jsr:@std/semver@^1.0.3",
28+
"@std/streams": "jsr:@std/streams@^1.0.8"
2929
}
3030
}

scripts/init.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { join } from "@std/path";
55
import {
66
BlobReader,
77
ZipReader,
8-
} from "https://deno.land/x/[email protected].30/index.js";
8+
} from "https://deno.land/x/[email protected].54/index.js";
99
import { getDecofileJSONFromDecofile } from "../engine/decofile/json.ts";
1010
import { init as initApp } from "./apps/init.ts";
1111

0 commit comments

Comments
 (0)