Skip to content

Commit 693de6d

Browse files
authored
🧊 chore: upgrade deps vite 6.3 (#458)
1 parent 22db004 commit 693de6d

File tree

5 files changed

+861
-840
lines changed

5 files changed

+861
-840
lines changed

.eslintrc-auto-import.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
"watch": true,
104104
"watchEffect": true,
105105
"watchPostEffect": true,
106-
"watchSyncEffect": true
106+
"watchSyncEffect": true,
107+
"Slot": true,
108+
"Slots": true
107109
}
108110
}

auto-imports.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ declare global {
9090
// for type re-export
9191
declare global {
9292
// @ts-ignore
93-
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef, App, ComponentPublicInstanceCostom, ComponentInternalInstance } from 'vue'
93+
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef, App, ComponentPublicInstanceCostom, ComponentInternalInstance } from 'vue'
9494
import('vue')
9595
// @ts-ignore
9696
export type { RouteRecordRaw, RouteLocationRaw, LocationQuery, RouteParams, RouteLocationNormalizedLoaded, RouteRecordName, NavigationGuard } from 'vue-router'

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,61 +49,61 @@
4949
},
5050
"dependencies": {
5151
"@element-plus/icons-vue": "2.3.1",
52-
"axios": "1.8.4",
52+
"axios": "1.9.0",
5353
"echarts": "^5.6.0",
54-
"element-plus": "2.9.7",
54+
"element-plus": "2.9.8",
5555
"js-cookie": "^3.0.5",
5656
"lodash-es": "^4.17.21",
5757
"nprogress": "^0.2.0",
5858
"vue": "^3.5.13",
59-
"vue-router": "^4.5.0",
59+
"vue-router": "^4.5.1",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
6363
"@babel/core": "^7.26.10",
6464
"@babel/preset-env": "^7.26.9",
65-
"@eslint/js": "^9.23.0",
66-
"@iconify/json": "^2.2.321",
65+
"@eslint/js": "^9.25.1",
66+
"@iconify/json": "^2.2.332",
6767
"@iconify/vue": "^4.3.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.13.14",
72+
"@types/node": "^22.15.2",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^8.28.0",
75-
"@typescript-eslint/parser": "^8.28.0",
74+
"@typescript-eslint/eslint-plugin": "^8.31.0",
75+
"@typescript-eslint/parser": "^8.31.0",
7676
"@vitejs/plugin-vue": "^5.2.3",
77-
"@vitest/coverage-v8": "^3.0.9",
77+
"@vitest/coverage-v8": "^3.1.2",
7878
"@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.23.0",
82+
"eslint": "^9.25.1",
8383
"eslint-plugin-html": "8.1.2",
8484
"eslint-plugin-import": "^2.31.0",
8585
"eslint-plugin-vue": "10.0.0",
8686
"globals": "^16.0.0",
8787
"husky": "^9.1.7",
88-
"jsdom": "^26.0.0",
89-
"lint-staged": "^15.5.0",
88+
"jsdom": "^26.1.0",
89+
"lint-staged": "^15.5.1",
9090
"postcss": "^8.5.3",
9191
"postcss-html": "^1.8.0",
9292
"postcss-scss": "^4.0.9",
93-
"rollup": "4.38.0",
94-
"sass": "1.86.0",
95-
"stylelint": "^16.17.0",
93+
"rollup": "4.40.0",
94+
"sass": "1.87.0",
95+
"stylelint": "^16.19.1",
9696
"stylelint-config-recommended-scss": "^14.1.0",
9797
"stylelint-config-recommended-vue": "^1.6.0",
98-
"stylelint-config-standard": "^37.0.0",
98+
"stylelint-config-standard": "^38.0.0",
9999
"stylelint-config-standard-scss": "14.0.0",
100-
"typescript": "^5.8.2",
101-
"unocss": "66.1.0-beta.7",
100+
"typescript": "^5.8.3",
101+
"unocss": "66.1.0-beta.12",
102102
"unplugin-auto-import": "^19.1.2",
103103
"unplugin-icons": "^22.1.0",
104-
"unplugin-vue-components": "^28.4.1",
105-
"vite": "^6.2.3",
106-
"vitest": "^3.0.9",
107-
"vue-eslint-parser": "^10.1.1"
104+
"unplugin-vue-components": "^28.5.0",
105+
"vite": "^6.3.3",
106+
"vitest": "^3.1.2",
107+
"vue-eslint-parser": "^10.1.3"
108108
}
109109
}

0 commit comments

Comments
 (0)