mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-06 22:23:55 -05:00
* 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
24 lines
515 B
YAML
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 |