|
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 | 52 | "@element-plus/icons-vue": "2.3.1",
|
53 |
| - "@vueuse/core": "^12.6.1", |
54 |
| - "axios": "1.7.9", |
| 53 | + "@vueuse/core": "^13.0.0", |
| 54 | + "axios": "1.8.2", |
55 | 55 | "echarts": "^5.6.0",
|
56 |
| - "element-plus": "2.9.4", |
| 56 | + "element-plus": "2.9.6", |
57 | 57 | "js-cookie": "^3.0.5",
|
58 | 58 | "nprogress": "^0.2.0",
|
59 | 59 | "pinia": "^3.0.1",
|
60 |
| - "uuid": "^11.0.5", |
| 60 | + "uuid": "^11.1.0", |
61 | 61 | "vue": "^3.5.13",
|
62 |
| - "vue-i18n": "^11.1.1", |
| 62 | + "vue-i18n": "^11.1.2", |
63 | 63 | "vue-router": "^4.5.0"
|
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 |
| - "@babel/core": "^7.26.8", |
67 |
| - "@babel/preset-env": "^7.26.8", |
68 |
| - "@eslint/js": "^9.20.0", |
69 |
| - "@iconify/json": "^2.2.306", |
| 66 | + "@babel/core": "^7.26.9", |
| 67 | + "@babel/preset-env": "^7.26.9", |
| 68 | + "@eslint/js": "^9.22.0", |
| 69 | + "@iconify/json": "^2.2.315", |
70 | 70 | "@iconify/vue": "^4.3.0",
|
71 |
| - "@stylistic/eslint-plugin": "^3.1.0", |
| 71 | + "@stylistic/eslint-plugin": "^4.2.0", |
72 | 72 | "@stylistic/stylelint-plugin": "^3.1.2",
|
73 | 73 | "@types/js-cookie": "^3.0.6",
|
74 | 74 | "@types/lodash-es": "^4.17.12",
|
75 |
| - "@types/node": "^22.13.4", |
| 75 | + "@types/node": "^22.13.10", |
76 | 76 | "@types/nprogress": "^0.2.3",
|
77 |
| - "@typescript-eslint/eslint-plugin": "^8.24.0", |
78 |
| - "@typescript-eslint/parser": "^8.24.0", |
| 77 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 78 | + "@typescript-eslint/parser": "^8.26.0", |
79 | 79 | "@vitejs/plugin-vue": "^5.2.1",
|
80 |
| - "@vitest/coverage-v8": "^3.0.5", |
| 80 | + "@vitest/coverage-v8": "^3.0.8", |
81 | 81 | "@vue/compiler-sfc": "^3.5.13",
|
82 | 82 | "@vue/test-utils": "2.4.6",
|
83 | 83 | "babel-plugin-transform-vite-meta-env": "^1.0.3",
|
84 | 84 | "cross-env": "^7.0.3",
|
85 |
| - "eslint": "^9.20.1", |
86 |
| - "eslint-define-config": "^2.1.0", |
| 85 | + "eslint": "^9.22.0", |
87 | 86 | "eslint-plugin-html": "8.1.2",
|
88 | 87 | "eslint-plugin-import": "^2.31.0",
|
89 |
| - "eslint-plugin-vue": "^9.32.0", |
90 |
| - "globals": "^15.15.0", |
| 88 | + "eslint-plugin-vue": "^10.0.0", |
| 89 | + "globals": "^16.0.0", |
91 | 90 | "husky": "^9.1.7",
|
92 | 91 | "identity-obj-proxy": "^3.0.0",
|
93 | 92 | "jsdom": "^26.0.0",
|
94 | 93 | "lint-staged": "^15.4.3",
|
95 | 94 | "lodash-es": "^4.17.21",
|
96 |
| - "postcss": "^8.5.2", |
| 95 | + "postcss": "^8.5.3", |
97 | 96 | "postcss-html": "^1.8.0",
|
98 | 97 | "postcss-scss": "^4.0.9",
|
99 |
| - "rollup": "^4.34.6", |
100 |
| - "sass": "1.85.0", |
101 |
| - "stylelint": "^16.14.1", |
| 98 | + "rollup": "^4.35.0", |
| 99 | + "sass": "1.85.1", |
| 100 | + "stylelint": "^16.15.0", |
102 | 101 | "stylelint-config-recommended-scss": "14.1.0",
|
103 | 102 | "stylelint-config-recommended-vue": "^1.6.0",
|
104 | 103 | "stylelint-config-standard": "^37.0.0",
|
105 | 104 | "stylelint-config-standard-scss": "14.0.0",
|
106 | 105 | "sucrase": "^3.35.0",
|
107 |
| - "typescript": "^5.7.3", |
108 |
| - "unocss": "^65.4.3", |
109 |
| - "unplugin-auto-import": "^19.0.0", |
110 |
| - "unplugin-icons": "^22.0.0", |
111 |
| - "unplugin-vue-components": "^28.0.0", |
112 |
| - "vite": "^6.1.0", |
113 |
| - "vitest": "^3.0.5", |
114 |
| - "vue-eslint-parser": "^9.4.3" |
| 106 | + "typescript": "^5.8.2", |
| 107 | + "unocss": "66.1.0-beta.3", |
| 108 | + "unplugin-auto-import": "^19.1.1", |
| 109 | + "unplugin-icons": "^22.1.0", |
| 110 | + "unplugin-vue-components": "^28.4.1", |
| 111 | + "vite": "^6.2.1", |
| 112 | + "vitest": "^3.0.8", |
| 113 | + "vue-eslint-parser": "^10.1.1" |
115 | 114 | }
|
116 | 115 | }
|
0 commit comments