Skip to content

Commit 879f5c6

Browse files
committed
Update dev-dependencies
1 parent 877d405 commit 879f5c6

File tree

3 files changed

+38
-37
lines changed

3 files changed

+38
-37
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
*.d.ts
33
*.log
4+
*.tsbuildinfo
45
coverage/
56
node_modules/
67
yarn.lock

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
},
4444
"devDependencies": {
4545
"@types/json-stringify-safe": "^5.0.0",
46-
"@types/node": "^20.0.0",
47-
"c8": "^8.0.0",
46+
"@types/node": "^24.0.0",
47+
"c8": "^10.0.0",
4848
"json-stringify-safe": "^5.0.0",
49-
"parse5": "^7.0.0",
49+
"parse5": "^8.0.0",
5050
"prettier": "^3.0.0",
51-
"remark-cli": "^11.0.0",
52-
"remark-preset-wooorm": "^9.0.0",
51+
"remark-cli": "^12.0.0",
52+
"remark-preset-wooorm": "^10.0.0",
5353
"type-coverage": "^2.0.0",
5454
"typescript": "^5.0.0",
5555
"xo": "^0.55.0"

readme.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
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-
* [`toParse5(tree[, options])`](#toparse5tree-options)
21-
* [`Options`](#options)
22-
* [`Space`](#space)
23-
* [Types](#types)
24-
* [Compatibility](#compatibility)
25-
* [Security](#security)
26-
* [Related](#related)
27-
* [Contribute](#contribute)
28-
* [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+
* [`toParse5(tree[, options])`](#toparse5tree-options)
21+
* [`Options`](#options)
22+
* [`Space`](#space)
23+
* [Types](#types)
24+
* [Compatibility](#compatibility)
25+
* [Security](#security)
26+
* [Related](#related)
27+
* [Contribute](#contribute)
28+
* [License](#license)
2929

3030
## What is this?
3131

@@ -99,10 +99,10 @@ Transform a hast tree to a `parse5` AST.
9999

100100
###### Parameters
101101

102-
* `tree` ([`HastNode`][hast-node])
103-
— tree to transform
104-
* `options` ([`Options`][api-options], optional)
105-
— configuration
102+
* `tree` ([`HastNode`][hast-node])
103+
— tree to transform
104+
* `options` ([`Options`][api-options], optional)
105+
— configuration
106106

107107
###### Returns
108108

@@ -114,8 +114,8 @@ Configuration (TypeScript type).
114114

115115
###### Fields
116116

117-
* `space` ([`Space`][api-space], optional)
118-
— which space the document is in
117+
* `space` ([`Space`][api-space], optional)
118+
— which space the document is in
119119

120120
### `Space`
121121

@@ -150,18 +150,18 @@ Use of `hast-util-to-parse5` can open you up to a
150150
151151
## Related
152152
153-
* [`hast-util-from-parse5`](https://github.com/syntax-tree/hast-util-from-parse5)
154-
— transform from Parse5’s AST to hast
155-
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)
156-
— transform hast to nlcst
157-
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
158-
— transform hast to mdast
159-
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
160-
— transform hast to xast
161-
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
162-
— transform mdast to hast
163-
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
164-
— transform mdast to nlcst
153+
* [`hast-util-from-parse5`](https://github.com/syntax-tree/hast-util-from-parse5)
154+
— transform from Parse5’s AST to hast
155+
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)
156+
— transform hast to nlcst
157+
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
158+
— transform hast to mdast
159+
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
160+
— transform hast to xast
161+
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
162+
— transform mdast to hast
163+
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
164+
— transform mdast to nlcst
165165
166166
## Contribute
167167

0 commit comments

Comments
 (0)