fix: update markdown-it to v14.3.0

This commit is contained in:
2026-07-25 17:24:49 +08:00
parent be2c1746c2
commit 86308ce34c
2 changed files with 625 additions and 264 deletions
+616 -255
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -36,20 +36,20 @@
"release": "semantic-release"
},
"dependencies": {
"markdown-it": "14.2.0",
"markdown-it": "14.3.0",
"mime": "4.1.0"
},
"devDependencies": {
"@types/markdown-it": "14.1.2",
"@types/node": "26.1.0",
"@types/node": "26.1.1",
"eslint-config-conventions": "21.4.0",
"markdownlint": "0.41.0",
"markdownlint-cli2": "0.23.0",
"oxfmt": "0.57.0",
"oxlint": "1.72.0",
"oxlint-tsgolint": "0.24.0",
"semantic-release": "25.0.5",
"typescript": "6.0.3"
"markdownlint": "0.41.1",
"markdownlint-cli2": "0.23.1",
"oxfmt": "0.60.0",
"oxlint": "1.75.0",
"oxlint-tsgolint": "7.0.2001",
"semantic-release": "25.0.8",
"typescript": "7.0.2"
},
"engines": {
"node": ">=22.0.0"