Skip to content

Commit 9155e2d

Browse files
tido64facebook-github-bot
authored andcommitted
fix: declare missing dependency chalk (#42235)
Summary: Dependency on `chalk` was introduced in #37510, but was never declared. In pnpm setups, the CLI fails to run because of this. This needs to be picked to 0.73. ## Changelog: [GENERAL] [FIXED] - Declare missing dependency `chalk` Pull Request resolved: #42235 Test Plan: n/a Reviewed By: huntie Differential Revision: D52660337 Pulled By: cortinico fbshipit-source-id: 1cd45fcff72045c127773566a27103f1b38262b3
1 parent be0c353 commit 9155e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"anser": "^1.4.9",
110110
"ansi-regex": "^5.0.0",
111111
"base64-js": "^1.5.1",
112+
"chalk": "^4.0.0",
112113
"event-target-shim": "^5.0.1",
113114
"flow-enums-runtime": "^0.0.6",
114115
"invariant": "^2.2.4",

0 commit comments

Comments
 (0)