Skip to content

Commit 182a26f

Browse files
committed
chore: update deps
1 parent 879826a commit 182a26f

File tree

5 files changed

+864
-912
lines changed

5 files changed

+864
-912
lines changed

auto-imports.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare global {
3030
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
3131
const defineComponent: typeof import('vue')['defineComponent']
3232
const defineLoader: typeof import('vue-router/auto')['defineLoader']
33-
const definePage: typeof import('unplugin-vue-router/runtime')['_definePage']
33+
const definePage: typeof import('unplugin-vue-router/runtime')['definePage']
3434
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
3535
const effectScope: typeof import('vue')['effectScope']
3636
const extendRef: typeof import('@vueuse/core')['extendRef']
@@ -297,6 +297,7 @@ declare global {
297297
// for vue template auto import
298298
import { UnwrapRef } from 'vue'
299299
declare module 'vue' {
300+
interface GlobalComponents {}
300301
interface ComponentCustomProperties {
301302
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
302303
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
@@ -322,8 +323,7 @@ declare module 'vue' {
322323
readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
323324
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
324325
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
325-
readonly defineLoader: UnwrapRef<typeof import('vue-router/auto')['defineLoader']>
326-
readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['_definePage']>
326+
readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['definePage']>
327327
readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
328328
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
329329
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
@@ -583,6 +583,7 @@ declare module 'vue' {
583583
}
584584
}
585585
declare module '@vue/runtime-core' {
586+
interface GlobalComponents {}
586587
interface ComponentCustomProperties {
587588
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
588589
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
@@ -608,8 +609,7 @@ declare module '@vue/runtime-core' {
608609
readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
609610
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
610611
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
611-
readonly defineLoader: UnwrapRef<typeof import('vue-router/auto')['defineLoader']>
612-
readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['_definePage']>
612+
readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['definePage']>
613613
readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
614614
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
615615
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@8.14.3",
4+
"packageManager": "pnpm@8.15.4",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -13,35 +13,35 @@
1313
"postinstall": "npx simple-git-hooks"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^10.7.2",
17-
"vue": "^3.4.15",
18-
"vue-router": "^4.2.5"
16+
"@vueuse/core": "^10.9.0",
17+
"vue": "^3.4.21",
18+
"vue-router": "^4.3.0"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^2.6.3",
22-
"@iconify-json/carbon": "^1.1.28",
23-
"@types/node": "^20.11.5",
24-
"@unocss/eslint-config": "^0.58.3",
25-
"@unocss/eslint-plugin": "^0.58.3",
26-
"@unocss/reset": "^0.58.3",
27-
"@vitejs/plugin-vue": "^5.0.3",
21+
"@antfu/eslint-config": "^2.6.4",
22+
"@iconify-json/carbon": "^1.1.30",
23+
"@types/node": "^20.11.23",
24+
"@unocss/eslint-config": "^0.58.5",
25+
"@unocss/eslint-plugin": "^0.58.5",
26+
"@unocss/reset": "^0.58.5",
27+
"@vitejs/plugin-vue": "^5.0.4",
2828
"@vue-macros/volar": "^0.18.11",
29-
"@vue/test-utils": "^2.4.3",
30-
"eslint": "^8.56.0",
29+
"@vue/test-utils": "^2.4.4",
30+
"eslint": "^8.57.0",
3131
"eslint-plugin-format": "^0.1.0",
3232
"jsdom": "^24.0.0",
33-
"lint-staged": "^15.2.0",
34-
"pnpm": "^8.14.3",
33+
"lint-staged": "^15.2.2",
34+
"pnpm": "^8.15.4",
3535
"simple-git-hooks": "^2.9.0",
36-
"taze": "^0.13.1",
36+
"taze": "^0.13.3",
3737
"typescript": "^5.3.3",
38-
"unocss": "^0.58.3",
39-
"unplugin-auto-import": "^0.17.3",
38+
"unocss": "^0.58.5",
39+
"unplugin-auto-import": "^0.17.5",
4040
"unplugin-vue-components": "^0.26.0",
4141
"unplugin-vue-macros": "^2.7.10",
42-
"unplugin-vue-router": "^0.7.0",
43-
"vite": "^5.0.12",
44-
"vitest": "^1.2.1",
42+
"unplugin-vue-router": "^0.8.4",
43+
"vite": "^5.1.4",
44+
"vitest": "^1.3.1",
4545
"vue-tsc": "^1.8.27"
4646
},
4747
"simple-git-hooks": {

0 commit comments

Comments
 (0)