|
13 | 13 | "format": "prettier . --write"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@vueuse/core": "^11.2.0", |
| 16 | + "@vueuse/core": "^12.0.0", |
17 | 17 | "echarts": "^5.5.1",
|
18 |
| - "pinia": "^2.2.6", |
| 18 | + "pinia": "^2.3.0", |
19 | 19 | "vue": "^3.5.13",
|
20 | 20 | "vue-echarts": "^7.0.3",
|
21 |
| - "vue-router": "^4.4.5", |
22 |
| - "vuetify": "^3.7.4" |
| 21 | + "vue-router": "^4.5.0", |
| 22 | + "vuetify": "^3.7.5" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@mdi/js": "^7.4.47",
|
26 |
| - "@nuxt/eslint-config": "^0.7.0", |
| 26 | + "@nuxt/eslint-config": "^0.7.2", |
27 | 27 | "@pinia/testing": "^0.1.7",
|
28 |
| - "@playwright/test": "^1.48.2", |
| 28 | + "@playwright/test": "^1.49.0", |
29 | 29 | "@testing-library/vue": "^8.1.0",
|
30 | 30 | "@tsconfig/node20": "^20.1.4",
|
31 | 31 | "@types/jsdom": "^21.1.7",
|
32 |
| - "@types/node": "^22.9.0", |
33 |
| - "@vitejs/plugin-vue": "^5.2.0", |
| 32 | + "@types/node": "^22.10.1", |
| 33 | + "@vitejs/plugin-vue": "^5.2.1", |
34 | 34 | "@vue/test-utils": "^2.4.6",
|
35 |
| - "@vue/tsconfig": "^0.6.0", |
36 |
| - "eslint": "9.14.0", |
37 |
| - "eslint-plugin-playwright": "^2.0.1", |
| 35 | + "@vue/tsconfig": "^0.7.0", |
| 36 | + "eslint": "^9.16.0", |
| 37 | + "eslint-plugin-playwright": "^2.1.0", |
38 | 38 | "jsdom": "^25.0.1",
|
39 |
| - "prettier": "^3.3.3", |
| 39 | + "prettier": "^3.4.2", |
40 | 40 | "rollup-plugin-regexp": "^5.0.1",
|
41 |
| - "typescript": "^5.6.3", |
42 |
| - "unplugin-auto-import": "^0.18.4", |
43 |
| - "unplugin-vue-components": "^0.27.4", |
44 |
| - "unplugin-vue-router": "^0.10.8", |
45 |
| - "vite": "^5.4.11", |
46 |
| - "vite-plugin-vue-meta-layouts": "^0.5.0", |
| 41 | + "typescript": "~5.6.3", |
| 42 | + "unplugin-auto-import": "^0.18.6", |
| 43 | + "unplugin-vue-components": "^0.27.5", |
| 44 | + "unplugin-vue-router": "^0.10.9", |
| 45 | + "vite": "^6.0.3", |
| 46 | + "vite-plugin-vue-meta-layouts": "^0.5.1", |
47 | 47 | "vite-plugin-vuetify": "^2.0.4",
|
48 |
| - "vitest": "^2.1.5", |
| 48 | + "vitest": "^2.1.8", |
49 | 49 | "vue-tsc": "^2.1.10"
|
50 | 50 | }
|
51 | 51 | }
|
0 commit comments