Skip to content

Commit c8844ab

Browse files
deno: update imports
1 parent 21052c3 commit c8844ab

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

deno.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,35 @@
5050
"imports": {
5151
"$fresh/": "https://denopkg.com/denoland/[email protected]/",
5252
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
53-
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
53+
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
5454
"@deco/durable": "jsr:@deco/durable@^0.5.3",
55-
"@deco/warp": "jsr:@deco/warp@^0.3.6",
56-
"@hono/hono": "jsr:@hono/hono@^4.5.4",
57-
"@std/assert": "jsr:@std/assert@^1.0.2",
58-
"@std/async": "jsr:@std/async@^0.224.1",
59-
"@std/cli": "jsr:@std/cli@^1.0.3",
55+
"@deco/warp": "jsr:@deco/warp@^0.3.8",
56+
"@hono/hono": "jsr:@hono/hono@^4.6.4",
57+
"@std/assert": "jsr:@std/assert@^1.0.6",
58+
"@std/async": "jsr:@std/async@^0.224.2",
59+
"@std/cli": "jsr:@std/cli@^1.0.6",
6060
"@std/crypto": "jsr:@std/[email protected]",
61-
"@std/datetime": "jsr:@std/datetime@^0.224.0",
61+
"@std/datetime": "jsr:@std/datetime@^0.225.2",
6262
"@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1",
6363
"@std/flags": "jsr:@std/flags@^0.224.0",
64-
"@std/fmt": "jsr:@std/fmt@^0.225.3",
65-
"@std/fs": "jsr:@std/fs@^0.229.1",
66-
"@std/http": "jsr:@std/http@^1.0.0",
67-
"@std/io": "jsr:@std/io@^0.224.4",
68-
"@std/log": "jsr:@std/log@^0.224.5",
64+
"@std/fmt": "jsr:@std/fmt@^0.225.6",
65+
"@std/fs": "jsr:@std/fs@^0.229.3",
66+
"@std/http": "jsr:@std/http@^1.0.8",
67+
"@std/io": "jsr:@std/io@^0.225.0",
68+
"@std/log": "jsr:@std/log@^0.224.9",
6969
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
7070
"@std/path": "jsr:@std/path@^0.225.2",
7171
"@std/semver": "jsr:@std/semver@^0.224.3",
72-
"@std/streams": "jsr:@std/streams@^1.0.0",
73-
"@std/testing": "jsr:@std/testing@^1.0.0",
72+
"@std/streams": "jsr:@std/streams@^1.0.7",
73+
"@std/testing": "jsr:@std/testing@^1.0.3",
7474
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2",
7575
"deco/": "./",
7676
"fast-json-patch": "npm:fast-json-patch@^3.1.1",
77-
"partytown/": "https://deno.land/x/partytown@0.3.0/",
77+
"partytown/": "https://deno.land/x/partytown@0.4.8/",
7878
"preact": "npm:[email protected]",
7979
"preact-render-to-string": "npm:[email protected]",
8080
"simple-git": "npm:simple-git@^3.25.0",
81-
"std/": "https://deno.land/std@0.203.0/"
81+
"std/": "https://deno.land/std@0.224.0/"
8282
},
8383
"compilerOptions": {
8484
"jsx": "react-jsx",

engine/schema/schemeable.bench.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { fromFileUrl, toFileUrl } from "@std/path";
1010
import {
1111
findSchemeableFromNode,
1212
type Schemeable as _Schemeable,
13-
} from "https://denopkg.com/deco-cx/deco@1.26.0/engine/schema/transform.ts";
14-
import { denoDoc } from "https://denopkg.com/deco-cx/deco@1.26.0/engine/schema/utils.ts";
13+
} from "https://denopkg.com/deco-cx/deco@1.105.5/engine/schema/transform.ts";
14+
import { denoDoc } from "https://denopkg.com/deco-cx/deco@1.105.5/engine/schema/utils.ts";
1515
import { ImportMapBuilder } from "../importmap/builder.ts";
1616
import { parsePath } from "./parser.ts";
1717
import { type Schemeable, typeNameToSchemeable } from "./transform.ts";

live.gen.ts

Lines changed: 1 addition & 1 deletion
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.105.5/live.gen.ts";

runtime/caches/redis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Redis } from "https://deno.land/x/upstash_redis@v1.22.1/mod.ts";
1+
import { Redis } from "https://deno.land/x/upstash_redis@v1.34.3/mod.ts";
22

33
import { logger, tracer } from "../../observability/otel/config.ts";
44
import {

runtime/caches/s3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
NoSuchKey,
1010
PutObjectCommand,
1111
S3Client,
12-
} from "https://esm.sh/@aws-sdk/client-s3@3.513.0";
12+
} from "https://esm.sh/@aws-sdk/client-s3@3.670.0";
1313
import { Context } from "../../deco.ts";
1414
import { ValueType } from "../../deps.ts";
1515
import { logger, tracer } from "../../observability/otel/config.ts";

scripts/deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"imports": {
2020
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
2121
"@std/flags": "jsr:@std/flags@^0.224.0",
22-
"@std/fmt": "jsr:@std/fmt@^1.0.0",
23-
"@std/fs": "jsr:@std/fs@^1.0.1",
24-
"@std/path": "jsr:@std/path@^1.0.2",
25-
"@std/semver": "jsr:@std/semver@^1.0.1",
26-
"@std/streams": "jsr:@std/streams@^1.0.1"
22+
"@std/fmt": "jsr:@std/fmt@^1.0.2",
23+
"@std/fs": "jsr:@std/fs@^1.0.4",
24+
"@std/path": "jsr:@std/path@^1.0.6",
25+
"@std/semver": "jsr:@std/semver@^1.0.3",
26+
"@std/streams": "jsr:@std/streams@^1.0.7"
2727
}
2828
}

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/[email protected].30/index.js";
8+
} from "https://deno.land/x/[email protected].52/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)