Skip to content

Commit

Permalink
run deno task update
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 10, 2024
1 parent f79c329 commit 05d52ee
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,15 @@
"generate": "deno run -Ar https://deno.land/x/generate/cli/main.ts gen.ts"
},
"unstable": ["kv"],
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
]
}
},
"exclude": [
"**/_fresh/*"
],
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"exclude": ["**/_fresh/*"],
"imports": {
"#/": "./",
"$fresh/": "https://deno.land/x/[email protected].5/",
"$fresh/": "https://deno.land/x/[email protected].8/",
"$std/": "https://deno.land/[email protected]/",
"@fartlabs/jsonx": "jsr:@fartlabs/jsonx@^0.0.10",
"@preact/signals": "https://esm.sh/*@preact/[email protected].1",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected].0",
"@preact/signals": "https://esm.sh/*@preact/[email protected].2",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected].1",
"@std/front-matter": "jsr:@std/front-matter@^0.220.1",
"@std/front-matter/any": "jsr:@std/front-matter@^0.220.1/any",
"@std/fs": "jsr:@std/fs@^0.220.1",
Expand All @@ -41,11 +32,8 @@
"markdown-it": "https://esm.sh/[email protected]",
"markdown-it-anchor": "https://esm.sh/[email protected]",
"markdown-it-toc-done-right": "https://esm.sh/[email protected]",
"preact": "https://esm.sh/[email protected].2",
"preact/": "https://esm.sh/[email protected].2/"
"preact": "https://esm.sh/[email protected].6",
"preact/": "https://esm.sh/[email protected].6/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }
}

0 comments on commit 05d52ee

Please sign in to comment.