mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-06-09 23:25:33 +02:00
fix: update markdown-it to v14.2.0
This commit is contained in:
+8
-8
@@ -36,20 +36,20 @@
|
||||
"release": "semantic-release"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "14.1.1",
|
||||
"markdown-it": "14.2.0",
|
||||
"mime": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "25.3.0",
|
||||
"eslint-config-conventions": "21.2.2",
|
||||
"@types/node": "25.9.2",
|
||||
"eslint-config-conventions": "21.4.0",
|
||||
"markdownlint": "0.40.0",
|
||||
"markdownlint-cli2": "0.21.0",
|
||||
"oxfmt": "0.34.0",
|
||||
"oxlint": "1.49.0",
|
||||
"oxlint-tsgolint": "0.14.1",
|
||||
"markdownlint-cli2": "0.22.1",
|
||||
"oxfmt": "0.54.0",
|
||||
"oxlint": "1.69.0",
|
||||
"oxlint-tsgolint": "0.23.0",
|
||||
"semantic-release": "25.0.3",
|
||||
"typescript": "5.9.3"
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
|
||||
Reference in New Issue
Block a user