Skip to content

Commit 24a5a91

Browse files
committed
Update xo
1 parent b9b5b2b commit 24a5a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"type-coverage": "^2.0.0",
4747
"typescript": "^4.0.0",
4848
"unist-util-visit": "^3.0.0",
49-
"xo": "^0.39.0"
49+
"xo": "^0.42.0"
5050
},
5151
"scripts": {
5252
"prepack": "npm run build && npm run format",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @typedef {import('unist-util-visit').Visitor<Node>} Visitor
44
*/
55

6-
import assert from 'assert'
6+
import assert from 'node:assert'
77
import test from 'tape'
88
import {retext} from 'retext'
99
import {visit} from 'unist-util-visit'

0 commit comments

Comments
 (0)