chore: update dependencies

This commit is contained in:
Simon Chan 2023-07-07 18:30:13 +08:00
parent 2abec924e8
commit 433f9b986f
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
150 changed files with 1690 additions and 1507 deletions

View file

@ -13,7 +13,7 @@ export abstract class StructFieldValue<
any,
any,
any
> = StructFieldDefinition<any, any, any>
> = StructFieldDefinition<any, any, any>,
> {
/** Gets the definition associated with this runtime value */
public readonly definition: TDefinition;
@ -37,7 +37,7 @@ export abstract class StructFieldValue<
definition: TDefinition,
options: Readonly<StructOptions>,
struct: StructValue,
value: TDefinition["TValue"]
value: TDefinition["TValue"],
) {
this.definition = definition;
this.options = options;