Skip to content

Commit be2d1a3

Browse files
authored
⚡️ chore: upgrade deps (#459)
1 parent 693de6d commit be2d1a3

File tree

3 files changed

+1460
-1564
lines changed

3 files changed

+1460
-1564
lines changed

.eslintrc-auto-import.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"RouteParams": true,
2424
"RouteRecordName": true,
2525
"RouteRecordRaw": true,
26+
"Slot": true,
27+
"Slots": true,
2628
"VNode": true,
2729
"WritableComputedRef": true,
2830
"_": true,
@@ -103,8 +105,6 @@
103105
"watch": true,
104106
"watchEffect": true,
105107
"watchPostEffect": true,
106-
"watchSyncEffect": true,
107-
"Slot": true,
108-
"Slots": true
108+
"watchSyncEffect": true
109109
}
110110
}

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,59 +51,59 @@
5151
"@element-plus/icons-vue": "2.3.1",
5252
"axios": "1.9.0",
5353
"echarts": "^5.6.0",
54-
"element-plus": "2.9.8",
54+
"element-plus": "2.9.10",
5555
"js-cookie": "^3.0.5",
5656
"lodash-es": "^4.17.21",
5757
"nprogress": "^0.2.0",
58-
"vue": "^3.5.13",
58+
"vue": "^3.5.14",
5959
"vue-router": "^4.5.1",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
63-
"@babel/core": "^7.26.10",
64-
"@babel/preset-env": "^7.26.9",
65-
"@eslint/js": "^9.25.1",
66-
"@iconify/json": "^2.2.332",
67-
"@iconify/vue": "^4.3.0",
63+
"@babel/core": "^7.27.1",
64+
"@babel/preset-env": "^7.27.2",
65+
"@eslint/js": "^9.27.0",
66+
"@iconify/json": "^2.2.340",
67+
"@iconify/vue": "^5.0.0",
6868
"@stylistic/eslint-plugin": "^4.2.0",
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.2",
72+
"@types/node": "^22.15.21",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^8.31.0",
75-
"@typescript-eslint/parser": "^8.31.0",
76-
"@vitejs/plugin-vue": "^5.2.3",
77-
"@vitest/coverage-v8": "^3.1.2",
78-
"@vue/compiler-sfc": "^3.5.13",
74+
"@typescript-eslint/eslint-plugin": "^8.32.1",
75+
"@typescript-eslint/parser": "^8.32.1",
76+
"@vitejs/plugin-vue": "^5.2.4",
77+
"@vitest/coverage-v8": "^3.1.4",
78+
"@vue/compiler-sfc": "^3.5.14",
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.25.1",
83-
"eslint-plugin-html": "8.1.2",
82+
"eslint": "^9.27.0",
83+
"eslint-plugin-html": "8.1.3",
8484
"eslint-plugin-import": "^2.31.0",
85-
"eslint-plugin-vue": "10.0.0",
86-
"globals": "^16.0.0",
85+
"eslint-plugin-vue": "10.1.0",
86+
"globals": "^16.1.0",
8787
"husky": "^9.1.7",
8888
"jsdom": "^26.1.0",
89-
"lint-staged": "^15.5.1",
89+
"lint-staged": "^16.0.0",
9090
"postcss": "^8.5.3",
9191
"postcss-html": "^1.8.0",
9292
"postcss-scss": "^4.0.9",
93-
"rollup": "4.40.0",
94-
"sass": "1.87.0",
93+
"rollup": "4.41.0",
94+
"sass": "1.89.0",
9595
"stylelint": "^16.19.1",
96-
"stylelint-config-recommended-scss": "^14.1.0",
96+
"stylelint-config-recommended-scss": "^15.0.1",
9797
"stylelint-config-recommended-vue": "^1.6.0",
9898
"stylelint-config-standard": "^38.0.0",
99-
"stylelint-config-standard-scss": "14.0.0",
99+
"stylelint-config-standard-scss": "15.0.1",
100100
"typescript": "^5.8.3",
101-
"unocss": "66.1.0-beta.12",
102-
"unplugin-auto-import": "^19.1.2",
101+
"unocss": "66.1.2",
102+
"unplugin-auto-import": "^19.2.0",
103103
"unplugin-icons": "^22.1.0",
104104
"unplugin-vue-components": "^28.5.0",
105-
"vite": "^6.3.3",
106-
"vitest": "^3.1.2",
105+
"vite": "^6.3.5",
106+
"vitest": "^3.1.4",
107107
"vue-eslint-parser": "^10.1.3"
108108
}
109109
}

0 commit comments

Comments
 (0)