Skip to content

Commit 9caf578

Browse files
authored
Supports Laravel Nova 5.7.1 (#45)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 4f0297d commit 9caf578

File tree

5 files changed

+37
-37
lines changed

5 files changed

+37
-37
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"php": "^8.1",
99
"composer-runtime-api": "^2.2",
1010
"fakerphp/faker": "^1.24",
11-
"orchestra/sidekick": "~1.1.5|^1.2.0",
11+
"orchestra/sidekick": "^1.2.4",
1212
"orchestra/workbench": "^8.17.4|^9.13.4|^10.0.3",
1313
"symfony/polyfill-php83": "^1.32"
1414
},
1515
"require-dev": {
16-
"laravel/nova": "^5.7.0",
16+
"laravel/nova": "^5.7.1",
1717
"laravel/pint": "^1.17",
1818
"orchestra/pest-plugin-testbench": "^2.0|^3.0",
1919
"orchestra/testbench": "^8.30|^9.8|^10.0",
2020
"phpstan/phpstan": "^2.1.14",
2121
"spatie/laravel-ray": "^1.40.2"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.7.0|>=6.0.0"
24+
"laravel/nova": "<5.7.1|>=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

package-lock.json

Lines changed: 29 additions & 29 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.9",
8+
"@inertiajs/vue3": "^2.0.11",
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.9",
27-
"@inertiajs/vue3": "^2.0.9",
26+
"@inertiajs/core": "^2.0.11",
27+
"@inertiajs/vue3": "^2.0.11",
2828
"@tailwindcss/container-queries": "^0.1.1",
2929
"@tailwindcss/typography": "^0.5.16",
3030
"axios": "^1.9.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5959
}>> & Readonly<{}>, {
6060
variant: string;
6161
size: string;
62-
disabled: boolean;
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)