Skip to content

Commit

Permalink
Merge pull request #30 from tai2/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tai2 authored Mar 7, 2024
2 parents 7fc91eb + 611f841 commit d0d389d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/deps/marked.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export { marked } from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.0/src/marked.ts'
export { marked } from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.1/src/marked.ts'
export {
cleanUrl,
escape,
unescape,
} from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.0/src/helpers.ts'
} from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.1/src/helpers.ts'
export type {
Token,
Tokens,
} from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.0/src/Tokens.ts'
export { _TextRenderer } from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.0/src/TextRenderer.ts'
} from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.1/src/Tokens.ts'
export { _TextRenderer } from 'https://raw.githubusercontent.com/markedjs/marked/v12.0.1/src/TextRenderer.ts'

0 comments on commit d0d389d

Please sign in to comment.