|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "type": "module", |
4 | | - "packageManager": "pnpm@10.29.3", |
| 4 | + "packageManager": "pnpm@10.30.3", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite --open --host", |
7 | 7 | "build": "vite build", |
|
16 | 16 | "@vueuse/core": "^14.2.1", |
17 | 17 | "echarts": "^6.0.0", |
18 | 18 | "pinia": "^3.0.4", |
19 | | - "vue": "^3.5.28", |
| 19 | + "vue": "^3.5.29", |
20 | 20 | "vue-echarts": "^8.0.1", |
21 | | - "vue-router": "^5.0.2", |
22 | | - "vuetify": "^3.11.8" |
| 21 | + "vue-router": "^5.0.3", |
| 22 | + "vuetify": "^4.0.1" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "@mdi/js": "^7.4.47", |
26 | | - "@nuxt/eslint-config": "^1.15.1", |
| 26 | + "@nuxt/eslint-config": "^1.15.2", |
27 | 27 | "@pinia/testing": "^1.0.3", |
28 | 28 | "@playwright/test": "^1.58.2", |
29 | 29 | "@testing-library/vue": "^8.1.0", |
30 | 30 | "@tsconfig/node24": "^24.0.4", |
31 | | - "@types/jsdom": "^27.0.0", |
32 | | - "@types/node": "^24.10.13", |
| 31 | + "@types/jsdom": "^28.0.0", |
| 32 | + "@types/node": "^24.12.0", |
33 | 33 | "@vitejs/plugin-vue": "^6.0.4", |
34 | 34 | "@vue/test-utils": "^2.4.6", |
35 | | - "@vue/tsconfig": "^0.8.1", |
36 | | - "eslint": "^10.0.0", |
37 | | - "eslint-plugin-playwright": "^2.5.1", |
| 35 | + "@vue/tsconfig": "^0.9.0", |
| 36 | + "eslint": "^10.0.3", |
| 37 | + "eslint-plugin-playwright": "^2.9.0", |
38 | 38 | "jsdom": "^28.1.0", |
39 | 39 | "prettier": "^3.8.1", |
40 | 40 | "rollup-plugin-regexp": "^5.0.1", |
|
45 | 45 | "vite-plugin-vue-meta-layouts": "^0.6.1", |
46 | 46 | "vite-plugin-vuetify": "^2.1.3", |
47 | 47 | "vitest": "^4.0.18", |
48 | | - "vue-tsc": "^3.2.4" |
| 48 | + "vue-tsc": "^3.2.5" |
49 | 49 | }, |
50 | 50 | "onlyBuiltDependencies": [ |
51 | 51 | "esbuild", |
|
0 commit comments