|
10 | 10 | "script:zip": "vite build --mode production && powershell scripts/zip.ps1" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@vueuse/core": "^10.2.1", |
14 | | - "chart.js": "^4.3.0", |
15 | | - "d3": "^7.8.5", |
| 13 | + "@vueuse/core": "^10.11.1", |
| 14 | + "chart.js": "^4.4.7", |
| 15 | + "d3": "^7.9.0", |
16 | 16 | "date-fns": "^2.30.0", |
17 | | - "rollup-plugin-copy": "^3.4.0", |
18 | | - "vue": "^3.2.47", |
19 | | - "vue-chartjs": "^5.2.0", |
20 | | - "vue-i18n": "^9.2.2" |
| 17 | + "rollup-plugin-copy": "^3.5.0", |
| 18 | + "vue": "^3.5.13", |
| 19 | + "vue-chartjs": "^5.3.2", |
| 20 | + "vue-i18n": "^9.14.2" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@intlify/unplugin-vue-i18n": "^0.12.2", |
| 23 | + "@intlify/unplugin-vue-i18n": "^0.12.3", |
24 | 24 | "@kyvg/vue3-notification": "^2.9.1", |
25 | | - "@types/d3": "^7.4.0", |
26 | | - "@types/webextension-polyfill": "^0.10.0", |
27 | | - "@vitejs/plugin-vue": "^4.0.0", |
28 | | - "@vuepic/vue-datepicker": "^5.3.0", |
29 | | - "typescript": "^5.0.4", |
30 | | - "vite": "^4.1.4", |
31 | | - "vite-plugin-web-extension": "^3.0.0", |
32 | | - "vue-tsc": "^1.2.0", |
| 25 | + "@types/d3": "^7.4.3", |
| 26 | + "@types/webextension-polyfill": "^0.10.7", |
| 27 | + "@vitejs/plugin-vue": "^4.6.2", |
| 28 | + "@vuepic/vue-datepicker": "^5.4.0", |
| 29 | + "typescript": "^5.7.2", |
| 30 | + "vite": "^4.5.5", |
| 31 | + "vite-plugin-web-extension": "^3.2.0", |
| 32 | + "vue-tsc": "^1.8.27", |
33 | 33 | "webextension-polyfill": "^0.10.0" |
34 | 34 | } |
35 | 35 | } |
0 commit comments