bump fs-extra types
Summary: `recursive` was dropped in when [dropping](https://github.com/jprichardson/node-fs-extra/issues/886) node v10 Reviewed By: aigoncharov Differential Revision: D48780242 fbshipit-source-id: 29349590a7f14da85fe8df28b20d9b418e7a8b1d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d04abff530
commit
f2ef26cd9a
@@ -57,7 +57,6 @@ export async function prepareDefaultPlugins(isInsidersBuild: boolean = false) {
|
||||
`⚙️ Copying the provided default plugins dir "${forcedDefaultPluginsDir}"...`,
|
||||
);
|
||||
await fs.copy(forcedDefaultPluginsDir, defaultPluginsDir, {
|
||||
recursive: true,
|
||||
overwrite: true,
|
||||
dereference: true,
|
||||
});
|
||||
|
||||
@@ -59,7 +59,6 @@ async function copyPackageWithDependenciesRecursive(
|
||||
.then((l: Array<string>) => ignore().add(DEFAULT_BUILD_IGNORES.concat(l)));
|
||||
await fs.copy(packageDir, targetDir, {
|
||||
dereference: true,
|
||||
recursive: true,
|
||||
filter: (src) => {
|
||||
const relativePath = path.relative(packageDir, src);
|
||||
return relativePath === '' || !ignores.ignores(relativePath);
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"@types/adobe__node-fetch-retry": "^1.0.4",
|
||||
"@types/babel__code-frame": "^7.0.3",
|
||||
"@types/detect-port": "^1.3.3",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/fs-extra": "^11.0.0",
|
||||
"@types/node": "^17.0.31",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"app-builder-lib": "23.6.0",
|
||||
@@ -24,7 +24,7 @@
|
||||
"flipper-common": "0.0.0",
|
||||
"flipper-pkg-lib": "0.0.0",
|
||||
"flipper-plugin-lib": "0.0.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"fs-extra": "^11.0.0",
|
||||
"glob": "^8.0.1",
|
||||
"ignore": "^5.2.4",
|
||||
"metro": "^0.70.2",
|
||||
|
||||
Reference in New Issue
Block a user