diff --git a/components.d.ts b/components.d.ts index 4120db006..8782cd628 100644 --- a/components.d.ts +++ b/components.d.ts @@ -47,7 +47,6 @@ declare module 'vue' { CommandPalette: typeof import('./src/components/CommandPalette/CommandPalette.vue')['default'] CommandPaletteItem: typeof import('./src/components/CommandPalette/CommandPaletteItem.vue')['default'] ConfirmDialog: typeof import('./src/components/ConfirmDialog.vue')['default'] - DateMonthYearPicker: typeof import('./src/components/Calendar/DateMonthYearPicker.vue')['default'] DatePicker: typeof import('./src/components/DatePicker/DatePicker.vue')['default'] 'DatePicker.story': typeof import('./src/components/DatePicker/DatePicker.story.vue')['default'] DateRangePicker: typeof import('./src/components/DatePicker/DateRangePicker.vue')['default'] @@ -121,11 +120,6 @@ declare module 'vue' { 'ListView.story': typeof import('./src/components/ListView/ListView.story.vue')['default'] LoadingIndicator: typeof import('./src/components/LoadingIndicator.vue')['default'] LoadingText: typeof import('./src/components/LoadingText.vue')['default'] - LucideCalendar: typeof import('~icons/lucide/calendar')['default'] - LucideCheck: typeof import('~icons/lucide/check')['default'] - LucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'] - LucideChevronRight: typeof import('~icons/lucide/chevron-right')['default'] - LucideX: typeof import('~icons/lucide/x')['default'] MentionList: typeof import('./src/components/TextEditor/MentionList.vue')['default'] Menu: typeof import('./src/components/TextEditor/Menu.vue')['default'] MonthIcon: typeof import('./src/components/Calendar/Icon/MonthIcon.vue')['default'] diff --git a/package.json b/package.json index d1b7e7d81..5bc5c45d1 100644 --- a/package.json +++ b/package.json @@ -87,17 +87,17 @@ }, "devDependencies": { "@histoire/plugin-vue": "^0.17.17", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.2.4", "autoprefixer": "^10.4.13", "histoire": "^0.17.17", - "lint-staged": ">=10", + "lint-staged": "^15.0.0", "msw": "^2.7.0", "postcss": "^8.4.21", "prettier-plugin-tailwindcss": "^0.1.13", "tailwindcss": "^3.2.7", - "vite": "^5.1.8", + "vite": "^5.4.8", "vitest": "^2.1.8", - "vue": "^3.3.0", + "vue": "^3.5.22", "vue-router": "^4.1.6" }, "resolutions": { diff --git a/src/components/Charts/ECharts.vue b/src/components/Charts/ECharts.vue index 6ee66b3b9..e7051ee20 100644 --- a/src/components/Charts/ECharts.vue +++ b/src/components/Charts/ECharts.vue @@ -1,5 +1,5 @@