chore(deps): Upgrade Fresh to v1.6.8
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
b0d881e3e0
commit
e723e96df6
18
deno.json
18
deno.json
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue