This commit is contained in:
2025-05-03 23:28:53 -06:00
parent df3fcd669d
commit 68a817c0f4

View File

@ -21,14 +21,14 @@
"@std/front-matter": "jsr:@std/front-matter@^1.0.9",
"@std/path": "jsr:@std/path@^1.0.9",
"@tailwindcss/typography": "npm:@tailwindcss/typography@^0.5.16",
"daisyui": "npm:daisyui@^5.0.27",
"preact": "npm:preact@10.22.1",
"preact/jsx-runtime": "npm:preact@10.22.1/jsx-runtime",
"preact/hooks": "npm:preact@10.22.1/hooks",
"daisyui": "npm:daisyui@^5.0.35",
"preact": "npm:preact@10.26.5",
"preact/jsx-runtime": "npm:preact@10.26.5/jsx-runtime",
"preact/hooks": "npm:preact@10.26.5/hooks",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"$std/": "https://deno.land/std@0.216.0/",
"tailwindcss": "npm:tailwindcss@^4.1.4"
"tailwindcss": "npm:tailwindcss@^4.1.5"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }
}