Skip to content

Commit fe57ced

Browse files
committed
chore(deps): Upgrade deps
1 parent 2a4933b commit fe57ced

File tree

6 files changed

+475
-603
lines changed

6 files changed

+475
-603
lines changed

build/vite/index.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import vue from '@vitejs/plugin-vue'
22
import legacy from '@vitejs/plugin-legacy'
3-
import vueJsx from '@vitejs/plugin-vue-jsx'
4-
import { visualizer } from 'rollup-plugin-visualizer'
53
import Components from 'unplugin-vue-components/vite'
64
import AutoImport from 'unplugin-auto-import/vite'
75
import VueRouter from 'unplugin-vue-router/vite'
@@ -63,6 +61,10 @@ export function createVitePlugins() {
6361
],
6462
}),
6563

64+
legacy({
65+
targets: ['defaults', 'not IE 11'],
66+
}),
67+
6668
// https://github.com/antfu/unocss
6769
// see uno.config.ts for config
6870
UnoCSS(),
@@ -101,12 +103,5 @@ export function createVitePlugins() {
101103
],
102104
},
103105
}),
104-
105-
vueJsx(),
106-
visualizer(),
107-
108-
legacy({
109-
targets: ['defaults', 'not IE 11'],
110-
}),
111106
]
112107
}

package.json

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,62 +17,60 @@
1717
"prepare": "husky"
1818
},
1919
"dependencies": {
20-
"@unhead/vue": "^1.8.10",
20+
"@unhead/vue": "^1.8.11",
2121
"@vant/touch-emulator": "^1.4.0",
2222
"@vant/use": "^1.6.0",
23-
"@vueuse/core": "^10.7.2",
23+
"@vueuse/core": "^10.9.0",
2424
"axios": "^1.6.7",
25-
"echarts": "^5.4.3",
25+
"echarts": "^5.5.0",
2626
"lodash-es": "^4.17.21",
2727
"nprogress": "^0.2.0",
2828
"pinia": "^2.1.7",
2929
"pinia-plugin-persistedstate": "^3.2.1",
3030
"resize-detector": "^0.3.0",
3131
"store": "^2.0.12",
32-
"vant": "^4.8.4",
32+
"vant": "^4.8.5",
3333
"vconsole": "^3.15.1",
34-
"vue": "^3.4.15",
35-
"vue-router": "^4.2.5"
34+
"vue": "^3.4.21",
35+
"vue-router": "^4.3.0"
3636
},
3737
"devDependencies": {
38-
"@antfu/eslint-config": "2.6.4",
38+
"@antfu/eslint-config": "2.8.0",
3939
"@types/lodash-es": "^4.17.12",
40-
"@types/node": "^20.11.16",
40+
"@types/node": "^20.11.25",
4141
"@types/nprogress": "^0.2.3",
4242
"@types/store": "^2.0.5",
4343
"@unocss/eslint-plugin": "^0.58.5",
4444
"@unocss/preset-rem-to-px": "^0.58.5",
45-
"@vitejs/plugin-legacy": "^5.3.0",
46-
"@vitejs/plugin-vue": "^5.0.3",
47-
"@vitejs/plugin-vue-jsx": "^3.1.0",
48-
"autoprefixer": "^10.4.17",
49-
"bumpp": "^9.3.0",
45+
"@vitejs/plugin-legacy": "^5.3.1",
46+
"@vitejs/plugin-vue": "^5.0.4",
47+
"autoprefixer": "^10.4.18",
48+
"bumpp": "^9.4.0",
5049
"commitizen": "^4.3.0",
5150
"consola": "^3.2.3",
5251
"cross-env": "^7.0.3",
5352
"cz-emoji-chinese": "^0.3.1",
54-
"eslint": "npm:eslint-ts-patch@^8.57.0-0",
55-
"eslint-ts-patch": "^8.57.0-0",
56-
"husky": "^9.0.10",
53+
"eslint": "npm:[email protected]",
54+
"eslint-ts-patch": "8.57.0-0",
55+
"husky": "^9.0.11",
5756
"less": "^4.2.0",
5857
"mockjs": "^1.1.0",
5958
"postcss-mobile-forever": "^4.1.1",
60-
"rollup": "^4.9.6",
61-
"rollup-plugin-visualizer": "^5.12.0",
62-
"terser": "^5.27.0",
63-
"typescript": "^5.3.3",
59+
"rollup": "^4.12.1",
60+
"terser": "^5.29.1",
61+
"typescript": "^5.4.2",
6462
"unocss": "^0.58.5",
6563
"unplugin-auto-import": "^0.17.5",
6664
"unplugin-vue-components": "^0.26.0",
67-
"unplugin-vue-router": "^0.7.0",
68-
"vite": "^5.0.12",
65+
"unplugin-vue-router": "^0.8.4",
66+
"vite": "^5.1.5",
6967
"vite-plugin-mock-dev-server": "^1.4.7",
7068
"vite-plugin-pwa": "^0.19.2",
7169
"vite-plugin-vconsole": "^2.1.1",
72-
"vite-plugin-vue-devtools": "^7.0.14",
70+
"vite-plugin-vue-devtools": "^7.0.16",
7371
"vite-plugin-vue-layouts": "^0.11.0",
74-
"vitest": "^1.2.2",
75-
"vue-tsc": "^1.8.27"
72+
"vitest": "^1.3.1",
73+
"vue-tsc": "^2.0.6"
7674
},
7775
"pnpm": {
7876
"peerDependencyRules": {

0 commit comments

Comments
 (0)