|
13 | 13 | "format": "prettier . --write"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@vueuse/core": "^11.1.0", |
| 16 | + "@vueuse/core": "^11.2.0", |
17 | 17 | "echarts": "^5.5.1",
|
18 |
| - "pinia": "^2.2.4", |
| 18 | + "pinia": "^2.2.5", |
19 | 19 | "vue": "^3.5.12",
|
20 | 20 | "vue-echarts": "^7.0.3",
|
21 | 21 | "vue-router": "^4.4.5",
|
22 | 22 | "vuetify": "^3.7.3"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@mdi/js": "^7.4.47",
|
26 |
| - "@nuxt/eslint-config": "^0.6.0", |
| 26 | + "@nuxt/eslint-config": "^0.6.1", |
27 | 27 | "@pinia/testing": "^0.1.6",
|
28 |
| - "@playwright/test": "^1.48.1", |
| 28 | + "@playwright/test": "^1.48.2", |
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.13", |
| 32 | + "@types/node": "^20.17.6", |
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.13.0", |
37 |
| - "eslint-plugin-playwright": "^1.8.0", |
| 36 | + "eslint": "^9.14.0", |
| 37 | + "eslint-plugin-playwright": "^2.0.0", |
38 | 38 | "jsdom": "^25.0.1",
|
39 | 39 | "prettier": "^3.3.3",
|
40 | 40 | "rollup-plugin-regexp": "^5.0.1",
|
41 | 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.9", |
| 45 | + "vite": "^5.4.10", |
46 | 46 | "vite-plugin-vue-meta-layouts": "^0.4.3",
|
47 | 47 | "vite-plugin-vuetify": "^2.0.4",
|
48 |
| - "vitest": "^2.1.3", |
49 |
| - "vue-tsc": "^2.1.6" |
| 48 | + "vitest": "^2.1.4", |
| 49 | + "vue-tsc": "^2.1.10" |
50 | 50 | }
|
51 | 51 | }
|
0 commit comments