Skip to content

Commit 98ff0c6

Browse files
authored
Merge pull request #4407 from traPtitech/dependabot/npm_and_yarn/types/markdown-it-14.1.2
build(deps-dev): bump @types/markdown-it from 12.2.3 to 14.1.2
2 parents d14f55e + 67809d3 commit 98ff0c6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/autosize": "^4.0.3",
5757
"@types/dom-screen-wake-lock": "^1.0.3",
5858
"@types/katex": "^0.16.7",
59-
"@types/markdown-it": "^12.2.3",
59+
"@types/markdown-it": "^14.1.2",
6060
"@types/node": "^22.8.7",
6161
"@types/punycode": "^2.1.4",
6262
"@types/serviceworker": "^0.0.101",

src/lib/tts/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type Token from 'markdown-it/lib/token'
1+
import type { Token } from 'markdown-it'
22

33
export const formatUrl = (text: string, embeddingOrigin: string) => {
44
try {

0 commit comments

Comments
 (0)