Update dependencies, change thumbnail generation method

This commit is contained in:
Bruno Bernardino
2024-08-13 16:46:12 +01:00
parent 4ef575671a
commit 769ae5b9f1
4 changed files with 11 additions and 25 deletions

View File

@@ -25,16 +25,15 @@
"./": "./",
"xml": "https://deno.land/x/xml@2.1.3/mod.ts",
"mrmime": "https://deno.land/x/mrmime@v2.0.0/mod.ts",
"imagemagick": "https://deno.land/x/imagemagick_deno@0.0.26/mod.ts",
"fresh/": "https://deno.land/x/fresh@1.6.8/",
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"preact": "https://esm.sh/preact@10.19.6",
"preact/": "https://esm.sh/preact@10.19.6/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"tailwindcss": "npm:tailwindcss@3.4.4",
"tailwindcss/": "npm:/tailwindcss@3.4.4/",
"tailwindcss/plugin": "npm:/tailwindcss@3.4.4/plugin.js",
"preact": "https://esm.sh/preact@10.23.2",
"preact/": "https://esm.sh/preact@10.23.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.3.0",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.8.0",
"tailwindcss": "npm:tailwindcss@3.4.9",
"tailwindcss/": "npm:/tailwindcss@3.4.9/",
"tailwindcss/plugin": "npm:/tailwindcss@3.4.9/plugin.js",
"std/": "https://deno.land/std@0.224.0/",
"$std/": "https://deno.land/std@0.224.0/"
}