Skip to content

Commit cd17e5f

Browse files
authored
Update NPM Dependencies (#35)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 5d94177 commit cd17e5f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/@types/laravel-nova-ui/Button.vue.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5757
leadingIcon: {};
5858
trailingIcon: {};
5959
}>> & Readonly<{}>, {
60-
disabled: boolean;
61-
size: string;
6260
variant: string;
61+
size: string;
6362
as: string;
6463
state: string;
6564
padding: string;
6665
loading: boolean;
66+
disabled: boolean;
6767
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6868
export default _default;

types/@types/laravel-nova-ui/Checkbox.vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3232
"onUpdate:modelValue"?: (...args: any[]) => any;
3333
onChange?: (...args: any[]) => any;
3434
}>, {
35+
disabled: boolean;
3536
indeterminate: boolean;
3637
modelValue: boolean;
37-
disabled: boolean;
3838
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3939
export default _default;

0 commit comments

Comments
 (0)