chore(deps): Upgrade Fresh to v1.6.8

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-03-23 19:55:43 +01:00
parent b0d881e3e0
commit e723e96df6
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 13 additions and 5 deletions

View File

@ -5,12 +5,12 @@
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx" "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx"
}, },
"imports": { "imports": {
"$fresh/": "https://deno.land/x/fresh@1.6.5/", "$fresh/": "https://deno.land/x/fresh@1.6.8/",
"preact": "https://esm.sh/preact@10.19.2", "preact": "https://esm.sh/preact@10.19.6",
"preact/": "https://esm.sh/preact@10.19.2/", "preact/": "https://esm.sh/preact@10.19.6/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"twind": "https://esm.sh/twind@0.16.17", "twind": "https://esm.sh/twind@0.16.17",
"twind/": "https://esm.sh/twind@0.16.17/" "twind/": "https://esm.sh/twind@0.16.17/"
}, },
@ -26,5 +26,13 @@
"lineWidth": 120, "lineWidth": 120,
"indentWidth": 2, "indentWidth": 2,
"proseWrap": "preserve" "proseWrap": "preserve"
},
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
]
}
} }
} }