Skip to content

Commit 16f181e

Browse files
refackMylesBorins
authored andcommitted
tools: bump remark-cli to 4.0
PR-URL: #17028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 18b08f0 commit 16f181e

File tree

2 files changed

+57
-73
lines changed

2 files changed

+57
-73
lines changed

tools/remark-cli/package-lock.json

+54-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/remark-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-cli",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "CLI to process markdown with remark using plugins",
55
"license": "MIT",
66
"keywords": [
@@ -11,8 +11,8 @@
1111
],
1212
"dependencies": {
1313
"markdown-extensions": "^1.1.0",
14-
"remark": "^7.0.0",
15-
"unified-args": "^3.0.0"
14+
"remark": "^8.0.0",
15+
"unified-args": "^4.0.0"
1616
},
1717
"homepage": "http://remark.js.org",
1818
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",

0 commit comments

Comments
 (0)