|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "type": "module",
|
4 |
| - "packageManager": "pnpm@8.14.3", |
| 4 | + "packageManager": "pnpm@8.15.3", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "vite --open --host",
|
7 | 7 | "build": "vite build",
|
|
16 | 16 | "dependencies": {
|
17 | 17 | "@mdi/js": "^7.4.47",
|
18 | 18 | "@vueuse/core": "^10.7.2",
|
19 |
| - "axios": "^1.6.5", |
20 |
| - "echarts": "^5.4.3", |
| 19 | + "axios": "^1.6.7", |
| 20 | + "echarts": "^5.5.0", |
21 | 21 | "pinia": "^2.1.7",
|
22 | 22 | "portal-vue": "^2.1.7",
|
23 | 23 | "vue": "^2.7.16",
|
24 | 24 | "vue-echarts": "^6.6.8",
|
25 | 25 | "vue-i18n": "^8.28.2",
|
26 |
| - "vue-i18n-bridge": "^9.9.0", |
| 26 | + "vue-i18n-bridge": "^9.9.1", |
27 | 27 | "vue-router": "^3.6.5",
|
28 |
| - "vuetify": "^2.7.1" |
| 28 | + "vuetify": "^2.7.2" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "@intlify/unplugin-vue-i18n": "^2.0.0",
|
32 | 32 | "@kingyue/vite-plugin-vue2-svg": "^0.6.0",
|
33 | 33 | "@pinia/testing": "^0.1.3",
|
34 |
| - "@rushstack/eslint-patch": "^1.7.0", |
| 34 | + "@rushstack/eslint-patch": "^1.7.2", |
35 | 35 | "@testing-library/vue": "^5.9.0",
|
36 |
| - "@types/node": "^20.11.5", |
37 |
| - "@vitejs/plugin-legacy": "^5.2.0", |
| 36 | + "@types/node": "^20.11.19", |
| 37 | + "@vitejs/plugin-legacy": "^5.3.0", |
38 | 38 | "@vitejs/plugin-vue2": "^2.3.1",
|
39 | 39 | "@vue/eslint-config-prettier": "^9.0.0",
|
40 | 40 | "@vue/eslint-config-typescript": "^12.0.0",
|
41 | 41 | "@vue/test-utils": "^1.3.6",
|
42 | 42 | "browserslist-to-esbuild": "^2.1.1",
|
43 |
| - "cypress": "^13.6.3", |
| 43 | + "cypress": "^13.6.4", |
44 | 44 | "eslint": "^8.56.0",
|
45 | 45 | "eslint-plugin-cypress": "^2.15.1",
|
46 |
| - "eslint-plugin-vue": "^9.20.1", |
| 46 | + "eslint-plugin-vue": "^9.21.1", |
47 | 47 | "flush-promises": "^1.0.2",
|
48 | 48 | "jsdom": "^24.0.0",
|
49 |
| - "msw": "^2.1.4", |
| 49 | + "msw": "^2.2.1", |
50 | 50 | "postcss-preset-env": "^9.3.0",
|
51 |
| - "prettier": "^3.2.4", |
| 51 | + "prettier": "^3.2.5", |
52 | 52 | "rollup-plugin-regexp": "^5.0.1",
|
53 | 53 | "sass": "~1.32.13",
|
54 | 54 | "start-server-and-test": "^2.0.3",
|
55 |
| - "terser": "^5.27.0", |
| 55 | + "terser": "^5.27.1", |
56 | 56 | "typescript": "^5.3.3",
|
57 |
| - "unplugin-auto-import": "^0.17.3", |
| 57 | + "unplugin-auto-import": "^0.17.5", |
58 | 58 | "unplugin-vue-components": "^0.26.0",
|
59 |
| - "vite": "^5.0.12", |
60 |
| - "vite-plugin-inspect": "^0.8.2", |
| 59 | + "vite": "^5.1.3", |
| 60 | + "vite-plugin-inspect": "^0.8.3", |
61 | 61 | "vite-plugin-pages": "^0.32.0",
|
62 | 62 | "vite-plugin-vue-layouts": "^0.8.0",
|
63 |
| - "vitest": "^1.2.1", |
| 63 | + "vitest": "^1.3.0", |
64 | 64 | "volar-plugin-vue-router": "^0.2.0",
|
65 | 65 | "vue-template-compiler": "^2.7.16",
|
66 | 66 | "vue-tsc": "^1.8.27",
|
67 |
| - "vuetify2-component-types": "^2.7.0" |
| 67 | + "vuetify2-component-types": "^2.7.2" |
68 | 68 | },
|
69 | 69 | "browserslist": [
|
70 | 70 | "> 1.3%",
|
|
0 commit comments