diff --git a/package-lock.json b/package-lock.json index e94172da..b4d6fda2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "sass": "~1.32", "typescript": "^4.5.5", "unplugin-vue-components": "^0.18.0", - "vite": "^2.9.13", + "vite": "^2.9.15", "vite-plugin-checker": "^0.4.2", "vite-plugin-package-version": "^1.0.2", "vite-plugin-pwa": "^0.11.13", @@ -8512,15 +8512,15 @@ } }, "node_modules/vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "version": "2.9.15", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", + "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", "dev": true, "dependencies": { "esbuild": "^0.14.27", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" }, "bin": { "vite": "bin/vite.js" @@ -15531,16 +15531,16 @@ } }, "vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "version": "2.9.15", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", + "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", "dev": true, "requires": { "esbuild": "^0.14.27", "fsevents": "~2.3.2", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" } }, "vite-plugin-checker": { diff --git a/package.json b/package.json index 69995615..37907bf4 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "sass": "~1.32", "typescript": "^4.5.5", "unplugin-vue-components": "^0.18.0", - "vite": "^2.9.13", + "vite": "^2.9.15", "vite-plugin-checker": "^0.4.2", "vite-plugin-package-version": "^1.0.2", "vite-plugin-pwa": "^0.11.13", diff --git a/src/components/charts/HistoryAllPrintStatus.vue b/src/components/charts/HistoryAllPrintStatus.vue index 0d90803e..910acdfd 100644 --- a/src/components/charts/HistoryAllPrintStatus.vue +++ b/src/components/charts/HistoryAllPrintStatus.vue @@ -13,7 +13,7 @@ import Component from 'vue-class-component' import { Mixins, Watch } from 'vue-property-decorator' import BaseMixin from '@/components/mixins/base' import type { ECharts } from 'echarts/core' -import { ECBasicOption } from 'echarts/types/dist/shared' +import { ECBasicOption } from 'echarts/types/dist/shared.d' import { ServerHistoryStateAllPrintStatusEntry } from '@/store/server/history/types' @Component({ diff --git a/src/components/charts/TempChart.vue b/src/components/charts/TempChart.vue index 5d294235..b030cd75 100644 --- a/src/components/charts/TempChart.vue +++ b/src/components/charts/TempChart.vue @@ -16,7 +16,7 @@ import BaseMixin from '../mixins/base' import { PrinterTempHistoryStateSerie, PrinterTempHistoryStateSourceEntry } from '@/store/printer/tempHistory/types' import type { ECharts } from 'echarts/core' -import type { ECBasicOption } from 'echarts/types/dist/shared' +import type { ECBasicOption } from 'echarts/types/dist/shared.d' import { mdiClock } from '@mdi/js' interface echartsTooltipObj {