Skip to content

Commit b4b5463

Browse files
committed
chore: update deps
1 parent c3d691a commit b4b5463

File tree

2 files changed

+659
-667
lines changed

2 files changed

+659
-667
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vant/touch-emulator": "^1.4.0",
2626
"@vant/use": "^1.6.0",
2727
"@vueuse/core": "^13.5.0",
28-
"axios": "^1.10.0",
28+
"axios": "^1.11.0",
2929
"echarts": "^5.6.0",
3030
"lodash-es": "^4.17.21",
3131
"nprogress": "^0.2.0",
@@ -34,29 +34,29 @@
3434
"resize-detector": "^0.3.0",
3535
"vant": "^4.9.21",
3636
"vconsole": "^3.15.1",
37-
"vue": "^3.5.17",
38-
"vue-i18n": "^11.1.10",
37+
"vue": "^3.5.18",
38+
"vue-i18n": "^11.1.11",
3939
"vue-router": "^4.5.1"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "4.17.0",
42+
"@antfu/eslint-config": "5.0.0",
4343
"@commitlint/cli": "^19.8.1",
4444
"@commitlint/config-conventional": "^19.8.1",
4545
"@commitlint/types": "^19.8.1",
46-
"@iconify-json/carbon": "^1.2.10",
46+
"@iconify-json/carbon": "^1.2.11",
4747
"@intlify/unplugin-vue-i18n": "^6.0.8",
4848
"@types/lodash-es": "^4.17.12",
49-
"@types/node": "^24.0.14",
49+
"@types/node": "^24.1.0",
5050
"@types/nprogress": "^0.2.3",
5151
"@unocss/eslint-config": "66.3.3",
5252
"@vant/auto-import-resolver": "^1.3.0",
53-
"@vitejs/plugin-legacy": "^7.0.1",
53+
"@vitejs/plugin-legacy": "^7.1.0",
5454
"@vitejs/plugin-vue": "^6.0.0",
5555
"autoprefixer": "^10.4.21",
5656
"bumpp": "^10.2.0",
5757
"consola": "^3.4.2",
58-
"cross-env": "^7.0.3",
59-
"eslint": "^9.31.0",
58+
"cross-env": "^10.0.0",
59+
"eslint": "^9.32.0",
6060
"eslint-plugin-format": "^1.0.1",
6161
"less": "^4.4.0",
6262
"lint-staged": "^16.1.2",
@@ -70,13 +70,13 @@
7070
"unplugin-auto-import": "^19.3.0",
7171
"unplugin-vue-components": "^28.8.0",
7272
"unplugin-vue-router": "^0.14.0",
73-
"vite": "^7.0.5",
73+
"vite": "^7.0.6",
7474
"vite-plugin-mock-dev-server": "^1.9.1",
75-
"vite-plugin-pwa": "^1.0.1",
75+
"vite-plugin-pwa": "^1.0.2",
7676
"vite-plugin-sitemap": "^0.8.2",
7777
"vite-plugin-vconsole": "^2.1.1",
7878
"vite-plugin-vue-devtools": "^7.7.7",
79-
"vue-tsc": "^3.0.2"
79+
"vue-tsc": "^3.0.4"
8080
},
8181
"pnpm": {
8282
"allowedDeprecatedVersions": {
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
"resolutions": {
98-
"vite": "^7.0.5"
98+
"vite": "^7.0.6"
9999
},
100100
"simple-git-hooks": {
101101
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)