mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
chore: move all dependencies into pnpm catalog (#9153)
Centralize every external dependency version in the pnpm catalog (pnpm-workspace.yaml) and reference them via `catalog:` across all apps and packages. Packages that previously used differing versions were unified to the highest (notably @react-pdf/renderer ^3.4.5 -> ^4.3.0 in apps/web).
This commit is contained in:
committed by
GitHub
parent
04622ce118
commit
3f57fefdb4
+11
-11
@@ -19,10 +19,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@bprogress/core": "catalog:",
|
||||
"@fontsource-variable/inter": "5.2.8",
|
||||
"@fontsource/ibm-plex-mono": "5.2.7",
|
||||
"@fontsource/material-symbols-rounded": "5.2.30",
|
||||
"@headlessui/react": "^1.7.19",
|
||||
"@fontsource-variable/inter": "catalog:",
|
||||
"@fontsource/ibm-plex-mono": "catalog:",
|
||||
"@fontsource/material-symbols-rounded": "catalog:",
|
||||
"@headlessui/react": "catalog:",
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/hooks": "workspace:*",
|
||||
"@plane/propel": "workspace:*",
|
||||
@@ -31,20 +31,20 @@
|
||||
"@plane/ui": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@react-router/node": "catalog:",
|
||||
"@tanstack/react-virtual": "^3.13.12",
|
||||
"@tanstack/virtual-core": "^3.13.12",
|
||||
"@tanstack/react-virtual": "catalog:",
|
||||
"@tanstack/virtual-core": "catalog:",
|
||||
"axios": "catalog:",
|
||||
"isbot": "^5.1.31",
|
||||
"isbot": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"mobx": "catalog:",
|
||||
"mobx-react": "catalog:",
|
||||
"next-themes": "0.4.6",
|
||||
"next-themes": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "7.51.5",
|
||||
"react-hook-form": "catalog:",
|
||||
"react-router": "catalog:",
|
||||
"serve": "14.2.5",
|
||||
"serve": "catalog:",
|
||||
"swr": "catalog:",
|
||||
"uuid": "catalog:"
|
||||
},
|
||||
@@ -59,6 +59,6 @@
|
||||
"dotenv": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-tsconfig-paths": "^5.1.4"
|
||||
"vite-tsconfig-paths": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
+31
-31
@@ -27,55 +27,55 @@
|
||||
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@effect/platform": "^0.94.0",
|
||||
"@effect/platform-node": "^0.104.0",
|
||||
"@fontsource/inter": "5.2.8",
|
||||
"@hocuspocus/extension-database": "2.15.2",
|
||||
"@hocuspocus/extension-logger": "2.15.2",
|
||||
"@hocuspocus/extension-redis": "2.15.2",
|
||||
"@hocuspocus/server": "2.15.2",
|
||||
"@hocuspocus/transformer": "2.15.2",
|
||||
"@effect/platform": "catalog:",
|
||||
"@effect/platform-node": "catalog:",
|
||||
"@fontsource/inter": "catalog:",
|
||||
"@hocuspocus/extension-database": "catalog:",
|
||||
"@hocuspocus/extension-logger": "catalog:",
|
||||
"@hocuspocus/extension-redis": "catalog:",
|
||||
"@hocuspocus/server": "catalog:",
|
||||
"@hocuspocus/transformer": "catalog:",
|
||||
"@plane/decorators": "workspace:*",
|
||||
"@plane/editor": "workspace:*",
|
||||
"@plane/logger": "workspace:*",
|
||||
"@plane/types": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@react-pdf/renderer": "^4.3.0",
|
||||
"@react-pdf/types": "^2.9.2",
|
||||
"@react-pdf/renderer": "catalog:",
|
||||
"@react-pdf/types": "catalog:",
|
||||
"@tiptap/core": "catalog:",
|
||||
"@tiptap/html": "catalog:",
|
||||
"axios": "catalog:",
|
||||
"compression": "1.8.1",
|
||||
"cors": "^2.8.5",
|
||||
"compression": "catalog:",
|
||||
"cors": "catalog:",
|
||||
"dotenv": "catalog:",
|
||||
"effect": "3.20.0",
|
||||
"effect": "catalog:",
|
||||
"express": "catalog:",
|
||||
"express-ws": "^5.0.2",
|
||||
"helmet": "^7.1.0",
|
||||
"ioredis": "5.7.0",
|
||||
"express-ws": "catalog:",
|
||||
"helmet": "catalog:",
|
||||
"ioredis": "catalog:",
|
||||
"react": "catalog:",
|
||||
"sharp": "^0.34.3",
|
||||
"sharp": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
"ws": "^8.18.3",
|
||||
"y-prosemirror": "^1.3.7",
|
||||
"y-protocols": "^1.0.6",
|
||||
"yjs": "^13.6.20",
|
||||
"zod": "^3.25.76"
|
||||
"ws": "catalog:",
|
||||
"y-prosemirror": "catalog:",
|
||||
"y-protocols": "catalog:",
|
||||
"yjs": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@types/compression": "1.8.1",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "4.17.23",
|
||||
"@types/express-ws": "^3.0.5",
|
||||
"@types/compression": "catalog:",
|
||||
"@types/cors": "catalog:",
|
||||
"@types/express": "catalog:",
|
||||
"@types/express-ws": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/pdf-parse": "^1.1.5",
|
||||
"@types/pdf-parse": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@vitest/coverage-v8": "^4.0.8",
|
||||
"pdf-parse": "^2.4.5",
|
||||
"@types/ws": "catalog:",
|
||||
"@vitest/coverage-v8": "catalog:",
|
||||
"pdf-parse": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vitest": "^4.0.8"
|
||||
"vitest": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
+14
-14
@@ -18,10 +18,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@bprogress/core": "catalog:",
|
||||
"@fontsource-variable/inter": "5.2.8",
|
||||
"@fontsource/ibm-plex-mono": "5.2.7",
|
||||
"@fontsource/material-symbols-rounded": "5.2.30",
|
||||
"@headlessui/react": "^1.7.19",
|
||||
"@fontsource-variable/inter": "catalog:",
|
||||
"@fontsource/ibm-plex-mono": "catalog:",
|
||||
"@fontsource/material-symbols-rounded": "catalog:",
|
||||
"@headlessui/react": "catalog:",
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/editor": "workspace:*",
|
||||
"@plane/i18n": "workspace:*",
|
||||
@@ -30,24 +30,24 @@
|
||||
"@plane/types": "workspace:*",
|
||||
"@plane/ui": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@popperjs/core": "catalog:",
|
||||
"@react-router/node": "catalog:",
|
||||
"@react-router/serve": "catalog:",
|
||||
"axios": "catalog:",
|
||||
"clsx": "^2.0.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"isbot": "^5.1.31",
|
||||
"clsx": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"isbot": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"mobx": "catalog:",
|
||||
"mobx-react": "catalog:",
|
||||
"mobx-utils": "catalog:",
|
||||
"next-themes": "0.4.6",
|
||||
"next-themes": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-hook-form": "7.51.5",
|
||||
"react-popper": "^2.3.0",
|
||||
"react-dropzone": "catalog:",
|
||||
"react-hook-form": "catalog:",
|
||||
"react-popper": "catalog:",
|
||||
"react-router": "catalog:",
|
||||
"swr": "catalog:",
|
||||
"uuid": "catalog:"
|
||||
@@ -56,7 +56,7 @@
|
||||
"@plane/tailwind-config": "workspace:*",
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@react-router/dev": "catalog:",
|
||||
"@tailwindcss/typography": "0.5.19",
|
||||
"@tailwindcss/typography": "catalog:",
|
||||
"@types/lodash-es": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
@@ -64,6 +64,6 @@
|
||||
"dotenv": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-tsconfig-paths": "^5.1.4"
|
||||
"vite-tsconfig-paths": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
+31
-31
@@ -21,10 +21,10 @@
|
||||
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "catalog:",
|
||||
"@atlaskit/pragmatic-drag-and-drop-hitbox": "catalog:",
|
||||
"@bprogress/core": "catalog:",
|
||||
"@fontsource-variable/inter": "5.2.8",
|
||||
"@fontsource/ibm-plex-mono": "5.2.7",
|
||||
"@fontsource/material-symbols-rounded": "5.2.30",
|
||||
"@headlessui/react": "^1.7.19",
|
||||
"@fontsource-variable/inter": "catalog:",
|
||||
"@fontsource/ibm-plex-mono": "catalog:",
|
||||
"@fontsource/material-symbols-rounded": "catalog:",
|
||||
"@headlessui/react": "catalog:",
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/editor": "workspace:*",
|
||||
"@plane/hooks": "workspace:*",
|
||||
@@ -35,56 +35,56 @@
|
||||
"@plane/types": "workspace:*",
|
||||
"@plane/ui": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@react-pdf/renderer": "^3.4.5",
|
||||
"@popperjs/core": "catalog:",
|
||||
"@react-pdf/renderer": "catalog:",
|
||||
"@react-router/node": "catalog:",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@tanstack/react-table": "catalog:",
|
||||
"axios": "catalog:",
|
||||
"clsx": "^2.0.0",
|
||||
"cmdk": "^1.0.0",
|
||||
"comlink": "^4.4.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"emoji-picker-react": "^4.5.16",
|
||||
"export-to-csv": "^1.4.0",
|
||||
"isbot": "^5.1.31",
|
||||
"clsx": "catalog:",
|
||||
"cmdk": "catalog:",
|
||||
"comlink": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"emoji-picker-react": "catalog:",
|
||||
"export-to-csv": "catalog:",
|
||||
"isbot": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"mobx": "catalog:",
|
||||
"mobx-react": "catalog:",
|
||||
"mobx-utils": "catalog:",
|
||||
"next-themes": "0.4.6",
|
||||
"next-themes": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-color": "^2.19.3",
|
||||
"react-color": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-fast-compare": "^3.2.2",
|
||||
"react-hook-form": "7.51.5",
|
||||
"react-is": "^18.2.0",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-masonry-component": "^6.3.0",
|
||||
"react-pdf-html": "^2.1.2",
|
||||
"react-popper": "^2.3.0",
|
||||
"react-dropzone": "catalog:",
|
||||
"react-fast-compare": "catalog:",
|
||||
"react-hook-form": "catalog:",
|
||||
"react-is": "catalog:",
|
||||
"react-markdown": "catalog:",
|
||||
"react-masonry-component": "catalog:",
|
||||
"react-pdf-html": "catalog:",
|
||||
"react-popper": "catalog:",
|
||||
"react-router": "catalog:",
|
||||
"recharts": "^2.12.7",
|
||||
"serve": "14.2.5",
|
||||
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
||||
"recharts": "catalog:",
|
||||
"serve": "catalog:",
|
||||
"smooth-scroll-into-view-if-needed": "catalog:",
|
||||
"swr": "catalog:",
|
||||
"use-font-face-observer": "^1.2.2",
|
||||
"use-font-face-observer": "catalog:",
|
||||
"uuid": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/tailwind-config": "workspace:*",
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@react-router/dev": "catalog:",
|
||||
"@tailwindcss/typography": "0.5.19",
|
||||
"@tailwindcss/typography": "catalog:",
|
||||
"@types/lodash-es": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-color": "^3.0.6",
|
||||
"@types/react-color": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"dotenv": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-tsconfig-paths": "^5.1.4"
|
||||
"vite-tsconfig-paths": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
+5
-5
@@ -20,11 +20,11 @@
|
||||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "16.2.7",
|
||||
"oxfmt": "0.35.0",
|
||||
"oxlint": "1.51.0",
|
||||
"turbo": "2.9.14"
|
||||
"husky": "catalog:",
|
||||
"lint-staged": "catalog:",
|
||||
"oxfmt": "catalog:",
|
||||
"oxlint": "catalog:",
|
||||
"turbo": "catalog:"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
"remove-directives": "jscodeshift -t ./remove-directives.ts --extensions=ts,tsx --parser=tsx ../../apps/*/app ../../apps/*/ce ../../apps/*/core ../../apps/*/ee ../../apps/*/helpers ../../apps/*/src ../../packages/*/src --ignore-pattern='**/node_modules/**' --ignore-pattern='**/dist/**' --ignore-pattern='**/build/**' --ignore-pattern='**/*.d.ts'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hypermod/utils": "^0.7.1",
|
||||
"@types/jscodeshift": "^17.3.0",
|
||||
"ast-types": "0.14.2",
|
||||
"jscodeshift": "^17.3.0",
|
||||
"vitest": "^4.0.8"
|
||||
"@hypermod/utils": "catalog:",
|
||||
"@types/jscodeshift": "catalog:",
|
||||
"ast-types": "catalog:",
|
||||
"jscodeshift": "catalog:",
|
||||
"vitest": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@types/express": "4.17.23",
|
||||
"@types/express": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/ws": "^8.5.10",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"@types/ws": "catalog:",
|
||||
"reflect-metadata": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.7.1",
|
||||
"@floating-ui/react": "^0.26.4",
|
||||
"@headlessui/react": "^1.7.3",
|
||||
"@hocuspocus/provider": "2.15.2",
|
||||
"@floating-ui/dom": "catalog:",
|
||||
"@floating-ui/react": "catalog:",
|
||||
"@headlessui/react": "catalog:",
|
||||
"@hocuspocus/provider": "catalog:",
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/hooks": "workspace:*",
|
||||
"@plane/propel": "workspace:*",
|
||||
@@ -44,44 +44,44 @@
|
||||
"@plane/ui": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@tiptap/core": "catalog:",
|
||||
"@tiptap/extension-blockquote": "^2.22.3",
|
||||
"@tiptap/extension-character-count": "^2.22.3",
|
||||
"@tiptap/extension-collaboration": "^2.22.3",
|
||||
"@tiptap/extension-document": "^2.22.3",
|
||||
"@tiptap/extension-emoji": "^2.22.3",
|
||||
"@tiptap/extension-heading": "^2.22.3",
|
||||
"@tiptap/extension-image": "^2.22.3",
|
||||
"@tiptap/extension-list-item": "^2.22.3",
|
||||
"@tiptap/extension-mention": "^2.22.3",
|
||||
"@tiptap/extension-placeholder": "^2.22.3",
|
||||
"@tiptap/extension-task-item": "^2.22.3",
|
||||
"@tiptap/extension-task-list": "^2.22.3",
|
||||
"@tiptap/extension-text": "^2.22.3",
|
||||
"@tiptap/extension-text-align": "^2.22.3",
|
||||
"@tiptap/extension-text-style": "^2.22.3",
|
||||
"@tiptap/extension-underline": "^2.22.3",
|
||||
"@tiptap/extension-blockquote": "catalog:",
|
||||
"@tiptap/extension-character-count": "catalog:",
|
||||
"@tiptap/extension-collaboration": "catalog:",
|
||||
"@tiptap/extension-document": "catalog:",
|
||||
"@tiptap/extension-emoji": "catalog:",
|
||||
"@tiptap/extension-heading": "catalog:",
|
||||
"@tiptap/extension-image": "catalog:",
|
||||
"@tiptap/extension-list-item": "catalog:",
|
||||
"@tiptap/extension-mention": "catalog:",
|
||||
"@tiptap/extension-placeholder": "catalog:",
|
||||
"@tiptap/extension-task-item": "catalog:",
|
||||
"@tiptap/extension-task-list": "catalog:",
|
||||
"@tiptap/extension-text": "catalog:",
|
||||
"@tiptap/extension-text-align": "catalog:",
|
||||
"@tiptap/extension-text-style": "catalog:",
|
||||
"@tiptap/extension-underline": "catalog:",
|
||||
"@tiptap/html": "catalog:",
|
||||
"@tiptap/pm": "^2.22.3",
|
||||
"@tiptap/react": "^2.22.3",
|
||||
"@tiptap/starter-kit": "^2.22.3",
|
||||
"@tiptap/suggestion": "^2.22.3",
|
||||
"buffer": "^6.0.3",
|
||||
"emoji-regex": "^10.3.0",
|
||||
"highlight.js": "^11.8.0",
|
||||
"is-emoji-supported": "^0.0.5",
|
||||
"jsx-dom-cjs": "^8.0.3",
|
||||
"linkifyjs": "^4.3.2",
|
||||
"@tiptap/pm": "catalog:",
|
||||
"@tiptap/react": "catalog:",
|
||||
"@tiptap/starter-kit": "catalog:",
|
||||
"@tiptap/suggestion": "catalog:",
|
||||
"buffer": "catalog:",
|
||||
"emoji-regex": "catalog:",
|
||||
"highlight.js": "catalog:",
|
||||
"is-emoji-supported": "catalog:",
|
||||
"jsx-dom-cjs": "catalog:",
|
||||
"linkifyjs": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"lowlight": "^3.0.0",
|
||||
"lowlight": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"prosemirror-codemark": "^0.4.2",
|
||||
"tippy.js": "^6.3.7",
|
||||
"tiptap-markdown": "^0.8.10",
|
||||
"prosemirror-codemark": "catalog:",
|
||||
"tippy.js": "catalog:",
|
||||
"tiptap-markdown": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
"y-indexeddb": "^9.0.12",
|
||||
"y-prosemirror": "^1.2.15",
|
||||
"y-protocols": "^1.0.6",
|
||||
"yjs": "^13.6.20"
|
||||
"y-indexeddb": "catalog:",
|
||||
"y-prosemirror": "catalog:",
|
||||
"y-protocols": "catalog:",
|
||||
"yjs": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/tailwind-config": "workspace:*",
|
||||
@@ -90,7 +90,7 @@
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"express-winston": "^4.2.0",
|
||||
"winston": "^3.17.0"
|
||||
"express-winston": "catalog:",
|
||||
"winston": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@types/express": "4.17.23",
|
||||
"@types/express": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
|
||||
@@ -62,34 +62,34 @@
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui-components/react": "1.0.0-beta.3",
|
||||
"@base-ui-components/react": "catalog:",
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/hooks": "workspace:*",
|
||||
"@plane/types": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"class-variance-authority": "0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.1",
|
||||
"framer-motion": "^12.23.0",
|
||||
"frimousse": "^0.3.0",
|
||||
"@tanstack/react-table": "catalog:",
|
||||
"class-variance-authority": "catalog:",
|
||||
"clsx": "catalog:",
|
||||
"cmdk": "catalog:",
|
||||
"framer-motion": "catalog:",
|
||||
"frimousse": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-day-picker": "9.5.0",
|
||||
"react-day-picker": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"recharts": "^2.15.1",
|
||||
"tailwind-merge": "3.4.0",
|
||||
"use-font-face-observer": "^1.3.0"
|
||||
"recharts": "catalog:",
|
||||
"tailwind-merge": "catalog:",
|
||||
"use-font-face-observer": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/tailwind-config": "workspace:*",
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@storybook/addon-designs": "10.0.2",
|
||||
"@storybook/addon-docs": "9.1.10",
|
||||
"@storybook/react-vite": "9.1.10",
|
||||
"@storybook/addon-designs": "catalog:",
|
||||
"@storybook/addon-docs": "catalog:",
|
||||
"@storybook/react-vite": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"storybook": "9.1.19",
|
||||
"storybook": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/types": "workspace:*",
|
||||
"axios": "catalog:",
|
||||
"file-type": "^21.3.1"
|
||||
"file-type": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"mobx": "catalog:",
|
||||
"mobx-utils": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
"zod": "^3.22.2"
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"./postcss.config.js": "./postcss.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/postcss": "4.1.17",
|
||||
"postcss": "8.5.10"
|
||||
"@tailwindcss/postcss": "catalog:",
|
||||
"postcss": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "4.1.17"
|
||||
"tailwindcss": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
+27
-27
@@ -29,48 +29,48 @@
|
||||
"dependencies": {
|
||||
"@atlaskit/pragmatic-drag-and-drop": "catalog:",
|
||||
"@atlaskit/pragmatic-drag-and-drop-hitbox": "catalog:",
|
||||
"@blueprintjs/core": "^4.16.3",
|
||||
"@blueprintjs/popover2": "^1.13.3",
|
||||
"@headlessui/react": "^1.7.3",
|
||||
"@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": "^2.11.8",
|
||||
"@radix-ui/react-scroll-area": "^1.2.3",
|
||||
"clsx": "^2.0.0",
|
||||
"@popperjs/core": "catalog:",
|
||||
"@radix-ui/react-scroll-area": "catalog:",
|
||||
"clsx": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"react-color": "^2.19.3",
|
||||
"react-day-picker": "9.5.0",
|
||||
"react-popper": "^2.3.0",
|
||||
"tailwind-merge": "3.4.0",
|
||||
"use-font-face-observer": "^1.2.2"
|
||||
"react-color": "catalog:",
|
||||
"react-day-picker": "catalog:",
|
||||
"react-popper": "catalog:",
|
||||
"tailwind-merge": "catalog:",
|
||||
"use-font-face-observer": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^1.4.0",
|
||||
"@chromatic-com/storybook": "catalog:",
|
||||
"@plane/tailwind-config": "workspace:*",
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@storybook/addon-essentials": "^8.1.1",
|
||||
"@storybook/addon-interactions": "^8.1.1",
|
||||
"@storybook/addon-links": "^8.1.1",
|
||||
"@storybook/addon-onboarding": "^8.1.1",
|
||||
"@storybook/addon-styling-webpack": "^1.0.0",
|
||||
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
|
||||
"@storybook/blocks": "^8.1.1",
|
||||
"@storybook/react": "^8.1.1",
|
||||
"@storybook/react-webpack5": "^8.1.1",
|
||||
"@storybook/test": "^8.1.1",
|
||||
"@storybook/addon-essentials": "catalog:",
|
||||
"@storybook/addon-interactions": "catalog:",
|
||||
"@storybook/addon-links": "catalog:",
|
||||
"@storybook/addon-onboarding": "catalog:",
|
||||
"@storybook/addon-styling-webpack": "catalog:",
|
||||
"@storybook/addon-webpack5-compiler-swc": "catalog:",
|
||||
"@storybook/blocks": "catalog:",
|
||||
"@storybook/react": "catalog:",
|
||||
"@storybook/react-webpack5": "catalog:",
|
||||
"@storybook/test": "catalog:",
|
||||
"@types/lodash-es": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-color": "^3.0.9",
|
||||
"@types/react-color": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"storybook": "9.1.19",
|
||||
"autoprefixer": "catalog:",
|
||||
"postcss-cli": "catalog:",
|
||||
"postcss-nested": "catalog:",
|
||||
"storybook": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
|
||||
+17
-17
@@ -25,33 +25,33 @@
|
||||
"dependencies": {
|
||||
"@plane/constants": "workspace:*",
|
||||
"@plane/types": "workspace:*",
|
||||
"chroma-js": "^3.2.0",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"hast": "^1.0.0",
|
||||
"hast-util-to-mdast": "^10.1.2",
|
||||
"chroma-js": "catalog:",
|
||||
"clsx": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"hast": "catalog:",
|
||||
"hast-util-to-mdast": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"mdast": "^3.0.0",
|
||||
"mdast": "catalog:",
|
||||
"react": "catalog:",
|
||||
"rehype-parse": "^9.0.1",
|
||||
"rehype-remark": "^10.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-stringify": "^11.0.0",
|
||||
"sanitize-html": "2.17.0",
|
||||
"tailwind-merge": "3.4.0",
|
||||
"unified": "^11.0.5",
|
||||
"rehype-parse": "catalog:",
|
||||
"rehype-remark": "catalog:",
|
||||
"remark-gfm": "catalog:",
|
||||
"remark-stringify": "catalog:",
|
||||
"sanitize-html": "catalog:",
|
||||
"tailwind-merge": "catalog:",
|
||||
"unified": "catalog:",
|
||||
"uuid": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@types/chroma-js": "^3.1.2",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/chroma-js": "catalog:",
|
||||
"@types/hast": "catalog:",
|
||||
"@types/lodash-es": "catalog:",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@types/mdast": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/sanitize-html": "2.16.0",
|
||||
"@types/sanitize-html": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
}
|
||||
|
||||
Generated
+679
-416
File diff suppressed because it is too large
Load Diff
+188
-34
@@ -5,40 +5,194 @@ packages:
|
||||
- "!apps/proxy"
|
||||
|
||||
catalog:
|
||||
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": 1.4.0
|
||||
"@atlaskit/pragmatic-drag-and-drop-hitbox": 1.1.0
|
||||
"@atlaskit/pragmatic-drag-and-drop": 1.7.4
|
||||
"@bprogress/core": ^1.3.4
|
||||
"dotenv": 16.4.7
|
||||
"@react-router/dev": 7.13.1
|
||||
"@react-router/node": 7.13.1
|
||||
"@react-router/serve": 7.13.1
|
||||
"@tiptap/core": ^2.22.3
|
||||
"@tiptap/html": ^2.22.3
|
||||
"@types/lodash-es": 4.17.12
|
||||
"@types/node": 22.12.0
|
||||
"@types/react-dom": 18.3.1
|
||||
"@types/react": 18.3.11
|
||||
axios: 1.15.2
|
||||
express: 4.22.0
|
||||
i18next: 25.10.9
|
||||
i18next-icu: 2.4.3
|
||||
i18next-resources-to-backend: 1.2.1
|
||||
lodash-es: 4.18.1
|
||||
lucide-react: 0.469.0
|
||||
mobx-react: 9.1.1
|
||||
mobx-utils: 6.0.8
|
||||
mobx: 6.12.0
|
||||
react-dom: 18.3.1
|
||||
react-router: 7.12.0
|
||||
react: 18.3.1
|
||||
react-i18next: 16.6.6
|
||||
swr: 2.2.4
|
||||
tsdown: 0.16.0
|
||||
tsx: 4.20.6
|
||||
typescript: 5.8.3
|
||||
uuid: 14.0.0
|
||||
vite: 7.3.2
|
||||
"@atlaskit/pragmatic-drag-and-drop": "1.7.4"
|
||||
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "1.4.0"
|
||||
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.1.0"
|
||||
"@base-ui-components/react": "1.0.0-beta.3"
|
||||
"@blueprintjs/core": "^4.16.3"
|
||||
"@blueprintjs/popover2": "^1.13.3"
|
||||
"@bprogress/core": "^1.3.4"
|
||||
"@chromatic-com/storybook": "^1.4.0"
|
||||
"@effect/platform": "^0.94.0"
|
||||
"@effect/platform-node": "^0.104.0"
|
||||
"@floating-ui/dom": "^1.7.1"
|
||||
"@floating-ui/react": "^0.26.4"
|
||||
"@fontsource-variable/inter": "5.2.8"
|
||||
"@fontsource/ibm-plex-mono": "5.2.7"
|
||||
"@fontsource/inter": "5.2.8"
|
||||
"@fontsource/material-symbols-rounded": "5.2.30"
|
||||
"@headlessui/react": "^1.7.19"
|
||||
"@hocuspocus/extension-database": "2.15.2"
|
||||
"@hocuspocus/extension-logger": "2.15.2"
|
||||
"@hocuspocus/extension-redis": "2.15.2"
|
||||
"@hocuspocus/provider": "2.15.2"
|
||||
"@hocuspocus/server": "2.15.2"
|
||||
"@hocuspocus/transformer": "2.15.2"
|
||||
"@hypermod/utils": "^0.7.1"
|
||||
"@popperjs/core": "^2.11.8"
|
||||
"@radix-ui/react-scroll-area": "^1.2.3"
|
||||
"@react-pdf/renderer": "^4.3.0"
|
||||
"@react-pdf/types": "^2.9.2"
|
||||
"@react-router/dev": "7.13.1"
|
||||
"@react-router/node": "7.13.1"
|
||||
"@react-router/serve": "7.13.1"
|
||||
"@storybook/addon-designs": "10.0.2"
|
||||
"@storybook/addon-docs": "9.1.10"
|
||||
"@storybook/addon-essentials": "^8.1.1"
|
||||
"@storybook/addon-interactions": "^8.1.1"
|
||||
"@storybook/addon-links": "^8.1.1"
|
||||
"@storybook/addon-onboarding": "^8.1.1"
|
||||
"@storybook/addon-styling-webpack": "^1.0.0"
|
||||
"@storybook/addon-webpack5-compiler-swc": "^1.0.2"
|
||||
"@storybook/blocks": "^8.1.1"
|
||||
"@storybook/react": "^8.1.1"
|
||||
"@storybook/react-vite": "9.1.10"
|
||||
"@storybook/react-webpack5": "^8.1.1"
|
||||
"@storybook/test": "^8.1.1"
|
||||
"@tailwindcss/postcss": "4.1.17"
|
||||
"@tailwindcss/typography": "0.5.19"
|
||||
"@tanstack/react-table": "^8.21.3"
|
||||
"@tanstack/react-virtual": "^3.13.12"
|
||||
"@tanstack/virtual-core": "^3.13.12"
|
||||
"@tiptap/core": "^2.22.3"
|
||||
"@tiptap/extension-blockquote": "^2.22.3"
|
||||
"@tiptap/extension-character-count": "^2.22.3"
|
||||
"@tiptap/extension-collaboration": "^2.22.3"
|
||||
"@tiptap/extension-document": "^2.22.3"
|
||||
"@tiptap/extension-emoji": "^2.22.3"
|
||||
"@tiptap/extension-heading": "^2.22.3"
|
||||
"@tiptap/extension-image": "^2.22.3"
|
||||
"@tiptap/extension-list-item": "^2.22.3"
|
||||
"@tiptap/extension-mention": "^2.22.3"
|
||||
"@tiptap/extension-placeholder": "^2.22.3"
|
||||
"@tiptap/extension-task-item": "^2.22.3"
|
||||
"@tiptap/extension-task-list": "^2.22.3"
|
||||
"@tiptap/extension-text": "^2.22.3"
|
||||
"@tiptap/extension-text-align": "^2.22.3"
|
||||
"@tiptap/extension-text-style": "^2.22.3"
|
||||
"@tiptap/extension-underline": "^2.22.3"
|
||||
"@tiptap/html": "^2.22.3"
|
||||
"@tiptap/pm": "^2.22.3"
|
||||
"@tiptap/react": "^2.22.3"
|
||||
"@tiptap/starter-kit": "^2.22.3"
|
||||
"@tiptap/suggestion": "^2.22.3"
|
||||
"@types/chroma-js": "^3.1.2"
|
||||
"@types/compression": "1.8.1"
|
||||
"@types/cors": "^2.8.17"
|
||||
"@types/express": "4.17.23"
|
||||
"@types/express-ws": "^3.0.5"
|
||||
"@types/hast": "^3.0.4"
|
||||
"@types/jscodeshift": "^17.3.0"
|
||||
"@types/lodash-es": "4.17.12"
|
||||
"@types/mdast": "^4.0.4"
|
||||
"@types/node": "22.12.0"
|
||||
"@types/pdf-parse": "^1.1.5"
|
||||
"@types/react": "18.3.11"
|
||||
"@types/react-color": "^3.0.9"
|
||||
"@types/react-dom": "18.3.1"
|
||||
"@types/sanitize-html": "2.16.0"
|
||||
"@types/ws": "^8.18.1"
|
||||
"@vitest/coverage-v8": "^4.0.8"
|
||||
"ast-types": "0.14.2"
|
||||
"autoprefixer": "^10.4.19"
|
||||
"axios": "1.15.2"
|
||||
"buffer": "^6.0.3"
|
||||
"chroma-js": "^3.2.0"
|
||||
"class-variance-authority": "0.7.1"
|
||||
"clsx": "^2.1.1"
|
||||
"cmdk": "^1.1.1"
|
||||
"comlink": "^4.4.1"
|
||||
"compression": "1.8.1"
|
||||
"cors": "^2.8.5"
|
||||
"date-fns": "^4.1.0"
|
||||
"dotenv": "16.4.7"
|
||||
"effect": "3.20.0"
|
||||
"emoji-picker-react": "^4.5.16"
|
||||
"emoji-regex": "^10.3.0"
|
||||
"export-to-csv": "^1.4.0"
|
||||
"express": "4.22.0"
|
||||
"express-winston": "^4.2.0"
|
||||
"express-ws": "^5.0.2"
|
||||
"file-type": "^21.3.1"
|
||||
"framer-motion": "^12.23.0"
|
||||
"frimousse": "^0.3.0"
|
||||
"hast": "^1.0.0"
|
||||
"hast-util-to-mdast": "^10.1.2"
|
||||
"helmet": "^7.1.0"
|
||||
"highlight.js": "^11.8.0"
|
||||
"husky": "9.1.7"
|
||||
"i18next": "25.10.9"
|
||||
"i18next-icu": "2.4.3"
|
||||
"i18next-resources-to-backend": "1.2.1"
|
||||
"ioredis": "5.7.0"
|
||||
"is-emoji-supported": "^0.0.5"
|
||||
"isbot": "^5.1.31"
|
||||
"jscodeshift": "^17.3.0"
|
||||
"jsx-dom-cjs": "^8.0.3"
|
||||
"linkifyjs": "^4.3.2"
|
||||
"lint-staged": "16.2.7"
|
||||
"lodash-es": "4.18.1"
|
||||
"lowlight": "^3.0.0"
|
||||
"lucide-react": "0.469.0"
|
||||
"mdast": "^3.0.0"
|
||||
"mobx": "6.12.0"
|
||||
"mobx-react": "9.1.1"
|
||||
"mobx-utils": "6.0.8"
|
||||
"next-themes": "0.4.6"
|
||||
"oxfmt": "0.35.0"
|
||||
"oxlint": "1.51.0"
|
||||
"pdf-parse": "^2.4.5"
|
||||
"postcss": "8.5.10"
|
||||
"postcss-cli": "^11.0.0"
|
||||
"postcss-nested": "^6.0.1"
|
||||
"prosemirror-codemark": "^0.4.2"
|
||||
"react": "18.3.1"
|
||||
"react-color": "^2.19.3"
|
||||
"react-day-picker": "9.5.0"
|
||||
"react-dom": "18.3.1"
|
||||
"react-dropzone": "^14.2.3"
|
||||
"react-fast-compare": "^3.2.2"
|
||||
"react-hook-form": "7.51.5"
|
||||
"react-i18next": "16.6.6"
|
||||
"react-is": "^18.2.0"
|
||||
"react-markdown": "^8.0.7"
|
||||
"react-masonry-component": "^6.3.0"
|
||||
"react-pdf-html": "^2.1.2"
|
||||
"react-popper": "^2.3.0"
|
||||
"react-router": "7.12.0"
|
||||
"recharts": "^2.15.1"
|
||||
"reflect-metadata": "^0.2.2"
|
||||
"rehype-parse": "^9.0.1"
|
||||
"rehype-remark": "^10.0.1"
|
||||
"remark-gfm": "^4.0.1"
|
||||
"remark-stringify": "^11.0.0"
|
||||
"sanitize-html": "2.17.0"
|
||||
"serve": "14.2.5"
|
||||
"sharp": "^0.34.3"
|
||||
"smooth-scroll-into-view-if-needed": "^2.0.2"
|
||||
"storybook": "9.1.19"
|
||||
"swr": "2.2.4"
|
||||
"tailwind-merge": "3.4.0"
|
||||
"tailwindcss": "4.1.17"
|
||||
"tippy.js": "^6.3.7"
|
||||
"tiptap-markdown": "^0.8.10"
|
||||
"tsdown": "0.16.0"
|
||||
"tsx": "4.20.6"
|
||||
"turbo": "2.9.14"
|
||||
"typescript": "5.8.3"
|
||||
"unified": "^11.0.5"
|
||||
"use-font-face-observer": "^1.3.0"
|
||||
"uuid": "14.0.0"
|
||||
"vite": "7.3.2"
|
||||
"vite-tsconfig-paths": "^5.1.4"
|
||||
"vitest": "^4.0.8"
|
||||
"winston": "^3.17.0"
|
||||
"ws": "^8.18.3"
|
||||
"y-indexeddb": "^9.0.12"
|
||||
"y-prosemirror": "^1.3.7"
|
||||
"y-protocols": "^1.0.6"
|
||||
"yjs": "^13.6.20"
|
||||
"zod": "^3.25.76"
|
||||
|
||||
overrides:
|
||||
express: "catalog:"
|
||||
|
||||
Reference in New Issue
Block a user