chore: update deps
This commit is contained in:
parent
0c0d836c31
commit
00a2808e8a
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -3,6 +3,7 @@
|
||||
"antfu.vite",
|
||||
"antfu.iconify",
|
||||
"antfu.unocss",
|
||||
"antfu.goto-alias",
|
||||
"vue.volar",
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
|
||||
2
auto-imports.d.ts
vendored
2
auto-imports.d.ts
vendored
@ -119,6 +119,7 @@ declare global {
|
||||
const useCssModule: typeof import('vue')['useCssModule']
|
||||
const useCssVar: typeof import('@vueuse/core')['useCssVar']
|
||||
const useCssVars: typeof import('vue')['useCssVars']
|
||||
const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
|
||||
const useCycleList: typeof import('@vueuse/core')['useCycleList']
|
||||
const useDark: typeof import('@vueuse/core')['useDark']
|
||||
const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
|
||||
@ -187,6 +188,7 @@ declare global {
|
||||
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
|
||||
const useRoute: typeof import('vue-router')['useRoute']
|
||||
const useRouter: typeof import('vue-router')['useRouter']
|
||||
const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
|
||||
const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
|
||||
const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
|
||||
const useScroll: typeof import('@vueuse/core')['useScroll']
|
||||
|
||||
3
components.d.ts
vendored
3
components.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
@ -11,4 +12,4 @@ declare module '@vue/runtime-core' {
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
export {}
|
||||
|
||||
26
package.json
26
package.json
@ -10,28 +10,28 @@
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^8.3.1",
|
||||
"@vueuse/core": "^8.4.2",
|
||||
"vue": "^3.2.33",
|
||||
"vue-router": "^4.0.14"
|
||||
"vue-router": "^4.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.22.0",
|
||||
"@antfu/eslint-config": "^0.23.0",
|
||||
"@iconify-json/carbon": "^1.1.4",
|
||||
"@types/node": "^17.0.31",
|
||||
"@unocss/reset": "^0.32.9",
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"@types/node": "^17.0.32",
|
||||
"@unocss/reset": "^0.33.2",
|
||||
"@vitejs/plugin-vue": "^2.3.2",
|
||||
"@vue/test-utils": "^2.0.0-rc.21",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint": "^8.15.0",
|
||||
"jsdom": "^19.0.0",
|
||||
"pnpm": "^7.0.0",
|
||||
"pnpm": "^7.0.1",
|
||||
"typescript": "^4.6.4",
|
||||
"unocss": "^0.32.9",
|
||||
"unocss": "^0.33.2",
|
||||
"unplugin-auto-import": "^0.7.1",
|
||||
"unplugin-vue-components": "^0.19.3",
|
||||
"vite": "^2.9.7",
|
||||
"unplugin-vue-components": "^0.19.5",
|
||||
"vite": "^2.9.8",
|
||||
"vite-plugin-pages": "^0.23.0",
|
||||
"vitest": "^0.10.1",
|
||||
"vue-tsc": "^0.34.11"
|
||||
"vitest": "^0.12.4",
|
||||
"vue-tsc": "^0.34.12"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@antfu"
|
||||
|
||||
625
pnpm-lock.yaml
generated
625
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user