|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "type": "module", |
4 | | - "packageManager": "pnpm@10.17.0", |
| 4 | + "packageManager": "pnpm@10.18.1", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite --open --host", |
7 | 7 | "build": "vite build", |
|
16 | 16 | "@vueuse/core": "^13.9.0", |
17 | 17 | "echarts": "^6.0.0", |
18 | 18 | "pinia": "^3.0.3", |
19 | | - "vue": "^3.5.21", |
20 | | - "vue-echarts": "8.0.0-beta.1", |
| 19 | + "vue": "^3.5.22", |
| 20 | + "vue-echarts": "^8.0.0", |
21 | 21 | "vue-router": "^4.5.1", |
22 | | - "vuetify": "^3.10.2" |
| 22 | + "vuetify": "^3.10.5" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "@mdi/js": "^7.4.47", |
26 | 26 | "@nuxt/eslint-config": "^1.9.0", |
27 | 27 | "@pinia/testing": "^1.0.2", |
28 | | - "@playwright/test": "^1.55.0", |
| 28 | + "@playwright/test": "^1.56.0", |
29 | 29 | "@testing-library/vue": "^8.1.0", |
30 | 30 | "@tsconfig/node22": "^22.0.2", |
31 | | - "@types/jsdom": "^21.1.7", |
32 | | - "@types/node": "^22.18.6", |
| 31 | + "@types/jsdom": "^27.0.0", |
| 32 | + "@types/node": "^22.18.8", |
33 | 33 | "@vitejs/plugin-vue": "^6.0.1", |
34 | 34 | "@vue/test-utils": "^2.4.6", |
35 | 35 | "@vue/tsconfig": "^0.8.1", |
36 | | - "eslint": "^9.36.0", |
| 36 | + "eslint": "^9.37.0", |
37 | 37 | "eslint-plugin-playwright": "^2.2.2", |
38 | 38 | "jsdom": "^27.0.0", |
39 | 39 | "prettier": "^3.6.2", |
40 | 40 | "rollup-plugin-regexp": "^5.0.1", |
41 | | - "typescript": "^5.9.2", |
42 | | - "unplugin-auto-import": "^20.1.0", |
43 | | - "unplugin-vue-components": "^29.0.0", |
| 41 | + "typescript": "^5.9.3", |
| 42 | + "unplugin-auto-import": "^20.2.0", |
| 43 | + "unplugin-vue-components": "^29.1.0", |
44 | 44 | "unplugin-vue-router": "^0.15.0", |
45 | | - "vite": "^7.1.6", |
| 45 | + "vite": "^7.1.9", |
46 | 46 | "vite-plugin-vue-meta-layouts": "^0.6.0", |
47 | 47 | "vite-plugin-vuetify": "^2.1.2", |
48 | 48 | "vitest": "^3.2.4", |
49 | | - "vue-tsc": "^3.0.7" |
| 49 | + "vue-tsc": "^3.1.1" |
50 | 50 | }, |
51 | 51 | "onlyBuiltDependencies": [ |
52 | 52 | "esbuild", |
|
0 commit comments