Skip to content

Commit a38449d

Browse files
committed
Update dev-dependencies
1 parent 04775f5 commit a38449d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/unist": "^2.0.0"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^18.0.0",
46-
"c8": "^7.0.0",
45+
"@types/node": "^20.0.0",
46+
"c8": "^8.0.0",
4747
"chalk": "^5.0.0",
4848
"hastscript": "^7.0.0",
4949
"prettier": "^2.0.0",
@@ -52,11 +52,11 @@
5252
"retext": "^8.0.0",
5353
"strip-ansi": "^7.0.0",
5454
"type-coverage": "^2.0.0",
55-
"typescript": "^4.0.0",
55+
"typescript": "^5.0.0",
5656
"unist-builder": "^3.0.0",
57-
"xast-util-from-xml": "^2.0.0",
57+
"xast-util-from-xml": "^3.0.0",
5858
"xastscript": "^3.0.0",
59-
"xo": "^0.53.0"
59+
"xo": "^0.54.0"
6060
},
6161
"scripts": {
6262
"prepack": "npm run build && npm run format",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ test('inspect()', () => {
287287
assert.equal(
288288
strip(inspect(fromXml('<album id="123" />'))),
289289
[
290-
'root[1]',
290+
'root[1] (1:1-1:19, 0-18)',
291291
'└─0 element<album>[0] (1:1-1:19, 0-18)',
292292
' attributes: {"id":"123"}'
293293
].join('\n'),

0 commit comments

Comments
 (0)