-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
104 additions
and
104 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
"THIS FILE EXISTS ONLY FOR VSCODE! IT IS NOT USED AT RUNTIME": {} | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"$std/": "https://deno.land/std@0.218.2/", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"$std/": "https://deno.land/std@0.221.0/", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * as preact from "https://esm.sh/preact@10.19.6"; | ||
export * as preact from "https://esm.sh/preact@10.20.1"; | ||
export type { | ||
FreshContext, | ||
Handlers, | ||
|
@@ -13,17 +13,17 @@ export { | |
extname, | ||
fromFileUrl, | ||
join, | ||
} from "https://deno.land/std@0.218.2/path/mod.ts"; | ||
export * as JSONC from "https://deno.land/std@0.218.2/jsonc/mod.ts"; | ||
export { extract } from "https://deno.land/std@0.218.2/front_matter/yaml.ts"; | ||
} from "https://deno.land/std@0.221.0/path/mod.ts"; | ||
export * as JSONC from "https://deno.land/std@0.221.0/jsonc/mod.ts"; | ||
export { extract } from "https://deno.land/std@0.221.0/front_matter/yaml.ts"; | ||
export { CSS, render, Renderer } from "https://deno.land/x/[email protected]/mod.ts"; | ||
export { load } from "https://deno.land/std@0.218.2/dotenv/mod.ts"; | ||
export { existsSync } from "https://deno.land/std@0.218.2/fs/mod.ts"; | ||
export { load } from "https://deno.land/std@0.221.0/dotenv/mod.ts"; | ||
export { existsSync } from "https://deno.land/std@0.221.0/fs/mod.ts"; | ||
export { Client } from "https://deno.land/x/[email protected]/src/mod.ts"; | ||
export type { | ||
CodeBlockObjectResponse, | ||
PageObjectResponse, | ||
RichTextItemResponse, | ||
} from "https://deno.land/x/[email protected]/src/api-endpoints.ts"; | ||
export { $ } from "jsr:@david/[email protected]"; | ||
export { upNlevels } from "jsr:@deer/[email protected].1"; | ||
export { upNlevels } from "jsr:@deer/[email protected].2"; |
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
"preview": "deno run -A main.ts" | ||
}, | ||
"imports": { | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/844370cadd1ed28fd76f796c2afc1e2411bfc425/", | ||
"preact": "https://esm.sh/preact@10.19.6", | ||
"preact/": "https://esm.sh/preact@10.19.6/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].2", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", | ||
"tailwindcss": "npm:[email protected].1", | ||
"tailwindcss/": "npm:/[email protected].1/", | ||
"tailwindcss/plugin": "npm:/[email protected].1/plugin.js", | ||
"$std/": "https://deno.land/std@0.218.2/" | ||
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", | ||
"preact": "https://esm.sh/preact@10.20.1", | ||
"preact/": "https://esm.sh/preact@10.20.1/", | ||
"@preact/signals": "https://esm.sh/*@preact/[email protected].3", | ||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.6.0", | ||
"tailwindcss": "npm:[email protected].3", | ||
"tailwindcss/": "npm:/[email protected].3/", | ||
"tailwindcss/plugin": "npm:/[email protected].3/plugin.js", | ||
"$std/": "https://deno.land/std@0.221.0/" | ||
}, | ||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, | ||
"lint": { "rules": { "tags": ["fresh", "recommended"] } }, | ||
|
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 |
---|---|---|
|
@@ -8,17 +8,17 @@ export { | |
assertEquals, | ||
assertNotEquals, | ||
assertStringIncludes, | ||
} from "https://deno.land/std@0.218.2/assert/mod.ts"; | ||
} from "https://deno.land/std@0.221.0/assert/mod.ts"; | ||
export { | ||
default as puppeteer, | ||
Page, | ||
} from "https://deno.land/x/[email protected]/mod.ts"; | ||
export type { | ||
ChromeArgOptions, | ||
} from "https://deno.land/x/[email protected]/src/deno/LaunchOptions.ts"; | ||
export { delay } from "https://deno.land/std@0.218.2/async/delay.ts"; | ||
export { delay } from "https://deno.land/std@0.221.0/async/delay.ts"; | ||
export { | ||
TextLineStream, | ||
} from "https://deno.land/std@0.218.2/streams/text_line_stream.ts"; | ||
} from "https://deno.land/std@0.221.0/streams/text_line_stream.ts"; | ||
export { $ } from "jsr:@david/[email protected]"; | ||
export { STATUS_CODE } from "https://deno.land/std@0.218.2/http/status.ts"; | ||
export { STATUS_CODE } from "https://deno.land/std@0.221.0/http/status.ts"; |