[WEB-4809] chore: added common libs to pnpm workspace catalog (#7611)

* chore: added common libs to pnpm workspace catalog

* chore: update pnpm lockfile to use exact versions for React and TypeScript dependencies

* refactor: removed string from the versions

* fix: lint

* refactor: cleanup

* fix: lint

* chore: updated lock file
This commit is contained in:
Jayash Tripathy 2025-09-01 19:42:56 +05:30 committed by GitHub
parent 7437deaa86
commit f2edf637de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 417 additions and 406 deletions

View file

@ -34,8 +34,8 @@
"next": "14.2.32", "next": "14.2.32",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"react": "^18.3.1", "react": "catalog:",
"react-dom": "^18.3.1", "react-dom": "catalog:",
"react-hook-form": "7.51.5", "react-hook-form": "7.51.5",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"swr": "^2.2.4", "swr": "^2.2.4",
@ -47,9 +47,9 @@
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/node": "18.16.1", "@types/node": "18.16.1",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"@types/react-dom": "^18.2.18", "@types/react-dom": "catalog:",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -58,8 +58,8 @@
"concurrently": "^9.0.1", "concurrently": "^9.0.1",
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3", "typescript": "catalog:",
"ws": "^8.18.3" "ws": "^8.18.3"
} }
} }

View file

@ -44,8 +44,8 @@
"next": "14.2.32", "next": "14.2.32",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"react": "^18.3.1", "react": "catalog:",
"react-dom": "^18.3.1", "react-dom": "catalog:",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-hook-form": "7.51.5", "react-hook-form": "7.51.5",
"react-popper": "^2.3.0", "react-popper": "^2.3.0",
@ -61,9 +61,9 @@
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/node": "18.14.1", "@types/node": "18.14.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"@types/react-dom": "^18.2.18", "@types/react-dom": "catalog:",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -50,10 +50,10 @@
"next": "14.2.32", "next": "14.2.32",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"posthog-js": "^1.131.3", "posthog-js": "^1.131.3",
"react": "^18.3.1", "react": "catalog:",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-day-picker": "9.5.0", "react-day-picker": "9.5.0",
"react-dom": "^18.3.1", "react-dom": "catalog:",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-hook-form": "7.51.5", "react-hook-form": "7.51.5",
"react-markdown": "^8.0.7", "react-markdown": "^8.0.7",
@ -74,11 +74,11 @@
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/node": "18.16.1", "@types/node": "18.16.1",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"@types/react-color": "^3.0.6", "@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.18", "@types/react-dom": "catalog:",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -32,7 +32,7 @@
"tar-fs": "3.0.9", "tar-fs": "3.0.9",
"prosemirror-view": "1.40.0", "prosemirror-view": "1.40.0",
"@types/express": "4.17.23", "@types/express": "4.17.23",
"typescript": "5.8.3", "typescript": "catalog:",
"sharp": "0.33.5" "sharp": "0.33.5"
} }
}, },

View file

@ -33,8 +33,8 @@
"@plane/eslint-config": "workspace:*", "@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -27,7 +27,7 @@
"@types/node": "^20.14.9", "@types/node": "^20.14.9",
"@types/ws": "^8.5.10", "@types/ws": "^8.5.10",
"reflect-metadata": "^0.2.2", "reflect-metadata": "^0.2.2",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -32,8 +32,8 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.3.1", "react": "catalog:",
"react-dom": "18.3.1" "react-dom": "catalog:"
}, },
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.7.1", "@floating-ui/dom": "^1.7.1",
@ -85,11 +85,11 @@
"@plane/tailwind-config": "workspace:*", "@plane/tailwind-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/node": "18.15.3", "@types/node": "18.15.3",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"@types/react-dom": "^18.2.18", "@types/react-dom": "catalog:",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
}, },
"keywords": [ "keywords": [
"editor", "editor",

View file

@ -18,6 +18,6 @@
"eslint-plugin-import": "^2.29.1", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -21,14 +21,14 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
}, },
"dependencies": { "dependencies": {
"react": "^18.3.1" "react": "catalog:"
}, },
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "workspace:*", "@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -26,7 +26,7 @@
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -36,7 +36,7 @@
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/node": "^20.14.9", "@types/node": "^20.14.9",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -38,8 +38,8 @@
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-react": "^0.469.0", "lucide-react": "^0.469.0",
"react": "^18.3.1", "react": "catalog:",
"react-dom": "^18.3.1", "react-dom": "catalog:",
"recharts": "^2.15.1", "recharts": "^2.15.1",
"tailwind-merge": "^3.3.1" "tailwind-merge": "^3.3.1"
}, },
@ -48,10 +48,10 @@
"@plane/tailwind-config": "workspace:*", "@plane/tailwind-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@storybook/react-vite": "^9.1.2", "@storybook/react-vite": "^9.1.2",
"@types/react": "18.3.1", "@types/react": "catalog:",
"@types/react-dom": "18.3.0", "@types/react-dom": "catalog:",
"eslint-plugin-storybook": "^9.1.2", "eslint-plugin-storybook": "^9.1.2",
"storybook": "^9.1.2", "storybook": "^9.1.2",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -22,7 +22,7 @@
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "workspace:*", "@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -22,6 +22,6 @@
"@plane/eslint-config": "workspace:*", "@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -27,15 +27,15 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0", "react": "catalog:",
"react-dom": "^18.0.0" "react-dom": "catalog:"
}, },
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "workspace:*", "@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/react": "18.3.11", "@types/react": "catalog:",
"@types/react-dom": "18.3.1", "@types/react-dom": "catalog:",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -25,8 +25,8 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.3.1", "react": "catalog:",
"react-dom": "^18.3.1" "react-dom": "catalog:"
}, },
"dependencies": { "dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.1.10", "@atlaskit/pragmatic-drag-and-drop": "^1.1.10",
@ -68,14 +68,14 @@
"@storybook/test": "^8.1.1", "@storybook/test": "^8.1.1",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/node": "^20.5.2", "@types/node": "^20.5.2",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"@types/react-color": "^3.0.9", "@types/react-color": "^3.0.9",
"@types/react-dom": "^18.2.18", "@types/react-dom": "catalog:",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"postcss-nested": "^6.0.1", "postcss-nested": "^6.0.1",
"storybook": "^8.1.1", "storybook": "^8.1.1",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

View file

@ -28,7 +28,7 @@
"isomorphic-dompurify": "^2.16.0", "isomorphic-dompurify": "^2.16.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.469.0", "lucide-react": "^0.469.0",
"react": "^18.3.1", "react": "catalog:",
"tailwind-merge": "^2.5.5", "tailwind-merge": "^2.5.5",
"tlds": "1.259.0", "tlds": "1.259.0",
"uuid": "^10.0.0" "uuid": "^10.0.0"
@ -38,9 +38,9 @@
"@plane/typescript-config": "workspace:*", "@plane/typescript-config": "workspace:*",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"@types/react": "^18.3.11", "@types/react": "catalog:",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",
"tsup": "8.4.0", "tsup": "catalog:",
"typescript": "5.8.3" "typescript": "catalog:"
} }
} }

689
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -4,6 +4,14 @@ packages:
- "!apps/api" - "!apps/api"
- "!apps/proxy" - "!apps/proxy"
catalog:
react: 18.3.1
react-dom: 18.3.1
"@types/react": 18.3.1
"@types/react-dom": 18.3.1
typescript: 5.8.3
tsup: 8.4.0
onlyBuiltDependencies: onlyBuiltDependencies:
- turbo - turbo
- sharp - sharp