Skip to content

Commit

Permalink
fix(react-native): fix codegen failing in a pnpm monorepo setup (#45993)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Sep 30, 2024
1 parent a9588f3 commit a90a17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
3 changes: 2 additions & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"chalk": "^4.0.0",
"event-target-shim": "^5.0.1",
"flow-enums-runtime": "^0.0.6",
"glob": "^7.1.1",
"invariant": "^2.2.4",
"jest-environment-node": "^29.6.3",
"jsc-android": "^250231.0.0",
Expand Down Expand Up @@ -162,4 +163,4 @@
}
]
}
}
}

0 comments on commit a90a17a

Please sign in to comment.