mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
chore(deps): update dependency remark-cli to v12 (#45039)
* chore(deps): update dependency remark-cli to v12 * fix: fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
3586a7d85f
commit
a83a693cc2
@ -3,6 +3,7 @@ const config = {
|
||||
'remark-preset-lint-recommended',
|
||||
['remark-lint-list-item-indent', 'space'],
|
||||
['remark-lint-no-literal-urls', false],
|
||||
['remark-lint-no-undefined-references', false],
|
||||
],
|
||||
};
|
||||
|
||||
|
@ -288,8 +288,9 @@
|
||||
"react-sticky-box": "^2.0.0",
|
||||
"regenerator-runtime": "^0.14.0",
|
||||
"remark": "^15.0.1",
|
||||
"remark-cli": "^11.0.0",
|
||||
"remark-cli": "^12.0.0",
|
||||
"remark-lint": "^9.0.0",
|
||||
"remark-lint-no-undefined-references": "^4.2.1",
|
||||
"remark-preset-lint-recommended": "^6.0.0",
|
||||
"semver": "^7.3.5",
|
||||
"simple-git": "^3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user