Skip to content

Commit ced85e1

Browse files
authored
🌱 chore: upgrade deps & element plus (#460)
1 parent be2d1a3 commit ced85e1

File tree

3 files changed

+1372
-1285
lines changed

3 files changed

+1372
-1285
lines changed

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ declare module 'vue' {
4141
RouterView: typeof import('vue-router')['RouterView']
4242
TooltipCustom: typeof import('./src/components/TooltipCustom/index.vue')['default']
4343
}
44-
export interface ComponentCustomProperties {
44+
export interface GlobalDirectives {
4545
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
4646
}
4747
}

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,61 +49,61 @@
4949
},
5050
"dependencies": {
5151
"@element-plus/icons-vue": "2.3.1",
52-
"axios": "1.9.0",
52+
"axios": "1.10.0",
5353
"echarts": "^5.6.0",
54-
"element-plus": "2.9.10",
54+
"element-plus": "2.10.2",
5555
"js-cookie": "^3.0.5",
5656
"lodash-es": "^4.17.21",
5757
"nprogress": "^0.2.0",
58-
"vue": "^3.5.14",
58+
"vue": "^3.5.17",
5959
"vue-router": "^4.5.1",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
63-
"@babel/core": "^7.27.1",
63+
"@babel/core": "^7.27.4",
6464
"@babel/preset-env": "^7.27.2",
65-
"@eslint/js": "^9.27.0",
66-
"@iconify/json": "^2.2.340",
65+
"@eslint/js": "^9.29.0",
66+
"@iconify/json": "^2.2.350",
6767
"@iconify/vue": "^5.0.0",
68-
"@stylistic/eslint-plugin": "^4.2.0",
68+
"@stylistic/eslint-plugin": "^4.4.1",
6969
"@stylistic/stylelint-plugin": "^3.1.2",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/lodash-es": "^4.17.12",
72-
"@types/node": "^22.15.21",
72+
"@types/node": "^24.0.3",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^8.32.1",
75-
"@typescript-eslint/parser": "^8.32.1",
74+
"@typescript-eslint/eslint-plugin": "^8.34.1",
75+
"@typescript-eslint/parser": "^8.34.1",
7676
"@vitejs/plugin-vue": "^5.2.4",
77-
"@vitest/coverage-v8": "^3.1.4",
78-
"@vue/compiler-sfc": "^3.5.14",
77+
"@vitest/coverage-v8": "^3.2.4",
78+
"@vue/compiler-sfc": "^3.5.17",
7979
"@vue/test-utils": "2.4.6",
8080
"babel-plugin-transform-vite-meta-env": "^1.0.3",
8181
"cross-env": "^7.0.3",
82-
"eslint": "^9.27.0",
82+
"eslint": "^9.29.0",
8383
"eslint-plugin-html": "8.1.3",
8484
"eslint-plugin-import": "^2.31.0",
85-
"eslint-plugin-vue": "10.1.0",
86-
"globals": "^16.1.0",
85+
"eslint-plugin-vue": "10.2.0",
86+
"globals": "^16.2.0",
8787
"husky": "^9.1.7",
8888
"jsdom": "^26.1.0",
89-
"lint-staged": "^16.0.0",
90-
"postcss": "^8.5.3",
89+
"lint-staged": "^16.1.2",
90+
"postcss": "^8.5.6",
9191
"postcss-html": "^1.8.0",
9292
"postcss-scss": "^4.0.9",
93-
"rollup": "4.41.0",
94-
"sass": "1.89.0",
95-
"stylelint": "^16.19.1",
93+
"rollup": "4.43.0",
94+
"sass": "1.89.2",
95+
"stylelint": "^16.20.0",
9696
"stylelint-config-recommended-scss": "^15.0.1",
9797
"stylelint-config-recommended-vue": "^1.6.0",
9898
"stylelint-config-standard": "^38.0.0",
9999
"stylelint-config-standard-scss": "15.0.1",
100100
"typescript": "^5.8.3",
101-
"unocss": "66.1.2",
102-
"unplugin-auto-import": "^19.2.0",
101+
"unocss": "66.2.3",
102+
"unplugin-auto-import": "^19.3.0",
103103
"unplugin-icons": "^22.1.0",
104-
"unplugin-vue-components": "^28.5.0",
104+
"unplugin-vue-components": "^28.7.0",
105105
"vite": "^6.3.5",
106-
"vitest": "^3.1.4",
106+
"vitest": "^3.2.4",
107107
"vue-eslint-parser": "^10.1.3"
108108
}
109109
}

0 commit comments

Comments
 (0)