Bump dependencies

Summary: Again, bundling a bunch of dependabot tasks I've received.

Reviewed By: mweststrate

Differential Revision: D30667465

fbshipit-source-id: 1acd29a36a642984105bbccfc75e0e3dd9e0f79b
This commit is contained in:
Pascal Hartig
2021-09-02 03:02:50 -07:00
committed by Facebook GitHub Bot
parent 05b641b204
commit d48293c30f
11 changed files with 294 additions and 261 deletions

View File

@@ -41,7 +41,7 @@ export default class Lint extends Command {
);
}
} catch (error) {
this.error(error);
this.error(error as Error);
}
console.log('✅ Plugin package definition is valid');
}