Skip to content

Commit 94341f0

Browse files
Dmitry Rykunfacebook-github-bot
Dmitry Rykun
authored andcommitted
Fix Circle CI test_ios_template (#33761)
Summary: Pull Request resolved: #33761 Changelog: [General][Fixed] - Add 'mkdirp' as a direct dependency to 'react-native' instead of assuming it being a transitive dependency of some other module. Reviewed By: cortinico, cipolleschi Differential Revision: D36138320 fbshipit-source-id: b2421aa6b22fca0b813bbb5bb0c7213540ca578d
1 parent 23a160e commit 94341f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"metro-react-native-babel-transformer": "0.70.3",
117117
"metro-runtime": "0.70.3",
118118
"metro-source-map": "0.70.3",
119+
"mkdirp": "^0.5.1",
119120
"nullthrows": "^1.1.1",
120121
"pretty-format": "^26.5.2",
121122
"promise": "^8.0.3",

0 commit comments

Comments
 (0)