[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
20 changed files with 417 additions and 406 deletions
+4 -4
View File
@@ -28,7 +28,7 @@
"isomorphic-dompurify": "^2.16.0",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"react": "^18.3.1",
"react": "catalog:",
"tailwind-merge": "^2.5.5",
"tlds": "1.259.0",
"uuid": "^10.0.0"
@@ -38,9 +38,9 @@
"@plane/typescript-config": "workspace:*",
"@types/lodash": "4.17.20",
"@types/node": "^22.5.4",
"@types/react": "^18.3.11",
"@types/react": "catalog:",
"@types/uuid": "^9.0.8",
"tsup": "8.4.0",
"typescript": "5.8.3"
"tsup": "catalog:",
"typescript": "catalog:"
}
}