gnosis: Pin typescript dependency at <= 4.7.0

This commit is contained in:
Kamil Śliwak 2022-05-25 15:38:01 +02:00
parent dcf23edf92
commit 6937799587

View File

@ -94,6 +94,10 @@ function gnosis_safe_test
npm install
npm install hardhat-gas-reporter
# Typescript compilation fails with typescript >= 4.7:
# Error: Debug Failure. False expression: Non-string value passed to `ts.resolveTypeReferenceDirective`
npm install "typescript@<4.7.0"
# With ethers.js 5.6.2 many tests for revert messages fail.
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
npm install ethers@5.6.1