Skip to content

Commit f819d8d

Browse files
committed
Update xo
1 parent dc8cf17 commit f819d8d

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
@@ -17,7 +17,7 @@
1717
* @typedef {import('mdast').Table} Table
1818
*/
1919

20-
import nodeAssert from 'assert'
20+
import nodeAssert from 'node:assert'
2121
import {zwitch} from 'zwitch'
2222
import {mapz} from 'mapz'
2323
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)