Skip to content

Commit 4f0297d

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

File tree

5 files changed

+99
-99
lines changed

5 files changed

+99
-99
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"symfony/polyfill-php83": "^1.32"
1414
},
1515
"require-dev": {
16-
"laravel/nova": "^5.6.0",
16+
"laravel/nova": "^5.7.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.14",
2121
"spatie/laravel-ray": "^1.40.2"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.6.0|>=6.0.0"
24+
"laravel/nova": "<5.7.0|>=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lodash": "^4.17.21",
1111
"tailwindcss": "^3.4.17",
1212
"typescript": "^5.8.3",
13-
"vue": "^3.5.13",
13+
"vue": "^3.5.14",
1414
"vuex": "^4.1.0"
1515
},
1616
"dependencies": {
@@ -31,7 +31,7 @@
3131
"lodash": "^4.17.21",
3232
"tailwindcss": "^3.4.17",
3333
"uid": "^2.0.2",
34-
"vue": "^3.5.13",
34+
"vue": "^3.5.14",
3535
"vuex": "^4.1.0"
3636
}
3737
}

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-
variant: string;
3837
rounded: boolean;
38+
variant: string;
3939
removable: boolean;
4040
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4141
export default _default;

0 commit comments

Comments
 (0)