Skip to content

Commit 74925b4

Browse files
committed
Updated vue-tsc
1 parent b8bcada commit 74925b4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"typescript": "^5.2.2",
5151
"vite": "^4.5.0",
5252
"vite-plugin-css-injected-by-js": "^3.3.0",
53-
"vue-tsc": "^1.8.22"
53+
"vue-tsc": "^2.0.29"
5454
},
5555
"author": {
5656
"name": "Smoren",

src/components/hive-grid/hive-grid-cell.vue

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ useOnMount(emit);
4646
4747
const slots = defineSlots<{
4848
edit(props: {
49-
click: () => void;
5049
value: unknown;
5150
update: (value: unknown) => void;
5251
isChangeAllowed: boolean;
@@ -57,7 +56,6 @@ const slots = defineSlots<{
5756
setTrueFlag: () => void;
5857
}): any;
5958
view(props: {
60-
click: () => void;
6159
value: unknown;
6260
view: string;
6361
row: Record<string, unknown> | undefined;

0 commit comments

Comments
 (0)