mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
[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
This commit is contained in:
@@ -6,4 +6,19 @@ packages:
|
||||
- 'operations/**'
|
||||
- 'bridge-ui/**'
|
||||
- 'ts-libs/**'
|
||||
- '!contracts/lib/**'
|
||||
- '!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
|
||||
Reference in New Issue
Block a user