Skip to content

Commit 52b143b

Browse files
committed
Update dev-dependencies
1 parent 482df87 commit 52b143b

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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:

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"devDependencies": {
3939
"@types/node": "^20.0.0",
40-
"c8": "^8.0.0",
40+
"c8": "^9.0.0",
4141
"prettier": "^3.0.0",
42-
"remark-cli": "^11.0.0",
43-
"remark-preset-wooorm": "^9.0.0",
42+
"remark-cli": "^12.0.0",
43+
"remark-preset-wooorm": "^10.0.0",
4444
"type-coverage": "^2.0.0",
4545
"typescript": "^5.0.0",
4646
"unist-builder": "^4.0.0",
47-
"xo": "^0.55.0"
47+
"xo": "^0.58.0"
4848
},
4949
"scripts": {
5050
"prepack": "npm run build && npm run format",

readme.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
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-
* [`toString(value)`](#tostringvalue)
21-
* [Types](#types)
22-
* [Compatibility](#compatibility)
23-
* [Contribute](#contribute)
24-
* [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+
* [`toString(value)`](#tostringvalue)
21+
* [Types](#types)
22+
* [Compatibility](#compatibility)
23+
* [Contribute](#contribute)
24+
* [License](#license)
2525

2626
## What is this?
2727

@@ -86,8 +86,8 @@ if the given value is an array, serialize the nodes in it.
8686

8787
###### Parameters
8888

89-
* `node` ([`Array<Node>`][node] or `Node`)
90-
— node or list of nodes to serialize
89+
* `node` ([`Array<Node>`][node] or `Node`)
90+
— node or list of nodes to serialize
9191

9292
###### Returns
9393

0 commit comments

Comments
 (0)