Skip to content

Commit 15455b5

Browse files
committed
Update dev-dependencies
1 parent a4c0778 commit 15455b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"parse-english": "^5.0.0",
5757
"parse-latin": "^5.0.0",
5858
"prettier": "^2.0.0",
59-
"rehype": "^11.0.0",
59+
"rehype": "^12.0.0",
6060
"remark-cli": "^9.0.0",
6161
"remark-preset-wooorm": "^8.0.0",
6262
"rimraf": "^3.0.0",

test/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
33
import test from 'tape'
4-
import rehype from 'rehype'
4+
import {rehype} from 'rehype'
55
import {VFile} from 'vfile'
66
// @ts-expect-error: to do type.
77
import {ParseLatin} from 'parse-latin'
@@ -193,7 +193,6 @@ test('Fixtures', (t) => {
193193
input = path.join(root, files[index], 'input.html')
194194
output = path.join(root, files[index], 'output.json')
195195
file = new VFile(fs.readFileSync(input))
196-
// @ts-ignore Assume hast.
197196
actual = toNlcst(rehype().parse(file), file, ParseLatin)
198197

199198
try {

0 commit comments

Comments
 (0)