mirror of
https://github.com/gotson/komga.git
synced 2026-01-07 08:26:15 +01:00
bump deps
This commit is contained in:
parent
22a0f40a37
commit
4e61bb403c
3 changed files with 845 additions and 1063 deletions
|
|
@ -3,13 +3,18 @@
|
|||
"Component": true,
|
||||
"ComponentPublicInstance": true,
|
||||
"ComputedRef": true,
|
||||
"DirectiveBinding": true,
|
||||
"EffectScope": true,
|
||||
"ExtractDefaultPropTypes": true,
|
||||
"ExtractPropTypes": true,
|
||||
"ExtractPublicPropTypes": true,
|
||||
"InjectionKey": true,
|
||||
"MaybeRef": true,
|
||||
"MaybeRefOrGetter": true,
|
||||
"PropType": true,
|
||||
"Ref": true,
|
||||
"Slot": true,
|
||||
"Slots": true,
|
||||
"VNode": true,
|
||||
"WritableComputedRef": true,
|
||||
"computed": true,
|
||||
|
|
@ -30,6 +35,8 @@
|
|||
"nextTick": true,
|
||||
"onActivated": true,
|
||||
"onBeforeMount": true,
|
||||
"onBeforeRouteLeave": true,
|
||||
"onBeforeRouteUpdate": true,
|
||||
"onBeforeUnmount": true,
|
||||
"onBeforeUpdate": true,
|
||||
"onDeactivated": true,
|
||||
|
|
@ -41,6 +48,7 @@
|
|||
"onServerPrefetch": true,
|
||||
"onUnmounted": true,
|
||||
"onUpdated": true,
|
||||
"onWatcherCleanup": true,
|
||||
"provide": true,
|
||||
"reactive": true,
|
||||
"readonly": true,
|
||||
|
|
@ -58,23 +66,15 @@
|
|||
"useAttrs": true,
|
||||
"useCssModule": true,
|
||||
"useCssVars": true,
|
||||
"useId": true,
|
||||
"useModel": true,
|
||||
"useRoute": true,
|
||||
"useRouter": true,
|
||||
"useSlots": true,
|
||||
"useTemplateRef": true,
|
||||
"watch": true,
|
||||
"watchEffect": true,
|
||||
"watchPostEffect": true,
|
||||
"watchSyncEffect": true,
|
||||
"DirectiveBinding": true,
|
||||
"MaybeRef": true,
|
||||
"MaybeRefOrGetter": true,
|
||||
"onWatcherCleanup": true,
|
||||
"useId": true,
|
||||
"useModel": true,
|
||||
"useTemplateRef": true,
|
||||
"Slot": true,
|
||||
"Slots": true,
|
||||
"onBeforeRouteLeave": true,
|
||||
"onBeforeRouteUpdate": true
|
||||
"watchSyncEffect": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1856
next-ui/package-lock.json
generated
1856
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,45 +19,45 @@
|
|||
"i18n-verify": "formatjs verify --missing-keys --source-locale=en \"i18n/*.json\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinia/colada": "^0.16.1",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.1.0",
|
||||
"@vueuse/core": "^13.2.0",
|
||||
"@pinia/colada": "^0.17.0",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.0",
|
||||
"@vueuse/core": "^13.3.0",
|
||||
"core-js": "^3.37.1",
|
||||
"marked": "^15.0.12",
|
||||
"openapi-fetch": "^0.14.0",
|
||||
"pinia": "^3.0.2",
|
||||
"pinia": "^3.0.3",
|
||||
"pinia-plugin-persistedstate": "^4.3.0",
|
||||
"vue": "^3.5.14",
|
||||
"vue": "^3.5.16",
|
||||
"vue-intl": "^6.5.25",
|
||||
"vuetify": "^3.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@eslint/js": "^9.28.0",
|
||||
"@formatjs/cli": "^6.7.1",
|
||||
"@mdi/font": "7.4.47",
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/node": "^22.15.21",
|
||||
"@types/node": "^22.15.29",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.1.3",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-formatjs": "^5.3.1",
|
||||
"eslint-plugin-vue": "^10.1.0",
|
||||
"npm-run-all2": "^8.0.3",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"openapi-typescript": "^7.8.0",
|
||||
"prettier": "^3.5.3",
|
||||
"sass": "^1.89.0",
|
||||
"sass-embedded": "^1.89.0",
|
||||
"sass": "^1.88.0",
|
||||
"sass-embedded": "^1.88.0",
|
||||
"typescript": "^5.8.3",
|
||||
"unplugin-auto-import": "^19.2.0",
|
||||
"unplugin-auto-import": "^19.3.0",
|
||||
"unplugin-fonts": "^1.1.1",
|
||||
"unplugin-vue-components": "^28.5.0",
|
||||
"unplugin-vue-components": "^28.7.0",
|
||||
"unplugin-vue-router": "^0.12.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-dir2json": "^1.3.0",
|
||||
"vite-plugin-vue-layouts-next": "^0.1.2",
|
||||
"vite-plugin-vue-layouts-next": "^0.1.3",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^2.1.10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue