Skip to content

Commit

Permalink
fix: Add missing transforms to preset-19 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Feb 13, 2024
1 parent d24c335 commit dc10a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-actors-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"types-react-codemod": patch
---

Added missing transforms as choices to preset-19
5 changes: 5 additions & 0 deletions bin/types-react-codemod.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,13 @@ async function main() {
type: "checkbox",
choices: [
{ checked: true, value: "deprecated-react-child" },
{ checked: true, value: "deprecated-react-node-array" },
{ checked: true, value: "deprecated-react-fragment" },
{ checked: true, value: "deprecated-react-text" },
{ checked: true, value: "deprecated-void-function-component" },
{ checked: true, value: "refobject-defaults" },
{ checked: true, value: "scoped-jsx" },
{ checked: true, value: "useRef-required-initial" },
],
},
]);
Expand Down

0 comments on commit dc10a3d

Please sign in to comment.