Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b096c4

Browse files
committed
[utils] [dev deps] update@arethetypeswrong/cli,@ljharb/tsconfig,@types/node
1 parentda5f6ec commit9b096c4

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
returncontext.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
functiongetParser(path,context){
9090
constparserPath=getParserPath(path,context);
9191
if(parserPath){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp