microsoft / vscode-webview-ui-toolkit

A component library for building webview-based extensions in Visual Studio Code.
MIT License
2.02k stars 142 forks source link

Update `typescript` to `v4.6.2` #530

Closed hawkticehurst closed 11 months ago

hawkticehurst commented 11 months ago

Link to relevant issue

This pull request resolves #514

Description of changes

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.