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

@@ -67,7 +67,7 @@ export const Dialog = {
onHide();
resolve(value);
} catch (e) {
submissionError.set(e.toString());
submissionError.set((e as Error).toString());
}
}}
okButtonProps={{