Skip to content

Commit fce771a

Browse files
authored
💧 chore: upgrade deps emphasis vite 5.3 (#380)
1 parent cd98c83 commit fce771a

File tree

3 files changed

+700
-689
lines changed

3 files changed

+700
-689
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -51,59 +51,59 @@
5151
"@element-plus/icons-vue": "2.3.1",
5252
"axios": "1.7.2",
5353
"echarts": "^5.5.0",
54-
"element-plus": "2.7.4",
54+
"element-plus": "2.7.6",
5555
"js-cookie": "^3.0.5",
5656
"lodash-es": "^4.17.21",
5757
"nprogress": "^0.2.0",
58-
"vue": "^3.4.27",
59-
"vue-router": "^4.3.2",
58+
"vue": "^3.4.30",
59+
"vue-router": "^4.4.0",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
6363
"@babel/core": "^7.24.7",
6464
"@babel/preset-env": "^7.24.7",
65-
"@eslint/js": "^9.4.0",
66-
"@iconify/json": "^2.2.217",
65+
"@eslint/js": "^9.5.0",
66+
"@iconify/json": "^2.2.221",
6767
"@iconify/vue": "^4.1.2",
68-
"@stylistic/eslint-plugin": "^2.1.0",
68+
"@stylistic/eslint-plugin": "^2.2.2",
6969
"@stylistic/stylelint-plugin": "^2.1.2",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/lodash-es": "^4.17.12",
72-
"@types/node": "^20.14.2",
72+
"@types/node": "^20.14.8",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^7.12.0",
75-
"@typescript-eslint/parser": "^7.12.0",
74+
"@typescript-eslint/eslint-plugin": "^7.13.1",
75+
"@typescript-eslint/parser": "^7.13.1",
7676
"@vitejs/plugin-vue": "^5.0.5",
7777
"@vitest/coverage-v8": "^1.6.0",
78-
"@vue/compiler-sfc": "^3.4.27",
78+
"@vue/compiler-sfc": "^3.4.30",
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.4.0",
82+
"eslint": "^9.5.0",
8383
"eslint-define-config": "^2.1.0",
8484
"eslint-plugin-html": "8.1.1",
8585
"eslint-plugin-import": "^2.29.1",
8686
"eslint-plugin-vue": "9.26.0",
87-
"globals": "^15.4.0",
87+
"globals": "^15.6.0",
8888
"husky": "^9.0.11",
8989
"jsdom": "^24.1.0",
90-
"lint-staged": "^15.2.5",
90+
"lint-staged": "^15.2.7",
9191
"postcss": "^8.4.38",
9292
"postcss-html": "^1.7.0",
9393
"postcss-scss": "^4.0.9",
9494
"rollup": "4.18.0",
95-
"sass": "^1.77.4",
95+
"sass": "^1.77.6",
9696
"stylelint": "^16.6.1",
9797
"stylelint-config-recommended-scss": "^14.0.0",
9898
"stylelint-config-recommended-vue": "^1.5.0",
99-
"stylelint-config-standard": "^36.0.0",
99+
"stylelint-config-standard": "^36.0.1",
100100
"stylelint-config-standard-scss": "13.1.0",
101-
"typescript": "^5.4.5",
102-
"unocss": "^0.60.4",
101+
"typescript": "^5.5.2",
102+
"unocss": "^0.61.0",
103103
"unplugin-auto-import": "^0.17.6",
104104
"unplugin-icons": "^0.19.0",
105105
"unplugin-vue-components": "^0.27.0",
106-
"vite": "^5.2.12",
106+
"vite": "^5.3.1",
107107
"vitest": "^1.6.0",
108108
"vue-eslint-parser": "^9.4.3"
109109
}

0 commit comments

Comments
 (0)