Skip to content

Commit 1e4ce06

Browse files
committedFeb 8, 2025·
chore: update deps
1 parent 3ee71b4 commit 1e4ce06

File tree

3 files changed

+2817
-2241
lines changed

3 files changed

+2817
-2241
lines changed
 

‎package.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.1",
55
"private": true,
6-
"packageManager": "pnpm@9.9.0",
6+
"packageManager": "pnpm@10.2.1",
77
"description": "Vue starter template with UnoCSS",
88
"keywords": [
99
"BootVue",
@@ -30,48 +30,48 @@
3030
"dependencies": {
3131
"@kirklin/logger": "^0.0.2",
3232
"@kirklin/reset-css": "^0.0.6",
33-
"@vueuse/core": "^11.0.3",
33+
"@vueuse/core": "^12.5.0",
3434
"daisyui": "3.9.4",
35-
"iso-639-1": "^3.1.3",
35+
"iso-639-1": "^3.1.5",
3636
"nprogress": "^0.2.0",
37-
"pinia": "^2.2.2",
38-
"vue": "^3.5.3",
39-
"vue-i18n": "^9.14.0",
40-
"vue-router": "^4.4.3"
37+
"pinia": "^2.3.1",
38+
"vue": "^3.5.13",
39+
"vue-i18n": "^11.1.0",
40+
"vue-router": "^4.5.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^19.4.1",
44-
"@commitlint/config-conventional": "^19.4.1",
45-
"@iconify-json/mdi": "^1.2.0",
46-
"@iconify-json/tabler": "^1.2.0",
47-
"@intlify/unplugin-vue-i18n": "^4.0.0",
48-
"@kirklin/eslint-config": "^2.6.1",
49-
"@types/node": "^22.5.4",
43+
"@commitlint/cli": "^19.7.1",
44+
"@commitlint/config-conventional": "^19.7.1",
45+
"@iconify-json/mdi": "^1.2.3",
46+
"@iconify-json/tabler": "^1.2.16",
47+
"@intlify/unplugin-vue-i18n": "^6.0.3",
48+
"@kirklin/eslint-config": "^3.0.0",
49+
"@types/node": "^22.13.1",
5050
"@types/nprogress": "^0.2.3",
51-
"@unocss/eslint-config": "^0.62.3",
52-
"@vitejs/plugin-vue": "^5.1.3",
51+
"@unocss/eslint-config": "^65.4.3",
52+
"@vitejs/plugin-vue": "^5.2.1",
5353
"@vitest/coverage-c8": "^0.33.0",
54-
"@vue/compiler-dom": "^3.5.3",
54+
"@vue/compiler-dom": "^3.5.13",
5555
"@vue/test-utils": "^2.4.6",
56-
"eslint": "^9.10.0",
57-
"eslint-plugin-format": "^0.1.2",
58-
"husky": "^9.1.5",
59-
"jsdom": "^25.0.0",
60-
"lint-staged": "^15.2.10",
61-
"typescript": "^5.5.4",
62-
"unocss": "^0.62.3",
63-
"unocss-preset-chinese": "^0.3.2",
56+
"eslint": "^9.20.0",
57+
"eslint-plugin-format": "^1.0.1",
58+
"husky": "^9.1.7",
59+
"jsdom": "^26.0.0",
60+
"lint-staged": "^15.4.3",
61+
"typescript": "^5.7.3",
62+
"unocss": "^65.4.3",
63+
"unocss-preset-chinese": "^0.3.3",
6464
"unocss-preset-daisy": "^7.0.0",
65-
"unocss-preset-ease": "^0.0.3",
66-
"unplugin-auto-import": "^0.18.2",
67-
"unplugin-icons": "^0.19.3",
68-
"unplugin-vue-components": "^0.27.4",
69-
"vite": "^5.4.3",
70-
"vite-plugin-inspect": "^0.8.7",
71-
"vite-plugin-pwa": "^0.20.5",
72-
"vite-plugin-vue-devtools": "^7.4.4",
73-
"vitest": "^2.0.5",
74-
"vue-tsc": "^2.1.6"
65+
"unocss-preset-ease": "^0.0.4",
66+
"unplugin-auto-import": "^19.0.0",
67+
"unplugin-icons": "^22.0.0",
68+
"unplugin-vue-components": "^28.0.0",
69+
"vite": "^6.1.0",
70+
"vite-plugin-inspect": "^10.1.1",
71+
"vite-plugin-pwa": "^0.21.1",
72+
"vite-plugin-vue-devtools": "^7.7.1",
73+
"vitest": "^3.0.5",
74+
"vue-tsc": "^2.2.0"
7575
},
7676
"lint-staged": {
7777
"**/*": "eslint --fix"

‎pnpm-lock.yaml

+2,762-2,204
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎types/auto-imports.d.ts

+20-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// @ts-nocheck
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
6+
// biome-ignore lint: disable
67
export {}
78
declare global {
89
const $: typeof import('vue/macros')['$']
@@ -63,6 +64,7 @@ declare global {
6364
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
6465
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
6566
const onDeactivated: typeof import('vue')['onDeactivated']
67+
const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
6668
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
6769
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
6870
const onLongPress: typeof import('@vueuse/core')['onLongPress']
@@ -74,6 +76,7 @@ declare global {
7476
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
7577
const onUnmounted: typeof import('vue')['onUnmounted']
7678
const onUpdated: typeof import('vue')['onUpdated']
79+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
7780
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
7881
const provide: typeof import('vue')['provide']
7982
const provideLocal: typeof import('@vueuse/core')['provideLocal']
@@ -146,6 +149,7 @@ declare global {
146149
const useCloned: typeof import('@vueuse/core')['useCloned']
147150
const useColorMode: typeof import('@vueuse/core')['useColorMode']
148151
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
152+
const useCountdown: typeof import('@vueuse/core')['useCountdown']
149153
const useCounter: typeof import('@vueuse/core')['useCounter']
150154
const useCssModule: typeof import('vue')['useCssModule']
151155
const useCssVar: typeof import('@vueuse/core')['useCssVar']
@@ -186,6 +190,7 @@ declare global {
186190
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
187191
const useHead: typeof import('@vueuse/head')['useHead']
188192
const useI18n: typeof import('vue-i18n')['useI18n']
193+
const useId: typeof import('vue')['useId']
189194
const useIdle: typeof import('@vueuse/core')['useIdle']
190195
const useImage: typeof import('@vueuse/core')['useImage']
191196
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
@@ -202,6 +207,7 @@ declare global {
202207
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
203208
const useMemoize: typeof import('@vueuse/core')['useMemoize']
204209
const useMemory: typeof import('@vueuse/core')['useMemory']
210+
const useModel: typeof import('vue')['useModel']
205211
const useMounted: typeof import('@vueuse/core')['useMounted']
206212
const useMouse: typeof import('@vueuse/core')['useMouse']
207213
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
@@ -226,12 +232,14 @@ declare global {
226232
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
227233
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
228234
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
235+
const usePreferredReducedTransparency: typeof import('@vueuse/core')['usePreferredReducedTransparency']
229236
const usePrevious: typeof import('@vueuse/core')['usePrevious']
230237
const useRafFn: typeof import('@vueuse/core')['useRafFn']
231238
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
232239
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
233240
const useRoute: typeof import('vue-router')['useRoute']
234241
const useRouter: typeof import('vue-router')['useRouter']
242+
const useSSRWidth: typeof import('@vueuse/core')['useSSRWidth']
235243
const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
236244
const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
237245
const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
@@ -250,6 +258,7 @@ declare global {
250258
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
251259
const useSupported: typeof import('@vueuse/core')['useSupported']
252260
const useSwipe: typeof import('@vueuse/core')['useSwipe']
261+
const useTemplateRef: typeof import('vue')['useTemplateRef']
253262
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
254263
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
255264
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
@@ -301,9 +310,10 @@ declare global {
301310
// for type re-export
302311
declare global {
303312
// @ts-ignore
304-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
313+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
305314
import('vue')
306315
}
316+
307317
// for vue template auto import
308318
import { UnwrapRef } from 'vue'
309319
declare module 'vue' {
@@ -367,6 +377,7 @@ declare module 'vue' {
367377
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
368378
readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
369379
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
380+
readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
370381
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
371382
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
372383
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
@@ -378,6 +389,7 @@ declare module 'vue' {
378389
readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
379390
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
380391
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
392+
readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
381393
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
382394
readonly provide: UnwrapRef<typeof import('vue')['provide']>
383395
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
@@ -450,6 +462,7 @@ declare module 'vue' {
450462
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
451463
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
452464
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
465+
readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
453466
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
454467
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
455468
readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
@@ -490,6 +503,7 @@ declare module 'vue' {
490503
readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
491504
readonly useHead: UnwrapRef<typeof import('@vueuse/head')['useHead']>
492505
readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
506+
readonly useId: UnwrapRef<typeof import('vue')['useId']>
493507
readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
494508
readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
495509
readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
@@ -506,6 +520,7 @@ declare module 'vue' {
506520
readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
507521
readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
508522
readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
523+
readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
509524
readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
510525
readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
511526
readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
@@ -530,12 +545,14 @@ declare module 'vue' {
530545
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
531546
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
532547
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
548+
readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
533549
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
534550
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
535551
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
536552
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
537553
readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
538554
readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
555+
readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
539556
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
540557
readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
541558
readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
@@ -554,6 +571,7 @@ declare module 'vue' {
554571
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
555572
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
556573
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
574+
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
557575
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
558576
readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
559577
readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
@@ -602,4 +620,4 @@ declare module 'vue' {
602620
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
603621
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
604622
}
605-
}
623+
}

0 commit comments

Comments
 (0)
Please sign in to comment.