Skip to content

Commit ce2a5f4

Browse files
committed
Update dev-dependencies
1 parent bbb5ebe commit ce2a5f4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

complex-types.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import {Literal} from 'mdast'
2-
import {Program} from 'estree-jsx'
1+
import type {Literal} from 'mdast'
2+
import type {Program} from 'estree-jsx'
33

4+
/* eslint-disable @typescript-eslint/consistent-type-definitions */
45
export interface MdxFlowExpression extends Literal {
56
type: 'mdxFlowExpression'
67
data?: {
@@ -36,3 +37,4 @@ declare module 'hast' {
3637
mdxFlowExpression: MdxFlowExpression
3738
}
3839
}
40+
/* eslint-enable @typescript-eslint/consistent-type-definitions */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^4.0.0",
5858
"unist-util-remove-position": "^4.0.0",
59-
"xo": "^0.51.0"
59+
"xo": "^0.52.0"
6060
},
6161
"scripts": {
6262
"build": "rimraf \"{index,test}.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)