Skip to content

Commit

Permalink
chore: upgrade to fresh@1.5.0 (denoland#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Oct 10, 2023
1 parent 7ccfcdb commit f23c69e
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@
"build": "deno run -A --unstable dev.ts build",
"preview": "deno run -A --unstable main.ts"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"@/": "./",
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/738a51ad526e4d5cc74871927a4888bda54f897c/",
"$fresh/": "https://deno.land/x/fresh@1.5.0/",
"$gfm": "https://deno.land/x/gfm@0.2.4/mod.ts",
"preact": "https://esm.sh/preact@10.15.1",
"preact/": "https://esm.sh/preact@10.15.1/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.1",
"@preact/signals": "https://esm.sh/*@preact/signals@1.1.3",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3",
"preact": "https://esm.sh/preact@10.18.1",
"preact/": "https://esm.sh/preact@10.18.1/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.1",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0",
"twind-preset-tailwind/": "https://esm.sh/@twind/preset-tailwind@1.1.4/",
"twind-preset-ext": "https://esm.sh/@twind/preset-ext@1.0.7/",
"std/": "https://deno.land/std@0.202.0/",
Expand All @@ -42,16 +39,6 @@
"@twind/core": "https://esm.sh/@twind/core@1.1.3",
"fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/"
},
"exclude": [
"cov/",
"_fresh/"
],
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
]
}
}
"exclude": ["cov/", "_fresh/", "**/_fresh/*"],
"lint": { "rules": { "tags": ["fresh", "recommended"] } }
}

0 comments on commit f23c69e

Please sign in to comment.