mirror of
https://github.com/makeplane/plane.git
synced 2026-07-10 04:25:24 +02:00
Storybook upgrade (latest 10.4.6): - Align catalog so storybook + all @storybook/* are lockstep on 10.4.6 - addon-designs 11.1.3, addon-styling-webpack 3.0.2, addon-webpack5-compiler-swc 4.0.3, @chromatic-com/storybook 5.2.1 - Remove discontinued packages (addon-essentials, addon-interactions, blocks, test); add @storybook/addon-docs to packages/ui - Fix .storybook/main.ts ESM loading via createRequire(import.meta.url) - Revert propel's hardcoded storybook version back to catalog: Security advisories: - undici 7.24.0 -> 7.28.0 (7 CVEs incl. GHSA-vmh5-mc38-953g) - @opentelemetry/core|resources|sdk-trace-base -> 2.8.0 (GHSA-8988-4f7v-96qf) Also includes bundled dependency bumps already pending on the branch (vite 8, postcss, babel, markdown-it, ws, form-data, etc.).
79 lines
2.5 KiB
JSON
79 lines
2.5 KiB
JSON
{
|
|
"name": "@plane/ui",
|
|
"version": "1.3.1",
|
|
"private": true,
|
|
"description": "UI components shared across multiple apps internally",
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch --no-clean",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"postcss": "postcss styles/globals.css -o styles/output.css --watch",
|
|
"check:lint": "oxlint --max-warnings=66 .",
|
|
"check:types": "tsc --noEmit",
|
|
"check:format": "oxfmt --check .",
|
|
"fix:lint": "oxlint --fix .",
|
|
"fix:format": "oxfmt .",
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "catalog:",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "catalog:",
|
|
"@blueprintjs/core": "catalog:",
|
|
"@blueprintjs/popover2": "catalog:",
|
|
"@headlessui/react": "catalog:",
|
|
"@plane/constants": "workspace:*",
|
|
"@plane/hooks": "workspace:*",
|
|
"@plane/propel": "workspace:*",
|
|
"@plane/types": "workspace:*",
|
|
"@plane/utils": "workspace:*",
|
|
"@popperjs/core": "catalog:",
|
|
"@radix-ui/react-scroll-area": "catalog:",
|
|
"clsx": "catalog:",
|
|
"lodash-es": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"react-color": "catalog:",
|
|
"react-day-picker": "catalog:",
|
|
"react-popper": "catalog:",
|
|
"tailwind-merge": "catalog:",
|
|
"use-font-face-observer": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "catalog:",
|
|
"@plane/tailwind-config": "workspace:*",
|
|
"@plane/typescript-config": "workspace:*",
|
|
"@storybook/addon-docs": "catalog:",
|
|
"@storybook/addon-links": "catalog:",
|
|
"@storybook/addon-onboarding": "catalog:",
|
|
"@storybook/addon-styling-webpack": "catalog:",
|
|
"@storybook/addon-webpack5-compiler-swc": "catalog:",
|
|
"@storybook/react": "catalog:",
|
|
"@storybook/react-webpack5": "catalog:",
|
|
"@types/lodash-es": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-color": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"autoprefixer": "catalog:",
|
|
"postcss-cli": "catalog:",
|
|
"postcss-nested": "catalog:",
|
|
"storybook": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
}
|
|
}
|