Skip to content

Commit

Permalink
Merge pull request #4407 from traPtitech/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…s/markdown-it-14.1.2

build(deps-dev): bump @types/markdown-it from 12.2.3 to 14.1.2
  • Loading branch information
nokhnaton authored Nov 4, 2024
2 parents d14f55e + 67809d3 commit 98ff0c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/autosize": "^4.0.3",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.8.7",
"@types/punycode": "^2.1.4",
"@types/serviceworker": "^0.0.101",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tts/format.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type Token from 'markdown-it/lib/token'
import type { Token } from 'markdown-it'

export const formatUrl = (text: string, embeddingOrigin: string) => {
try {
Expand Down

0 comments on commit 98ff0c6

Please sign in to comment.