build: upgrade deps
This commit is contained in:
parent
52e75f93bd
commit
2ab0a15797
26
package.json
26
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
1028
pnpm-lock.yaml
1028
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user