Skip to content

Commit

Permalink
fix(react-native-codegen): scripts require yargs (#45995)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Aug 19, 2024
1 parent 02d9979 commit 0979921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"invariant": "^2.2.4",
"jscodeshift": "^0.14.0",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1"
"nullthrows": "^1.1.1",
"yargs": "^17.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand All @@ -52,8 +53,7 @@
"hermes-estree": "0.22.0",
"micromatch": "^4.0.4",
"prettier": "2.8.8",
"rimraf": "^3.0.2",
"yargs": "^17.6.2"
"rimraf": "^3.0.2"
},
"peerDependencies": {
"@babel/preset-env": "^7.1.6"
Expand Down

0 comments on commit 0979921

Please sign in to comment.