Skip to content

Commit

Permalink
fixup! fix(react-native): generate-artifacts-executor.js requires `…
Browse files Browse the repository at this point in the history
…glob`
  • Loading branch information
tido64 committed Aug 13, 2024
1 parent 34f0a15 commit 07fa75f
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.19.1",
"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 07fa75f

Please sign in to comment.