mirror of
https://github.com/gotson/komga.git
synced 2026-04-17 20:40:59 +02:00
bump deps
This commit is contained in:
parent
f159eb1d95
commit
2fe7b27944
5 changed files with 741 additions and 521 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"MaybeRefOrGetter": true,
|
||||
"PropType": true,
|
||||
"Ref": true,
|
||||
"ShallowRef": true,
|
||||
"Slot": true,
|
||||
"Slots": true,
|
||||
"VNode": true,
|
||||
|
|
@ -25,12 +26,14 @@
|
|||
"effectScope": true,
|
||||
"getCurrentInstance": true,
|
||||
"getCurrentScope": true,
|
||||
"getCurrentWatcher": true,
|
||||
"h": true,
|
||||
"inject": true,
|
||||
"isProxy": true,
|
||||
"isReactive": true,
|
||||
"isReadonly": true,
|
||||
"isRef": true,
|
||||
"isShallow": true,
|
||||
"markRaw": true,
|
||||
"nextTick": true,
|
||||
"onActivated": true,
|
||||
|
|
|
|||
1101
next-ui/package-lock.json
generated
1101
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -31,15 +31,15 @@
|
|||
"@formatjs/intl-localematcher": "^0.6.1",
|
||||
"@pinia/colada": "^0.17.1",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.0",
|
||||
"@vueuse/core": "^13.5.0",
|
||||
"core-js": "^3.44.0",
|
||||
"marked": "^16.1.1",
|
||||
"@vueuse/core": "^13.6.0",
|
||||
"core-js": "^3.45.0",
|
||||
"marked": "^16.1.2",
|
||||
"openapi-fetch": "^0.14.0",
|
||||
"pinia": "^3.0.3",
|
||||
"pinia-plugin-persistedstate": "^4.4.1",
|
||||
"vue": "^3.5.18",
|
||||
"vue-intl": "^6.5.25",
|
||||
"vuetify": "^3.9.2"
|
||||
"vuetify": "^3.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^4.1.0",
|
||||
|
|
@ -54,44 +54,44 @@
|
|||
"@storybook/vue3-vite": "^9.1.1",
|
||||
"@testing-library/vue": "^8.1.0",
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/node": "^24.1.0",
|
||||
"@unocss/preset-icons": "^66.3.3",
|
||||
"@types/node": "^24.2.0",
|
||||
"@unocss/preset-icons": "^66.4.1",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitest/browser": "^3.2.4",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"chromatic": "^13.1.2",
|
||||
"chromatic": "^13.1.3",
|
||||
"eslint": "^9.32.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-formatjs": "^5.4.0",
|
||||
"eslint-plugin-storybook": "^9.1.1",
|
||||
"eslint-plugin-vue": "^10.3.0",
|
||||
"eslint-plugin-vue": "^10.4.0",
|
||||
"happy-dom": "^18.0.1",
|
||||
"msw": "^2.10.4",
|
||||
"msw-storybook-addon": "^2.0.5",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"openapi-msw": "^1.2.0",
|
||||
"openapi-typescript": "^7.8.0",
|
||||
"playwright": "^1.54.1",
|
||||
"playwright": "^1.54.2",
|
||||
"prettier": "^3.6.2",
|
||||
"sass": "^1.89.2",
|
||||
"sass-embedded": "^1.89.2",
|
||||
"sass": "^1.90.0",
|
||||
"sass-embedded": "^1.90.0",
|
||||
"storybook": "^9.1.1",
|
||||
"typescript": "^5.8.3",
|
||||
"unocss": "^66.3.3",
|
||||
"unplugin-auto-import": "^19.3.0",
|
||||
"typescript": "^5.9.2",
|
||||
"unocss": "^66.4.1",
|
||||
"unplugin-auto-import": "^20.0.0",
|
||||
"unplugin-fonts": "^1.4.0",
|
||||
"unplugin-vue-components": "^28.8.0",
|
||||
"unplugin-vue-router": "^0.14.0",
|
||||
"unplugin-vue-components": "^29.0.0",
|
||||
"unplugin-vue-router": "^0.15.0",
|
||||
"vite": "^7.0.6",
|
||||
"vite-plugin-dir2json": "^1.3.0",
|
||||
"vite-plugin-vue-layouts-next": "^1.0.0",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vite-plugin-vuetify": "^2.1.2",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^3.0.4"
|
||||
"vue-tsc": "^3.0.5"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
|
|
|||
6
next-ui/src/auto-imports.d.ts
vendored
6
next-ui/src/auto-imports.d.ts
vendored
|
|
@ -15,12 +15,14 @@ declare global {
|
|||
const effectScope: typeof import('vue')['effectScope']
|
||||
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
||||
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
||||
const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
|
||||
const h: typeof import('vue')['h']
|
||||
const inject: typeof import('vue')['inject']
|
||||
const isProxy: typeof import('vue')['isProxy']
|
||||
const isReactive: typeof import('vue')['isReactive']
|
||||
const isReadonly: typeof import('vue')['isReadonly']
|
||||
const isRef: typeof import('vue')['isRef']
|
||||
const isShallow: typeof import('vue')['isShallow']
|
||||
const markRaw: typeof import('vue')['markRaw']
|
||||
const nextTick: typeof import('vue')['nextTick']
|
||||
const onActivated: typeof import('vue')['onActivated']
|
||||
|
|
@ -70,7 +72,7 @@ declare global {
|
|||
// for type re-export
|
||||
declare global {
|
||||
// @ts-ignore
|
||||
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
import('vue')
|
||||
}
|
||||
|
||||
|
|
@ -88,12 +90,14 @@ declare module 'vue' {
|
|||
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
||||
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
||||
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
||||
readonly getCurrentWatcher: UnwrapRef<typeof import('vue')['getCurrentWatcher']>
|
||||
readonly h: UnwrapRef<typeof import('vue')['h']>
|
||||
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
||||
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
||||
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
||||
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
||||
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
||||
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
||||
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
||||
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
||||
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
||||
|
|
|
|||
116
next-ui/src/typed-router.d.ts
vendored
116
next-ui/src/typed-router.d.ts
vendored
|
|
@ -42,4 +42,120 @@ declare module 'vue-router/auto-routes' {
|
|||
'/server/users': RouteRecordInfo<'/server/users', '/server/users', Record<never, never>, Record<never, never>>,
|
||||
'/startup': RouteRecordInfo<'/startup', '/startup', Record<never, never>, Record<never, never>>,
|
||||
}
|
||||
|
||||
/**
|
||||
* Route file to route info map by unplugin-vue-router.
|
||||
* Used by the volar plugin to automatically type useRoute()
|
||||
*
|
||||
* Each key is a file path relative to the project root with 2 properties:
|
||||
* - routes: union of route names of the possible routes when in this page (passed to useRoute<...>())
|
||||
* - views: names of nested views (can be passed to <RouterView name="...">)
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export interface _RouteFileInfoMap {
|
||||
'src/pages/index.vue': {
|
||||
routes: '/'
|
||||
views: never
|
||||
}
|
||||
'src/pages/account/activity.vue': {
|
||||
routes: '/account/activity'
|
||||
views: never
|
||||
}
|
||||
'src/pages/account/api-keys.vue': {
|
||||
routes: '/account/api-keys'
|
||||
views: never
|
||||
}
|
||||
'src/pages/account/details.vue': {
|
||||
routes: '/account/details'
|
||||
views: never
|
||||
}
|
||||
'src/pages/account/ui.vue': {
|
||||
routes: '/account/ui'
|
||||
views: never
|
||||
}
|
||||
'src/pages/claim.vue': {
|
||||
routes: '/claim'
|
||||
views: never
|
||||
}
|
||||
'src/pages/history.vue': {
|
||||
routes: '/history'
|
||||
views: never
|
||||
}
|
||||
'src/pages/import/books.vue': {
|
||||
routes: '/import/books'
|
||||
views: never
|
||||
}
|
||||
'src/pages/import/readlist.vue': {
|
||||
routes: '/import/readlist'
|
||||
views: never
|
||||
}
|
||||
'src/pages/login.vue': {
|
||||
routes: '/login'
|
||||
views: never
|
||||
}
|
||||
'src/pages/media/analysis.vue': {
|
||||
routes: '/media/analysis'
|
||||
views: never
|
||||
}
|
||||
'src/pages/media/duplicate-files.vue': {
|
||||
routes: '/media/duplicate-files'
|
||||
views: never
|
||||
}
|
||||
'src/pages/media/duplicate-pages/known.vue': {
|
||||
routes: '/media/duplicate-pages/known'
|
||||
views: never
|
||||
}
|
||||
'src/pages/media/duplicate-pages/unknown.vue': {
|
||||
routes: '/media/duplicate-pages/unknown'
|
||||
views: never
|
||||
}
|
||||
'src/pages/media/missing-posters.vue': {
|
||||
routes: '/media/missing-posters'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/activity.vue': {
|
||||
routes: '/server/activity'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/announcements.vue': {
|
||||
routes: '/server/announcements'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/metrics.vue': {
|
||||
routes: '/server/metrics'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/settings.vue': {
|
||||
routes: '/server/settings'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/ui.vue': {
|
||||
routes: '/server/ui'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/updates.vue': {
|
||||
routes: '/server/updates'
|
||||
views: never
|
||||
}
|
||||
'src/pages/server/users.vue': {
|
||||
routes: '/server/users'
|
||||
views: never
|
||||
}
|
||||
'src/pages/startup.vue': {
|
||||
routes: '/startup'
|
||||
views: never
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a union of possible route names in a certain route component file.
|
||||
* Used by the volar plugin to automatically type useRoute()
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export type _RouteNamesForFilePath<FilePath extends string> =
|
||||
_RouteFileInfoMap extends Record<FilePath, infer Info>
|
||||
? Info['routes']
|
||||
: keyof RouteNamedMap
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue