Skip to content

Commit

Permalink
deno: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2024
1 parent c957a1c commit 45c3811
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
30 changes: 15 additions & 15 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,36 +66,36 @@
"imports": {
"$fresh/": "https://denopkg.com/denoland/[email protected]/",
"@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.5",
"@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/[email protected]",
"@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.8",
"@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:[email protected]",
"preact-render-to-string": "npm:[email protected]",
"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",
Expand Down
4 changes: 2 additions & 2 deletions dev/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"imports": {
"@deco/deco": "jsr:@deco/deco@^1.101.22-alpha.1",
"@std/fmt": "jsr:@std/fmt@^1.0.0",
"@std/fmt": "jsr:@std/fmt@^1.0.2",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.2"
"@std/path": "jsr:@std/path@^1.0.6"
}
}
2 changes: 1 addition & 1 deletion live.gen.ts
Original file line number Diff line number Diff line change
@@ -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";
10 changes: 5 additions & 5 deletions scripts/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.7"
}
}
2 changes: 1 addition & 1 deletion scripts/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { join } from "@std/path";
import {
BlobReader,
ZipReader,
} from "https://deno.land/x/[email protected].30/index.js";
} from "https://deno.land/x/[email protected].52/index.js";
import { getDecofileJSONFromDecofile } from "../engine/decofile/json.ts";
import { init as initApp } from "./apps/init.ts";

Expand Down

0 comments on commit 45c3811

Please sign in to comment.