This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
chore(deps): update npm development dependencies #943
Annotations
7 errors
src/components/Forms/Dropdown.vue#L20
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{}> & Omit<{ readonly modelValue?: CategoryEnum | undefined; "onUpdate:modelValue"?: ((modelValue: CategoryEnum) => any) | undefined; } & ... 4 more ... & { ...; }, never>>'.
|
src/components/Forms/Dropdown.vue#L36
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ variant: "default" | "auth"; isRequired: boolean; }> & Omit<{ readonly variant: "default" | "auth"; readonly isRequired: boolean; readonly label?: string | undefined; ... 4 more ...; "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<.....'.
|
src/components/Forms/Dropdown.vue#L48
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ variant: "default" | "auth"; isRequired: boolean; }> & Omit<{ readonly variant: "default" | "auth"; readonly isRequired: boolean; readonly label?: string | undefined; ... 4 more ...; "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<.....'.
|
src/components/Forms/Dropdown.vue#L59
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ step: number; min: number; max: number; }> & Omit<{ readonly step: number; readonly min: number; readonly max: number; readonly modelValue?: string | undefined; "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<...>>>'.
|
src/components/Forms/Dropdown.vue#L67
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{}> & Omit<{ readonly modelValue?: boolean | undefined; "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...> & { ...; }, never>>'.
|
src/plugins/router/index.ts#L12
Argument of type '{ history: RouterHistory; scrollBehavior(_to: RouteLocationNormalized, _from: RouteLocationNormalizedLoaded, savedPosition: _ScrollPositionNormalized | null): _ScrollPositionNormalized | { ...; }; }' is not assignable to parameter of type '_RouterOptions'.
|
|
The logs for this run have expired and are no longer available.
Loading