1
0

Dependency bump

This commit is contained in:
Zef Hemel
2022-11-19 16:05:37 +01:00
parent a7f1a65035
commit dff2a3dfa4
14 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import type { FileMeta } from "../common/types.ts";
import { walk } from "https://deno.land/std@0.159.0/fs/mod.ts";
import { resolve } from "https://deno.land/std@0.159.0/path/mod.ts";
import { walk } from "https://deno.land/std@0.165.0/fs/mod.ts";
import { resolve } from "https://deno.land/std@0.165.0/path/mod.ts";
import { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";
const rootDir = resolve("website_build/fs");