Skip to content

Commit e29d37d

Browse files
committed
Update dev-dependencies
1 parent 9e14697 commit e29d37d

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
name: ${{matrix.node}}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
1313
node-version: ${{matrix.node}}
1414
- run: npm install
1515
- run: npm test
16-
- uses: codecov/codecov-action@v3
16+
- uses: codecov/codecov-action@v4
1717
strategy:
1818
matrix:
1919
node:
2020
- lts/gallium
21-
- node
21+
- lts/iron

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"c8": "^9.0.0",
5252
"hastscript": "^9.0.0",
5353
"prettier": "^3.0.0",
54-
"remark-cli": "^11.0.0",
55-
"remark-preset-wooorm": "^9.0.0",
54+
"remark-cli": "^12.0.0",
55+
"remark-preset-wooorm": "^10.0.0",
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^5.0.0",
5858
"unist-builder": "^4.0.0",

readme.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212

1313
## Contents
1414

15-
* [What is this?](#what-is-this)
16-
* [When should I use this?](#when-should-i-use-this)
17-
* [Install](#install)
18-
* [Use](#use)
19-
* [API](#api)
20-
* [`toHtml(tree[, options])`](#tohtmltree-options)
21-
* [`CharacterReferences`](#characterreferences)
22-
* [`Options`](#options)
23-
* [`Quote`](#quote-1)
24-
* [`Space`](#space-1)
25-
* [Syntax](#syntax)
26-
* [Types](#types)
27-
* [Compatibility](#compatibility)
28-
* [Security](#security)
29-
* [Related](#related)
30-
* [Contribute](#contribute)
31-
* [License](#license)
15+
* [What is this?](#what-is-this)
16+
* [When should I use this?](#when-should-i-use-this)
17+
* [Install](#install)
18+
* [Use](#use)
19+
* [API](#api)
20+
* [`toHtml(tree[, options])`](#tohtmltree-options)
21+
* [`CharacterReferences`](#characterreferences)
22+
* [`Options`](#options)
23+
* [`Quote`](#quote-1)
24+
* [`Space`](#space-1)
25+
* [Syntax](#syntax)
26+
* [Types](#types)
27+
* [Compatibility](#compatibility)
28+
* [Security](#security)
29+
* [Related](#related)
30+
* [Contribute](#contribute)
31+
* [License](#license)
3232

3333
## What is this?
3434

@@ -116,10 +116,10 @@ Serialize hast as HTML.
116116

117117
###### Parameters
118118

119-
* `tree` ([`Node`][node] or `Array<Node>`)
120-
— tree to serialize
121-
* `options` ([`Options`][api-options], optional)
122-
— configuration
119+
* `tree` ([`Node`][node] or `Array<Node>`)
120+
— tree to serialize
121+
* `options` ([`Options`][api-options], optional)
122+
— configuration
123123

124124
###### Returns
125125

@@ -365,8 +365,8 @@ Use [`hast-util-santize`][hast-util-sanitize] to make the hast tree safe.
365365
366366
## Related
367367
368-
* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
369-
— sanitize hast
368+
* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
369+
— sanitize hast
370370
371371
## Contribute
372372

0 commit comments

Comments
 (0)