Skip to content

Commit

Permalink
fix: Include deprecated-prop-types-types transform in preset-19 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 18, 2024
1 parent b466f46 commit ce68c56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-berries-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"types-react-codemod": patch
---

Include `deprecated-prop-types-types` transform in `preset-19`
1 change: 1 addition & 0 deletions bin/types-react-codemod.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ async function main() {
type: "checkbox",
choices: [
{ checked: true, value: "deprecated-legacy-ref" },
{ checked: true, value: "deprecated-prop-types-types" },
{ checked: true, value: "deprecated-react-child" },
{ checked: true, value: "deprecated-react-node-array" },
{ checked: true, value: "deprecated-react-fragment" },
Expand Down

0 comments on commit ce68c56

Please sign in to comment.