-
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.
Updates dependencies and uses `--env` from the latest Deno 1.38 release.
- Loading branch information
Showing
8 changed files
with
8 additions
and
11 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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
"db:seed": "deno run --allow-read --allow-env --allow-net --unstable tasks/db_seed.ts", | ||
"db:migrate": "deno run --allow-read --allow-env --allow-net --unstable tasks/db_migrate.ts", | ||
"db:reset": "deno run --allow-read --allow-env --unstable tasks/db_reset.ts", | ||
"start": "deno run --unstable -A --watch=static/,routes/ dev.ts", | ||
"test": "DENO_KV_PATH=:memory: GITHUB_CLIENT_ID=xxx GITHUB_CLIENT_SECRET=xxx deno test -A --unstable --parallel --coverage=./cov --doc", | ||
"start": "deno run --unstable -A --watch=static/,routes/ --env dev.ts", | ||
"test": "DENO_KV_PATH=:memory: GITHUB_CLIENT_ID=xxx GITHUB_CLIENT_SECRET=xxx deno test -A --unstable --parallel --coverage=./cov", | ||
"check:license": "deno run --allow-read --allow-write tasks/check_license.ts", | ||
"check:types": "deno check **/*.ts && deno check **/*.tsx", | ||
"ok": "deno fmt --check && deno lint && deno task check:license --check && deno task check:types && deno task test", | ||
|
@@ -23,15 +23,15 @@ | |
"imports": { | ||
"@/": "./", | ||
"$fresh/": "https://deno.land/x/[email protected]/", | ||
"$gfm": "https://deno.land/x/[email protected].4/mod.ts", | ||
"$gfm": "https://deno.land/x/[email protected].5/mod.ts", | ||
"preact": "https://esm.sh/[email protected]", | ||
"preact/": "https://esm.sh/[email protected]/", | ||
"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/std@0.202.0/", | ||
"std/": "https://deno.land/std@0.205.0/", | ||
"stripe": "npm:/[email protected]", | ||
"feed": "npm:/[email protected]", | ||
"kv_oauth/": "https://deno.land/x/[email protected]/", | ||
|
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
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