Skip to content

Commit 947bac8

Browse files
marcoww6meta-codesync[bot]
authored andcommitted
Fix a few more files
Summary: tsia Reviewed By: SamChou19815 Differential Revision: D91171891 fbshipit-source-id: e61a9ac9f2f1b8aa335d377be18e5e0bc67b5f4b
1 parent b4f58a7 commit 947bac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/updateVersion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function updateAllPackageManifests(
6767

6868
// given a dependency object (from package.json) update version for local pkgs
6969
function updateCrossDepsInline(
70-
allDeps /*: {[string]: mixed, ...} */, // json object
70+
allDeps /*: {[string]: unknown, ...} */, // json object
7171
subDeps /*: ReadonlySet<string> */,
7272
version /*: string */,
7373
) {
@@ -84,7 +84,7 @@ function updateCrossDepsInline(
8484
function mutateManifestFile(
8585
filePath /*: string */,
8686
mutator /*: (manifest: {
87-
[string]: string | number | Array<mixed> | {[string]: mixed, ...},
87+
[string]: string | number | Array<unknown> | {[string]: unknown, ...},
8888
}) => void */,
8989
) {
9090
const manifest = JSON.parse(fs.readFileSync(filePath, 'utf8'));

0 commit comments

Comments
 (0)