|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "type": "module",
|
4 |
| - "packageManager": "pnpm@9.10.0", |
| 4 | + "packageManager": "pnpm@9.11.0", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "vite --open --host",
|
7 | 7 | "build": "vite build",
|
|
16 | 16 | "@vueuse/core": "^11.1.0",
|
17 | 17 | "echarts": "^5.5.1",
|
18 | 18 | "pinia": "^2.2.2",
|
19 |
| - "vue": "^3.5.6", |
| 19 | + "vue": "^3.5.8", |
20 | 20 | "vue-echarts": "^7.0.3",
|
21 | 21 | "vue-router": "^4.4.5",
|
22 |
| - "vuetify": "^3.7.1" |
| 22 | + "vuetify": "^3.7.2" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@mdi/js": "^7.4.47",
|
26 | 26 | "@nuxt/eslint-config": "^0.5.7",
|
27 | 27 | "@pinia/testing": "^0.1.5",
|
28 |
| - "@playwright/test": "^1.47.1", |
| 28 | + "@playwright/test": "^1.47.2", |
29 | 29 | "@testing-library/vue": "^8.1.0",
|
30 | 30 | "@tsconfig/node20": "^20.1.4",
|
31 | 31 | "@types/jsdom": "^21.1.7",
|
32 | 32 | "@types/node": "^20.16.5",
|
33 |
| - "@vitejs/plugin-vue": "^5.1.3", |
| 33 | + "@vitejs/plugin-vue": "^5.1.4", |
34 | 34 | "@vue/test-utils": "^2.4.6",
|
35 | 35 | "@vue/tsconfig": "^0.5.1",
|
36 |
| - "eslint": "^9.10.0", |
| 36 | + "eslint": "^9.11.0", |
37 | 37 | "eslint-plugin-playwright": "^1.6.2",
|
38 |
| - "jsdom": "^25.0.0", |
| 38 | + "jsdom": "^25.0.1", |
39 | 39 | "prettier": "^3.3.3",
|
40 | 40 | "rollup-plugin-regexp": "^5.0.1",
|
41 | 41 | "typescript": "^5.6.2",
|
42 | 42 | "unplugin-auto-import": "^0.18.3",
|
43 | 43 | "unplugin-vue-components": "^0.27.4",
|
44 | 44 | "unplugin-vue-router": "^0.10.8",
|
45 |
| - "vite": "^5.4.5", |
| 45 | + "vite": "^5.4.7", |
46 | 46 | "vite-plugin-vue-meta-layouts": "^0.4.3",
|
47 | 47 | "vite-plugin-vuetify": "^2.0.4",
|
48 | 48 | "vitest": "^2.1.1",
|
|
0 commit comments