chore(deps): update dev dependencies #72
Annotations
9 errors
Test (22.x):
src/generators/app/prompter.ts#L7
Argument of type '{ default: string | undefined; message: string; name: "name"; type: "input"; }' is not assignable to parameter of type 'PromptQuestions<{ name: any; }>'.
|
Test (22.x):
src/generators/app/prompter.ts#L32
Argument of type '{ default: string | undefined; message: string; name: "authorName"; type: "input"; }' is not assignable to parameter of type 'PromptQuestions<{ authorName: any; }>'.
|
Test (22.x):
src/generators/app/prompter.ts#L43
Argument of type '{ default: string | undefined; message: string; name: "authorEmail"; type: "input"; }' is not assignable to parameter of type 'PromptQuestions<{ authorEmail: any; }>'.
|
Test (22.x)
Process completed with exit code 2.
|
Test (20.x)
The job was canceled because "_22_x" failed.
|
Test (20.x):
src/generators/app/prompter.ts#L7
Argument of type '{ default: string | undefined; message: string; name: "name"; type: "input"; }' is not assignable to parameter of type 'PromptQuestions<{ name: any; }>'.
|
Test (20.x):
src/generators/app/prompter.ts#L32
Argument of type '{ default: string | undefined; message: string; name: "authorName"; type: "input"; }' is not assignable to parameter of type 'PromptQuestions<{ authorName: any; }>'.
|
Test (20.x):
src/generators/app/prompter.ts#L43
Argument of type '{ default: string | undefined; message: string; name: "authorEmail"; type: "input"; }' is not assignable to parameter of type 'PromptQuestions<{ authorEmail: any; }>'.
|
Test (20.x)
Process completed with exit code 2.
|