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 8, 2021
1 parent d6bd5e7 commit e2eb36d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
* @typedef {{from: string, to: string}} Match
*/

/** @type {import('fs')} */
// @ts-expect-error
import fs from 'node:fs'
/** @type {import('path')} */
// @ts-expect-error
import path from 'node:path'
import fetch from 'node-fetch'
import {fromXml} from 'xast-util-from-xml'
Expand Down Expand Up @@ -80,7 +76,7 @@ function onbody(doc) {
write('many', many)
write('matches', match)

/** @type {import('unist-util-visit').Visitor<Element>} */
/** @param {Element} node */
/* eslint-disable-next-line complexity */
function onelement(node) {
var name = node.name
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"bcp-47-match": "^2.0.0"
},
"devDependencies": {
"@types/node-fetch": "^2.0.0",
"@types/node-fetch": "^3.0.0",
"@types/tape": "^4.0.0",
"@types/xast": "^1.0.0",
"c8": "^7.0.0",
"cldr-core": "^39.0.0",
"node-fetch": "^2.0.0",
"node-fetch": "^3.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"unist-util-visit": "^3.0.0",
"unist-util-visit": "^4.0.0",
"xast-util-from-xml": "^2.0.0",
"xo": "^0.40.0"
"xo": "^0.46.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand Down

0 comments on commit e2eb36d

Please sign in to comment.