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:
renovate[bot] 2023-09-30 20:50:11 +08:00 committed by GitHub
parent 3586a7d85f
commit a83a693cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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],
],
};

View File

@ -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",