Skip to content

Commit 5d94177

Browse files
authored
Supports Laravel Nova 5.4.0 (#34)
* Supports Laravel Nova 5.4.0 Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent d199869 commit 5d94177

File tree

5 files changed

+57
-70
lines changed

5 files changed

+57
-70
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"symfony/polyfill-php83": "^1.31"
1414
},
1515
"require-dev": {
16-
"laravel/nova": "^5.3.2",
16+
"laravel/nova": "^5.4.0",
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",
2121
"spatie/laravel-ray": "^1.39.1"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.3.2|>=6.0.0"
24+
"laravel/nova": "<5.4.0|>=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

package-lock.json

+52-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@inertiajs/vue3": "^2.0.5",
2828
"@tailwindcss/container-queries": "^0.1.1",
2929
"@tailwindcss/typography": "^0.5.16",
30-
"axios": "^1.8.2",
30+
"axios": "^1.8.3",
3131
"lodash": "^4.17.21",
3232
"tailwindcss": "^3.4.17",
3333
"vue": "^3.5.13",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5757
leadingIcon: {};
5858
trailingIcon: {};
5959
}>> & Readonly<{}>, {
60-
size: string;
6160
disabled: boolean;
61+
size: string;
6262
variant: string;
6363
as: string;
6464
state: string;

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

+1-1
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)