mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-06-03 04:54:07 +08:00
升级依赖修复 npm 漏洞,禁用新版 markdownlint MD060 规则
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
"MD004": false,
|
"MD004": false,
|
||||||
"MD029": false,
|
"MD029": false,
|
||||||
"MD013": false,
|
"MD013": false,
|
||||||
"MD007": false
|
"MD007": false,
|
||||||
|
"MD060": false
|
||||||
}
|
}
|
||||||
4910
package-lock.json
generated
4910
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -27,10 +27,10 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://cook.aiursoft.com",
|
"homepage": "https://cook.aiursoft.com",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"textlint": "^12.1.0",
|
"markdownlint-cli": "^0.48.0",
|
||||||
|
"textlint": "^15.7.1",
|
||||||
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
|
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
|
||||||
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0",
|
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
|
||||||
"markdownlint-cli":"0.41.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"glob": "^7.2.0"
|
"glob": "^7.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user