Skip to content

Commit ee08033

Browse files
authored
👋 chore: upgrade vite v7.3 & element plus v2.13 (#466)
1 parent e7c34ab commit ee08033

File tree

2 files changed

+1433
-1553
lines changed

2 files changed

+1433
-1553
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -49,61 +49,61 @@
4949
},
5050
"dependencies": {
5151
"@element-plus/icons-vue": "2.3.2",
52-
"axios": "1.12.2",
52+
"axios": "1.13.2",
5353
"echarts": "^6.0.0",
54-
"element-plus": "2.11.5",
54+
"element-plus": "2.13.0",
5555
"js-cookie": "^3.0.5",
56-
"lodash-es": "^4.17.21",
56+
"lodash-es": "^4.17.22",
5757
"nprogress": "^0.2.0",
58-
"vue": "^3.5.22",
59-
"vue-router": "^4.6.3",
58+
"vue": "^3.5.26",
59+
"vue-router": "^4.6.4",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
63-
"@babel/core": "^7.28.4",
64-
"@babel/preset-env": "^7.28.3",
65-
"@eslint/js": "^9.38.0",
66-
"@iconify/json": "^2.2.398",
63+
"@babel/core": "^7.28.5",
64+
"@babel/preset-env": "^7.28.5",
65+
"@eslint/js": "^9.39.2",
66+
"@iconify/json": "^2.2.419",
6767
"@iconify/vue": "^5.0.0",
68-
"@stylistic/eslint-plugin": "^5.5.0",
68+
"@stylistic/eslint-plugin": "^5.6.1",
6969
"@stylistic/stylelint-plugin": "^4.0.0",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/lodash-es": "^4.17.12",
72-
"@types/node": "^24.9.1",
72+
"@types/node": "^25.0.3",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^8.46.2",
75-
"@typescript-eslint/parser": "^8.46.2",
76-
"@vitejs/plugin-vue": "^6.0.1",
77-
"@vitest/coverage-v8": "^3.2.4",
78-
"@vue/compiler-sfc": "^3.5.22",
74+
"@typescript-eslint/eslint-plugin": "^8.50.0",
75+
"@typescript-eslint/parser": "^8.50.0",
76+
"@vitejs/plugin-vue": "^6.0.3",
77+
"@vitest/coverage-v8": "^4.0.16",
78+
"@vue/compiler-sfc": "^3.5.26",
7979
"@vue/test-utils": "2.4.6",
8080
"babel-plugin-transform-vite-meta-env": "^1.0.3",
8181
"cross-env": "^10.1.0",
82-
"eslint": "^9.38.0",
82+
"eslint": "^9.39.2",
8383
"eslint-plugin-html": "8.1.3",
8484
"eslint-plugin-import": "^2.32.0",
85-
"eslint-plugin-vue": "10.5.1",
86-
"globals": "^16.4.0",
85+
"eslint-plugin-vue": "10.6.2",
86+
"globals": "^16.5.0",
8787
"husky": "^9.1.7",
88-
"jsdom": "^27.0.1",
89-
"lint-staged": "^16.2.5",
88+
"jsdom": "^27.3.0",
89+
"lint-staged": "^16.2.7",
9090
"postcss": "^8.5.6",
9191
"postcss-html": "^1.8.0",
9292
"postcss-scss": "^4.0.9",
93-
"rollup": "4.52.5",
94-
"sass": "1.93.2",
95-
"stylelint": "^16.25.0",
93+
"rollup": "4.53.5",
94+
"sass": "1.97.0",
95+
"stylelint": "^16.26.1",
9696
"stylelint-config-recommended-scss": "^16.0.2",
9797
"stylelint-config-recommended-vue": "^1.6.1",
9898
"stylelint-config-standard": "^39.0.1",
9999
"stylelint-config-standard-scss": "16.0.0",
100100
"typescript": "^5.9.3",
101-
"unocss": "66.5.4",
102-
"unplugin-auto-import": "^20.2.0",
101+
"unocss": "66.5.10",
102+
"unplugin-auto-import": "^20.3.0",
103103
"unplugin-icons": "^22.5.0",
104104
"unplugin-vue-components": "^30.0.0",
105-
"vite": "^7.1.11",
106-
"vitest": "^3.2.4",
105+
"vite": "^7.3.0",
106+
"vitest": "^4.0.16",
107107
"vue-eslint-parser": "^10.2.0"
108108
}
109109
}

0 commit comments

Comments
 (0)