Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#18)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: apply automated updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Mar 25, 2024
1 parent 1a032f5 commit d79b892
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 31 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ md.table({
### `initMarkdownItParser(options)`

Create parser with [markdown-it](https://github.com/markdown-it/markdown-it).

**WARNING**: The returned tree structure is unstable.

**Example:**
Expand All @@ -222,6 +223,7 @@ const { tree } = parser.parse("# Hello, *world*!");
### `initMd4wParser(opts)`

Create parser with [md4w](https://github.com/ije/md4w).

**WARNING**: The returned tree structure is unstable.

**Example:**
Expand All @@ -235,6 +237,7 @@ const { tree } = parser.parse("# Hello, *world*!");
### `initMdAstParser(opts)`

Create parser with [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown).

**WARNING**: The returned tree structure is unstable.

**Example:**
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"test:types": "tsc --noEmit --skipLibCheck"
},
"dependencies": {
"md4w": "^0.2.2"
"md4w": "^0.2.4"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@types/mdast": "^4.0.3",
"@types/node": "^20.11.20",
"@types/node": "^20.11.24",
"@vitest/coverage-v8": "^1.3.1",
"automd": "^0.3.5",
"automd": "^0.3.6",
"changelogen": "^0.5.5",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
Expand Down
58 changes: 30 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d79b892

Please sign in to comment.