build: Update Lume to 2.4.1
This commit is contained in:
parent
990cae20ed
commit
1c106b913c
2 changed files with 4 additions and 4 deletions
BIN
deno.lock
BIN
deno.lock
Binary file not shown.
8
deps.ts
8
deps.ts
|
@ -18,17 +18,17 @@
|
|||
export {
|
||||
default as LumeSite,
|
||||
type SiteOptions as LumeSiteOptions,
|
||||
} from "https://deno.land/x/lume@v2.4.0/core/site.ts";
|
||||
} from "https://deno.land/x/lume@v2.4.1/core/site.ts";
|
||||
export {
|
||||
default as lume,
|
||||
type PluginOptions as LumePluginOptions,
|
||||
} from "https://deno.land/x/lume@v2.4.0/mod.ts";
|
||||
} from "https://deno.land/x/lume@v2.4.1/mod.ts";
|
||||
export {
|
||||
type DeepPartial as LumeDeepPartial,
|
||||
} from "https://deno.land/x/lume@v2.4.0/core/utils/object.ts";
|
||||
} from "https://deno.land/x/lume@v2.4.1/core/utils/object.ts";
|
||||
export {
|
||||
type Writer as LumeWriter,
|
||||
} from "https://deno.land/x/lume@v2.4.0/core/writer.ts";
|
||||
} from "https://deno.land/x/lume@v2.4.1/core/writer.ts";
|
||||
|
||||
// STD Assert
|
||||
export { assertExists, assertInstanceOf } from "jsr:@std/assert@1.0.7";
|
||||
|
|
Loading…
Reference in a new issue