[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

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