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 29, 2021
1 parent 411f616 commit 41c9a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"typescript": "~4.4.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.46.0"
"xo": "^0.47.0"
},
"scripts": {
"build-packages": "node script/build-presets && node script/build-rules",
Expand Down
2 changes: 1 addition & 1 deletion packages/unified-lint-rule/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export type Rule<Tree extends Node = Node, Settings = unknown> = (
settings: Settings
) => Promise<Tree | undefined | void> | Tree | undefined | void

export type {Severity, Label}
export {Severity, Label} from './lib/index.js'

0 comments on commit 41c9a59

Please sign in to comment.