From a6b20e9bfda2f2c86a36a74c19b67cbc90d2dee8 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sat, 31 Aug 2024 03:46:27 +0200 Subject: [PATCH] bumping std version to 0.224.0 in images.js --- utils/images.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/images.js b/utils/images.js index d77ac00..78e9dbe 100644 --- a/utils/images.js +++ b/utils/images.js @@ -1,6 +1,6 @@ import { Engine } from "./engine.js"; -import { join } from "https://deno.land/std@0.208.0/path/mod.ts"; -import { exists } from "https://deno.land/std@0.213.0/fs/exists.ts"; +import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; +import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts"; const engine = new Engine(); await engine.init(); @@ -61,4 +61,4 @@ for(const event of engine.rendered.events) { `#img-${format}` ); } -} \ No newline at end of file +}