Fix Tailwind Preset using incompatible npm package

This commit is contained in:
Ayase Minori 2023-10-21 16:14:57 +08:00 committed by GitHub
parent 3518aa2ae5
commit e50ad528d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,9 +17,9 @@
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.1",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0",
"twind": "https://esm.sh/@twind/core@1.1.3",
"@twind/preset-tailwind": "npm:@twind/preset-tailwind@1.1.4",
"@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7",
"twind/": "https://esm.sh/@twind/core@1.1.3/",
"@twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4",
"@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7",
"$std/": "https://deno.land/std@0.193.0/",
"$gfm": "https://deno.land/x/gfm@0.2.3/mod.ts",
"axios-web": "https://esm.sh/axios@1.3.2?target=es2022"