denoland / deno-gfm

Server-side GitHub Flavored Markdown rendering for Deno
https://jsr.io/@deno/gfm
MIT License
226 stars 37 forks source link

chore: bump deps #86

Closed deer closed 10 months ago

deer commented 10 months ago

As per https://github.com/markedjs/marked/pull/3103#issuecomment-1831377190, we now need to explicitly set async: false and cast as string if we want to maintain the same API. Because the types were previously broken, I guess this isn't too bad.

crowlKats commented 10 months ago

tangential: We probably should switch all the esm.sh deps to be npm specifiers