Skip to content

Commit 98f537e

Browse files
deno: update imports
1 parent 53410fe commit 98f537e

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

deno.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,37 +67,37 @@
6767
"imports": {
6868
"$fresh/": "https://cdn.jsdelivr.net/gh/denoland/fresh@1.6.8/",
6969
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
70-
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
70+
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
7171
"@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@^0.3.4",
7272
"@deco/deno-ast-wasm": "jsr:@deco/deno-ast-wasm@^0.5.5",
7373
"@deco/durable": "jsr:@deco/durable@^0.5.3",
7474
"@deco/warp": "jsr:@deco/warp@^0.3.12",
75-
"@hono/hono": "jsr:@hono/hono@^4.5.4",
76-
"@std/assert": "jsr:@std/assert@^1.0.2",
77-
"@std/async": "jsr:@std/async@^0.224.1",
78-
"@std/cli": "jsr:@std/cli@^1.0.3",
75+
"@hono/hono": "jsr:@hono/hono@^4.12.30",
76+
"@std/assert": "jsr:@std/assert@^1.0.19",
77+
"@std/async": "jsr:@std/async@^0.224.2",
78+
"@std/cli": "jsr:@std/cli@^1.0.32",
7979
"@std/crypto": "jsr:@std/crypto@1.0.0-rc.1",
80-
"@std/datetime": "jsr:@std/datetime@^0.224.0",
80+
"@std/datetime": "jsr:@std/datetime@^0.225.7",
8181
"@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1",
8282
"@std/flags": "jsr:@std/flags@^0.224.0",
83-
"@std/fmt": "jsr:@std/fmt@^0.225.3",
84-
"@std/fs": "jsr:@std/fs@^0.229.1",
85-
"@std/http": "jsr:@std/http@^1.0.0",
86-
"@std/io": "jsr:@std/io@^0.224.4",
87-
"@std/log": "jsr:@std/log@^0.224.5",
83+
"@std/fmt": "jsr:@std/fmt@^0.225.6",
84+
"@std/fs": "jsr:@std/fs@^0.229.3",
85+
"@std/http": "jsr:@std/http@^1.1.2",
86+
"@std/io": "jsr:@std/io@^0.225.3",
87+
"@std/log": "jsr:@std/log@^0.224.14",
8888
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
8989
"@std/path": "jsr:@std/path@^0.225.2",
9090
"@std/semver": "jsr:@std/semver@^0.224.3",
91-
"@std/streams": "jsr:@std/streams@^1.0.0",
91+
"@std/streams": "jsr:@std/streams@^1.1.1",
9292
"@sigma/pty-ffi": "jsr:@sigma/pty-ffi@^0.39.1",
93-
"@std/testing": "jsr:@std/testing@^1.0.0",
93+
"@std/testing": "jsr:@std/testing@^1.0.19",
9494
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2",
9595
"fast-json-patch": "npm:fast-json-patch@^3.1.1",
96-
"partytown/": "https://deno.land/x/partytown@0.3.0/",
96+
"partytown/": "https://deno.land/x/partytown@0.4.8/",
9797
"preact": "npm:preact@10.23.1",
9898
"preact-render-to-string": "npm:preact-render-to-string@6.4.0",
9999
"simple-git": "npm:simple-git@^3.36.0",
100-
"std/": "https://deno.land/std@0.203.0/"
100+
"std/": "https://deno.land/std@0.224.0/"
101101
},
102102
"compilerOptions": {
103103
"jsx": "react-jsx",

dev/deno.json

Lines changed: 3 additions & 3 deletions
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.10",
10+
"@std/fs": "jsr:@std/fs@^1.0.24",
11+
"@std/path": "jsr:@std/path@^1.1.6"
1212
}
1313
}

scripts/deno.json

Lines changed: 5 additions & 5 deletions
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.10",
25+
"@std/fs": "jsr:@std/fs@^1.0.24",
26+
"@std/path": "jsr:@std/path@^1.1.6",
27+
"@std/semver": "jsr:@std/semver@^1.0.8",
28+
"@std/streams": "jsr:@std/streams@^1.1.1"
2929
}
3030
}

scripts/init.ts

Lines changed: 1 addition & 1 deletion
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/zipjs@v2.7.30/index.js";
8+
} from "https://deno.land/x/zipjs@v2.8.31/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)