Skip to content

Commit

Permalink
Replace dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 7, 2023
1 parent 6d973a7 commit a4d0308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'node:fs/promises'
import fetch from 'node-fetch'
import {fetch} from 'undici'
import {fromHtml} from 'hast-util-from-html'
import {selectAll} from 'hast-util-select'
import {toString} from 'hast-util-to-string'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"hast-util-from-html": "^1.0.0",
"hast-util-select": "^5.0.0",
"hast-util-to-string": "^2.0.0",
"node-fetch": "^3.0.0",
"prettier": "^2.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"undici": "^5.0.0",
"xo": "^0.54.0"
},
"scripts": {
Expand Down

0 comments on commit a4d0308

Please sign in to comment.