|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "type": "module", |
4 | | - "packageManager": "pnpm@10.20.0", |
| 4 | + "packageManager": "pnpm@10.22.0", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite --open --host", |
7 | 7 | "build": "vite build", |
|
19 | 19 | "vue": "^3.5.24", |
20 | 20 | "vue-echarts": "^8.0.1", |
21 | 21 | "vue-router": "^4.6.3", |
22 | | - "vuetify": "^3.10.9" |
| 22 | + "vuetify": "^3.10.11" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "@mdi/js": "^7.4.47", |
26 | 26 | "@nuxt/eslint-config": "^1.10.0", |
27 | 27 | "@pinia/testing": "^1.0.3", |
28 | 28 | "@playwright/test": "^1.56.1", |
29 | 29 | "@testing-library/vue": "^8.1.0", |
30 | | - "@tsconfig/node22": "^22.0.2", |
| 30 | + "@tsconfig/node24": "^24.0.2", |
31 | 31 | "@types/jsdom": "^27.0.0", |
32 | | - "@types/node": "^24.10.0", |
| 32 | + "@types/node": "^24.10.1", |
33 | 33 | "@vitejs/plugin-vue": "^6.0.1", |
34 | 34 | "@vue/test-utils": "^2.4.6", |
35 | 35 | "@vue/tsconfig": "^0.8.1", |
36 | 36 | "eslint": "^9.39.1", |
37 | 37 | "eslint-plugin-playwright": "^2.3.0", |
38 | | - "jsdom": "^27.1.0", |
| 38 | + "jsdom": "^27.2.0", |
39 | 39 | "prettier": "^3.6.2", |
40 | 40 | "rollup-plugin-regexp": "^5.0.1", |
41 | 41 | "typescript": "^5.9.3", |
42 | 42 | "unplugin-auto-import": "^20.2.0", |
43 | 43 | "unplugin-vue-components": "^30.0.0", |
44 | | - "unplugin-vue-router": "^0.16.1", |
| 44 | + "unplugin-vue-router": "^0.17.0", |
45 | 45 | "vite": "^7.2.2", |
46 | 46 | "vite-plugin-vue-meta-layouts": "^0.6.1", |
47 | 47 | "vite-plugin-vuetify": "^2.1.2", |
48 | | - "vitest": "^4.0.8", |
49 | | - "vue-tsc": "^3.1.3" |
| 48 | + "vitest": "^4.0.9", |
| 49 | + "vue-tsc": "^3.1.4" |
50 | 50 | }, |
51 | 51 | "onlyBuiltDependencies": [ |
52 | 52 | "esbuild", |
|
0 commit comments