chore: upgrade storybook 10

This commit is contained in:
Bart Ledoux
2025-12-05 16:51:59 +01:00
parent ad5521199a
commit dcaf8337af
2 changed files with 22226 additions and 21812 deletions

43730
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,157 +1,157 @@
{
"name": "kestra",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "npm@10.9.0",
"scripts": {
"dev": "vite --host",
"check:types": "vue-tsc --noEmit",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"test:lint": "eslint",
"test:all": "vitest run --coverage",
"test:unit": "vitest run --project=unit",
"test:storybook": "vitest run --project=storybook",
"test:e2e": "./run-e2e-tests.sh",
"test:e2e-without-starting-backend": "playwright test --config=tests/e2e/playwright.config.ts",
"translations:check": "node ./src/translations/check.js",
"lint": "eslint --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "cd .. && husky ui/.husky && rimraf .git/hooks",
"postinstall": "patch-package"
"name": "kestra",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "npm@10.9.0",
"scripts": {
"dev": "vite --host",
"check:types": "vue-tsc --noEmit",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"test:lint": "eslint",
"test:all": "vitest run --coverage",
"test:unit": "vitest run --project=unit",
"test:storybook": "vitest run --project=storybook",
"test:e2e": "./run-e2e-tests.sh",
"test:e2e-without-starting-backend": "playwright test --config=tests/e2e/playwright.config.ts",
"translations:check": "node ./src/translations/check.js",
"lint": "eslint --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "cd .. && husky ui/.husky && rimraf .git/hooks",
"postinstall": "patch-package"
},
"dependencies": {
"@js-joda/core": "^5.6.5",
"@kestra-io/ui-libs": "^0.0.263",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.47.0",
"@vueuse/core": "^14.0.0",
"ansi-to-html": "^0.7.2",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"buffer": "^6.0.3",
"chart.js": "^4.5.1",
"core-js": "^3.46.0",
"cronstrue": "^3.9.0",
"cytoscape": "^3.33.0",
"dagre": "^0.8.5",
"dotenv": "^17.2.3",
"element-plus": "2.11.8",
"humanize-duration": "^3.33.1",
"js-yaml": "^4.1.1",
"lodash": "^4.17.21",
"mailchecker": "^6.0.19",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"markdown-it-meta": "^0.0.1",
"material-file-icons": "^2.4.0",
"md5": "^2.3.0",
"moment": "^2.30.1",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.46",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pdfjs-dist": "^5.4.394",
"pinia": "^3.0.4",
"posthog-js": "^1.291.0",
"rapidoc": "^9.3.8",
"semver": "^7.7.3",
"shiki": "^3.15.0",
"vue": "^3.5.24",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.3.3",
"vue-gtag": "^3.6.3",
"vue-i18n": "^11.2.2",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.6.3",
"vue-sidebar-menu": "^5.8.0",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-popper": "^1.5.0",
"vue3-tour": "github:kestra-io/vue3-tour",
"xss": "^1.0.15",
"yaml": "^2.8.1"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.56.1",
"@rushstack/eslint-patch": "^1.14.1",
"@shikijs/markdown-it": "^3.15.0",
"@storybook/addon-themes": "^10.1.4",
"@storybook/addon-vitest": "^10.1.4",
"@storybook/test-runner": "^0.24.2",
"@storybook/vue3-vite": "^10.1.4",
"@types/humanize-duration": "^3.27.4",
"@types/js-yaml": "^4.0.9",
"@types/moment": "^2.13.0",
"@types/node": "^24.10.1",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.3",
"@types/semver": "^7.7.1",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/testing-library__user-event": "^4.2.0",
"@typescript-eslint/parser": "^8.46.4",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"@vueuse/router": "^14.0.0",
"change-case": "5.4.4",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-plugin-storybook": "^10.1.4",
"eslint-plugin-vue": "^9.33.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jsdom": "^27.1.0",
"lint-staged": "^16.2.6",
"monaco-editor": "^0.52.2",
"monaco-yaml": "5.3.1",
"patch-package": "^8.0.1",
"playwright": "^1.55.0",
"prettier": "^3.6.2",
"rimraf": "^6.1.0",
"rolldown-vite": "^7.2.5",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.93.3",
"storybook": "^10.1.4",
"storybook-vue3-router": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"uuid": "^13.0.0",
"vite": "npm:rolldown-vite@latest",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.4"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "^0.27.0",
"@esbuild/darwin-x64": "^0.27.0",
"@esbuild/linux-x64": "^0.27.0",
"@rollup/rollup-darwin-arm64": "^4.53.3",
"@rollup/rollup-darwin-x64": "^4.53.3",
"@rollup/rollup-linux-x64-gnu": "^4.53.3",
"@swc/core-darwin-arm64": "^1.15.3",
"@swc/core-darwin-x64": "^1.15.3",
"@swc/core-linux-x64-gnu": "^1.15.3"
},
"overrides": {
"bootstrap": {
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7"
},
"dependencies": {
"@js-joda/core": "^5.6.5",
"@kestra-io/ui-libs": "^0.0.263",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.47.0",
"@vueuse/core": "^14.0.0",
"ansi-to-html": "^0.7.2",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"buffer": "^6.0.3",
"chart.js": "^4.5.1",
"core-js": "^3.46.0",
"cronstrue": "^3.9.0",
"cytoscape": "^3.33.0",
"dagre": "^0.8.5",
"dotenv": "^17.2.3",
"element-plus": "2.11.8",
"humanize-duration": "^3.33.1",
"js-yaml": "^4.1.1",
"lodash": "^4.17.21",
"mailchecker": "^6.0.19",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"markdown-it-meta": "^0.0.1",
"material-file-icons": "^2.4.0",
"md5": "^2.3.0",
"moment": "^2.30.1",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.46",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pdfjs-dist": "^5.4.394",
"pinia": "^3.0.4",
"posthog-js": "^1.291.0",
"rapidoc": "^9.3.8",
"semver": "^7.7.3",
"shiki": "^3.15.0",
"vue": "^3.5.24",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.3.3",
"vue-gtag": "^3.6.3",
"vue-i18n": "^11.2.2",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.6.3",
"vue-sidebar-menu": "^5.8.0",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-popper": "^1.5.0",
"vue3-tour": "github:kestra-io/vue3-tour",
"xss": "^1.0.15",
"yaml": "^2.8.1"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.56.1",
"@rushstack/eslint-patch": "^1.14.1",
"@shikijs/markdown-it": "^3.15.0",
"@storybook/addon-themes": "^9.1.16",
"@storybook/addon-vitest": "^9.1.16",
"@storybook/test-runner": "^0.23.0",
"@storybook/vue3-vite": "^9.1.16",
"@types/humanize-duration": "^3.27.4",
"@types/js-yaml": "^4.0.9",
"@types/moment": "^2.13.0",
"@types/node": "^24.10.1",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.3",
"@types/semver": "^7.7.1",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/testing-library__user-event": "^4.2.0",
"@typescript-eslint/parser": "^8.46.4",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"@vueuse/router": "^14.0.0",
"change-case": "5.4.4",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-plugin-storybook": "^9.1.16",
"eslint-plugin-vue": "^9.33.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jsdom": "^27.1.0",
"lint-staged": "^16.2.6",
"monaco-editor": "^0.52.2",
"monaco-yaml": "5.3.1",
"patch-package": "^8.0.1",
"playwright": "^1.55.0",
"prettier": "^3.6.2",
"rimraf": "^6.1.0",
"rolldown-vite": "^7.2.5",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.93.3",
"storybook": "^9.1.16",
"storybook-vue3-router": "^6.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"uuid": "^13.0.0",
"vite": "npm:rolldown-vite@latest",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.4"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "^0.27.0",
"@esbuild/darwin-x64": "^0.27.0",
"@esbuild/linux-x64": "^0.27.0",
"@rollup/rollup-darwin-arm64": "^4.53.3",
"@rollup/rollup-darwin-x64": "^4.53.3",
"@rollup/rollup-linux-x64-gnu": "^4.53.3",
"@swc/core-darwin-arm64": "^1.15.3",
"@swc/core-darwin-x64": "^1.15.3",
"@swc/core-linux-x64-gnu": "^1.15.3"
},
"overrides": {
"bootstrap": {
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7"
},
"storybook": "$storybook",
"vite": "npm:rolldown-vite@latest"
},
"lint-staged": {
"**/*.{js,mjs,cjs,ts,vue}": "eslint --fix"
}
"storybook": "$storybook",
"vite": "npm:rolldown-vite@latest"
},
"lint-staged": {
"**/*.{js,mjs,cjs,ts,vue}": "eslint --fix"
}
}