Skip to content

Commit

Permalink
Merge pull request #46 from tai2/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tai2 authored Sep 4, 2024
2 parents ab3c592 + f150b87 commit 2dca3a3
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/v14.1.0/src/marked.ts'
export { marked } from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.1/src/marked.ts'
export {
cleanUrl,
escape,
unescape,
} from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.0/src/helpers.ts'
} from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.1/src/helpers.ts'
export type {
Token,
Tokens,
} from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.0/src/Tokens.ts'
export { _TextRenderer } from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.0/src/TextRenderer.ts'
} from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.1/src/Tokens.ts'
export { _TextRenderer } from 'https://raw.githubusercontent.com/markedjs/marked/v14.1.1/src/TextRenderer.ts'

0 comments on commit 2dca3a3

Please sign in to comment.