Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 27, 2024
1 parent 763af0b commit c02d58b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,21 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"c8": "^9.0.0",
"commonmark.json": "^0.30.0",
"esbuild": "^0.19.0",
"esbuild": "^0.21.0",
"gzip-size-cli": "^5.0.0",
"hast-util-from-html": "^2.0.0",
"hast-util-to-html": "^9.0.0",
"mdast-util-to-hast": "^13.0.0",
"micromark-build": "^2.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-gfm": "^4.0.0",
"remark-preset-wooorm": "^9.0.0",
"remark-preset-wooorm": "^10.0.0",
"terser": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"xo": "^0.56.0"
"xo": "^0.58.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand All @@ -91,16 +90,7 @@
},
"remarkConfig": {
"plugins": [
"remark-preset-wooorm",
[
"remark-preset-wooorm/node_modules/remark-gfm/index.js",
false
],
[
"remark-lint-list-item-indent",
"space"
],
"remark-gfm"
"remark-preset-wooorm"
]
},
"typeCoverage": {
Expand Down
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ test('fixtures', async function (t) {

await t.test(stem, async function () {
const fp = new URL(stem + '.json', base)
const doc = await fs.readFile(new URL(file, base))
const actual = fromMarkdown(doc)
const document = await fs.readFile(new URL(file, base))
const actual = fromMarkdown(document)
/** @type {Root} */
let expected

Expand Down

0 comments on commit c02d58b

Please sign in to comment.