Files
linea-monorepo/pnpm-workspace.yaml
kyzooghost d27699e452 [WIP - Tech Debt] Typescript config cleanup (#1073)
* initial tsconfig.json consolidation

* consolidate skipLibCheck

* more consolidate tsconfig.json

* remove strict duplicates

* remove strict duplicates

* removed lib

* more changes

* more changes

* more changes

* centralize noEmit

* run pnpm dedupe

* catalog for ethers and dotenv

* Revert "catalog for ethers and dotenv"

This reverts commit 8fc18db1c6f754ecbf1b175b34f6ebf08837068a.

* first catalog

* added more dependencies to catalog

* apply catalog to many dev dependencies

* ethers in catalog

* finetune ethers version

* fixes

* empty
2025-06-03 17:33:42 +10:00

24 lines
515 B
YAML

packages:
- 'contracts/**'
- 'e2e/**'
- 'sdk/**'
- 'postman/**'
- 'operations/**'
- 'bridge-ui/**'
- 'ts-libs/**'
- '!contracts/lib/**'
catalog:
"@jest/globals": 29.7.0
"@typechain/ethers-v6": 0.5.1
"@types/jest": 29.5.14
"@types/yargs": 17.0.33
dotenv: 16.5.0
ethers: 6.13.7 # TODO in later ticket - investigate why SDK build seems to break with ^6.14.0
jest: 29.7.0
jest-mock-extended: 3.0.7
prettier: 3.5.3
ts-jest: 29.3.4
typechain: 8.3.2
winston: 3.17.0
yargs: 17.7.2