Skip to content

Commit 5d85296

Browse files
tido64blakef
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. [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 95c590a commit 5d85296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-native/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"anser": "^1.4.9",
108108
"ansi-regex": "^5.0.0",
109109
"base64-js": "^1.5.1",
110+
"chalk": "^4.0.0",
110111
"deprecated-react-native-prop-types": "^5.0.0",
111112
"event-target-shim": "^5.0.1",
112113
"flow-enums-runtime": "^0.0.6",
@@ -148,4 +149,4 @@
148149
}
149150
]
150151
}
151-
}
152+
}

0 commit comments

Comments
 (0)