Skip to content

Commit 26b0372

Browse files
authored
🛶 chore: upgrade latest deps (#427)
1 parent 66bad9e commit 26b0372

File tree

3 files changed

+1392
-1001
lines changed

3 files changed

+1392
-1001
lines changed

auto-imports.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ declare global {
9696
export type { RouteRecordRaw, RouteLocationRaw, LocationQuery, RouteParams, RouteLocationNormalizedLoaded, RouteRecordName, NavigationGuard } from 'vue-router'
9797
import('vue-router')
9898
}
99+
99100
// for vue template auto import
100101
import { UnwrapRef } from 'vue'
101102
declare module 'vue' {
@@ -182,4 +183,4 @@ declare module 'vue' {
182183
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
183184
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
184185
}
185-
}
186+
}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,62 +49,62 @@
4949
},
5050
"dependencies": {
5151
"@element-plus/icons-vue": "2.3.1",
52-
"axios": "1.7.7",
52+
"axios": "1.7.8",
5353
"echarts": "^5.5.1",
54-
"element-plus": "2.8.3",
54+
"element-plus": "2.8.8",
5555
"js-cookie": "^3.0.5",
5656
"lodash-es": "^4.17.21",
5757
"nprogress": "^0.2.0",
58-
"vue": "^3.5.12",
59-
"vue-router": "^4.4.5",
58+
"vue": "^3.5.13",
59+
"vue-router": "^4.5.0",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
6363
"@babel/core": "^7.26.0",
6464
"@babel/preset-env": "^7.26.0",
65-
"@eslint/js": "^9.14.0",
66-
"@iconify/json": "^2.2.268",
65+
"@eslint/js": "^9.15.0",
66+
"@iconify/json": "^2.2.277",
6767
"@iconify/vue": "^4.1.2",
68-
"@stylistic/eslint-plugin": "^2.10.1",
68+
"@stylistic/eslint-plugin": "^2.11.0",
6969
"@stylistic/stylelint-plugin": "^3.1.1",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/lodash-es": "^4.17.12",
72-
"@types/node": "^22.9.0",
72+
"@types/node": "^22.10.1",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^8.13.0",
75-
"@typescript-eslint/parser": "^8.13.0",
76-
"@vitejs/plugin-vue": "^5.1.4",
77-
"@vitest/coverage-v8": "^2.1.4",
78-
"@vue/compiler-sfc": "^3.5.12",
74+
"@typescript-eslint/eslint-plugin": "^8.16.0",
75+
"@typescript-eslint/parser": "^8.16.0",
76+
"@vitejs/plugin-vue": "^5.2.1",
77+
"@vitest/coverage-v8": "^2.1.6",
78+
"@vue/compiler-sfc": "^3.5.13",
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.14.0",
82+
"eslint": "^9.15.0",
8383
"eslint-define-config": "^2.1.0",
8484
"eslint-plugin-html": "8.1.2",
8585
"eslint-plugin-import": "^2.31.0",
86-
"eslint-plugin-vue": "9.30.0",
86+
"eslint-plugin-vue": "9.31.0",
8787
"globals": "^15.12.0",
88-
"husky": "^9.1.6",
88+
"husky": "^9.1.7",
8989
"jsdom": "^25.0.1",
9090
"lint-staged": "^15.2.10",
91-
"postcss": "^8.4.47",
91+
"postcss": "^8.4.49",
9292
"postcss-html": "^1.7.0",
9393
"postcss-scss": "^4.0.9",
94-
"rollup": "4.24.4",
95-
"sass": "1.78.0",
96-
"stylelint": "^16.10.0",
94+
"rollup": "4.27.4",
95+
"sass": "1.81.0",
96+
"stylelint": "^16.11.0",
9797
"stylelint-config-recommended-scss": "^14.1.0",
9898
"stylelint-config-recommended-vue": "^1.5.0",
9999
"stylelint-config-standard": "^36.0.1",
100100
"stylelint-config-standard-scss": "13.1.0",
101-
"typescript": "^5.6.3",
102-
"unocss": "^0.64.0",
103-
"unplugin-auto-import": "^0.18.3",
104-
"unplugin-icons": "^0.20.0",
105-
"unplugin-vue-components": "^0.27.4",
106-
"vite": "^5.4.10",
107-
"vitest": "^2.1.4",
101+
"typescript": "^5.7.2",
102+
"unocss": "0.65.0-beta.2",
103+
"unplugin-auto-import": "^0.18.6",
104+
"unplugin-icons": "^0.20.2",
105+
"unplugin-vue-components": "^0.27.5",
106+
"vite": "^6.0.1",
107+
"vitest": "^2.1.6",
108108
"vue-eslint-parser": "^9.4.3"
109109
}
110110
}

0 commit comments

Comments
 (0)