|
15 | 15 | "dependencies": {
|
16 | 16 | "@vueuse/core": "^11.1.0",
|
17 | 17 | "echarts": "^5.5.1",
|
18 |
| - "pinia": "^2.2.2", |
19 |
| - "vue": "^3.5.10", |
| 18 | + "pinia": "^2.2.4", |
| 19 | + "vue": "^3.5.12", |
20 | 20 | "vue-echarts": "^7.0.3",
|
21 | 21 | "vue-router": "^4.4.5",
|
22 | 22 | "vuetify": "^3.7.2"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@mdi/js": "^7.4.47",
|
26 |
| - "@nuxt/eslint-config": "^0.5.7", |
27 |
| - "@pinia/testing": "^0.1.5", |
28 |
| - "@playwright/test": "^1.47.2", |
| 26 | + "@nuxt/eslint-config": "^0.6.0", |
| 27 | + "@pinia/testing": "^0.1.6", |
| 28 | + "@playwright/test": "^1.48.1", |
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": "^20.16.10", |
| 32 | + "@types/node": "^20.16.12", |
33 | 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.11.1", |
37 |
| - "eslint-plugin-playwright": "^1.6.2", |
| 36 | + "eslint": "^9.12.0", |
| 37 | + "eslint-plugin-playwright": "^1.7.0", |
38 | 38 | "jsdom": "^25.0.1",
|
39 | 39 | "prettier": "^3.3.3",
|
40 | 40 | "rollup-plugin-regexp": "^5.0.1",
|
41 |
| - "typescript": "^5.6.2", |
| 41 | + "typescript": "^5.6.3", |
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.8", |
| 45 | + "vite": "^5.4.9", |
46 | 46 | "vite-plugin-vue-meta-layouts": "^0.4.3",
|
47 | 47 | "vite-plugin-vuetify": "^2.0.4",
|
48 |
| - "vitest": "^2.1.1", |
| 48 | + "vitest": "^2.1.3", |
49 | 49 | "vue-tsc": "^2.1.6"
|
50 | 50 | }
|
51 | 51 | }
|
0 commit comments