lumada-design / hv-uikit-react

UI library for the Next Design System.
https://lumada-design.github.io/uikit/master
Apache License 2.0
39 stars 21 forks source link

chore(deps): align typescript version with `vite-plugin-dts` #4299

Closed zettca closed 2 months ago

zettca commented 2 months ago

align our internal typescript version with the one vite-plugin-dts uses to ensure compatibility between our generated types and what we check against

We should ensure our internal typescript version is aligned with @microsoft/api-extractor's

Addresses warning:

Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.5.4 which is newer than the bundled compiler engine; consider upgrading API Extractor.