Skip to content

Commit 19a8ea8

Browse files
authored
Update NPM Dependencies (#42)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent d7cf172 commit 19a8ea8

File tree

4 files changed

+53
-52
lines changed

4 files changed

+53
-52
lines changed

package-lock.json

Lines changed: 49 additions & 48 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-
size: string;
6160
variant: string;
62-
disabled: boolean;
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;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1515
default: string;
1616
};
1717
}>> & Readonly<{}>, {
18-
name: string;
1918
type: string;
19+
name: string;
2020
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2121
export default _default;

0 commit comments

Comments
 (0)