Skip to content

Commit

Permalink
chore: upgrade vue-tsc and fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Oct 17, 2024
1 parent 812432a commit 23d28f6
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 48 deletions.
97 changes: 52 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
"tailwindcss": "^3.4.14",
"typescript": "~5.2.0",
"vite": "^5.4.9",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.1.6"
}
}
4 changes: 2 additions & 2 deletions src/components/NeToastNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export interface NeNotification {
payload?: any
isShown?: boolean
primaryLabel?: string
primaryAction?: Function
primaryAction?: (...args: any[]) => void
secondaryLabel?: string
secondaryAction?: Function
secondaryAction?: (...args: any[]) => void
}

defineProps({
Expand Down

0 comments on commit 23d28f6

Please sign in to comment.