Skip to content

Commit

Permalink
chore: update deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Sep 28, 2024
1 parent 017f1a7 commit 9bc8bdc
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@std/async/delay": "jsr:@std/async@1/delay",
"@std/async/retry": "jsr:@std/async@1/retry",
"@std/http/status": "jsr:@std/http@1/status",
"@std/html/entities": "jsr:@std/html@1/entities",
"@std/streams": "jsr:@std/streams@1",
"@std/tar": "jsr:@std/tar@^0.1.0",
"@std/encoding/base32": "jsr:@std/encoding@1/base32",
Expand All @@ -39,11 +40,11 @@
"@std/semver": "jsr:@std/semver@1",
"@std/assert": "jsr:@std/assert@1",
"@std/expect": "jsr:@std/expect@1",
"@libs/logger": "jsr:@libs/logger@2",
"@libs/testing": "jsr:@libs/testing@2",
"@libs/typing": "jsr:@libs/typing@2",
"@libs/xml": "jsr:@libs/xml@5",
"@libs/run": "jsr:@libs/run@2",
"@libs/logger": "jsr:@libs/logger@3",
"@libs/testing": "jsr:@libs/testing@3",
"@libs/typing": "jsr:@libs/typing@3",
"@libs/xml": "jsr:@libs/xml@6",
"@libs/run": "jsr:@libs/run@3",
"@deno-libs/gql": "jsr:@deno-libs/gql@3",
"@cliffy/table": "jsr:@cliffy/[email protected]",
"@b-fuze/deno-dom": "jsr:@b-fuze/[email protected]",
Expand All @@ -69,7 +70,31 @@
"stylelint-config-recommended": "npm:stylelint-config-recommended@14",
"stylelint-config-idiomatic-order": "npm:stylelint-config-idiomatic-order@10",
"bun:test": "./_stub.ts",
"node:test": "./_stub.ts"
"node:test": "./_stub.ts",
"unified": "npm:unified@11",
"hast": "npm:@types/hast@3",
"hastscript": "npm:hastscript@9",
"unist-util-visit": "npm:unist-util-visit@5",
"rehype-slug": "npm:rehype-slug@6",
"rehype-autolink-headings": "npm:rehype-autolink-headings@7",
"rehype-highlight": "npm:rehype-highlight@7",
"rehype-raw": "npm:rehype-raw@7",
"rehype-sanitize": "npm:rehype-sanitize@6",
"rehype-stringify": "npm:rehype-stringify@10",
"remark-breaks": "npm:remark-breaks@4",
"remark-flexible-markers": "npm:remark-flexible-markers@1",
"remark-wiki-link": "npm:remark-wiki-link@2",
"remark-gfm": "npm:remark-gfm@4",
"remark-parse": "npm:remark-parse@11",
"remark-rehype": "npm:remark-rehype@11",
"remark-directive": "npm:remark-directive@3",
"remark-ruby": "npm:[email protected]",
"remark-frontmatter": "npm:remark-frontmatter@5",
"remark-emoji": "npm:remark-emoji@5",
"remark-remove-comments": "npm:remark-remove-comments@1",
"remark-math": "npm:remark-math@6",
"rehype-mathjax": "npm:rehype-mathjax@6",
"rehype-mermaid": "npm:rehype-mermaid@2"
},
"tasks": {
"make:readme": "deno run --allow-env=LOG_LEVEL --allow-read=. --allow-write=README.md .github/deno_readme.ts && deno fmt README.md",
Expand Down

0 comments on commit 9bc8bdc

Please sign in to comment.