-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to Fresh 1.6.1 and std 0.208.0 (#646)
closes #644 I see the guidelines have changed since I last contributed (thanks github!) and that caused me to look for an issue. Fortunately there was the above, but I see you want tailwind as well. I'll open this as a draft for now. --------- Co-authored-by: Asher Gomez <[email protected]>
- Loading branch information
Showing
32 changed files
with
259 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,21 +22,21 @@ | |
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"imports": { | ||
"@/": "./", | ||
"$fresh/": "https://deno.land/x/fresh@1.5.4/", | ||
"$fresh/": "https://deno.land/x/fresh@1.6.1/", | ||
"$gfm": "https://deno.land/x/[email protected]/mod.ts", | ||
"preact": "https://esm.sh/preact@10.18.1", | ||
"preact/": "https://esm.sh/preact@10.18.1/", | ||
"preact": "https://esm.sh/preact@10.19.2", | ||
"preact/": "https://esm.sh/preact@10.19.2/", | ||
"preact-render-to-string": "https://esm.sh/*[email protected]", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected]", | ||
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]", | ||
"twind-preset-tailwind/": "https://esm.sh/@twind/[email protected]/", | ||
"twind-preset-ext": "https://esm.sh/@twind/[email protected]/", | ||
"std/": "https://deno.land/[email protected]/", | ||
"tailwindcss": "npm:[email protected]", | ||
"tailwindcss/": "npm:/[email protected]/", | ||
"tailwindcss/plugin": "npm:/[email protected]/plugin.js", | ||
"std/": "https://deno.land/[email protected]/", | ||
"stripe": "npm:/[email protected]", | ||
"feed": "npm:/[email protected]", | ||
"kv_oauth/": "https://deno.land/x/[email protected]/", | ||
"tabler_icons_tsx/": "https://deno.land/x/[email protected]/tsx/", | ||
"@twind/core": "https://esm.sh/@twind/[email protected]", | ||
"fresh_charts/": "https://deno.land/x/[email protected]/" | ||
}, | ||
"exclude": ["cov/", "_fresh/", "**/_fresh/*"], | ||
|
Oops, something went wrong.