Skip to content

Commit 9b096c4

Browse files
committed
[utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, @types/node
1 parent da5f6ec commit 9b096c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
"debug": "^3.2.7"
6464
},
6565
"devDependencies": {
66-
"@arethetypeswrong/cli": "^0.15.4",
67-
"@ljharb/tsconfig": "^0.2.0",
66+
"@arethetypeswrong/cli": "^0.18.2",
67+
"@ljharb/tsconfig": "^0.3.2",
6868
"@types/debug": "^4.1.12",
6969
"@types/eslint": "^8.56.3",
70-
"@types/node": "^20.11.20",
70+
"@types/node": "^20.19.1",
7171
"typescript": "next"
7272
},
7373
"peerDependenciesMeta": {

utils/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function getParserPath(path, context) {
8585
return context.parserPath;
8686
}
8787

88-
/** @type {(path: string, context: import('eslint').Rule.RuleContext) => string | null | (import('eslint').Linter.ParserModule)} */
88+
/** @type {(path: string, context: import('eslint').Rule.RuleContext) => string | null | import('eslint').Linter.ParserModule | import('eslint').Linter.FlatConfigParserModule} */
8989
function getParser(path, context) {
9090
const parserPath = getParserPath(path, context);
9191
if (parserPath) {

0 commit comments

Comments
 (0)