Skip to content

Commit 4ba1e62

Browse files
authored
Supports Laravel Nova 5.1.6 (#21)
* 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]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 25ef6aa commit 4ba1e62

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"spatie/laravel-ray": "^1.39"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.1.5 || >=6.0.0"
24+
"laravel/nova": "<5.1.6 || >=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

package-lock.json

Lines changed: 10 additions & 10 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.2",
8+
"@inertiajs/vue3": "^2.0.3",
99
"axios": "^1.7.4",
1010
"lodash": "^4.17.21",
1111
"tailwindcss": "^3.4.10",
@@ -23,8 +23,8 @@
2323
"vue-loader": "^16.8.3"
2424
},
2525
"peerDependencies": {
26-
"@inertiajs/core": "^2.0.2",
27-
"@inertiajs/vue3": "^2.0.2",
26+
"@inertiajs/core": "^2.0.3",
27+
"@inertiajs/vue3": "^2.0.3",
2828
"@tailwindcss/container-queries": "^0.1.1",
2929
"@tailwindcss/typography": "^0.5.4",
3030
"axios": "^1.7.4",

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

Lines changed: 1 addition & 1 deletion
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-
as: string;
6160
size: string;
61+
as: string;
6262
variant: string;
6363
state: string;
6464
padding: string;

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-
type: string;
1918
name: string;
19+
type: string;
2020
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2121
export default _default;

0 commit comments

Comments
 (0)