Skip to content

Commit c97caff

Browse files
authored
⚒️ chore: upgrade deps for vite vue (#74)
1 parent 9060d11 commit c97caff

File tree

5 files changed

+1693
-1790
lines changed

5 files changed

+1693
-1790
lines changed

components.d.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable */
1+
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
@@ -8,11 +8,7 @@ export {}
88
declare module 'vue' {
99
export interface GlobalComponents {
1010
404: typeof import('./src/components/404.vue')['default']
11-
Avatar: typeof import('./src/components/Navigation/Avatar.vue')['default']
12-
ChangeTheme: typeof import('./src/components/Navigation/ChangeTheme.vue')['default']
1311
CustomFooter: typeof import('./src/components/CustomFooter/index.vue')['default']
14-
Footer: typeof import('./src/components/Footer/index.vue')['default']
15-
FullScreen: typeof import('./src/components/Navigation/FullScreen.vue')['default']
1612
GradientBox: typeof import('./src/components/GradientBox/index.vue')['default']
1713
HelloWorld: typeof import('./src/components/HelloWorld/index.vue')['default']
1814
IconFont: typeof import('./src/components/IconFont/index.vue')['default']
@@ -24,7 +20,6 @@ declare module 'vue' {
2420
LayoutWork: typeof import('./src/components/Layout/LayoutWork.vue')['default']
2521
NAutoComplete: typeof import('naive-ui')['NAutoComplete']
2622
NAvatar: typeof import('naive-ui')['NAvatar']
27-
NavBar: typeof import('./src/components/Navigation/NavBar.vue')['default']
2823
NavigationAvatar: typeof import('./src/components/Navigation/Avatar.vue')['default']
2924
NavigationChangeTheme: typeof import('./src/components/Navigation/ChangeTheme.vue')['default']
3025
NavigationFullScreen: typeof import('./src/components/Navigation/FullScreen.vue')['default']
@@ -65,11 +60,7 @@ declare module 'vue' {
6560
Octocat: typeof import('./src/components/Octocat.vue')['default']
6661
RouterLink: typeof import('vue-router')['RouterLink']
6762
RouterView: typeof import('vue-router')['RouterView']
68-
SearchCorporation: typeof import('./src/components/SearchSelect/SearchCorporation.vue')['default']
6963
SearchSelect: typeof import('./src/components/SearchSelect/index.vue')['default']
7064
SearchSelectSearchCorporation: typeof import('./src/components/SearchSelect/SearchCorporation.vue')['default']
71-
SideAction: typeof import('./src/components/Navigation/Side/SideAction.vue')['default']
72-
SideGoBack: typeof import('./src/components/Navigation/Side/SideGoBack.vue')['default']
73-
SideLogo: typeof import('./src/components/Navigation/Side/SideLogo.vue')['default']
7465
}
7566
}

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default defineFlatConfig([
160160
'no-loss-of-precision': 'error',
161161
'no-misleading-character-class': 'error',
162162
'no-multi-str': 'error',
163-
'no-new': 'error',
163+
'no-new': 'off',
164164
'no-new-func': 'error',
165165
'no-new-native-nonconstructor': 'error',
166166
'no-new-wrappers': 'error',
@@ -361,6 +361,7 @@ export default defineFlatConfig([
361361
'@typescript-eslint/indent': ['error', 2, {
362362
SwitchCase: 1
363363
}],
364+
'@typescript-eslint/ban-ts-comment': 'off',
364365
'@typescript-eslint/explicit-module-boundary-types': 'off',
365366
'@typescript-eslint/no-explicit-any': 'off',
366367
'@typescript-eslint/no-unused-vars': 1,

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"url": "https://github.com/pdsuwwz/vue3-tab-demo/issues"
5050
},
5151
"dependencies": {
52-
"@fortawesome/fontawesome-svg-core": "6.5.2",
53-
"@fortawesome/free-brands-svg-icons": "6.5.2",
54-
"@fortawesome/free-regular-svg-icons": "6.5.2",
55-
"@fortawesome/free-solid-svg-icons": "6.5.2",
52+
"@fortawesome/fontawesome-svg-core": "6.6.0",
53+
"@fortawesome/free-brands-svg-icons": "6.6.0",
54+
"@fortawesome/free-regular-svg-icons": "6.6.0",
55+
"@fortawesome/free-solid-svg-icons": "6.6.0",
5656
"@fortawesome/vue-fontawesome": "~3.0.8",
5757
"@vicons/antd": "^0.12.0",
5858
"@vicons/carbon": "^0.12.0",
@@ -63,68 +63,68 @@
6363
"@vicons/material": "^0.12.0",
6464
"@vicons/tabler": "^0.12.0",
6565
"@vicons/utils": "^0.1.4",
66-
"@vueuse/core": "^10.10.0",
66+
"@vueuse/core": "^10.11.0",
6767
"axios": "1.7.2",
68-
"echarts": "^5.5.0",
68+
"echarts": "^5.5.1",
6969
"js-cookie": "^3.0.5",
7070
"lodash-es": "^4.17.21",
71-
"naive-ui": "^2.38.2",
71+
"naive-ui": "^2.39.0",
7272
"nprogress": "^0.2.0",
7373
"pinia": "^2.1.7",
74-
"uuid": "^9.0.1",
75-
"vue": "^3.4.27",
76-
"vue-router": "^4.3.2"
74+
"uuid": "^10.0.0",
75+
"vue": "^3.4.33",
76+
"vue-router": "^4.4.0"
7777
},
7878
"devDependencies": {
79-
"@babel/core": "^7.24.7",
80-
"@babel/preset-env": "^7.24.7",
81-
"@eslint/js": "^9.4.0",
82-
"@iconify/json": "^2.2.217",
79+
"@babel/core": "^7.24.9",
80+
"@babel/preset-env": "^7.24.8",
81+
"@eslint/js": "^9.7.0",
82+
"@iconify/json": "^2.2.230",
8383
"@iconify/vue": "^4.1.2",
84-
"@stylistic/eslint-plugin": "^2.1.0",
84+
"@stylistic/eslint-plugin": "^2.3.0",
8585
"@stylistic/stylelint-plugin": "^2.1.2",
8686
"@types/js-cookie": "^3.0.6",
8787
"@types/lodash-es": "^4.17.12",
88-
"@types/node": "^20.14.2",
88+
"@types/node": "^20.14.11",
8989
"@types/nprogress": "^0.2.3",
90-
"@typescript-eslint/eslint-plugin": "^7.12.0",
91-
"@typescript-eslint/parser": "^7.12.0",
90+
"@typescript-eslint/eslint-plugin": "^7.17.0",
91+
"@typescript-eslint/parser": "^7.17.0",
9292
"@vitejs/plugin-vue": "^5.0.5",
9393
"@vitejs/plugin-vue-jsx": "^4.0.0",
94-
"@vitest/coverage-v8": "^1.6.0",
95-
"@vue/compiler-sfc": "^3.4.27",
94+
"@vitest/coverage-v8": "^2.0.4",
95+
"@vue/compiler-sfc": "^3.4.33",
9696
"@vue/test-utils": "2.4.6",
9797
"babel-plugin-transform-vite-meta-env": "^1.0.3",
9898
"cross-env": "^7.0.3",
99-
"eslint": "^9.4.0",
99+
"eslint": "^9.7.0",
100100
"eslint-define-config": "^2.1.0",
101101
"eslint-plugin-html": "8.1.1",
102102
"eslint-plugin-import": "^2.29.1",
103-
"eslint-plugin-vue": "^9.26.0",
104-
"globals": "^15.3.0",
105-
"husky": "^9.0.11",
103+
"eslint-plugin-vue": "^9.27.0",
104+
"globals": "^15.8.0",
105+
"husky": "^9.1.1",
106106
"identity-obj-proxy": "^3.0.0",
107-
"jsdom": "^24.1.0",
108-
"lint-staged": "^15.2.5",
109-
"postcss": "^8.4.38",
107+
"jsdom": "^24.1.1",
108+
"lint-staged": "^15.2.7",
109+
"postcss": "^8.4.39",
110110
"postcss-html": "^1.7.0",
111111
"postcss-scss": "^4.0.9",
112-
"rollup": "^4.18.0",
113-
"sass": "^1.77.4",
114-
"stylelint": "^16.6.1",
115-
"stylelint-config-recommended-scss": "14.0.0",
112+
"rollup": "^4.19.0",
113+
"sass": "^1.77.8",
114+
"stylelint": "^16.7.0",
115+
"stylelint-config-recommended-scss": "14.1.0",
116116
"stylelint-config-recommended-vue": "^1.5.0",
117-
"stylelint-config-standard": "^36.0.0",
117+
"stylelint-config-standard": "^36.0.1",
118118
"stylelint-config-standard-scss": "13.1.0",
119119
"sucrase": "^3.35.0",
120-
"typescript": "^5.4.5",
121-
"unocss": "^0.60.4",
122-
"unplugin-auto-import": "^0.17.6",
120+
"typescript": "^5.5.4",
121+
"unocss": "^0.61.5",
122+
"unplugin-auto-import": "^0.18.0",
123123
"unplugin-icons": "^0.19.0",
124-
"unplugin-vue-components": "^0.27.0",
125-
"vite": "^5.2.12",
124+
"unplugin-vue-components": "^0.27.3",
125+
"vite": "^5.3.4",
126126
"vite-svg-loader": "^5.1.0",
127-
"vitest": "^1.6.0",
127+
"vitest": "^2.0.4",
128128
"vue-eslint-parser": "^9.4.3"
129129
}
130130
}

0 commit comments

Comments
 (0)