bump deps

This commit is contained in:
Gauthier Roebroeck 2025-11-28 16:48:45 +08:00
parent 604d217132
commit 00e8478b69
5 changed files with 662 additions and 671 deletions

1137
next-ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,71 +29,71 @@
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.2",
"@pinia/colada": "^0.17.8",
"@pinia/colada": "^0.17.9",
"@pinia/colada-plugin-auto-refetch": "^0.2.4",
"@pinia/colada-plugin-delay": "^0.1.1",
"@vueuse/core": "^14.0.0",
"core-js": "^3.46.0",
"@vueuse/core": "^14.1.0",
"core-js": "^3.47.0",
"filesize": "^11.0.13",
"marked": "^17.0.0",
"marked": "^17.0.1",
"openapi-fetch": "^0.15.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.24",
"vue": "^3.5.25",
"vue-intl": "^6.5.27",
"vuetify": "^3.10.10"
"vuetify": "^3.10.12"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.2",
"@chromatic-com/storybook": "^4.1.3",
"@eslint/js": "^9.39.1",
"@formatjs/cli": "^6.7.4",
"@iconify-json/mdi": "^1.2.3",
"@pinia/colada-devtools": "^0.1.8",
"@storybook/addon-a11y": "^10.0.7",
"@storybook/addon-docs": "^10.0.7",
"@storybook/addon-themes": "^10.0.7",
"@storybook/addon-vitest": "^10.0.7",
"@storybook/vue3-vite": "^10.0.7",
"@pinia/colada-devtools": "^0.1.9",
"@storybook/addon-a11y": "^10.1.0",
"@storybook/addon-docs": "^10.1.0",
"@storybook/addon-themes": "^10.1.0",
"@storybook/addon-vitest": "^10.1.0",
"@storybook/vue3-vite": "^10.1.0",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.2",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^24.10.1",
"@unocss/preset-icons": "^66.5.6",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/browser-playwright": "^4.0.8",
"@vitest/coverage-v8": "^4.0.8",
"@unocss/preset-icons": "^66.5.9",
"@vitejs/plugin-vue": "^6.0.2",
"@vitest/browser-playwright": "^4.0.14",
"@vitest/coverage-v8": "^4.0.14",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"chromatic": "^13.3.3",
"chromatic": "^13.3.4",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-formatjs": "^5.4.2",
"eslint-plugin-storybook": "^10.0.7",
"eslint-plugin-vue": "^10.5.1",
"happy-dom": "^20.0.10",
"msw": "^2.12.1",
"eslint-plugin-storybook": "^10.1.0",
"eslint-plugin-vue": "^10.6.2",
"happy-dom": "^20.0.11",
"msw": "^2.12.3",
"msw-storybook-addon": "^2.0.6",
"npm-run-all2": "^8.0.4",
"openapi-msw": "^2.0.0",
"openapi-typescript": "^7.10.1",
"playwright": "^1.56.1",
"prettier": "^3.6.2",
"sass": "^1.94.0",
"playwright": "^1.57.0",
"prettier": "^3.7.1",
"sass": "^1.94.2",
"sass-embedded": "^1.93.3",
"storybook": "^10.0.7",
"storybook": "^10.1.0",
"typescript": "^5.9.3",
"unocss": "^66.5.6",
"unplugin-auto-import": "^20.2.0",
"unocss": "^66.5.9",
"unplugin-auto-import": "^20.3.0",
"unplugin-fonts": "^1.4.0",
"unplugin-vue-components": "^30.0.0",
"unplugin-vue-router": "^0.16.1",
"vite": "^7.2.2",
"unplugin-vue-router": "^0.17.2",
"vite": "^7.2.4",
"vite-plugin-dir2json": "^1.3.0",
"vite-plugin-vue-layouts-next": "^1.2.0",
"vite-plugin-vue-layouts-next": "^1.3.0",
"vite-plugin-vuetify": "^2.1.2",
"vitest": "^4.0.8",
"vitest": "^4.0.14",
"vue-router": "^4.6.3",
"vue-tsc": "^3.1.3"
"vue-tsc": "^3.1.5"
},
"msw": {
"workerDirectory": [

View file

@ -7,7 +7,7 @@
* - Please do NOT modify this file.
*/
const PACKAGE_VERSION = '2.12.1'
const PACKAGE_VERSION = '2.12.3'
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()

View file

@ -6,68 +6,68 @@
// biome-ignore lint: disable
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
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']
const onBeforeMount: typeof import('vue')['onBeforeMount']
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
const onDeactivated: typeof import('vue')['onDeactivated']
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
const onMounted: typeof import('vue')['onMounted']
const onRenderTracked: typeof import('vue')['onRenderTracked']
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
const onScopeDispose: typeof import('vue')['onScopeDispose']
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const toRaw: typeof import('vue')['toRaw']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const triggerRef: typeof import('vue')['triggerRef']
const unref: typeof import('vue')['unref']
const useAttrs: typeof import('vue')['useAttrs']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useId: typeof import('vue')['useId']
const useModel: typeof import('vue')['useModel']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSlots: typeof import('vue')['useSlots']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
const EffectScope: typeof import('vue').EffectScope
const computed: typeof import('vue').computed
const createApp: typeof import('vue').createApp
const customRef: typeof import('vue').customRef
const defineAsyncComponent: typeof import('vue').defineAsyncComponent
const defineComponent: typeof import('vue').defineComponent
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
const onBeforeMount: typeof import('vue').onBeforeMount
const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
const onBeforeUnmount: typeof import('vue').onBeforeUnmount
const onBeforeUpdate: typeof import('vue').onBeforeUpdate
const onDeactivated: typeof import('vue').onDeactivated
const onErrorCaptured: typeof import('vue').onErrorCaptured
const onMounted: typeof import('vue').onMounted
const onRenderTracked: typeof import('vue').onRenderTracked
const onRenderTriggered: typeof import('vue').onRenderTriggered
const onScopeDispose: typeof import('vue').onScopeDispose
const onServerPrefetch: typeof import('vue').onServerPrefetch
const onUnmounted: typeof import('vue').onUnmounted
const onUpdated: typeof import('vue').onUpdated
const onWatcherCleanup: typeof import('vue').onWatcherCleanup
const provide: typeof import('vue').provide
const reactive: typeof import('vue').reactive
const readonly: typeof import('vue').readonly
const ref: typeof import('vue').ref
const resolveComponent: typeof import('vue').resolveComponent
const shallowReactive: typeof import('vue').shallowReactive
const shallowReadonly: typeof import('vue').shallowReadonly
const shallowRef: typeof import('vue').shallowRef
const toRaw: typeof import('vue').toRaw
const toRef: typeof import('vue').toRef
const toRefs: typeof import('vue').toRefs
const toValue: typeof import('vue').toValue
const triggerRef: typeof import('vue').triggerRef
const unref: typeof import('vue').unref
const useAttrs: typeof import('vue').useAttrs
const useCssModule: typeof import('vue').useCssModule
const useCssVars: typeof import('vue').useCssVars
const useId: typeof import('vue').useId
const useModel: typeof import('vue').useModel
const useRoute: typeof import('vue-router').useRoute
const useRouter: typeof import('vue-router').useRouter
const useSlots: typeof import('vue').useSlots
const useTemplateRef: typeof import('vue').useTemplateRef
const watch: typeof import('vue').watch
const watchEffect: typeof import('vue').watchEffect
const watchPostEffect: typeof import('vue').watchPostEffect
const watchSyncEffect: typeof import('vue').watchSyncEffect
}
// for type re-export
declare global {

View file

@ -2,7 +2,7 @@
/* prettier-ignore */
// @ts-nocheck
// noinspection ES6UnusedImports
// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
// Generated by unplugin-vue-router. !! DO NOT MODIFY THIS FILE !!
// It's recommended to commit this file.
// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry.