bump deps

This commit is contained in:
Gauthier Roebroeck 2026-05-04 14:48:45 +08:00
parent b664b4cbea
commit 3066f1726d
4 changed files with 691 additions and 672 deletions

1304
next-ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,54 +29,54 @@
"chromatic:force-rebuild": "chromatic --force-rebuild"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.8.3",
"@formatjs/intl-localematcher": "^0.8.5",
"@pinia/colada": "^1.2.1",
"@pinia/colada-plugin-auto-refetch": "^0.2.6",
"@pinia/colada-plugin-delay": "^0.2.1",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/router": "^14.2.1",
"@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/router": "^14.3.0",
"core-js": "^3.49.0",
"filesize": "^11.0.15",
"filesize": "^11.0.17",
"marked": "^17.0.5",
"openapi-fetch": "^0.16.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"valibot": "^1.3.1",
"vue": "^3.5.32",
"vue-intl": "^7.2.3",
"vue": "^3.5.33",
"vue-intl": "^7.2.5",
"vuedraggable": "^4.1.0",
"vuetify": "^4.0.5"
"vuetify": "^4.0.6"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.1.2",
"@eslint/js": "^10.0.1",
"@formatjs/cli": "^6.14.2",
"@formatjs/cli": "^6.14.4",
"@iconify-json/mdi": "^1.2.3",
"@pinia/colada-devtools": "^1.0.0",
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-themes": "^10.3.5",
"@storybook/addon-vitest": "^10.3.5",
"@storybook/vue3-vite": "^10.3.5",
"@storybook/addon-a11y": "^10.3.6",
"@storybook/addon-docs": "^10.3.6",
"@storybook/addon-themes": "^10.3.6",
"@storybook/addon-vitest": "^10.3.6",
"@storybook/vue3-vite": "^10.3.6",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.6.0",
"@unocss/preset-icons": "^66.6.8",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/browser-playwright": "^4.1.4",
"@vitest/coverage-v8": "^4.1.4",
"@vitest/browser-playwright": "^4.1.5",
"@vitest/coverage-v8": "^4.1.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"chromatic": "^16.3.0",
"eslint": "^10.2.0",
"chromatic": "^16.6.3",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-formatjs": "^6.4.5",
"eslint-plugin-storybook": "^10.3.5",
"eslint-plugin-vue": "^10.8.0",
"eslint-plugin-formatjs": "^6.4.7",
"eslint-plugin-storybook": "^10.3.6",
"eslint-plugin-vue": "^10.9.0",
"happy-dom": "^20.9.0",
"msw": "^2.13.3",
"msw": "^2.14.2",
"msw-storybook-addon": "^2.0.7",
"npm-run-all2": "^8.0.4",
"openapi-msw": "^2.0.0",
@ -85,19 +85,19 @@
"prettier": "^3.8.3",
"sass": "^1.99.0",
"sass-embedded": "^1.99.0",
"storybook": "^10.3.5",
"storybook": "^10.3.6",
"typescript": "^5.9.3",
"unocss": "^66.6.8",
"unplugin-auto-import": "^21.0.0",
"unplugin-fonts": "^2.0.0",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.8",
"vite": "^8.0.10",
"vite-plugin-dir2json": "^1.3.0",
"vite-plugin-vue-layouts-next": "^2.1.0",
"vite-plugin-vuetify": "^2.1.3",
"vitest": "^4.1.4",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.6"
"vitest": "^4.1.5",
"vue-router": "^5.0.6",
"vue-tsc": "^3.2.7"
},
"msw": {
"workerDirectory": [

View file

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

View file

@ -14,6 +14,9 @@ import type {
ParamValueZeroOrMore,
ParamValueZeroOrOne,
} from 'vue-router'
import type {
_ExtractParamParserType,
} from 'vue-router/experimental'
declare module 'vue-router' {
interface TypesConfig {