Skip to content

Commit

Permalink
Update unified, unified-args, @types/hast, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 25, 2023
1 parent 5a7c92c commit f6b628d
Show file tree
Hide file tree
Showing 79 changed files with 761 additions and 1,267 deletions.
14 changes: 6 additions & 8 deletions package.json
Expand Up @@ -20,19 +20,18 @@
"@types/tape": "^5.0.0",
"bail": "^2.0.0",
"c8": "^8.0.0",
"hast-util-assert": "^3.0.0",
"mdast-zone": "^5.0.0",
"hast-util-assert": "^4.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"tape": "^5.0.0",
"to-vfile": "^7.0.0",
"to-vfile": "^8.0.0",
"type-coverage": "^2.0.0",
"type-fest": "^4.0.0",
"typescript": "^5.0.0",
"unified": "^10.0.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"unified": "^11.0.0",
"unist-builder": "^4.0.0",
"unist-util-remove-position": "^5.0.0",
"xo": "^0.56.0"
},
"scripts": {
Expand Down Expand Up @@ -62,8 +61,7 @@
},
"remarkConfig": {
"plugins": [
"preset-wooorm",
"./script/parse-error.js"
"preset-wooorm"
]
},
"typeCoverage": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-cli/cli.js
Expand Up @@ -10,7 +10,7 @@ const proc = require('rehype/package.json')
const cli = require('./package.json')

args({
processor: rehype(),
processor: rehype,
name: proc.name,
description: cli.description,
version: [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-cli/package.json
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"rehype": "^12.0.0",
"unified-args": "^9.0.0"
"unified-args": "^11.0.0"
},
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage"
Expand Down
278 changes: 0 additions & 278 deletions packages/rehype-parse/lib/errors.js

This file was deleted.

0 comments on commit f6b628d

Please sign in to comment.