Skip to content

Commit d27f18a

Browse files
committed
revert enh: replace resolver
1 parent f65e83e commit d27f18a

File tree

5 files changed

+321
-272
lines changed

5 files changed

+321
-272
lines changed

deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"#http/": "./src/http/",
1414
"#task/": "./src/tasks/",
1515
"#util/": "./src/utils/",
16-
"@deno/vite-plugin": "npm:@deno/vite-plugin@^2.0.2",
16+
"@deno/loader": "jsr:@deno/loader@~0.5.0",
1717
"@hono/openapi": "npm:hono-openapi@^1.3.0",
1818
"@hono/standard-validator": "jsr:@hono/standard-validator@~0.2.2",
1919
"@std/assert": "jsr:@std/assert@^1.0.19",
@@ -27,15 +27,15 @@
2727
"@std/path": "jsr:@std/path@^1.1.4",
2828
"@std/streams": "jsr:@std/streams@^1.0.17",
2929
"@std/ulid": "jsr:@std/ulid@^1.0.0",
30-
"@types/node": "npm:@types/node@^25.5.0",
30+
"@types/node": "npm:@types/node@^25.5.2",
3131
"arkenv": "npm:arkenv@~0.11.0",
3232
"arktype": "npm:arktype@^2.2.0",
3333
"hash-wasm": "npm:hash-wasm@^4.12.0",
3434
"hono": "jsr:@hono/hono@^4.12.10",
3535
"nanoid": "jsr:@sitnik/nanoid@^5.1.7",
3636
"oxfmt": "npm:oxfmt@^0.43.0",
3737
"oxlint": "npm:oxlint@^1.58.0",
38-
"rolldown": "npm:rolldown@1.0.0-rc.12"
38+
"rolldown": "npm:rolldown@1.0.0-rc.13"
3939
},
4040
"fmt": {
4141
"exclude": ["**"]

0 commit comments

Comments
 (0)