[WEB-4837] feat: adding more packages to catalog (#7693)

* feat: adding more packages to catalog

* fix: lock file

* fix: sharp pacakge catalog
This commit is contained in:
sriram veeraghanta 2025-09-02 21:03:03 +05:30 committed by GitHub
parent 1c28bd5887
commit 4b74751e4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 609 additions and 298 deletions

View file

@ -70,11 +70,11 @@
"jsx-dom-cjs": "^8.0.3",
"linkifyjs": "^4.3.2",
"lowlight": "^3.0.0",
"lucide-react": "^0.469.0",
"lucide-react": "catalog:",
"prosemirror-codemark": "^0.4.2",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.10",
"uuid": "^10.0.0",
"uuid": "catalog:",
"y-indexeddb": "^9.0.12",
"y-prosemirror": "^1.2.15",
"y-protocols": "^1.0.6",

View file

@ -17,15 +17,15 @@
"dependencies": {
"@plane/utils": "workspace:*",
"intl-messageformat": "^10.7.11",
"mobx": "^6.13.5",
"mobx-react": "^9.1.0",
"lodash": "^4.17.21"
"mobx": "catalog:",
"mobx-react": "catalog:",
"lodash": "catalog:"
},
"devDependencies": {
"@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*",
"@types/node": "^22.5.4",
"@types/lodash": "4.17.20",
"@types/lodash": "catalog:",
"@types/react": "catalog:",
"typescript": "catalog:"
}

View file

@ -41,7 +41,7 @@
"cmdk": "^1.1.1",
"clsx": "^2.1.1",
"frimousse": "^0.3.0",
"lucide-react": "^0.469.0",
"lucide-react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"recharts": "^2.15.1",

View file

@ -17,7 +17,7 @@
"dependencies": {
"@plane/constants": "workspace:*",
"@plane/types": "workspace:*",
"axios": "1.11.0"
"axios": "catalog:"
},
"devDependencies": {
"@plane/eslint-config": "workspace:*",

View file

@ -15,7 +15,7 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"mobx": "^6.13.5",
"mobx": "catalog:",
"zod": "^3.22.2"
},
"devDependencies": {

View file

@ -43,8 +43,8 @@
"@radix-ui/react-scroll-area": "^1.2.3",
"clsx": "^2.0.0",
"emoji-picker-react": "^4.5.16",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"lodash": "catalog:",
"lucide-react": "catalog:",
"react-color": "^2.19.3",
"react-day-picker": "9.5.0",
"react-popper": "^2.3.0",
@ -67,7 +67,7 @@
"@storybook/react": "^8.1.1",
"@storybook/react-webpack5": "^8.1.1",
"@storybook/test": "^8.1.1",
"@types/lodash": "4.17.20",
"@types/lodash": "catalog:",
"@types/node": "^20.5.2",
"@types/react": "catalog:",
"@types/react-color": "^3.0.9",

View file

@ -26,17 +26,17 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"isomorphic-dompurify": "^2.16.0",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"lodash": "catalog:",
"lucide-react": "catalog:",
"react": "catalog:",
"tailwind-merge": "^2.5.5",
"tlds": "1.259.0",
"uuid": "^10.0.0"
"uuid": "catalog:"
},
"devDependencies": {
"@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*",
"@types/lodash": "4.17.20",
"@types/lodash": "catalog:",
"@types/node": "^22.5.4",
"@types/react": "catalog:",
"@types/uuid": "^9.0.8",