Skip to content

Commit b9906ee

Browse files
authored
Supports Laravel Nova 5.6.3 (#43)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 19a8ea8 commit b9906ee

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"php": "^8.1",
99
"composer-runtime-api": "^2.2",
1010
"fakerphp/faker": "^1.24",
11-
"orchestra/sidekick": "^1.1.5",
11+
"orchestra/sidekick": "~1.1.5|^1.2.0",
1212
"orchestra/workbench": "^8.17.4|^9.13.4|^10.0.3",
13-
"symfony/polyfill-php83": "^1.31"
13+
"symfony/polyfill-php83": "^1.32"
1414
},
1515
"require-dev": {
1616
"laravel/nova": "^5.6.0",

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "types/index.d.ts",
66
"devDependencies": {
77
"@babel/preset-typescript": "^7.24.7",
8-
"@inertiajs/vue3": "^2.0.8",
8+
"@inertiajs/vue3": "^2.0.9",
99
"axios": "^1.9.0",
1010
"lodash": "^4.17.21",
1111
"tailwindcss": "^3.4.17",
@@ -23,8 +23,8 @@
2323
"vue-loader": "^17.4.2"
2424
},
2525
"peerDependencies": {
26-
"@inertiajs/core": "^2.0.8",
27-
"@inertiajs/vue3": "^2.0.8",
26+
"@inertiajs/core": "^2.0.9",
27+
"@inertiajs/vue3": "^2.0.9",
2828
"@tailwindcss/container-queries": "^0.1.1",
2929
"@tailwindcss/typography": "^0.5.16",
3030
"axios": "^1.9.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3434
};
3535
}>> & Readonly<{}>, {
3636
type: string;
37-
rounded: boolean;
3837
variant: string;
38+
rounded: boolean;
3939
removable: boolean;
4040
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4141
export default _default;

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-
variant: string;
60+
disabled: boolean;
6161
size: string;
6262
as: string;
63+
variant: string;
6364
state: string;
6465
padding: string;
6566
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;
3635
indeterminate: boolean;
3736
modelValue: boolean;
37+
disabled: boolean;
3838
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3939
export default _default;

0 commit comments

Comments
 (0)