Updates typescript package to v4.6.2. This is the latest stable version of typescript that can be installed without conflicting with versions of typescript used in other dependencies.
Namely, the latest stable release of @microsoft/eslint-config-fast-dna requires typescript versions to be ~3.9.0 || ~4.3.5 || ^4.6.2.
Link to relevant issue
This pull request resolves #514
Description of changes
Updates
typescript
package tov4.6.2
. This is the latest stable version of typescript that can be installed without conflicting with versions of typescript used in other dependencies.Namely, the latest stable release of
@microsoft/eslint-config-fast-dna
requires typescript versions to be~3.9.0 || ~4.3.5 || ^4.6.2
.