Skip to content

Commit

Permalink
chore(next-codemod): add @types/prompts (#70985)
Browse files Browse the repository at this point in the history
### Why?

The `@types/prompts` was missing. This could lead to cases like
#70928 where it didn't type-error
when used unsupported option.
  • Loading branch information
devjiwonchoi authored and kdy1 committed Oct 10, 2024
1 parent ab2fe99 commit c350716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"bin": "./bin/next-codemod.js",
"devDependencies": {
"@types/find-up": "4.0.0",
"@types/jscodeshift": "0.11.0"
"@types/jscodeshift": "0.11.0",
"@types/prompts": "2.4.2"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c350716

Please sign in to comment.