|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "type": "module",
|
4 |
| - "packageManager": "pnpm@9.15.4", |
| 4 | + "packageManager": "pnpm@10.5.2", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "vite --open --host",
|
7 | 7 | "build": "vite build",
|
|
13 | 13 | "format": "prettier . --write"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@vueuse/core": "^12.5.0", |
| 16 | + "@vueuse/core": "^12.7.0", |
17 | 17 | "echarts": "^5.6.0",
|
18 |
| - "pinia": "^2.3.1", |
| 18 | + "pinia": "^3.0.1", |
19 | 19 | "vue": "^3.5.13",
|
20 | 20 | "vue-echarts": "^7.0.3",
|
21 | 21 | "vue-router": "^4.5.0",
|
22 |
| - "vuetify": "^3.7.11" |
| 22 | + "vuetify": "^3.7.14" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@mdi/js": "^7.4.47",
|
26 |
| - "@nuxt/eslint-config": "^1.0.1", |
27 |
| - "@pinia/testing": "^0.1.7", |
| 26 | + "@nuxt/eslint-config": "^1.1.0", |
| 27 | + "@pinia/testing": "^1.0.0", |
28 | 28 | "@playwright/test": "^1.50.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": "^22.13.1", |
| 32 | + "@types/node": "^22.13.5", |
33 | 33 | "@vitejs/plugin-vue": "^5.2.1",
|
34 | 34 | "@vue/test-utils": "^2.4.6",
|
35 | 35 | "@vue/tsconfig": "^0.7.0",
|
36 |
| - "eslint": "^9.20.0", |
| 36 | + "eslint": "^9.21.0", |
37 | 37 | "eslint-plugin-playwright": "^2.2.0",
|
38 | 38 | "jsdom": "^26.0.0",
|
39 |
| - "prettier": "^3.5.0", |
| 39 | + "prettier": "^3.5.2", |
40 | 40 | "rollup-plugin-regexp": "^5.0.1",
|
41 | 41 | "typescript": "^5.7.3",
|
42 |
| - "unplugin-auto-import": "^19.0.0", |
43 |
| - "unplugin-vue-components": "^28.0.0", |
| 42 | + "unplugin-auto-import": "^19.1.1", |
| 43 | + "unplugin-vue-components": "^28.4.1", |
44 | 44 | "unplugin-vue-router": "^0.11.2",
|
45 |
| - "vite": "^6.1.0", |
| 45 | + "vite": "^6.2.0", |
46 | 46 | "vite-plugin-vue-meta-layouts": "^0.5.1",
|
47 | 47 | "vite-plugin-vuetify": "^2.1.0",
|
48 |
| - "vitest": "^3.0.5", |
49 |
| - "vue-tsc": "^2.2.0" |
| 48 | + "vitest": "^3.0.7", |
| 49 | + "vue-tsc": "^2.2.4" |
50 | 50 | }
|
51 | 51 | }
|
0 commit comments