Skip to content

Commit f0acc9d

Browse files
lucsoftgithub-actions[bot]
authored andcommitted
Update dependencies
1 parent 792c5d2 commit f0acc9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/docs/liveEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// import esbuildwasm from 'https://deno.land/x/esbuild@v0.24.0/esbuild.wasm';
22
// import * as esbuild from 'https://deno.land/x/esbuild@v0.24.0/wasm.js';
3-
// import { httpImports } from "https://deno.land/x/esbuild_serve@1.4.1/features/httpImports.ts";
3+
// import { httpImports } from "https://deno.land/x/esbuild_serve@1.5.0/features/httpImports.ts";
44

55
// await esbuild.initialize({
66
// wasmURL: esbuildwasm

serve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { sortBy } from "jsr:@std/collections";
22
import { walkSync } from "jsr:@std/fs";
3-
import { serve } from "https://deno.land/x/esbuild_serve@1.4.1/mod.ts";
3+
import { serve } from "https://deno.land/x/esbuild_serve@1.5.0/mod.ts";
44
// import { serve } from "../esbuild_serve/mod.ts";
55

66
const items = Array.from(walkSync("./pages/docs/searchables", { includeDirs: false, exts: [ ".ts" ] }));

0 commit comments

Comments
 (0)