Skip to content

Commit

Permalink
fix: declare missing dependency chalk (#42235)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tido64 authored and facebook-github-bot committed Jan 10, 2024
1 parent be0c353 commit 9155e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native/package.json
Expand Up @@ -109,6 +109,7 @@
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
"base64-js": "^1.5.1",
"chalk": "^4.0.0",
"event-target-shim": "^5.0.1",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
Expand Down

0 comments on commit 9155e2d

Please sign in to comment.