bump deps

This commit is contained in:
Gauthier Roebroeck 2026-04-16 11:25:59 +08:00
parent 6e2dcc29b7
commit 61ca0f1300
3 changed files with 745 additions and 707 deletions

1388
next-ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,67 +29,67 @@
"chromatic:force-rebuild": "chromatic --force-rebuild"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.8.2",
"@pinia/colada": "^1.0.0",
"@formatjs/intl-localematcher": "^0.8.3",
"@pinia/colada": "^1.1.0",
"@pinia/colada-plugin-auto-refetch": "^0.2.6",
"@pinia/colada-plugin-delay": "^0.2.0",
"@pinia/colada-plugin-delay": "^0.2.1",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/router": "^14.2.1",
"core-js": "^3.49.0",
"filesize": "^11.0.13",
"filesize": "^11.0.15",
"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.30",
"vue-intl": "^7.2.1",
"vue": "^3.5.32",
"vue-intl": "^7.2.3",
"vuedraggable": "^4.1.0",
"vuetify": "^4.0.4"
"vuetify": "^4.0.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.2",
"@chromatic-com/storybook": "^5.1.2",
"@eslint/js": "^10.0.1",
"@formatjs/cli": "^6.14.0",
"@formatjs/cli": "^6.14.2",
"@iconify-json/mdi": "^1.2.3",
"@pinia/colada-devtools": "^0.4.5",
"@storybook/addon-a11y": "^10.3.3",
"@storybook/addon-docs": "^10.3.3",
"@storybook/addon-themes": "^10.3.3",
"@storybook/addon-vitest": "^10.3.3",
"@storybook/vue3-vite": "^10.3.3",
"@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",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.5.0",
"@unocss/preset-icons": "^66.6.7",
"@vitejs/plugin-vue": "^6.0.5",
"@types/node": "^25.6.0",
"@unocss/preset-icons": "^66.6.8",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/browser-playwright": "^4.1.1",
"@vitest/coverage-v8": "^4.1.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"chromatic": "^16.0.0",
"eslint": "^10.1.0",
"chromatic": "^16.3.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-formatjs": "^6.4.3",
"eslint-plugin-storybook": "^10.3.3",
"eslint-plugin-formatjs": "^6.4.5",
"eslint-plugin-storybook": "^10.3.5",
"eslint-plugin-vue": "^10.8.0",
"happy-dom": "^20.8.8",
"msw": "^2.12.14",
"msw-storybook-addon": "^2.0.6",
"happy-dom": "^20.9.0",
"msw": "^2.13.3",
"msw-storybook-addon": "^2.0.7",
"npm-run-all2": "^8.0.4",
"openapi-msw": "^2.0.0",
"openapi-typescript": "^7.13.0",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"sass": "^1.98.0",
"sass-embedded": "^1.98.0",
"storybook": "^10.3.3",
"playwright": "^1.59.1",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"sass-embedded": "^1.99.0",
"storybook": "^10.3.5",
"typescript": "^5.9.3",
"unocss": "^66.6.7",
"unocss": "^66.6.8",
"unplugin-auto-import": "^21.0.0",
"unplugin-fonts": "^1.4.0",
"unplugin-fonts": "^2.0.0",
"unplugin-vue-components": "^32.0.0",
"vite": "^7.3.1",
"vite-plugin-dir2json": "^1.3.0",

View file

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