Skip to content

Commit 0c72965

Browse files
committed
sync Laravel Nova 5.0.7
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent ba29ffd commit 0c72965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.37"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.0.5 || >=6.0.0"
24+
"laravel/nova": "<5.0.7 || >=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

dist/mixins/HandlesPanelVisibility.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
declare namespace _default {
22
let emits: string[];
33
function data(): {
4-
visibleFieldsForPanel: {};
4+
visibleFieldsForPanel: any;
55
};
66
function created(): void;
77
namespace methods {

0 commit comments

Comments
 (0)