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
+1 -1
View File
@@ -5,7 +5,7 @@ export {
resolve,
toFileUrl,
} from "https://deno.land/std@0.150.0/path/mod.ts";
export { basename, extname } from "https://deno.land/std@0.150.0/path/mod.ts";
export { basename, extname } from "https://deno.land/std@0.165.0/path/mod.ts";
export {
resolveImportMap,
resolveModuleSpecifier,