Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 1, 2023
1 parent 9d544fe commit d192c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const ignore = new Set([
'zone'
])

// @ts-expect-error: types are wrong?
visit(fromXml(text), 'element', onelement)

await fs.writeFile(
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"@types/node-fetch": "^3.0.0",
"@types/xast": "^2.0.0",
"c8": "^8.0.0",
"cldr-core": "^43.0.0",
"cldr-core": "^44.0.0",
"node-fetch": "^3.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unist-util-visit": "^5.0.0",
"xast-util-from-xml": "^3.0.0",
"xo": "^0.55.0"
"xast-util-from-xml": "^4.0.0",
"xo": "^0.56.0"
},
"scripts": {
"prepack": "npm run generate && npm run build && npm run format",
Expand Down

0 comments on commit d192c42

Please sign in to comment.