Skip to content

Commit d9d918a

Browse files
committed
Update xo
1 parent 672cae1 commit d9d918a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @typedef {import('hast').DocType} Doctype
88
*/
99

10-
import nodeAssert from 'assert'
10+
import nodeAssert from 'node:assert'
1111
import {zwitch} from 'zwitch'
1212
import {mapz} from 'mapz'
1313
import {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tsd": "^0.17.0",
4949
"type-coverage": "^2.0.0",
5050
"typescript": "^4.0.0",
51-
"xo": "^0.39.0"
51+
"xo": "^0.42.0"
5252
},
5353
"scripts": {
5454
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)