build: upgrade deps

This commit is contained in:
thehrz 2023-10-02 21:13:56 +08:00
parent 52e75f93bd
commit 2ab0a15797
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
3 changed files with 637 additions and 421 deletions

View File

@ -9,21 +9,21 @@
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^18.15.9",
"@types/node": "^20.8.0",
"nprogress": "^0.2.0",
"sass": "^1.60.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"sass": "^1.68.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"unocss": "^0.50.6",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.0.0",
"vite-plugin-pages": "^0.29.0",
"@types/nprogress": "^0.2.1",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"unocss": "^0.56.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vue-tsc": "^1.0.11"
"vue-tsc": "^1.8.15"
}
}
}

File diff suppressed because it is too large Load Diff

4
src/components.d.ts vendored
View File

@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
Bar: typeof import('./components/Bar.vue')['default']
Btn: typeof import('./components/Btn.vue')['default']